/** * Squaretype functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Squaretype */ update_option( 'envato_purchase_code_23389898', 'activated' ); update_option( 'squaretype_license_data', [ 'status' => '1', 'demos' => 'csco_theme_demos', 'ocdi' => [ 'parent_slug' => 'themes.php', 'page_title' => 'Demo Content', 'menu_title' => 'Demo Content', 'capability' => 'import', 'menu_slug' => 'csco-demo-content', ], 'item_id' => '23389898', 'sold_at' => '01-01-2020', 'supported_until' => '01-01-2025', ] ); if ( ! function_exists( 'csco_setup' ) ) { /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function csco_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on Squaretype, use a find and replace * to change 'squaretype' to the name of your theme in all the template files. */ load_theme_textdomain( 'squaretype', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); // Register custom thumbnail sizes. add_image_size( 'csco-small', 80, 80, true ); add_image_size( 'csco-intermediate', 200, 140, true ); add_image_size( 'csco-thumbnail', 380, 220, true ); add_image_size( 'csco-thumbnail-alternative', 300, 180, true ); add_image_size( 'csco-thumbnail-uncropped', 380, 0, false ); add_image_size( 'csco-medium', 800, 500, true ); add_image_size( 'csco-medium-alternative', 560, 336, true ); add_image_size( 'csco-medium-uncropped', 800, 0, true ); add_image_size( 'csco-large', 1160, 680, true ); add_image_size( 'csco-large-uncropped', 1160, 0, true ); add_image_size( 'csco-extra-large', 1920, 1024, true ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => esc_html__( 'Primary', 'squaretype' ), 'mobile' => esc_html__( 'Mobile', 'squaretype' ), 'footer' => esc_html__( 'Footer', 'squaretype' ), ) ); /* * Switch default core markup for search form, comment form, comments, etc. * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'script', 'style', ) ); // Add support for responsive embeds. add_theme_support( 'responsive-embeds' ); // Add support for custom line height controls. add_theme_support( 'custom-line-height' ); // Add support for experimental cover block spacing. add_theme_support( 'custom-spacing' ); // Supported Formats. add_theme_support( 'post-formats', array( 'gallery', 'video', 'audio' ) ); // Disable section responsive. add_theme_support( 'canvas-disable-section-responsive' ); // Add theme support for selective refresh for widgets. add_theme_support( 'customize-selective-refresh-widgets' ); // Restoring the classic Widgets Editor. remove_theme_support( 'widgets-block-editor' ); // Add support for full and wide align images. add_theme_support( 'align-wide' ); if ( csco_site_enable_dark_mode() ) { // Canvas: Enable data scheme. add_theme_support( 'canvas-enable-data-scheme' ); } } } add_action( 'after_setup_theme', 'csco_setup' ); /** * Theme Activation. */ require get_template_directory() . '/inc/classes/class-csco-theme-activation.php'; /** * Assets. */ require get_template_directory() . '/inc/assets.php'; /** * Widgets Init. */ require get_template_directory() . '/inc/widgets-init.php'; /** * Main Query. */ require get_template_directory() . '/inc/main-query.php'; /** * * Template Functions. */ require get_template_directory() . '/inc/template-functions.php'; /** * Filters. */ require get_template_directory() . '/inc/filters.php'; /** * Gutenberg. */ require get_template_directory() . '/inc/gutenberg.php'; /** * Woocommerce. */ require get_template_directory() . '/inc/woocommerce.php'; /** * Customizer Functions. */ require get_template_directory() . '/inc/customizer.php'; /** * Actions. */ require get_template_directory() . '/inc/actions.php'; /** * Partials. */ require get_template_directory() . '/inc/partials.php'; /** * Meta Boxes. */ require get_template_directory() . '/inc/metabox.php'; /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php'; /** * Custom post meta function. */ require get_template_directory() . '/inc/post-meta.php'; /** * Mega menu. */ require get_template_directory() . '/inc/mega-menu.php'; /** * Load More. */ require get_template_directory() . '/inc/load-more.php'; /** * Load Nextpost. */ require get_template_directory() . '/inc/load-nextpost.php'; /** * Custom Content. */ require get_template_directory() . '/inc/custom-content.php'; /** * Sight. */ require get_template_directory() . '/inc/sight.php'; /** * Powerkit fuctions. */ require get_template_directory() . '/inc/powerkit.php'; /** * Plugins. */ require get_template_directory() . '/inc/plugins.php'; /** * Deprecated. */ require get_template_directory() . '/inc/deprecated.php'; /** * One Click Demo Import. */ require get_template_directory() . '/inc/demo-import/ocdi-filters.php'; /** * Customizer presets. */ require get_template_directory() . '/inc/demo-import/customizer-presets.php'; /** * Customizer demos. */ require get_template_directory() . '/inc/demo-import/customizer-demos.php'; /** * Theme presets. */ require get_template_directory() . '/inc/demo-import/theme-presets.php'; /** * Theme demos. */ require get_template_directory() . '/inc/demo-import/theme-demos.php'; <!doctype html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ --> <meta name="description" content="A blog website for Pest control"/> <meta name="robots" content="index, follow"/> <link rel="canonical" href="https://www.pesticontrol.com/" /> <link rel="next" href="https://www.pesticontrol.com/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Pesticontrol - A blog website for Pest control" /> <meta property="og:description" content="A blog website for Pest control" /> <meta property="og:url" content="https://www.pesticontrol.com/" /> <meta property="og:site_name" content="Pesticontrol" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Pesticontrol - A blog website for Pest control" /> <meta name="twitter:description" content="A blog website for Pest control" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://www.pesticontrol.com/#person","name":"Pesticontrol"},{"@type":"WebSite","@id":"https://www.pesticontrol.com/#website","url":"https://www.pesticontrol.com","name":"Pesticontrol","publisher":{"@id":"https://www.pesticontrol.com/#person"},"inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":"https://www.pesticontrol.com/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"CollectionPage","@id":"https://www.pesticontrol.com/#webpage","url":"https://www.pesticontrol.com/","name":"Pesticontrol - A blog website for Pest control","about":{"@id":"https://www.pesticontrol.com/#person"},"isPartOf":{"@id":"https://www.pesticontrol.com/#website"},"inLanguage":"en-US"}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel="preload" href="https://www.pesticontrol.com/wp-content/plugins/canvas/assets/fonts/canvas-icons.woff" as="font" type="font/woff" crossorigin> <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.pesticontrol.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.8' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-638-css' href='https://www.pesticontrol.com/wp-content/uploads/elementor/css/post-638.css?ver=1778771564' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/assets/css/canvas.css?ver=2.4.7' type='text/css' media='all' /> <link rel='alternate stylesheet' id='powerkit-icons-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/assets/fonts/powerkit-icons.woff?ver=2.9.7' type='text/css' as='font' type='font/wof' crossorigin /> <link rel='stylesheet' id='powerkit-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/assets/css/powerkit.css?ver=2.9.7' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.pesticontrol.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <style id='rank-math-related-posts-style-inline-css' type='text/css'> .wp-block-rank-math-related-posts{--rm-related-gap: 1rem;--rm-related-border-radius: 6px;--rm-related-card-padding: 16px;--rm-related-hover-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);--rm-related-transition: 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts{display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-wrap{display:grid;gap:var(--rm-related-gap)}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-vertical .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:repeat(auto-fill, minmax(400px, 1fr))}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-item{display:flex;gap:16px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 140px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:140px;height:140px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb{flex:0 0 100px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-grid-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-grid-horizontal .rank-math-related-thumb img{width:100px;height:100px}}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-vertical .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-vertical .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-wrap,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-wrap{grid-template-columns:1fr}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{display:flex;gap:20px;align-items:flex-start}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 180px;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:180px;height:180px;-o-object-fit:cover;object-fit:cover}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-content,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-content{flex:1;min-width:0;display:flex;flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-title,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-title{margin-top:0}@media (max-width: 640px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{gap:16px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 120px}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:120px;height:120px}}@media (max-width: 480px){.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-item,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-item{flex-direction:column}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb{flex:0 0 auto;width:100%}.wp-block-rank-math-related-posts.rank-math-related-posts.is-style-list-horizontal .rank-math-related-thumb img,.wp-block-rank-math-related-posts.rank-math-related-posts.rank-math-related-list-horizontal .rank-math-related-thumb img{width:100%;height:auto;max-height:200px}}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item{border-radius:var(--rm-related-border-radius);padding:var(--rm-related-card-padding);background:inherit;transition:transform var(--rm-related-transition),box-shadow var(--rm-related-transition)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-item:hover{transform:translateY(-2px);box-shadow:var(--rm-related-hover-shadow)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title{margin:0.5rem 0;font-size:inherit;line-height:inherit}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a{color:inherit;text-decoration:none;transition:color 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title a:hover{color:#2563eb;text-decoration:underline}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-title:not(:has(a)){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb{position:relative;overflow:hidden;border-radius:4px;display:block}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb img{display:block;width:100%;height:auto;border-radius:4px;transition:transform 0.3s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:hover img{transform:scale(1.05)}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a){cursor:default}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-thumb:not(a):hover img{transform:none}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-date{margin-top:0.25rem;font-size:0.85em;opacity:0.7}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-terms{margin-top:0.5rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-chip{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:0.15rem 0.5rem;margin-right:0.35rem;font-size:0.8em}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-excerpt{margin-top:0.5rem;color:inherit;opacity:0.8;font-size:0.9em;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-more{margin-top:1rem}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button{display:inline-block;background:#111827;color:#fff;border-radius:6px;padding:0.625rem 1.25rem;text-decoration:none;font-weight:500;transition:background 0.2s ease, transform 0.2s ease}.wp-block-rank-math-related-posts.rank-math-related-posts .rank-math-related-button:hover{background:#1f2937;transform:translateY(-1px)}.wp-block-rank-math-related-posts.has-border-color .rank-math-related-item{border-color:inherit}.wp-block-rank-math-related-posts.has-border-width .rank-math-related-item{border-width:inherit}.wp-block-rank-math-related-posts.has-border-style .rank-math-related-item{border-style:inherit}.wp-block-rank-math-related-posts.has-border-radius .rank-math-related-item{border-radius:inherit}.wp-block-rank-math-related-posts:not(.has-border-color):not(.has-border-width):not(.has-border-style) .rank-math-related-item{border:1px solid #e5e7eb} /*# sourceURL=https://www.pesticontrol.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/link-genius/blocks/related/assets/css/styles.css */ </style> <link rel='stylesheet' id='canvas-block-alert-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-alert/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-progress-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-progress/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-collapsibles-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-collapsibles/block.css?ver=1749901865' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-tabs-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-tabs/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-section-heading-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-section-heading/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-section-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/layout-blocks/block-section/block-section.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-row-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/layout-blocks/block-row/block-row.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-posts-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/posts/block-posts/block-posts.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-justified-gallery-block-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/justified-gallery/block/block-justified-gallery.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-slider-gallery-block-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/slider-gallery/block/block-slider-gallery.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-posts-sidebar-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/posts/block-posts-sidebar/block-posts-sidebar.css?ver=1749905131' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} /*# sourceURL=global-styles-inline-css */ </style> <link rel='stylesheet' id='absolute-reviews-css' href='https://www.pesticontrol.com/wp-content/plugins/absolute-reviews/public/css/absolute-reviews-public.css?ver=1.1.5' type='text/css' media='all' /> <link rel='stylesheet' id='advanced-popups-css' href='https://www.pesticontrol.com/wp-content/plugins/advanced-popups/public/css/advanced-popups-public.css?ver=1.2.1' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-heading-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/content-formatting/block-heading/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-list-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/content-formatting/block-list/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-paragraph-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/content-formatting/block-paragraph/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-separator-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/content-formatting/block-separator/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-group-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-group/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='canvas-block-cover-style-css' href='https://www.pesticontrol.com/wp-content/plugins/canvas/components/basic-elements/block-cover/block.css?ver=1742305209' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='https://www.pesticontrol.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.5' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-author-box-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/author-box/public/css/public-powerkit-author-box.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-basic-elements-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/basic-elements/public/css/public-powerkit-basic-elements.css?ver=2.9.7' type='text/css' media='screen' /> <link rel='stylesheet' id='powerkit-coming-soon-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/coming-soon/public/css/public-powerkit-coming-soon.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-content-formatting-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/content-formatting/public/css/public-powerkit-content-formatting.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-сontributors-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/contributors/public/css/public-powerkit-contributors.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-facebook-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/facebook/public/css/public-powerkit-facebook.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-featured-categories-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/featured-categories/public/css/public-powerkit-featured-categories.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-inline-posts-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/inline-posts/public/css/public-powerkit-inline-posts.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-instagram-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/instagram/public/css/public-powerkit-instagram.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-justified-gallery-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/justified-gallery/public/css/public-powerkit-justified-gallery.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='glightbox-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/lightbox/public/css/glightbox.min.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-lightbox-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/lightbox/public/css/public-powerkit-lightbox.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-opt-in-forms-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/opt-in-forms/public/css/public-powerkit-opt-in-forms.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-pinterest-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/pinterest/public/css/public-powerkit-pinterest.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-widget-posts-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/posts/public/css/public-powerkit-widget-posts.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-share-buttons-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/share-buttons/public/css/public-powerkit-share-buttons.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-slider-gallery-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/slider-gallery/public/css/public-powerkit-slider-gallery.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-social-links-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/social-links/public/css/public-powerkit-social-links.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-twitter-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/twitter/public/css/public-powerkit-twitter.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='powerkit-widget-about-css' href='https://www.pesticontrol.com/wp-content/plugins/powerkit/modules/widget-about/public/css/public-powerkit-widget-about.css?ver=2.9.7' type='text/css' media='all' /> <link rel='stylesheet' id='magnific-popup-css' href='https://www.pesticontrol.com/wp-content/plugins/sight/render/css/magnific-popup.css?ver=1742305364' type='text/css' media='all' /> <link rel='stylesheet' id='sight-css' href='https://www.pesticontrol.com/wp-content/plugins/sight/render/css/sight.css?ver=1742305364' type='text/css' media='all' /> <link rel='stylesheet' id='sight-common-css' href='https://www.pesticontrol.com/wp-content/plugins/sight/render/css/sight-common.css?ver=1742305364' type='text/css' media='all' /> <link rel='stylesheet' id='sight-lightbox-css' href='https://www.pesticontrol.com/wp-content/plugins/sight/render/css/sight-lightbox.css?ver=1748950308' type='text/css' media='all' /> <link rel='stylesheet' id='sight-layout-standard-css' href='https://www.pesticontrol.com/wp-content/plugins/sight/render/css/sight-layout-standard.css?ver=1742305364' type='text/css' media='all' /> <link rel='stylesheet' id='searchwp-forms-css' href='https://www.pesticontrol.com/wp-content/plugins/searchwp-live-ajax-search/assets/styles/frontend/search-forms.css?ver=1.8.5' type='text/css' media='all' /> <link rel='stylesheet' id='searchwp-live-search-css' href='https://www.pesticontrol.com/wp-content/plugins/searchwp-live-ajax-search/assets/styles/style.css?ver=1.8.5' type='text/css' media='all' /> <style id='searchwp-live-search-inline-css' type='text/css'> .searchwp-live-search-result .searchwp-live-search-result--title a { font-size: 16px; } .searchwp-live-search-result .searchwp-live-search-result--price { font-size: 14px; } .searchwp-live-search-result .searchwp-live-search-result--add-to-cart .button { font-size: 14px; } /*# sourceURL=searchwp-live-search-inline-css */ </style> <link rel='stylesheet' id='ekit-widget-styles-css' href='https://www.pesticontrol.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.9.3' type='text/css' media='all' /> <link rel='stylesheet' id='ekit-responsive-css' href='https://www.pesticontrol.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.9.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-lato-css' href='https://www.pesticontrol.com/wp-content/uploads/elementor/google-fonts/css/lato.css?ver=1742224791' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://www.pesticontrol.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1742224827' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://www.pesticontrol.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742224892' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.pesticontrol.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.pesticontrol.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.pesticontrol.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <script type='text/javascript'> var elementskit = { resturl: 'https://www.pesticontrol.com/wp-json/elementskit/v1/', } </script><script type="text/javascript" src="https://www.pesticontrol.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://www.pesticontrol.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://www.pesticontrol.com/wp-content/plugins/advanced-popups/public/js/advanced-popups-public.js?ver=1.2.1" id="advanced-popups-js"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-MRM7LSR" id="google_gtagjs-js" async></script> <script type="text/javascript" id="google_gtagjs-js-after"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["www.pesticontrol.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-MRM7LSR"); //# sourceURL=google_gtagjs-js-after /* ]]> */ </script> <link rel="https://api.w.org/" href="https://www.pesticontrol.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.pesticontrol.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.9.4" /> <link rel="preload" href="https://www.pesticontrol.com/wp-content/plugins/absolute-reviews/fonts/absolute-reviews-icons.woff" as="font" type="font/woff" crossorigin> <link rel="preload" href="https://www.pesticontrol.com/wp-content/plugins/advanced-popups/fonts/advanced-popups-icons.woff" as="font" type="font/woff" crossorigin> <meta name="generator" content="Site Kit by Google 1.178.0" /><meta name="generator" content="Elementor 4.0.8; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <script type="text/javascript" id="google_gtagjs" src="https://www.pesticontrol.com/?local_ga_js=4230464d5a467bdd687ea3717bb0b3b5" async="async"></script> <script type="text/javascript" id="google_gtagjs-inline"> /* <![CDATA[ */ window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-6EJ7V31E0N', {'anonymize_ip': true} ); /* ]]> */ </script> <link rel="icon" href="https://www.pesticontrol.com/wp-content/uploads/2024/06/cropped-4-2-1-32x32.png" sizes="32x32" /> <link rel="icon" href="https://www.pesticontrol.com/wp-content/uploads/2024/06/cropped-4-2-1-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.pesticontrol.com/wp-content/uploads/2024/06/cropped-4-2-1-180x180.png" /> <meta name="msapplication-TileImage" content="https://www.pesticontrol.com/wp-content/uploads/2024/06/cropped-4-2-1-270x270.png" /> <style id="kirki-inline-styles"></style></head> <body class="home blog wp-theme-squaretype elementor-default elementor-kit-61"