Help
RSS
API
Feed
Maltego
Contact
Domain > frontier-pets.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2020-05-15
72.32.77.128
(
ClassC
)
2026-01-19
162.159.135.42
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Mon, 19 Jan 2026 11:58:00 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveServer: cloudflareLocation: https://frontier-pets.com/CF-Ray: 9c0628660b31c153-PDXCF-Cache-Status: BYPASSVary: Accept-EncodingKi-CF-Cache-Status: BYPASSX-Content-Type-Options: nosniffX-Edge-Location-Klb: 1ki-edge: v25.0.1;mv5.0.18ki-origin: g1pSet-Cookie: __cf_bmAMyjX8QGvgBAnbU7Q3TPL98a5UO68LnEt_05XBTLRoQ-1768823880-1.0.1.1-9wF2Tl56zmoSvgmhwcbvs8J.HZYXTeTdluvy6QybeUXe2J8QHb4JM1TM4ksENjEfZySGiwe0gtRuOicVfMO0jXnbhWhbdgA5kjjxsoqF06o; path/; expiresMon, 19-Jan-26 12:28:00 GMT; domain.frontier-pets.com; HttpOnlyReport-To: {endpoints:{url:https:\/\/a.nel.cloudflare.com\/report\/v4?sAUu%2B%2FmvUiJXwWH1CetsTvig0Mngr9yL4cqr44MZUibeZ%2FG9khC1GKo1D%2Bm8g1Ty7rx65fnMkXOrjRkxklXe9CKMSIbQbrJpmEaBOQ%2FFOy6jQIVaLnv%2F%2B7BwX5rzKa%2BbenVWl},group:cf-nel,max_age:604800}NEL: {success_fraction:0.01,report_to:cf-nel,max_age:604800}alt-svc: h3:443; ma86400 html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 19 Jan 2026 11:58:01 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareCF-Ray: 9c0628678b564598-PDXCF-Cache-Status: HITCache-Control: public, max-age0, s-maxage3600Last-Modified: Mon, 19 Jan 2026 11:46:10 GMTLink: https://frontier-pets.com/wp-json/>; relhttps://api.w.org/, https://frontier-pets.com/wp-json/wp/v2/pages/303>; relalternate; titleJSON; typeapplication/json, https://frontier-pets.com/>; relshortlinkVary: Accept-EncodingCache-Tag: 850c7a00-c028-42d8-89ee-444e593440ff,213029d46bd1a61868e48926b7cf4e5318fe88bf4599992f73bd59b307db676cKi-CF-Cache-Status: HITX-Content-Type-Options: nosniffX-Edge-Location-Klb: 1ki-Cache-Tag: 850c7a00-c028-42d8-89ee-444e593440ff,213029d46bd1a61868e48926b7cf4e5318fe88bf4599992f73bd59b307db676cki-cache-type: Edgeki-edge: v25.0.1;mv5.0.18ki-origin: g1px-kinsta-cache: HITSet-Cookie: __cf_bm.9yOlqw8M2AZw14gX7.gfbqYpDujurziTste6tD7QYQ-1768823881-1.0.1.1-bdMjMgYeokcHo_FVg6OX55fRuiSAeesrTVVTmWsgo62Z2WMKGmd1s17nLGdj0jfC5yzpFbYSvo3aBG8skI3PSdIy5fiOU6R.GXwLFVGQr9g; path/; expiresMon, 19-Jan-26 12:28:01 GMT; domain.frontier-pets.com; HttpOnly; SecureReport-To: {endpoints:{url:https:\/\/a.nel.cloudflare.com\/report\/v4?sZnwbd3IxDDaStVZfzf%2Fzk%2BqSuUab0iPOzuH3xjpmkLll8MgERp3MY8C%2Fmm4ELEE2DIhk8gkhF3yCYM1E1NFg%2FlmTFl3JjxHo6KrP0IviXatm87P4kU2mA%2FDTy%2B6kyRs4W0Eg},group:cf-nel,max_age:604800}NEL: {success_fraction:0.01,report_to:cf-nel,max_age:604800}alt-svc: h3:443; ma86400 !DOCTYPE html>html langen-US> head> meta charsetUTF-8>script typetext/javascript>/* !CDATA *///----------------------------------------------------------//------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------//----------------------------------------------------------if ( ! gform ) { document.addEventListener( gform_main_scripts_loaded, function() { gform.scriptsLoaded true; } ); document.addEventListener( gform/theme/scripts_loaded, function() { gform.themeScriptsLoaded true; } ); window.addEventListener( DOMContentLoaded, function() { gform.domLoaded true; } ); var gform { domLoaded: false, scriptsLoaded: false, themeScriptsLoaded: false, isFormEditor: () > typeof InitializeEditor function, /** * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated. * @remove-in 4.0 this function will not check for gform.isFormEditor(). */ callIfLoaded: function ( fn ) { if ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) { if ( gform.isFormEditor() ) { console.warn( The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1. ); } fn(); return true; } return false; }, /** * Call a function when all scripts are loaded * * @param function fn the callback function to call when all scripts are loaded * * @returns void */ initializeOnLoaded: function( fn ) { if ( ! gform.callIfLoaded( fn ) ) { document.addEventListener( gform_main_scripts_loaded, () > { gform.scriptsLoaded true; gform.callIfLoaded( fn ); } ); document.addEventListener( gform/theme/scripts_loaded, () > { gform.themeScriptsLoaded true; gform.callIfLoaded( fn ); } ); window.addEventListener( DOMContentLoaded, () > { gform.domLoaded true; gform.callIfLoaded( fn ); } ); } }, hooks: { action: {}, filter: {} }, addAction: function( action, callable, priority, tag ) { gform.addHook( action, action, callable, priority, tag ); }, addFilter: function( action, callable, priority, tag ) { gform.addHook( filter, action, callable, priority, tag ); }, doAction: function( action ) { gform.doHook( action, action, arguments ); }, applyFilters: function( action ) { return gform.doHook( filter, action, arguments ); }, removeAction: function( action, tag ) { gform.removeHook( action, action, tag ); }, removeFilter: function( action, priority, tag ) { gform.removeHook( filter, action, priority, tag ); }, addHook: function( hookType, action, callable, priority, tag ) { if ( undefined gform.hookshookTypeaction ) { gform.hookshookTypeaction ; } var hooks gform.hookshookTypeaction; if ( undefined tag ) { tag action + _ + hooks.length; } if( priority undefined ){ priority 10; } gform.hookshookTypeaction.push( { tag:tag, callable:callable, priority:priority } ); }, doHook: function( hookType, action, args ) { // splice args from object into array and remove first index which is the hook name args Array.prototype.slice.call(args, 1); if ( undefined ! gform.hookshookTypeaction ) { var hooks gform.hookshookTypeaction, hook; //sort by priority hooks.sort(function(a,b){return apriority-bpriority}); hooks.forEach( function( hookItem ) { hook hookItem.callable; if(typeof hook ! function) hook windowhook; if ( action hookType ) { hook.apply(null, args); } else { args0 hook.apply(null, args); } } ); } if ( filterhookType ) { return args0; } }, removeHook: function( hookType, action, priority, tag ) { if ( undefined ! gform.hookshookTypeaction ) { var hooks gform.hookshookTypeaction; hooks hooks.filter( function(hook, index, arr) { var removeHook (undefinedtag||taghook.tag) && (undefinedpriority||priorityhook.priority); return !removeHook; } ); gform.hookshookTypeaction hooks; } } };}/* > *//script> meta http-equivx-ua-compatible contentieedge> meta nameviewport contentwidthdevice-width, initial-scale1> title>Frontier Pets | Family-Run Pet Store in Cheyenne, WY/title> link relicon href/wp-content/uploads/2020/04/favicon.jpg typeimage/x-icon /> link relshortcut icon href/wp-content/uploads/2020/04/favicon.jpg typeimage/x-icon /> link relpingback hrefhttps://frontier-pets.com/xmlrpc.php> link hrefhttps://fonts.googleapis.com/css2?familyRoboto+Slab:wght@300;400;500;700&familySpartan:wght@300;400;700&displayswap relstylesheet> meta namerobots contentindex, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1 /> !-- This site is optimized with the Yoast SEO plugin v26.7 - https://yoast.com/wordpress/plugins/seo/ --> title>Frontier Pets | Family-Run Pet Store in Cheyenne, WY/title> meta namedescription contentFind your perfect puppy at Frontier Pets in Cheyenne, WY. Family-owned, USDA-approved, and dedicated to ethical, responsible pet care. /> link relcanonical hrefhttps://frontier-pets.com/ /> meta propertyog:locale contenten_US /> meta propertyog:type contentwebsite /> meta propertyog:title contentFrontier Pets | Family-Run Pet Store in Cheyenne, WY /> meta propertyog:description contentFind your perfect puppy at Frontier Pets in Cheyenne, WY. Family-owned, USDA-approved, and dedicated to ethical, responsible pet care. /> meta propertyog:url contenthttps://frontier-pets.com/ /> meta propertyog:site_name contentFrontier Pets /> meta propertyarticle:modified_time content2025-10-29T12:33:22+00:00 /> meta nametwitter:card contentsummary_large_image /> script typeapplication/ld+json classyoast-schema-graph>{@context:https://schema.org,@graph:{@type:WebPage,@id:https://frontier-pets.com/,url:https://frontier-pets.com/,name:Frontier Pets | Family-Run Pet Store in Cheyenne, WY,isPartOf:{@id:https://frontier-pets.com/#website},about:{@id:https://frontier-pets.com/#organization},datePublished:2017-06-13T14:21:41+00:00,dateModified:2025-10-29T12:33:22+00:00,description:Find your perfect puppy at Frontier Pets in Cheyenne, WY. Family-owned, USDA-approved, and dedicated to ethical, responsible pet care.,breadcrumb:{@id:https://frontier-pets.com/#breadcrumb},inLanguage:en-US,potentialAction:{@type:ReadAction,target:https://frontier-pets.com/}},{@type:BreadcrumbList,@id:https://frontier-pets.com/#breadcrumb,itemListElement:{@type:ListItem,position:1,name:Home}},{@type:WebSite,@id:https://frontier-pets.com/#website,url:https://frontier-pets.com/,name:Frontier Pets,description:,publisher:{@id:https://frontier-pets.com/#organization},potentialAction:{@type:SearchAction,target:{@type:EntryPoint,urlTemplate:https://frontier-pets.com/?s{search_term_string}},query-input:{@type:PropertyValueSpecification,valueRequired:true,valueName:search_term_string}},inLanguage:en-US},{@type:Organization,@id:https://frontier-pets.com/#organization,name:Frontier Pets,url:https://frontier-pets.com/,logo:{@type:ImageObject,inLanguage:en-US,@id:https://frontier-pets.com/#/schema/logo/image/,url:,contentUrl:,caption:Frontier Pets},image:{@id:https://frontier-pets.com/#/schema/logo/image/}}}/script> !-- / Yoast SEO plugin. -->link reldns-prefetch href//cdnjs.cloudflare.com />link relalternate titleoEmbed (JSON) typeapplication/json+oembed hrefhttps://frontier-pets.com/wp-json/oembed/1.0/embed?urlhttps%3A%2F%2Ffrontier-pets.com%2F />link relalternate titleoEmbed (XML) typetext/xml+oembed hrefhttps://frontier-pets.com/wp-json/oembed/1.0/embed?urlhttps%3A%2F%2Ffrontier-pets.com%2F&formatxml />style idwp-img-auto-sizes-contain-inline-css typetext/css>img:is(sizesauto i,sizes^auto, i){contain-intrinsic-size:3000px 1500px}/*# sourceURLwp-img-auto-sizes-contain-inline-css *//style>style idwp-emoji-styles-inline-css typetext/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; }/*# sourceURLwp-emoji-styles-inline-css *//style>style idwp-block-library-inline-css typetext/css>:root{ --wp-block-synced-color:#7a00df; --wp-block-synced-color--rgb:122, 0, 223; --wp-bound-block-color:var(--wp-block-synced-color); --wp-editor-canvas-background:#ddd; --wp-admin-theme-color:#007cba; --wp-admin-theme-color--rgb:0, 124, 186; --wp-admin-theme-color-darker-10:#006ba1; --wp-admin-theme-color-darker-10--rgb:0, 107, 160.5; --wp-admin-theme-color-darker-20:#005a87; --wp-admin-theme-color-darker-20--rgb:0, 90, 135; --wp-admin-border-width-focus:2px;}@media (min-resolution:192dpi){ :root{ --wp-admin-border-width-focus:1.5px; }}.wp-element-button{ cursor:pointer;}:root .has-very-light-gray-background-color{ background-color:#eee;}:root .has-very-dark-gray-background-color{ background-color:#313131;}:root .has-very-light-gray-color{ color:#eee;}:root .has-very-dark-gray-color{ color:#313131;}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{ background:linear-gradient(135deg, #00d084, #0693e3);}:root .has-purple-crush-gradient-background{ background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);}:root .has-hazy-dawn-gradient-background{ background:linear-gradient(135deg, #faaca8, #dad0ec);}:root .has-subdued-olive-gradient-background{ background:linear-gradient(135deg, #fafae1, #67a671);}:root .has-atomic-cream-gradient-background{ background:linear-gradient(135deg, #fdd79a, #004a59);}:root .has-nightshade-gradient-background{ background:linear-gradient(135deg, #330968, #31cdcf);}:root .has-midnight-gradient-background{ background:linear-gradient(135deg, #020381, #2874fc);}:root{ --wp--preset--font-size--normal:16px; --wp--preset--font-size--huge:42px;}.has-regular-font-size{ font-size:1em;}.has-larger-font-size{ font-size:2.625em;}.has-normal-font-size{ font-size:var(--wp--preset--font-size--normal);}.has-huge-font-size{ font-size:var(--wp--preset--font-size--huge);}.has-text-align-center{ text-align:center;}.has-text-align-left{ text-align:left;}.has-text-align-right{ text-align:right;}.has-fit-text{ white-space:nowrap !important;}#end-resizable-editor-section{ display:none;}.aligncenter{ clear:both;}.items-justified-left{ justify-content:flex-start;}.items-justified-center{ justify-content:center;}.items-justified-right{ justify-content:flex-end;}.items-justified-space-between{ justify-content:space-between;}.screen-reader-text{ border:0; clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important;}.screen-reader-text:focus{ background-color:#ddd; clip-path:none; color:#444; display:block; font-size:1em; height:auto; left:5px; line-height:normal; padding:15px 23px 14px; text-decoration:none; top:5px; width:auto; z-index:100000;}html :where(.has-border-color){ border-style:solid;}html :where(style*border-top-color){ border-top-style:solid;}html :where(style*border-right-color){ border-right-style:solid;}html :where(style*border-bottom-color){ border-bottom-style:solid;}html :where(style*border-left-color){ border-left-style:solid;}html :where(style*border-width){ border-style:solid;}html :where(style*border-top-width){ border-top-style:solid;}html :where(style*border-right-width){ border-right-style:solid;}html :where(style*border-bottom-width){ border-bottom-style:solid;}html :where(style*border-left-width){ border-left-style:solid;}html :where(imgclass*wp-image-){ height:auto; max-width:100%;}:where(figure){ margin:0 0 1em;}html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px);}@media screen and (max-width:600px){ html :where(.is-position-sticky){ --wp-admin--admin-bar--position-offset:0px; }}/*# sourceURLwp-block-library-inline-css *//style>style idwp-block-heading-inline-css typetext/css>h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{ padding:1.25em 2.375em;}h1.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h1.has-text-align-rightstyle*writing-mode:where(style*vertical-rl),h2.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h2.has-text-align-rightstyle*writing-mode:where(style*vertical-rl),h3.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h3.has-text-align-rightstyle*writing-mode:where(style*vertical-rl),h4.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h4.has-text-align-rightstyle*writing-mode:where(style*vertical-rl),h5.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h5.has-text-align-rightstyle*writing-mode:where(style*vertical-rl),h6.has-text-align-leftstyle*writing-mode:where(style*vertical-lr),h6.has-text-align-rightstyle*writing-mode:where(style*vertical-rl){ rotate:180deg;}/*# sourceURLhttps://frontier-pets.com/wp-includes/blocks/heading/style.css *//style>style idwp-block-paragraph-inline-css typetext/css>.is-small-text{ font-size:.875em;}.is-regular-text{ font-size:1em;}.is-large-text{ font-size:2.25em;}.is-larger-text{ font-size:3em;}.has-drop-cap:not(:focus):first-letter{ float:left; font-size:8.4em; font-style:normal; font-weight:100; line-height:.68; margin:.05em .1em 0 0; text-transform:uppercase;}body.rtl .has-drop-cap:not(:focus):first-letter{ float:none; margin-left:.1em;}p.has-drop-cap.has-background{ overflow:hidden;}:root :where(p.has-background){ padding:1.25em 2.375em;}:where(p.has-text-color:not(.has-link-color)) a{ color:inherit;}p.has-text-align-leftstyle*writing-mode:vertical-lr,p.has-text-align-rightstyle*writing-mode:vertical-rl{ rotate:180deg;}/*# sourceURLhttps://frontier-pets.com/wp-includes/blocks/paragraph/style.css *//style>style idglobal-styles-inline-css typetext/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;}/*# sourceURLglobal-styles-inline-css *//style>style idcore-block-supports-inline-css typetext/css>/** * Core styles: block-supports *//*# sourceURLcore-block-supports-inline-css *//style>style idclassic-theme-styles-inline-css typetext/css>/** * These rules are needed for backwards compatibility. * They should match the button element rules in the base theme.json file. */.wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */ /* This needs a low specificity so it wont override the rules from the button element if defined in theme.json. */ box-shadow: none; text-decoration: none; /* The extra 2px are added to size solids the same as the outline versions.*/ padding: calc(0.667em + 2px) calc(1.333em + 2px); font-size: 1.125em;}.wp-block-file__button { background: #32373c; color: #ffffff; text-decoration: none;}/*# sourceURL/wp-includes/css/classic-themes.css *//style>link relstylesheet idwp-components-css hrefhttps://frontier-pets.com/wp-includes/css/dist/components/style.css?ver6.9 typetext/css mediaall />link relstylesheet idwp-preferences-css hrefhttps://frontier-pets.com/wp-includes/css/dist/preferences/style.css?ver6.9 typetext/css mediaall />link relstylesheet idwp-block-editor-css hrefhttps://frontier-pets.com/wp-includes/css/dist/block-editor/style.css?ver6.9 typetext/css mediaall />link relstylesheet idpopup-maker-block-library-style-css hrefhttps://frontier-pets.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?verdbea705cfafe089d65f1 typetext/css mediaall />link relstylesheet idcsr-style-css hrefhttps://frontier-pets.com/wp-content/plugins/cosmick-star-rating/asset/csr.css?ver1.2.2 typetext/css mediaall />link relstylesheet idpetkey-style-css hrefhttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/css/petkey-search.css?ver2.54.0 typetext/css mediaall />link relstylesheet idbreedfinder-style-css hrefhttps://frontier-pets.com/wp-content/plugins/petkey-breed-finder/asset/css/breedfinder.css?ver1.0.5 typetext/css mediaall />link relstylesheet idlightbox-style-css hrefhttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/css/simple-lightbox.min.css?ver2.54.0 typetext/css mediaall />link relstylesheet idpetkey-socicons-css hrefhttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/css/social-icons.css?ver6.9 typetext/css mediaall />link relstylesheet idpuppy-breeds-style-css hrefhttps://frontier-pets.com/wp-content/plugins/puppy-breeds/asset/css/breeds.css?ver1.2.0 typetext/css mediaall />link relstylesheet idbootstrap-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/css/bootstrap.min.css typetext/css mediaall />link relstylesheet idbootstrap-reset-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/css/bootstrap-reset.min.css?ver6.9 typetext/css mediaall />link relstylesheet idbootstrap-gforms-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/css/bootstrap-gravity-forms.min.css?ver6.9 typetext/css mediaall />link relstylesheet idbootstrap-fluid-nav-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/css/bootstrap-fluid-nav.min.css?ver6.9 typetext/css mediaall />link relstylesheet idsocial-icons-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/css/social-icons.min.css typetext/css mediaall />link relstylesheet idparent-style-css hrefhttps://frontier-pets.com/wp-content/plugins/standard-plugin//style.css?ver0298734 typetext/css mediaall />link relstylesheet idbootstrap-gravity-forms-css hrefhttps://frontier-pets.com/wp-content/themes/frontier-pets/css/bootstrap-gravity-forms.css typetext/css mediaall />link relstylesheet idowlslider-css hrefhttps://frontier-pets.com/wp-content/themes/frontier-pets/css/owl.carousel.css typetext/css mediaall />link relstylesheet idowlslidertheme-css hrefhttps://frontier-pets.com/wp-content/themes/frontier-pets/css/owl.theme.default.min.css typetext/css mediaall />link relstylesheet idcustom-style-css hrefhttps://frontier-pets.com/wp-content/themes/frontier-pets/style.css typetext/css mediaall />link relstylesheet idmedia-queries-css hrefhttps://frontier-pets.com/wp-content/themes/frontier-pets/css/media-queries.css typetext/css mediaall />link relstylesheet idpopup-maker-site-css hrefhttps://frontier-pets.com/wp-content/plugins/popup-maker/dist/assets/site.css?ver1.21.5 typetext/css mediaall />style idpopup-maker-site-inline-css typetext/css>/* Popup Google Fonts */@import url(//fonts.googleapis.com/css?familyMontserrat:100);/* Popup Theme 108519: Cutting Edge */.pum-theme-108519, .pum-theme-cutting-edge { background-color: rgba( 247, 247, 247, 0.50 ) } .pum-theme-108519 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108519 .pum-title, .pum-theme-cutting-edge .pum-title { color: #173bed; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } .pum-theme-108519 .pum-content, .pum-theme-cutting-edge .pum-content { color: #eeee22; font-family: Tahoma; font-weight: 700 } .pum-theme-108519 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } /* Popup Theme 112368: Content Only - For use with page builders or block editor */.pum-theme-112368, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } .pum-theme-112368 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } .pum-theme-112368 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } .pum-theme-112368 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } .pum-theme-112368 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } /* Popup Theme 110140: Floating Bar - Soft Blue */.pum-theme-110140, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } .pum-theme-110140 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } .pum-theme-110140 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } .pum-theme-110140 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } .pum-theme-110140 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } /* Popup Theme 108520: Framed Border */.pum-theme-108520, .pum-theme-framed-border { background-color: rgba( 10, 10, 10, 0.80 ) } .pum-theme-108520 .pum-container, .pum-theme-framed-border .pum-container { padding: 21px; border-radius: 5px; border: 10px solid #253a7e; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 1.00 ) inset; background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108520 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 40px } .pum-theme-108520 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } .pum-theme-108520 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 35px; width: 35px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } /* Popup Theme 108515: Default Theme */.pum-theme-108515, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108515 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: px; border: 1px none #000000; box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } .pum-theme-108515 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: px px px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } .pum-theme-108515 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } .pum-theme-108515 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: px; bottom: auto; top: px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: px; box-shadow: 1px 1px 3px px rgba( 2, 2, 2, 0.23 ); text-shadow: px px px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } /* Popup Theme 108516: Light Box */.pum-theme-108516, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } .pum-theme-108516 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108516 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } .pum-theme-108516 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } .pum-theme-108516 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } /* Popup Theme 108517: Enterprise Blue */.pum-theme-108517, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } .pum-theme-108517 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108517 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } .pum-theme-108517 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } .pum-theme-108517 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } /* Popup Theme 108518: Hello Box */.pum-theme-108518, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } .pum-theme-108518 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-108518 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } .pum-theme-108518 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } .pum-theme-108518 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } #pum-158938 {z-index: 1999999999}#pum-108521 {z-index: 1999999999}/*# sourceURLpopup-maker-site-inline-css *//style>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/jquery/jquery.js?ver3.7.1 idjquery-core-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/jquery/jquery-migrate.js?ver3.4.1 idjquery-migrate-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/js/simple-lightbox.min.js?ver2.54.0 idpetkey-imagelightbox-js>/script>script typetext/javascript idpekey-scripts-js-extra>/* !CDATA */var petkeyobj {site_url:https://frontier-pets.com/,ajax_url:https://frontier-pets.com/wp-admin/admin-ajax.php,no_image:https://frontier-pets.com/wp-content/plugins/petkey-search/asset/no-image-small.jpg,loading_image:https://frontier-pets.com/wp-content/plugins/petkey-search/asset/loading.GIF,assets:https://frontier-pets.com/wp-content/plugins/petkey-search/asset/,enable_list_ad:N,list_ad_frequency:,list_ad_desktop:,list_ad_mobile:};//# sourceURLpekey-scripts-js-extra/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/js/pekey-scripts.js?ver2.54.0 idpekey-scripts-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/petkey-gallery/asset/js/gallery.min.js?ver1.0.34 idpetkey-gallery-js>/script>script typetext/javascript idpfb-handle-js-before>/* !CDATA */const petlandfb {evID:pfe-696e11ea62828,thankyou_page:false,available_page:false,petdetail_page:false,entry:,fn:,ln:,em:,pet_id:,pet_ref_id:,pet:null,thank_you_location:}//# sourceURLpfb-handle-js-before/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-content/themes/frontier-pets/js/jquery/jquery-1.12.4.min.js?ver6.9 idjquery1124-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/themes/frontier-pets/js/jquery/jquery.mobile.custom.min.js?ver6.9 idjquerymobile-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/themes/frontier-pets/js/jquery/jquery-ui.custom.min.js?ver6.9 idjquery-ui-js>/script>script typetext/javascript src//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js?ver6.9 idowlsliderjs-js>/script>link relhttps://api.w.org/ hrefhttps://frontier-pets.com/wp-json/ />link relalternate titleJSON typeapplication/json hrefhttps://frontier-pets.com/wp-json/wp/v2/pages/303 />link relshortlink hrefhttps://frontier-pets.com/ />script>(function(w,d,s,l,i){wlwl||;wl.push({gtm.start:new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0,jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.srchttps://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f);})(window,document,script,dataLayer,GTM-TFSW5KG);/script>script typeapplication/ld+json>{ @context: https://schema.org, @type: WebSite, PetStore, @id: https://frontier-pets.com/#petstore, name: Frontier Pets, url: https://frontier-pets.com/, description: Family-owned pet store in Cheyenne, WY offering healthy, microchipped puppies and expert support., logo: https://frontier-pets.com/wp-content/uploads/2020/04/frontierpets_logo-1.png, telephone: (307) 638-4183, priceRange: $$$$, address: { @type: PostalAddress, streetAddress: 1400 Dell Range Blvd, addressLocality: Cheyenne, addressRegion: WY, postalCode: 82009, addressCountry: US }, geo: { @type: GeoCoordinates, latitude: 41.16292061097649, longitude: -104.80480725767201 }, openingHoursSpecification: { @type: OpeningHoursSpecification, dayOfWeek: Monday, Tuesday, Wednesday, Thursday, opens: 11:00, closes: 20:00 }, { @type: OpeningHoursSpecification, dayOfWeek: Friday, Saturday, opens: 10:00, closes: 20:00 }, { @type: OpeningHoursSpecification, dayOfWeek: Sunday, opens: 12:00, closes: 18:00 } , sameAs: https://www.facebook.com/frontierpetswy/, https://x.com/PetsFrontier, https://www.pinterest.com/frontierpets/, https://share.google/ZoAVjJVIKpuxntmuU, https://www.instagram.com/frontierpets_307/, https://www.youtube.com/channel/UCgoxAtNDg9XW5h0iWbaGzIw , contactPoint: { @type: ContactPoint, telephone: (307) 638-4183, contactType: Customer Service, areaServed: Cheyenne, Wyoming, availableLanguage: English }, potentialAction: { @type: SearchAction, target: https://frontier-pets.com/?s{search_term_string}, query-input: required namesearch_term_string }}/script>meta namegoogle-site-verification contentMuWCXwKS87lD4yt6pEmuJz3V5l4zk-vANJ91rzeOOYs />meta namep:domain_verify content14364afe66037adbe9691e4984b97843/>meta nameti-site-data contenteyJyIjoiMTowITc6MCEzMDowIiwibyI6Imh0dHBzOlwvXC9mcm9udGllci1wZXRzLmNvbVwvd3AtYWRtaW5cL2FkbWluLWFqYXgucGhwP2FjdGlvbj10aV9vbmxpbmVfdXNlcnNfZ29vZ2xlJmFtcDtwPSUyRiZhbXA7X3dwbm9uY2U9ODc1M2JjOGZmNCJ9 /> script> (function (i, s, o, g, r, a, m) { iGoogleAnalyticsObject r; ir ir || function () { (ir.q ir.q || ).push(arguments) }, ir.l 1 * new Date(); a s.createElement(o), m s.getElementsByTagName(o)0; a.async 1; a.src g; m.parentNode.insertBefore(a, m) })(window, document, script, //www.google-analytics.com/analytics.js, ga); ga(create, , auto); ga(send, pageview); /script> link relicon hrefhttps://frontier-pets.com/wp-content/uploads/2020/04/cropped-frontier_logo_background-32x32.png sizes32x32 />link relicon hrefhttps://frontier-pets.com/wp-content/uploads/2020/04/cropped-frontier_logo_background-192x192.png sizes192x192 />link relapple-touch-icon hrefhttps://frontier-pets.com/wp-content/uploads/2020/04/cropped-frontier_logo_background-180x180.png />meta namemsapplication-TileImage contenthttps://frontier-pets.com/wp-content/uploads/2020/04/cropped-frontier_logo_background-270x270.png />!-- Facebook Pixel Code -->script> console.log(petlandfb);if (typeof petlandfb undefined){ const petlandfb {evID:pfe-696e11ea64d12,thankyou_page:false,available_page:false,petdetail_page:false,entry:,fn:,ln:,em:,pet_id:,pet_ref_id:,pet:null,thank_you_location:}}!function(f,b,e,v,n,t,s){if(f.fbq)return;nf.fbqfunction(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0;n.queue;tb.createElement(e);t.async!0;t.srcv;sb.getElementsByTagName(e)0;s.parentNode.insertBefore(t,s)}(window,document,script,https://connect.facebook.net/en_US/fbevents.js); !-- if 2 init --> fbq(init, 1470542480920052); fbq(track, PageView);/script> noscript> img height1 width1 styledisplay:none srchttps://www.facebook.com/tr?id1470542480920052&evPageView&noscript1/> /noscript> !-- DO NOT MODIFY -->!-- End Facebook Pixel Code -->script typetext/javascript> var eventID petlandfb.evID; console.log(Evnt: +eventID); /script> /head> body classhome wp-singular page-template-default page page-id-303 wp-theme-frontier-pets> noscript>iframe srchttps://www.googletagmanager.com/ns.html?idGTM-TFSW5KGheight0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript> div classjumbotron> div classtext-center> div classheaderWrapper> div classrow> div classcol-sm-2 col-xs-8> div classlogo> a hrefhttps://frontier-pets.com> img srchttps://frontier-pets.com/wp-content/uploads/2020/04/frontierpets_logo-1.png classimg-responsive altFrontierPets Logo /> /a> /div> /div> div classhidden-xs col-sm-8 desk_nav> nav classnavbar navbar-default> ul idmenu-header classnav navbar-nav>li idmenu-item-373 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-303 current_page_item menu-item-373>a hrefhttps://frontier-pets.com/ aria-currentpage>Home/a>/li>li idmenu-item-108986 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-108986 dropdown>a href# data-toggledropdown classdropdown-toggle>Puppies span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li idmenu-item-70168 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70168>a hrefhttps://frontier-pets.com/dogs-and-puppies-for-sale/>Available Puppies/a>/li> li idmenu-item-108984 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108984>a hrefhttps://frontier-pets.com/past-pups/>Past Puppies/a>/li>/ul>/li>li idmenu-item-125087 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-125087 dropdown>a href# data-toggledropdown classdropdown-toggle>About span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li idmenu-item-375 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-375>a hrefhttps://frontier-pets.com/why-us/>Why Us/a>/li> li idmenu-item-70369 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70369>a hrefhttps://frontier-pets.com/frequently-asked-questions/>FAQ’s/a>/li> li idmenu-item-109069 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109069>a hrefhttps://frontier-pets.com/blog/>Blog/a>/li>/ul>/li>li idmenu-item-70520 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70520>a hrefhttps://frontier-pets.com/puppy-financing/>Financing/a>/li>li idmenu-item-70556 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-70556 dropdown>a hrefhttps://frontier-pets.com/partners/ data-toggledropdown classdropdown-toggle>Our Partners span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li idmenu-item-109093 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109093>a hrefhttps://frontier-pets.com/nuvet/>NuVet/a>/li> li idmenu-item-109094 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109094>a hrefhttps://frontier-pets.com/healthy-paws/>Healthy Paws/a>/li> li idmenu-item-109095 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-109095>a hrefhttps://www.cheyenneanimalshelter.org/>Cheyenne Animal Shelter/a>/li>/ul>/li>li idmenu-item-383 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-383>a hrefhttps://frontier-pets.com/contact-us/>Contact Us/a>/li>/ul> /nav> /div> div classcol-sm-2 text-right hidden-xs> ul classheaderContactInfo> li classtelLink>a hreftel:3076384183>(307) 638-4183/a>/li> li classaddr>1400 Dell Range Blvd,Cheyenne, WY 82009/li> /ul> div classsocialLinks> a hrefhttps://www.facebook.com/frontierpetswy/ classbtn-social target_blank>span classsocicon socicon-facebook>/span>/a> a hrefhttps://twitter.com/PetsFrontier classbtn-social target_blank>span classsocicon socicon-twitter>/span>/a> a hrefhttps://www.pinterest.com/frontierpets/ classbtn-social target_blank>span classsocicon socicon-pinterest>/span>/a> a hrefhttps://www.instagram.com/frontierpets_307/ classbtn-social target_blank>span classsocicon socicon-instagram>/span>/a> a hrefhttps://www.youtube.com/channel/UCgoxAtNDg9XW5h0iWbaGzIw classbtn-social target_blank>span classsocicon socicon-youtube>/span>/a> /div> /div> div classvisible-xs col-xs-4 mob_nav> div classnavbar-header> button typebutton classnavbar-toggle collapsed data-togglecollapse data-target#navigation aria-expandedfalse> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button> a classnavbar-brand visible-xs href#>Navigation/a> /div> nav classnavbar navbar-default text-center visible-xs> div classcontainer-fluid> div classcollapse navbar-collapse idnavigation> ul idmenu-header-1 classnav navbar-nav>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-303 current_page_item menu-item-373>a hrefhttps://frontier-pets.com/ aria-currentpage>Home/a>/li>li classmenu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-108986 dropdown>a href# data-toggledropdown classdropdown-toggle>Puppies span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70168>a hrefhttps://frontier-pets.com/dogs-and-puppies-for-sale/>Available Puppies/a>/li> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108984>a hrefhttps://frontier-pets.com/past-pups/>Past Puppies/a>/li>/ul>/li>li classmenu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-125087 dropdown>a href# data-toggledropdown classdropdown-toggle>About span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-375>a hrefhttps://frontier-pets.com/why-us/>Why Us/a>/li> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70369>a hrefhttps://frontier-pets.com/frequently-asked-questions/>FAQ’s/a>/li> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109069>a hrefhttps://frontier-pets.com/blog/>Blog/a>/li>/ul>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-70520>a hrefhttps://frontier-pets.com/puppy-financing/>Financing/a>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-70556 dropdown>a hrefhttps://frontier-pets.com/partners/ data-toggledropdown classdropdown-toggle>Our Partners span classcaret>/span>/a>ul classdropdown-menu list-unstyled> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109093>a hrefhttps://frontier-pets.com/nuvet/>NuVet/a>/li> li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-109094>a hrefhttps://frontier-pets.com/healthy-paws/>Healthy Paws/a>/li> li classmenu-item menu-item-type-custom menu-item-object-custom menu-item-109095>a hrefhttps://www.cheyenneanimalshelter.org/>Cheyenne Animal Shelter/a>/li>/ul>/li>li classmenu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-383>a hrefhttps://frontier-pets.com/contact-us/>Contact Us/a>/li>/ul>hr> /div> /div> /nav> /div> /div> /div> /div> /div>div classbannerSection> div classbanner> div classoverlay>/div> div classowl-carousel slide> div classitem div classbanner_image stylebackground-image: url(https://frontier-pets.com/wp-content/uploads/2020/04/banner.jpg); background-size: cover; background-position: center;> div classcontainer-fluid> div classbannerContent> h1 classtext-uppercase>Meet Your New Best Friend/h1> p>Take a look through our adorable puppies. Your new housemate awaits!/p> div classbannerLink>a href/puppies-for-sale/ classbtn>Available Puppies/a>/div> /div> /div> /div> /div> /div> /div> div classscrolling-limit> div classscrolling> Open 7 Days a Week! strong>Monday – Saturday: 11:00 AM – 8:00 PM | Sunday: 12:00 PM – 6:00 PM/strong> /div> /div> div classcontactInfoBar text-center section> div classcontainer-fluid> div classrow> div classcol-sm-4> div classblock> div classicon tel> img src/wp-content/uploads/2020/04/tel_icon.png alttelephone icon /> /div> div classtext-left content> p classsmallTitle text-uppercase>Book an appointment/p> p class>a hreftel:3076384183>(307) 638-4183/a>/p> /div> /div> /div> div classcol-sm-4> div classblock> div classicon email> img src/wp-content/uploads/2020/04/email_icon.png altemail icon /> /div> div classtext-left content> p classsmallTitle text-uppercase>Send us a message/p> p class>a hrefmailto:>/a>/p> /div> /div> /div> div classcol-sm-4> div classblock> div classicon addr> img src/wp-content/uploads/2020/04/addr_icon.png altaddress icon /> /div> div classtext-left content> p classsmallTitle text-uppercase>Located in the Frontier mall/p> p class>1400 Dell Range Blvd,Cheyenne, WY 82009/p> /div> /div> /div> /div> /div> /div> /div>div classcontentArea> div classbrown_bg text-center section> div classbackgroundLogo>/div> div classcontainer-fluid> div classrow> div classcol-sm-10 col-sm-offset-1> h1 classhidden>Frontier Pets/h1> h2 classwp-block-heading>Welcome to Frontier Pets/h2>p>Welcome to Frontier Pets — a family-owned, socially responsible pet store proudly serving Cheyenne since the 1980s. We believe your pets are family, and we invite you to visit, ask questions, and let us help you find your perfect companion.br />br />All our puppies come from USDA-licensed, inspected breeders to ensure health and welfare.  Before arrival, they receive veterinary checkups and preventive care, and we re-check them when they go home.  Every puppy is microchipped using an AKC microchip and registered in your name or under your control.  br />br />When you bring your new puppy home, we include a complimentary first veterinary visit at Cheyenne Pet Clinic.  We also offer a 14-day limited disease warranty covering parvo, hepatitis, and distemper, as well as a one-year limited health guarantee for major genetic or birth defects.  br />br />At Frontier Pets, we go beyond the sale. Through our PUP Master Academy, we provide three free in-store training classes covering housebreaking, teething, and basic obedience.  We build long-term trust by supporting our community, donating to local nonprofits, and championing high standards over bans that drive pet sales underground.  br />br />You’ll also enjoy the protection and transparency that decades of experience provide. We stand behind every pet we place with clear warranties, traceability, and accountability. br />br />Thanks for choosing Frontier Pets. Explore our available puppies, learn from our expert team, and find a companion who brings joy and loyalty into your home./p> div classmt30> a classbtn btn_white hrefhttp://frontier-pets.com/why-us/ target_self>Learn more about us/a> /div> /div> /div> /div> /div> div classcarousel_div text-center red_bg section hidden> div classcontainer-fluid page> div classrow> div classcol-sm-12> h3 classtext-uppercase>Available Puppies/h3> div classslider> div classowl-carousel-wrapper> div classpetkey> div idcontactusModal classmodal fade roledialog> div classmodal-dialog> !-- Modal content--> div classmodal-content> div classmodal-header stylepadding: 15px; border-bottom: 1px solid #e5e5e5; background: #505868; text-align: center; color: #fff;> button typebutton classclose data-dismissmodal>×/button> h4 classmodal-title>Not seeing what you are looking for?/h4> /div> div classmodal-body inquire-form petkey> !DOCTYPE html>html>head>meta charsetUTF-8 />/head>body classGF_AJAX_POSTBACK>p classgform_not_found>Oops! We could not locate your form./p>/body>/html> /div> div classmodal-footer> button typebutton classgform_button button btn btn-lg btn-success data-dismissmodal>Close/button> /div> /div> /div> /div> button classbtn btn-filter collapsed visible-xs typebutton data-togglecollapse data-target#filter aria-expandedfalse aria-controlsfilter>Filter span classglyphicon glyphicon-filter>/span>/button> div classcollapse idfilter> div classform-container > form classanimal-selectionForm container-fluid clearfix action methodpost> div classrow> div classcol-md-3 col-lg-3> label forpet-type>Pet Types/label> select idpet-type classstatus full-width pet-search form-control nameanimal titlePet Types> option valueALL>Show All Types/option> option selectedselected valueDOG>Dog/option>option valueREPTILE>Reptile/option> /select> /div> div classcol-md-3 col-lg-3> label forpet-breed>Breed/label> select idpet-breed classbreeds full-width pet-search form-control idbreeds namebreed titleBreed> option valueALL>All Breeds/option> /select> input typehidden idpet-breed-select namebreed_select valueALL /> /div> div classcol-md-3 col-lg-3> label forpet-gender>Gender/label> select idpet-gender classgender full-width pet-search form-control idgender namegender titleGender> option valueALL>All Genders/option> option valueMale>Male/option> option valueFemale>Female/option> /select> /div> /div> /form> /div> /div> div classvisible-xs stylepadding-top: 15px;>/div> div classlisting listingSection container-default row> div idpet-listing-section classpetListing owl-carousel>/div> /div> /div> /div> /div> div classsection_link> a href/puppies-for-sale/ classbtn>View All Puppies/a> /div> /div> /div> /div> /div> !--div classhomepage-video> div classcontainer-fluid> div classvideo-container> center>iframe width560 height315 srchttps://www.youtube.com/embed/sdZVkUjUCr8 titleYouTube video player frameborder0 allowaccelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture allowfullscreen>/iframe>/center> /div> /div> /div--> div classtips text-center section> div classcontainer-fluid> div classrow> div classcol-sm-8 col-sm-offset-2> p classsmallTitle text-uppercase lightblue>Helpful Tips/p> h2 classtext-center>From the blog/h2> p>Get the scoop from our latest blogs including puppy training, puppy behavior, breeds, health and so much more./p> /div> div classcol-sm-12> div classrow posts_list> div classcol-sm-4> div classpost_item> div classpost_img> a hrefhttps://frontier-pets.com/2026/01/07/how-to-find-a-responsible-breeder/>img srchttps://frontier-pets.com/wp-content/uploads/2026/01/Untitled-design-15.jpg classmedia-object />/a> /div> div classpost_body> p classcategory text-uppercase> Blog /p> h3 classtitle>How To Find A Responsible Breeder: A Guide With Frontier Pets/h3> a hrefhttps://frontier-pets.com/2026/01/07/how-to-find-a-responsible-breeder/ classmedia_link text-uppercase>Read more/a> /div> /div> /div> div classcol-sm-4> div classpost_item> div classpost_img> a hrefhttps://frontier-pets.com/2026/01/07/winter-weight-gain-why-dogs-get-chubbier-in-the-cold-and-how-to-prevent-it/>img srchttps://frontier-pets.com/wp-content/uploads/2026/01/Untitled-design-13.jpg classmedia-object />/a> /div> div classpost_body> p classcategory text-uppercase> Blog /p> h3 classtitle>Winter Weight Gain: Why Dogs Get Chubbier in the Cold (And How to Prevent It!)/h3> a hrefhttps://frontier-pets.com/2026/01/07/winter-weight-gain-why-dogs-get-chubbier-in-the-cold-and-how-to-prevent-it/ classmedia_link text-uppercase>Read more/a> /div> /div> /div> div classcol-sm-4> div classpost_item> div classpost_img> a hrefhttps://frontier-pets.com/2025/12/11/puppy-buying-101-red-flags-to-watch-for-and-how-reputable-pet-stores-get-it-right/>img srchttps://frontier-pets.com/wp-content/uploads/2025/12/puppy-buying-red-flags-1024x683.jpg classmedia-object />/a> /div> div classpost_body> p classcategory text-uppercase> Blog /p> h3 classtitle>Puppy Buying 101: Red Flags to Watch For (And How Reputable Pet Stores Get It Right)/h3> a hrefhttps://frontier-pets.com/2025/12/11/puppy-buying-101-red-flags-to-watch-for-and-how-reputable-pet-stores-get-it-right/ classmedia_link text-uppercase>Read more/a> /div> /div> /div> /div> /div> /div> /div> /div> div classhave_a_question text-center> div classcontainer-fluid> div classrow display-flex> div classcol-sm-6> div classcontent_img>img src/wp-content/uploads/2020/04/question.jpg alt/>/div> /div> div classcol-sm-5> div classsectionContent> div classsectionContentWrap> h2>Have a question?/h2> p>Take a look at our frequently asked questions and you’ll find we may already have the answers you are looking for./p> div class> a classbtn hasBorder hrefhttp://frontier-pets.com/frequently-asked-questions/ target_self>Visit our FAQ page/a> /div> /div> /div> /div> /div> /div> /div> div classnewsletter_subscribe text-center section> div classcontainer-fluid> div classsectionContent> div classleft>h3 classtext-uppercase>Sign up for our mailing list/h3>/div> div classright> div classgf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework data-form-themelegacy data-form-index0 idgform_wrapper_11 >form methodpost enctypemultipart/form-data targetgform_ajax_frame_11 idgform_11 action/ data-formid11 novalidate> input typehidden classgforms-pum value{closepopup:false,closedelay:0,openpopup:false,openpopup_id:0} /> div classgform-body gform_body>ul idgform_fields_11 classgform_fields top_label form_sublabel_below description_below validation_below>li idfield_11_1 classgfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label forinput_11_1>Emailspan classgfield_required>span classgfield_required gfield_required_asterisk>*/span>/span>/label>div classginput_container ginput_container_email> input nameinput_1 idinput_11_1 typeemail value classlarge placeholderEnter your email here... aria-requiredtrue aria-invalidfalse /> /div>/li>/ul>/div> div classgform-footer gform_footer top_label> input typesubmit idgform_submit_button_11 classgform_button button onclickgform.submission.handleButtonClick(this); data-submission-typesubmit valueSubscribe /> input typehidden namegform_ajax valueform_id11&title&description&tabindex0&themelegacy&styles&hashe71c092a419289b9fef35fefddf1bf9e /> input typehidden classgform_hidden namegform_submission_method data-jsgform_submission_method_11 valueiframe /> input typehidden classgform_hidden namegform_theme data-jsgform_theme_11 idgform_theme_11 valuelegacy /> input typehidden classgform_hidden namegform_style_settings data-jsgform_style_settings_11 idgform_style_settings_11 value /> input typehidden classgform_hidden nameis_submit_11 value1 /> input typehidden classgform_hidden namegform_submit value11 /> input typehidden classgform_hidden namegform_unique_id value /> input typehidden classgform_hidden namestate_11 valueWyJbXSIsImJhN2Y5ODYyNzYwYTUwMWUxZGNkMTQyMzkzODYxYWVjIl0 /> input typehidden autocompleteoff classgform_hidden namegform_target_page_number_11 idgform_target_page_number_11 value0 /> input typehidden autocompleteoff classgform_hidden namegform_source_page_number_11 idgform_source_page_number_11 value1 /> input typehidden namegform_field_values value /> /div> /form> /div> iframe styledisplay:none;width:0px;height:0px; srcabout:blank namegform_ajax_frame_11 idgform_ajax_frame_11 titleThis iframe contains the logic required to handle Ajax powered Gravity Forms.>/iframe> script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() {gformInitSpinner( 11, https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg, true );jQuery(#gform_ajax_frame_11).on(load,function(){var contents jQuery(this).contents().find(*).html();var is_postback contents.indexOf(GF_AJAX_POSTBACK) > 0;if(!is_postback){return;}var form_content jQuery(this).contents().find(#gform_wrapper_11);var is_confirmation jQuery(this).contents().find(#gform_confirmation_wrapper_11).length > 0;var is_redirect contents.indexOf(gformRedirect(){) > 0;var is_form form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt parseInt(jQuery(html).css(margin-top), 10) + parseInt(jQuery(body).css(margin-top), 10) + 100;if(is_form){jQuery(#gform_wrapper_11).html(form_content.html());if(form_content.hasClass(gform_validation_error)){jQuery(#gform_wrapper_11).addClass(gform_validation_error);} else {jQuery(#gform_wrapper_11).removeClass(gform_validation_error);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(windowgformInitDatepicker) {gformInitDatepicker();}if(windowgformInitPriceFields) {gformInitPriceFields();}var current_page jQuery(#gform_source_page_number_11).val();gformInitSpinner( 11, https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg, true );jQuery(document).trigger(gform_page_loaded, 11, current_page);windowgf_submitting_11 false;}else if(!is_redirect){var confirmation_content jQuery(this).contents().find(.GF_AJAX_POSTBACK).html();if(!confirmation_content){confirmation_content contents;}jQuery(#gform_wrapper_11).replaceWith(confirmation_content);jQuery(document).trigger(gform_confirmation_loaded, 11);windowgf_submitting_11 false;wp.a11y.speak(jQuery(#gform_confirmation_message_11).text());}else{jQuery(#gform_11).append(contents);if(windowgformRedirect) {gformRedirect();}}jQuery(document).trigger(gform_pre_post_render, { formId: 11, currentPage: current_page, abort: function() { this.preventDefault(); } }); if (event && event.defaultPrevented) { return; } const gformWrapperDiv document.getElementById( gform_wrapper_11 ); if ( gformWrapperDiv ) { const visibilitySpan document.createElement( span ); visibilitySpan.id gform_visibility_test_11; gformWrapperDiv.insertAdjacentElement( afterend, visibilitySpan ); } const visibilityTestDiv document.getElementById( gform_visibility_test_11 ); let postRenderFired false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired true; gform.core.triggerPostRenderEvents( 11, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context this, args arguments; var later function() { timeout null; if ( !immediate ) func.apply( context, args ); }; var callNow immediate && !timeout; clearTimeout( timeout ); timeout setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent null ) { const observer new MutationObserver( ( mutations ) > { mutations.forEach( ( mutation ) > { if ( mutation.type attributes && visibilityTestDiv.offsetParent ! null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: style, class , }); } else { triggerPostRender(); } } );} ); /* > *//script> /div> /div> /div> /div> div classpast_pups text-center section> div classcol-sm-8 col-sm-offset-2> p classsmallTitle text-uppercase lightblue>Gallery/p> h2 classtext-center>a href/past-pups/>Past Pups/a>/h2> /div> div classcol-sm-12> div classrow posts_list> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> div classcol-sm-3 col-xs-6> div classpast_pup> img src/wp-content/uploads/2020/04/pp1.jpg alt /> /div> /div> /div> /div> /div> div classcontactUs text-center section> div classcontainer-fluid> div classsectionContent> div classcol-sm-6 col-sm-offset-3> div classcontactUsformWrapper> div classgf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework data-form-themelegacy data-form-index0 idgform_wrapper_2 > div classgform_heading> h3 classgform_title>Lets talk!/h3> p classgform_description>Get in touch/p> /div>form methodpost enctypemultipart/form-data targetgform_ajax_frame_2 idgform_2 action/ data-formid2 novalidate> input typehidden classgforms-pum value{closepopup:false,closedelay:0,openpopup:false,openpopup_id:0} /> div classgform-body gform_body>ul idgform_fields_2 classgform_fields top_label form_sublabel_below description_below validation_below>li idfield_2_14 classgfield gfield--type-name gfield--input-type-name gfield--width-full no-sub-label name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label gfield_label_before_complex >Namespan classgfield_required>span classgfield_required gfield_required_asterisk>*/span>/span>/label>div classginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row idinput_2_14> span idinput_2_14_3_container classname_first gform-grid-col gform-grid-col--size-auto > input typetext nameinput_14.3 idinput_2_14_3 value aria-requiredtrue placeholderFirst Name /> label forinput_2_14_3 classgform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text>First/label> /span> span idinput_2_14_6_container classname_last gform-grid-col gform-grid-col--size-auto > input typetext nameinput_14.6 idinput_2_14_6 value aria-requiredtrue placeholderLast Name /> label forinput_2_14_6 classgform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text>Last/label> /span> /div>/li>li idfield_2_11 classgfield gfield--type-text gfield--input-type-text hidden gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_hidden form-group data-field-classform-group >div classadmin-hidden-markup>i classgform-icon gform-icon--hidden aria-hiddentrue titleThis field is hidden when viewing the form>/i>span>This field is hidden when viewing the form/span>/div>label classgfield_label gform-field-label forinput_2_11>Namespan classgfield_required>span classgfield_required gfield_required_asterisk>*/span>/span>/label>div classginput_container ginput_container_text>input nameinput_11 idinput_2_11 typetext value classlarge placeholderYour name... aria-requiredtrue aria-invalidfalse />/div>/li>li idfield_2_13 classgfield gfield--type-phone gfield--input-type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label forinput_2_13>Phonespan classgfield_required>span classgfield_required gfield_required_asterisk>*/span>/span>/label>div classginput_container ginput_container_phone>input nameinput_13 idinput_2_13 typetel value classmedium form-control placeholderYour phone... aria-requiredtrue aria-invalidfalse />/div>/li>li idfield_2_15 classgfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label forinput_2_15>Emailspan classgfield_required>span classgfield_required gfield_required_asterisk>*/span>/span>/label>div classginput_container ginput_container_email> input nameinput_15 idinput_2_15 typeemail value classlarge placeholderEmail aria-requiredtrue aria-invalidfalse /> /div>/li>li idfield_2_4 classgfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label forinput_2_4>Message/label>div classginput_container ginput_container_textarea>textarea nameinput_4 idinput_2_4 classtextarea medium form-control placeholderMessage... aria-invalidfalse rows10 cols50>/textarea>/div>/li>li idfield_2_12 classgfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible form-group data-field-classform-group >label classgfield_label gform-field-label gfield_label_before_complex >Consent/label>div classginput_container ginput_container_checkbox>ul classgfield_checkbox idinput_2_12>li classgchoice gchoice_2_12_1> input classgfield-choice-input nameinput_12.1 typecheckbox valueY checkedchecked idchoice_2_12_1 aria-describedbygfield_description_2_12/> label forchoice_2_12_1 idlabel_2_12_1 classgform-field-label gform-field-label--type-inline>Yes, send me puppy information and any coupons/label> /li>li classgchoice gchoice_2_12_2> input classgfield-choice-input nameinput_12.2 typecheckbox valuesms checkedchecked idchoice_2_12_2 /> label forchoice_2_12_2 idlabel_2_12_2 classgform-field-label gform-field-label--type-inline>SMS Text Messaging/label> /li>li classgchoice gchoice_2_12_3> input classgfield-choice-input nameinput_12.3 typecheckbox valueemail checkedchecked idchoice_2_12_3 /> label forchoice_2_12_3 idlabel_2_12_3 classgform-field-label gform-field-label--type-inline>Email/label> /li>/ul>/div>div classgfield_description idgfield_description_2_12>I consent to being contacted via the channels I have provided ie SMS text message / email ect./div>/li>/ul>/div> div classgform-footer gform_footer top_label> input typesubmit idgform_submit_button_2 classgform_button button onclickgform.submission.handleButtonClick(this); data-submission-typesubmit valueSend /> input typehidden namegform_ajax valueform_id2&title1&description1&tabindex0&themelegacy&styles&hash51154664f13ecd91d2d0ea7342ba2c83 /> input typehidden classgform_hidden namegform_submission_method data-jsgform_submission_method_2 valueiframe /> input typehidden classgform_hidden namegform_theme data-jsgform_theme_2 idgform_theme_2 valuelegacy /> input typehidden classgform_hidden namegform_style_settings data-jsgform_style_settings_2 idgform_style_settings_2 value /> input typehidden classgform_hidden nameis_submit_2 value1 /> input typehidden classgform_hidden namegform_submit value2 /> input typehidden classgform_hidden namegform_unique_id value /> input typehidden classgform_hidden namestate_2 valueWyJbXSIsImJhN2Y5ODYyNzYwYTUwMWUxZGNkMTQyMzkzODYxYWVjIl0 /> input typehidden autocompleteoff classgform_hidden namegform_target_page_number_2 idgform_target_page_number_2 value0 /> input typehidden autocompleteoff classgform_hidden namegform_source_page_number_2 idgform_source_page_number_2 value1 /> input typehidden namegform_field_values value /> /div> /form> /div> iframe styledisplay:none;width:0px;height:0px; srcabout:blank namegform_ajax_frame_2 idgform_ajax_frame_2 titleThis iframe contains the logic required to handle Ajax powered Gravity Forms.>/iframe> script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() {gformInitSpinner( 2, https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg, true );jQuery(#gform_ajax_frame_2).on(load,function(){var contents jQuery(this).contents().find(*).html();var is_postback contents.indexOf(GF_AJAX_POSTBACK) > 0;if(!is_postback){return;}var form_content jQuery(this).contents().find(#gform_wrapper_2);var is_confirmation jQuery(this).contents().find(#gform_confirmation_wrapper_2).length > 0;var is_redirect contents.indexOf(gformRedirect(){) > 0;var is_form form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt parseInt(jQuery(html).css(margin-top), 10) + parseInt(jQuery(body).css(margin-top), 10) + 100;if(is_form){jQuery(#gform_wrapper_2).html(form_content.html());if(form_content.hasClass(gform_validation_error)){jQuery(#gform_wrapper_2).addClass(gform_validation_error);} else {jQuery(#gform_wrapper_2).removeClass(gform_validation_error);}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(windowgformInitDatepicker) {gformInitDatepicker();}if(windowgformInitPriceFields) {gformInitPriceFields();}var current_page jQuery(#gform_source_page_number_2).val();gformInitSpinner( 2, https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg, true );jQuery(document).trigger(gform_page_loaded, 2, current_page);windowgf_submitting_2 false;}else if(!is_redirect){var confirmation_content jQuery(this).contents().find(.GF_AJAX_POSTBACK).html();if(!confirmation_content){confirmation_content contents;}jQuery(#gform_wrapper_2).replaceWith(confirmation_content);jQuery(document).trigger(gform_confirmation_loaded, 2);windowgf_submitting_2 false;wp.a11y.speak(jQuery(#gform_confirmation_message_2).text());}else{jQuery(#gform_2).append(contents);if(windowgformRedirect) {gformRedirect();}}jQuery(document).trigger(gform_pre_post_render, { formId: 2, currentPage: current_page, abort: function() { this.preventDefault(); } }); if (event && event.defaultPrevented) { return; } const gformWrapperDiv document.getElementById( gform_wrapper_2 ); if ( gformWrapperDiv ) { const visibilitySpan document.createElement( span ); visibilitySpan.id gform_visibility_test_2; gformWrapperDiv.insertAdjacentElement( afterend, visibilitySpan ); } const visibilityTestDiv document.getElementById( gform_visibility_test_2 ); let postRenderFired false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context this, args arguments; var later function() { timeout null; if ( !immediate ) func.apply( context, args ); }; var callNow immediate && !timeout; clearTimeout( timeout ); timeout setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent null ) { const observer new MutationObserver( ( mutations ) > { mutations.forEach( ( mutation ) > { if ( mutation.type attributes && visibilityTestDiv.offsetParent ! null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: style, class , }); } else { triggerPostRender(); } } );} ); /* > *//script> /div> /div> /div> /div> /div> div classspecials text-center section> div classcontainer-fluid> div classsectionContent> div classleft>h3 classtext-uppercase>Check out our specials!/h3>/div> div classcenter> img src/wp-content/uploads/2020/04/tongue_dog.jpg /> /div> div classright> div class>a href/specials/ classbtn hoverBlue>Frontier pets special/a>/div> /div> /div> /div> /div> /div> /div>/div>div classfooter> div classtopContent> div classcontainer-fluid> div classrow> div classcol-sm-4> div classfooterLogo> img src/wp-content/uploads/2020/04/frontierpets_logo_1.png altFrontierPets Logo /> /div> div classcol1_content> h4>Follow Us/h4> div classsocialLinks> a hrefhttps://www.facebook.com/frontierpetswy/ classbtn-social>span classsocicon socicon-facebook>/span>/a> a hrefhttps://twitter.com/PetsFrontier classbtn-social>span classsocicon socicon-twitter>/span>/a> a hrefhttps://www.pinterest.com/frontierpets/ classbtn-social>span classsocicon socicon-pinterest>/span>/a> a hrefhttps://www.instagram.com/frontierpets_307/ classbtn-social>span classsocicon socicon-instagram>/span>/a> a hrefhttps://www.youtube.com/channel/UCgoxAtNDg9XW5h0iWbaGzIw classbtn-social>span classsocicon socicon-youtube>/span>/a> /div> /div> p classmessenger text-uppercase>span classmessenger_icon>/span> m.me/frontierpetswy/p> /div> div classcol-sm-4> h4>Nav/h4> div classfooterMenu>ul idmenu-top classlist-unstyled>li idmenu-item-108824 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-303 current_page_item menu-item-108824>a hrefhttps://frontier-pets.com/ aria-currentpage>Home/a>/li>li idmenu-item-108826 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108826>a hrefhttps://frontier-pets.com/past-pups/>Past Puppies/a>/li>li idmenu-item-108825 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108825>a hrefhttps://frontier-pets.com/why-us/>Why Us/a>/li>li idmenu-item-108831 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108831>a hrefhttps://frontier-pets.com/dogs-and-puppies-for-sale/>Available Puppies/a>/li>li idmenu-item-108829 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108829>a hrefhttps://frontier-pets.com/puppy-financing/>Financing/a>/li>li idmenu-item-108830 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108830>a hrefhttps://frontier-pets.com/partners/>Partners/a>/li>li idmenu-item-108828 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-108828>a hrefhttps://frontier-pets.com/frequently-asked-questions/>Tips/a>/li>li idmenu-item-108827 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-108827>a relprivacy-policy hrefhttps://frontier-pets.com/contact-us/>Contact Us/a>/li>li idmenu-item-142930 classmenu-item menu-item-type-post_type menu-item-object-page menu-item-142930>a hrefhttps://frontier-pets.com/terms-of-use/>Terms of use/a>/li>li idmenu-item-158147 classmenu-item menu-item-type-custom menu-item-object-custom menu-item-158147>a href/wp-login.php>My Account/a>/li>/ul>/div> /div> div classcol-sm-4> a hrefhttps://maps.google.com/maps?ll41.162203,-104.805057&z17&tm&hlen&glUS&mapclientembed&q1400%20Dell%20Range%20Blvd%20Cheyenne%2C%20WY%2082009 target_blank>img src/wp-content/uploads/2020/05/frontier-pets-map-1.png width100%>/a>!-- iframe width100% height250 srchttps://maps.google.com/maps?width100%&height600&hlen&q1400%20Dell%20Range%20Blvd%2C%20Cheyenne%2C%20WY%2082009+(Frontier%20Pets)&ieUTF8&t&z17&iwlocB&outputembed frameborder0 scrollingno marginheight0 marginwidth0>/iframe> --> /div> /div> /div> /div> div classcopyright text-center> p>© 2026 Frontier Pets/p> /div> /div> script typespeculationrules>{prefetch:{source:document,where:{and:{href_matches:/*},{not:{href_matches:/wp-*.php,/wp-admin/*,/wp-content/uploads/*,/wp-content/*,/wp-content/plugins/*,/wp-content/themes/frontier-pets/*,/*\\?(.+)}},{not:{selector_matches:arel~\nofollow\}},{not:{selector_matches:.no-prefetch, .no-prefetch a}}},eagerness:conservative}}/script>!-- DATASYNC CODE SNIPPET BEGIN -->script typetext/javascript>(function() {var didLoad false;var script document.createElement(script);script.setAttribute(type, text/javascript);script.setAttribute(src, //frontierpets.shopwindow.io/siteintegrator/loadsitemodules/app.js);script.async true;function loadSM() {if (didLoad) { return;}didLoad true;document.body.appendChild(script);};if (window.addEventListener) window.addEventListener(load, loadSM, false);else if (window.attachEvent) window.attachEvent(onload, loadSM);})();/script>!-- DATASYNC CODE SNIPPET END -->div idpum-158938 roledialog aria-modalfalse aria-labelledbypum_popup_title_158938 classpum pum-overlay pum-theme-108519 pum-theme-cutting-edge popmake-overlay auto_open click_open data-popmake{"id":158938,"slug":"remodel","theme_id":108519,"cookies":,"triggers":{"type":"auto_open","settings":{"cookie_name":"","delay":"500"}},{"type":"click_open","settings":{"extra_selectors":"","cookie_name":null}},"mobile_disabled":null,"tablet_disabled":null,"meta":{"display":{"stackable":false,"overlay_disabled":false,"scrollable_content":false,"disable_reposition":false,"size":"small","responsive_min_width":"0%","responsive_min_width_unit":false,"responsive_max_width":"100%","responsive_max_width_unit":false,"custom_width":"640px","custom_width_unit":false,"custom_height":"380px","custom_height_unit":false,"custom_height_auto":false,"location":"center","position_from_trigger":false,"position_top":"100","position_left":"0","position_bottom":"0","position_right":"0","position_fixed":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","overlay_zindex":false,"zindex":"1999999999"},"close":{"text":"","button_delay":"0","overlay_click":false,"esc_press":false,"f4_press":false},"click_open":}}> div idpopmake-158938 classpum-container popmake theme-108519 pum-responsive pum-responsive-small responsive size-small> div idpum_popup_title_158938 classpum-title popmake-title> Making Changes!! /div> div classpum-content popmake-content tabindex0> p>Our store will be undergoing a remodel starting January 19th. Our estimated reopening date will be February 1st. We will be scheduling appointments 5:00 – 7:00 on Fridays and 12:00 – 6:00 Saturdays and Sundays. You can see our available puppies on the available puppies page and make the appointment on the blue flag on the side of the screen. For any questions, please submit a message and we will get in touch at our earliest opportunity./p> /div> button typebutton classpum-close popmake-close aria-labelClose> × /button> /div>/div>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/cosmick-star-rating/asset/jRate.min.js?ver1.2.2 idcsr-jqrate-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/cosmick-star-rating/asset/main.js?ver1.2.2 idcsr-jqmain-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/petkey-breed-finder/asset/js/breed-finder.js?ver1.0.5 idbreedfinder-script-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/petkey-search/asset/js/lazysizes.min.js?ver2.54.0 idlazysizes-js>/script>script typetext/javascript idpuppy-breeds-js-extra>/* !CDATA */var puppybreed {site_url:https://frontier-pets.com/,ajax_url:https://frontier-pets.com/wp-admin/admin-ajax.php,no_image:https://frontier-pets.com/wp-content/plugins/puppy-breeds/asset/img/no-image-small.jpg,loading_image:https://frontier-pets.com/wp-content/plugins/puppy-breeds/asset/img/loading.GIF,assets:https://frontier-pets.com/wp-content/plugins/puppy-breeds/asset/};//# sourceURLpuppy-breeds-js-extra/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/puppy-breeds/asset/js/breeds.js?ver1.2.0 idpuppy-breeds-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/js/bootstrap.min.js idbootstrap-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/standard-plugin//script.js idparent-script-js>/script>script typetext/javascript idgroundhogg-frontend-js-extra>/* !CDATA */var Groundhogg {base_url:https://frontier-pets.com,i18n:{submitting:Submitting},routes:{tracking:https://frontier-pets.com/wp-json/gh/v4/tracking,forms:https://frontier-pets.com/wp-json/gh/v4/forms,ajax:https://frontier-pets.com/wp-admin/admin-ajax.php},nonces:{_wpnonce:b70baa0550,_wprest:b70baa0550,_ghnonce:5916b4439f},cookies:{tracking:groundhogg-tracking,lead_source:groundhogg-lead-source,form_impressions:groundhogg-form-impressions,page_visits:groundhogg-page-visits},reCAPTCHA:{site_key:false},settings:{consent_cookie_name:viewed_cookie_policy,consent_cookie_value:yes},unnecessary_cookies_disabled:,has_accepted_cookies:1,disable_page_tracking:,ajaxurl:https://frontier-pets.com/wp-admin/admin-ajax.php,_wpnonce:b70baa0550,_ghnonce:5916b4439f};//# sourceURLgroundhogg-frontend-js-extra/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/groundhogg/assets/js/frontend/frontend.min.js?ver4.2.9 idgroundhogg-frontend-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/themes/frontier-pets/script.js?v1.2 idcustom-script-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/wp-gallery-custom-links/wp-gallery-custom-links.js?ver1.1 idwp-gallery-custom-links-js-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/jquery/ui/core.js?ver1.13.3 idjquery-ui-core-js>/script>script typetext/javascript idpopup-maker-site-js-extra>/* !CDATA */var pum_vars {version:1.21.5,pm_dir_url:https://frontier-pets.com/wp-content/plugins/popup-maker/,ajaxurl:https://frontier-pets.com/wp-admin/admin-ajax.php,restapi:https://frontier-pets.com/wp-json/pum/v1,rest_nonce:null,default_theme:83764,debug_mode:,disable_tracking:,home_url:/,message_position:top,core_sub_forms_enabled:1,popups:,cookie_domain:,analytics_enabled:1,analytics_route:analytics,analytics_api:https://frontier-pets.com/wp-json/pum/v1};var pum_sub_vars {ajaxurl:https://frontier-pets.com/wp-admin/admin-ajax.php,message_position:top};var pum_popups {pum-158938:{triggers:{type:auto_open,settings:{cookie_name:,delay:500}},cookies:,disable_on_mobile:false,disable_on_tablet:false,atc_promotion:null,explain:null,type_section:null,theme_id:108519,size:small,responsive_min_width:0%,responsive_max_width:100%,custom_width:640px,custom_height_auto:false,custom_height:380px,scrollable_content:false,animation_type:fade,animation_speed:350,animation_origin:center top,open_sound:none,custom_sound:,location:center,position_top:100,position_bottom:0,position_left:0,position_right:0,position_from_trigger:false,position_fixed:false,overlay_disabled:false,stackable:false,disable_reposition:false,zindex:1999999999,close_button_delay:0,fi_promotion:null,close_on_form_submission:false,close_on_form_submission_delay:0,close_on_overlay_click:false,close_on_esc_press:false,close_on_f4_press:false,disable_form_reopen:false,disable_accessibility:false,theme_slug:cutting-edge,id:158938,slug:remodel}};//# sourceURLpopup-maker-site-js-extra/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-content/plugins/popup-maker/dist/assets/site.js?defer&ver1.21.5 idpopup-maker-site-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/dist/dom-ready.js?vere8a78afc9e733da0e68c idwp-dom-ready-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/dist/hooks.js?ver220ff17f5667d013d468 idwp-hooks-js>/script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/dist/i18n.js?ver6b3ae5bd3b8d9598492d idwp-i18n-js>/script>script typetext/javascript idwp-i18n-js-after>/* !CDATA */wp.i18n.setLocaleData( { text direction\u0004ltr: ltr } );//# sourceURLwp-i18n-js-after/* > *//script>script typetext/javascript srchttps://frontier-pets.com/wp-includes/js/dist/a11y.js?ver454e8a3cffdca128c277 idwp-a11y-js>/script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/standard-plugin//assets/js/jquery.json.min.js?ver6.9 idgform_json-js>/script>script typetext/javascript idgform_gravityforms-js-extra>/* !CDATA */var gform_i18n {datepicker:{days:{monday:Mo,tuesday:Tu,wednesday:We,thursday:Th,friday:Fr,saturday:Sa,sunday:Su},months:{january:January,february:February,march:March,april:April,may:May,june:June,july:July,august:August,september:September,october:October,november:November,december:December},firstDay:1,iconText:Select date}};var gf_legacy_multi ;var gform_gravityforms {strings:{invalid_file_extension:This type of file is not allowed. Must be one of the following:,delete_file:Delete this file,in_progress:in progress,file_exceeds_limit:File exceeds size limit,illegal_extension:This type of file is not allowed.,max_reached:Maximum number of files reached,unknown_error:There was a problem while saving the file on the server,currently_uploading:Please wait for the uploading to complete,cancel:Cancel,cancel_upload:Cancel this upload,cancelled:Cancelled,error:Error,message:Message},vars:{images_url:https://frontier-pets.com/wp-content/plugins/gravityforms/images}};var gf_global {gf_currency_config:{name:U.S. Dollar,symbol_left:$,symbol_right:,symbol_padding:,thousand_separator:,,decimal_separator:.,decimals:2,code:USD},base_url:https://frontier-pets.com/wp-content/plugins/gravityforms,number_formats:,spinnerUrl:https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg,version_hash:297ba8046e3539db5c831760fcb84dec,strings:{newRowAdded:New row added.,rowRemoved:Row removed,formSaved:The form has been saved. The content contains the link to return and complete the form.}};var gf_global {gf_currency_config:{name:U.S. Dollar,symbol_left:$,symbol_right:,symbol_padding:,thousand_separator:,,decimal_separator:.,decimals:2,code:USD},base_url:https://frontier-pets.com/wp-content/plugins/gravityforms,number_formats:,spinnerUrl:https://frontier-pets.com/wp-content/plugins/gravityforms/images/spinner.svg,version_hash:297ba8046e3539db5c831760fcb84dec,strings:{newRowAdded:New row added.,rowRemoved:Row removed,formSaved:The form has been saved. The content contains the link to return and complete the form.}};//# sourceURLgform_gravityforms-js-extra/* > *//script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/js/gravityforms.js?ver2.9.25 idgform_gravityforms-js>/script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver2.9.25 idgform_placeholder-js>/script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver48a3755090e76a154853db28fc254681 idgform_gravityforms_utils-js>/script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver4f8b3915c1c1e1a6800825abd64b03cb idgform_gravityforms_theme_vendors-js>/script>script typetext/javascript idgform_gravityforms_theme-js-extra>/* !CDATA */var gform_theme_config {common:{form:{honeypot:{version_hash:297ba8046e3539db5c831760fcb84dec},ajax:{ajaxurl:https://frontier-pets.com/wp-admin/admin-ajax.php,ajax_submission_nonce:9a2765a831,i18n:{step_announcement:Step %1$s of %2$s, %3$s,unknown_error:There was an unknown error processing your request. Please try again.}}}},hmr_dev:,public_path:https://frontier-pets.com/wp-content/plugins/gravityforms/assets/js/dist/,config_nonce:b0003bfd91};//# sourceURLgform_gravityforms_theme-js-extra/* > *//script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver244d9e312b90e462b62b2d9b9d415753 idgform_gravityforms_theme-js>/script>script typetext/javascript deferdefer srchttps://frontier-pets.com/wp-content/plugins/gravityforms/js/jquery.maskedinput.js?ver2.9.25 idgform_masked_input-js>/script>script idwp-emoji-settings typeapplication/json>{baseUrl:https://s.w.org/images/core/emoji/17.0.2/72x72/,ext:.png,svgUrl:https://s.w.org/images/core/emoji/17.0.2/svg/,svgExt:.svg,source:{wpemoji:https://frontier-pets.com/wp-includes/js/wp-emoji.js?ver6.9,twemoji:https://frontier-pets.com/wp-includes/js/twemoji.js?ver6.9}}/script>script typemodule>/* !CDATA *//** * @output wp-includes/js/wp-emoji-loader.js *//* eslint-env es6 */// Note: This is loaded as a script module, so there is no need for an IIFE to prevent pollution of the global scope./** * Emoji Settings as exported in PHP via _print_emoji_detection_script(). * @typedef WPEmojiSettings * @type {object} * @property {?object} source * @property {?string} source.concatemoji * @property {?string} source.twemoji * @property {?string} source.wpemoji */const settings /** @type {WPEmojiSettings} */ ( JSON.parse( document.getElementById( wp-emoji-settings ).textContent ));// For compatibility with other scripts that read from this global, in particular wp-includes/js/wp-emoji.js (source file: js/_enqueues/wp/emoji.js).window._wpemojiSettings settings;/** * Support tests. * @typedef SupportTests * @type {object} * @property {?boolean} flag * @property {?boolean} emoji */const sessionStorageKey wpEmojiSettingsSupports;const tests flag, emoji ;/** * Checks whether the browser supports offloading to a Worker. * * @since 6.3.0 * * @private * * @returns {boolean} */function supportsWorkerOffloading() { return ( typeof Worker ! undefined && typeof OffscreenCanvas ! undefined && typeof URL ! undefined && URL.createObjectURL && typeof Blob ! undefined );}/** * @typedef SessionSupportTests * @type {object} * @property {number} timestamp * @property {SupportTests} supportTests *//** * Get support tests from session. * * @since 6.3.0 * * @private * * @returns {?SupportTests} Support tests, or null if not set or older than 1 week. */function getSessionSupportTests() { try { /** @type {SessionSupportTests} */ const item JSON.parse( sessionStorage.getItem( sessionStorageKey ) ); if ( typeof item object && typeof item.timestamp number && new Date().valueOf() item.timestamp + 604800 && // Note: Number is a week in seconds. typeof item.supportTests object ) { return item.supportTests; } } catch ( e ) {} return null;}/** * Persist the supports in session storage. * * @since 6.3.0 * * @private * * @param {SupportTests} supportTests Support tests. */function setSessionSupportTests( supportTests ) { try { /** @type {SessionSupportTests} */ const item { supportTests: supportTests, timestamp: new Date().valueOf() }; sessionStorage.setItem( sessionStorageKey, JSON.stringify( item ) ); } catch ( e ) {}}/** * Checks if two sets of Emoji characters render the same visually. * * This is used to determine if the browser is rendering an emoji with multiple data points * correctly. set1 is the emoji in the correct form, using a zero-width joiner. set2 is the emoji * in the incorrect form, using a zero-width space. If the two sets render the same, then the browser * does not support the emoji correctly. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.9.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} set1 Set of Emoji to test. * @param {string} set2 Set of Emoji to test. * * @return {boolean} True if the two sets render the same. */function emojiSetsRenderIdentically( context, set1, set2 ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set1, 0, 0 ); const rendered1 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( set2, 0, 0 ); const rendered2 new Uint32Array( context.getImageData( 0, 0, context.canvas.width, context.canvas.height ).data ); return rendered1.every( ( rendered2Data, index ) > { return rendered2Data rendered2 index ; } );}/** * Checks if the center point of a single emoji is empty. * * This is used to determine if the browser is rendering an emoji with a single data point * correctly. The center point of an incorrectly rendered emoji will be empty. A correctly * rendered emoji will have a non-zero value at the center point. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.8.2 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} emoji Emoji to test. * * @return {boolean} True if the center point is empty. */function emojiRendersEmptyCenterPoint( context, emoji ) { // Cleanup from previous test. context.clearRect( 0, 0, context.canvas.width, context.canvas.height ); context.fillText( emoji, 0, 0 ); // Test if the center point (16, 16) is empty (0,0,0,0). const centerPoint context.getImageData(16, 16, 1, 1); for ( let i 0; i centerPoint.data.length; i++ ) { if ( centerPoint.data i ! 0 ) { // Stop checking the moment its known not to be empty. return false; } } return true;}/** * Determines if the browser properly renders Emoji that Twemoji can supplement. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 4.2.0 * * @private * * @param {CanvasRenderingContext2D} context 2D Context. * @param {string} type Whether to test for support of flag or emoji. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * @param {Function} emojiRendersEmptyCenterPoint Reference to emojiRendersEmptyCenterPoint function, needed due to minification. * * @return {boolean} True if the browser can render emoji, false if it cannot. */function browserSupportsEmoji( context, type, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ) { let isIdentical; switch ( type ) { case flag: /* * Test for Transgender flag compatibility. Added in Unicode 13. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (white flag emoji + transgender symbol). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F, // as a zero-width joiner sequence \uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F // separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for Sark flag compatibility. This is the least supported of the letter locale flags, * so gives us an easy test for full support. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (C + Q). */ isIdentical emojiSetsRenderIdentically( context, \uD83C\uDDE8\uD83C\uDDF6, // as the sequence of two code points \uD83C\uDDE8\u200B\uD83C\uDDF6 // as the two code points separated by a zero-width space ); if ( isIdentical ) { return false; } /* * Test for English flag compatibility. England is a country in the United Kingdom, it * does not have a two letter locale code but rather a five letter sub-division code. * * To test for support, we try to render it, and compare the rendering to how it would look if * the browser doesnt render it correctly (black flag emoji + G + B + E + N + G). */ isIdentical emojiSetsRenderIdentically( context, // as the flag sequence \uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F, // with each code point separated by a zero-width space \uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F ); return ! isIdentical; case emoji: /* * Is there a large, hairy, humanoid mythical creature living in the browser? * * To test for Emoji 17.0 support, try to render a new emoji: Hairy Creature. * * The hairy creature emoji is a single code point emoji. Testing for browser * support required testing the center point of the emoji to see if it is empty. * * 0xD83E 0x1FAC8 (\uD83E\u1FAC8) Hairy creature. * * When updating this test, please ensure that the emoji is either a single code point * or switch to using the emojiSetsRenderIdentically function and testing with a zero-width * joiner vs a zero-width space. */ const notSupported emojiRendersEmptyCenterPoint( context, \uD83E\u1FAC8 ); return ! notSupported; } return false;}/** * Checks emoji support tests. * * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing * scope. Everything must be passed by parameters. * * @since 6.3.0 * * @private * * @param {string} tests Tests. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification. * @param {Function} emojiRendersEmptyCenterPoint Reference to emojiRendersEmptyCenterPoint function, needed due to minification. * * @return {SupportTests} Support tests. */function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ) { let canvas; if ( typeof WorkerGlobalScope ! undefined && self instanceof WorkerGlobalScope ) { canvas new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement. } else { canvas document.createElement( canvas ); } const context canvas.getContext( 2d, { willReadFrequently: true } ); /* * Chrome on OS X added native emoji rendering in M41. Unfortunately, * it doesnt work when the font is bolder than 500 weight. So, we * check for bold rendering support to avoid invisible emoji in Chrome. */ context.textBaseline top; context.font 600 32px Arial; const supports {}; tests.forEach( ( test ) > { supports test browserSupportsEmoji( context, test, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ); } ); return supports;}/** * Adds a script to the head of the document. * * @ignore * * @since 4.2.0 * * @param {string} src The url where the script is located. * * @return {void} */function addScript( src ) { const script document.createElement( script ); script.src src; script.defer true; document.head.appendChild( script );}settings.supports { everything: true, everythingExceptFlag: true};// Obtain the emoji support from the browser, asynchronously when possible.new Promise( ( resolve ) > { let supportTests getSessionSupportTests(); if ( supportTests ) { resolve( supportTests ); return; } if ( supportsWorkerOffloading() ) { try { // Note that the functions are being passed as arguments due to minification. const workerScript postMessage( + testEmojiSupports.toString() + ( + JSON.stringify( tests ), browserSupportsEmoji.toString(), emojiSetsRenderIdentically.toString(), emojiRendersEmptyCenterPoint.toString() .join( , ) + ));; const blob new Blob( workerScript , { type: text/javascript } ); const worker new Worker( URL.createObjectURL( blob ), { name: wpTestEmojiSupports } ); worker.onmessage ( event ) > { supportTests event.data; setSessionSupportTests( supportTests ); worker.terminate(); resolve( supportTests ); }; return; } catch ( e ) {} } supportTests testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically, emojiRendersEmptyCenterPoint ); setSessionSupportTests( supportTests ); resolve( supportTests );} ) // Once the browser emoji support has been obtained from the session, finalize the settings. .then( ( supportTests ) > { /* * Tests the browser support for flag emojis and other emojis, and adjusts the * support settings accordingly. */ for ( const test in supportTests ) { settings.supports test supportTests test ; settings.supports.everything settings.supports.everything && settings.supports test ; if ( flag ! test ) { settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && settings.supports test ; } } settings.supports.everythingExceptFlag settings.supports.everythingExceptFlag && ! settings.supports.flag; // When the browser can not render everything we need to load a polyfill. if ( ! settings.supports.everything ) { const src settings.source || {}; if ( src.concatemoji ) { addScript( src.concatemoji ); } else if ( src.wpemoji && src.twemoji ) { addScript( src.twemoji ); addScript( src.wpemoji ); } } } );//# sourceURLhttps://frontier-pets.com/wp-includes/js/wp-emoji-loader.js/* > *//script> script typetext/javascript> jQuery( document ).ready(function() { var breedfinder_res jQuery(#breedfinder_res).val(); if( breedfinder_res Y ){ jQuery(#breedfinder-modal).modal({ keyboard: false, backdrop: static }); jQuery(document).bind(gform_confirmation_loaded, function(event, formId){ if( formId 13 ){ console.log(event); jQuery(#breedfinder-modal).modal(hide); jQuery(#pet-listing-section).show(); jQuery(body).removeClass(modal-open); jQuery(.modal-backdrop).remove(); } }); } }); /script> script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() { jQuery(document).on(gform_post_render, function(event, formId, currentPage){if(formId 11) {if(typeof Placeholders ! undefined){ Placeholders.enable(); } gform.utils.addAsyncFilter(gform/submission/pre_submission, async (data) > { const input document.createElement(input); input.type hidden; input.name gf_zero_spam_key; input.value 65B9KjbyGR2U6LkWs8eSnRWTSvD8HdtLZKX6wIinHdg4KkrYZNziHhfec7RoB5en; input.setAttribute(autocomplete, new-password); data.form.appendChild(input); return data; });} } );jQuery(document).on(gform_post_conditional_logic, function(event, formId, fields, isInit){} ) } ); /* > *//script>script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() {jQuery(document).trigger(gform_pre_post_render, { formId: 11, currentPage: 1, abort: function() { this.preventDefault(); } }); if (event && event.defaultPrevented) { return; } const gformWrapperDiv document.getElementById( gform_wrapper_11 ); if ( gformWrapperDiv ) { const visibilitySpan document.createElement( span ); visibilitySpan.id gform_visibility_test_11; gformWrapperDiv.insertAdjacentElement( afterend, visibilitySpan ); } const visibilityTestDiv document.getElementById( gform_visibility_test_11 ); let postRenderFired false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired true; gform.core.triggerPostRenderEvents( 11, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context this, args arguments; var later function() { timeout null; if ( !immediate ) func.apply( context, args ); }; var callNow immediate && !timeout; clearTimeout( timeout ); timeout setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent null ) { const observer new MutationObserver( ( mutations ) > { mutations.forEach( ( mutation ) > { if ( mutation.type attributes && visibilityTestDiv.offsetParent ! null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: style, class , }); } else { triggerPostRender(); } } ); /* > *//script>script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() { jQuery(document).on(gform_post_render, function(event, formId, currentPage){if(formId 2) {if(typeof Placeholders ! undefined){ Placeholders.enable(); }jQuery(#input_2_13).mask((999) 999-9999).bind(keypress, function(e){if(e.which 13){jQuery(this).blur();} } ); gform.utils.addAsyncFilter(gform/submission/pre_submission, async (data) > { const input document.createElement(input); input.type hidden; input.name gf_zero_spam_key; input.value 65B9KjbyGR2U6LkWs8eSnRWTSvD8HdtLZKX6wIinHdg4KkrYZNziHhfec7RoB5en; input.setAttribute(autocomplete, new-password); data.form.appendChild(input); return data; });} } );jQuery(document).on(gform_post_conditional_logic, function(event, formId, fields, isInit){} ) } ); /* > *//script>script typetext/javascript>/* !CDATA */ gform.initializeOnLoaded( function() {jQuery(document).trigger(gform_pre_post_render, { formId: 2, currentPage: 1, abort: function() { this.preventDefault(); } }); if (event && event.defaultPrevented) { return; } const gformWrapperDiv document.getElementById( gform_wrapper_2 ); if ( gformWrapperDiv ) { const visibilitySpan document.createElement( span ); visibilitySpan.id gform_visibility_test_2; gformWrapperDiv.insertAdjacentElement( afterend, visibilitySpan ); } const visibilityTestDiv document.getElementById( gform_visibility_test_2 ); let postRenderFired false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context this, args arguments; var later function() { timeout null; if ( !immediate ) func.apply( context, args ); }; var callNow immediate && !timeout; clearTimeout( timeout ); timeout setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent null ) { const observer new MutationObserver( ( mutations ) > { mutations.forEach( ( mutation ) > { if ( mutation.type attributes && visibilityTestDiv.offsetParent ! null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: style, class , }); } else { triggerPostRender(); } } ); /* > *//script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]