<!DOCTYPE html>
<html lang="en-US">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
	
	<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<meta name="viewport" content="width=device-width, initial-scale=1">
	<!-- This site is optimized with the Yoast SEO plugin v20.3 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>15 Best Running Podcasts To Keep You Motivated - The Ultimate Primate</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7COpen%20Sans%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7COpen%20Sans%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7COpen%20Sans%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap" /></noscript>
	<meta name="description" content="Motivate yourself with a carefully curated list by TheUltimatePrimate on the best running podcasts for people that want to become better runners." />
	<link rel="canonical" href="https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="15 Best Running Podcasts To Keep You Motivated - The Ultimate Primate" />
	<meta property="og:description" content="Motivate yourself with a carefully curated list by TheUltimatePrimate on the best running podcasts for people that want to become better runners." />
	<meta property="og:url" content="https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/" />
	<meta property="og:site_name" content="The Ultimate Primate" />
	<meta property="article:publisher" content="https://www.facebook.com/The-Ultimate-Primate-103959714555847/" />
	<meta property="article:published_time" content="2021-07-29T03:45:25+00:00" />
	<meta property="article:modified_time" content="2023-02-09T23:47:30+00:00" />
	<meta property="og:image" content="https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png" />
	<meta property="og:image:width" content="700" />
	<meta property="og:image:height" content="400" />
	<meta property="og:image:type" content="image/png" />
	<meta name="author" content="Marko Rakic" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:label1" content="Written by" />
	<meta name="twitter:data1" content="Marko Rakic" />
	<meta name="twitter:label2" content="Est. reading time" />
	<meta name="twitter:data2" content="11 minutes" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#article","isPartOf":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/"},"author":{"name":"Marko Rakic","@id":"https://theultimateprimate.com/#/schema/person/63ab6cc4c864db2ae489d8ed8c826434"},"headline":"15 Best Running Podcasts To Keep You Motivated","datePublished":"2021-07-29T03:45:25+00:00","dateModified":"2023-02-09T23:47:30+00:00","mainEntityOfPage":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/"},"wordCount":2493,"commentCount":0,"publisher":{"@id":"https://theultimateprimate.com/#organization"},"image":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#primaryimage"},"thumbnailUrl":"https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png","articleSection":["Running"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#respond"]}]},{"@type":"WebPage","@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/","url":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/","name":"15 Best Running Podcasts To Keep You Motivated - The Ultimate Primate","isPartOf":{"@id":"https://theultimateprimate.com/#website"},"primaryImageOfPage":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#primaryimage"},"image":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#primaryimage"},"thumbnailUrl":"https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png","datePublished":"2021-07-29T03:45:25+00:00","dateModified":"2023-02-09T23:47:30+00:00","description":"Motivate yourself with a carefully curated list by TheUltimatePrimate on the best running podcasts for people that want to become better runners.","breadcrumb":{"@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#primaryimage","url":"https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png","contentUrl":"https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png","width":700,"height":400},{"@type":"BreadcrumbList","@id":"https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://theultimateprimate.com/"},{"@type":"ListItem","position":2,"name":"Running","item":"https://theultimateprimate.com/running/"},{"@type":"ListItem","position":3,"name":"15 Best Running Podcasts To Keep You Motivated"}]},{"@type":"WebSite","@id":"https://theultimateprimate.com/#website","url":"https://theultimateprimate.com/","name":"The Ultimate Primate","description":"Fitness &amp; Healthy Living Blog","publisher":{"@id":"https://theultimateprimate.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://theultimateprimate.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://theultimateprimate.com/#organization","name":"The Ultimate Primate","url":"https://theultimateprimate.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://theultimateprimate.com/#/schema/logo/image/","url":"https://theultimateprimate.com/wp-content/uploads/2020/05/fav.png","contentUrl":"https://theultimateprimate.com/wp-content/uploads/2020/05/fav.png","width":512,"height":512,"caption":"The Ultimate Primate"},"image":{"@id":"https://theultimateprimate.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/The-Ultimate-Primate-103959714555847/","https://www.instagram.com/theultimateprimate/","https://www.pinterest.com/theultimateprimate/"]},{"@type":"Person","@id":"https://theultimateprimate.com/#/schema/person/63ab6cc4c864db2ae489d8ed8c826434","name":"Marko Rakic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://theultimateprimate.com/#/schema/person/image/","url":"https://secure.gravatar.com/avatar/ffdac5b11fd1cc8bb709af01a3287d72?s=96&d=mm&r=g","contentUrl":"https://secure.gravatar.com/avatar/ffdac5b11fd1cc8bb709af01a3287d72?s=96&d=mm&r=g","caption":"Marko Rakic"},"description":"Marko Rakic is a trail runner and fitness enthusiast from Sydney, Australia. He is the lead writer for The Ultimate Primate and believes the best way to live a happy life is through constantly challenging yourself.","sameAs":["https://theultimateprimate.com"],"url":"https://theultimateprimate.com/author/marko/"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link href='https://fonts.googleapis.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="The Ultimate Primate &raquo; Feed" href="https://theultimateprimate.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="The Ultimate Primate &raquo; Comments Feed" href="https://theultimateprimate.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="The Ultimate Primate &raquo; 15 Best Running Podcasts To Keep You Motivated Comments Feed" href="https://theultimateprimate.com/running/15-of-the-best-podcasts-for-runners/feed/" />
<style>
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;
}
</style>
	
<link rel='stylesheet' id='dashicons-css' href='https://theultimateprimate.com/wp-includes/css/dashicons.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='menu-icons-extra-css' href='https://theultimateprimate.com/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.13.4' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://theultimateprimate.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='wp-components-css' href='https://theultimateprimate.com/wp-includes/css/dist/components/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://theultimateprimate.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='wp-nux-css' href='https://theultimateprimate.com/wp-includes/css/dist/nux/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='wp-reusable-blocks-css' href='https://theultimateprimate.com/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='wp-editor-css' href='https://theultimateprimate.com/wp-includes/css/dist/editor/style.min.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='amalinkspro-cgb-style-css-css' href='https://theultimateprimate.com/wp-content/plugins/amalinkspro/includes/amalinkspro/dist/blocks.style.build.css?ver=6.1.1' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='https://theultimateprimate.com/wp-includes/css/classic-themes.min.css?ver=1' media='all' />
<style id='global-styles-inline-css'>
body{--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--color--contrast: var(--contrast);--wp--preset--color--contrast-2: var(--contrast-2);--wp--preset--color--contrast-3: var(--contrast-3);--wp--preset--color--base: var(--base);--wp--preset--color--base-2: var(--base-2);--wp--preset--color--base-3: var(--base-3);--wp--preset--color--accent: var(--accent);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 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,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 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--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--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;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.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;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='amalinkspro-css' href='https://theultimateprimate.com/wp-content/plugins/amalinkspro/public/css/amalinkspro-public.css?ver=2.2.5' media='all' />
<link rel='stylesheet' id='wp-show-posts-css' href='https://theultimateprimate.com/wp-content/plugins/wp-show-posts/css/wp-show-posts-min.css?ver=1.1.4' media='all' />
<link rel='stylesheet' id='wpfront-scroll-top-css' href='https://theultimateprimate.com/wp-content/plugins/wpfront-scroll-top/css/wpfront-scroll-top.min.css?ver=2.0.7.08086' media='all' />
<link rel='stylesheet' id='mc4wp-form-themes-css' href='https://theultimateprimate.com/wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css?ver=4.9.2' media='all' />
<link rel='stylesheet' id='generate-style-css' href='https://theultimateprimate.com/wp-content/themes/generatepress/assets/css/all.min.css?ver=3.3.0' media='all' />
<style id='generate-style-inline-css'>
@media (max-width:768px){}
body{background-color:#fafafa;color:#191919;}a{color:#1e73be;}a:hover, a:focus, a:active{color:#000000;}body .grid-container{max-width:1170px;}.wp-block-group__inner-container{max-width:1170px;margin-left:auto;margin-right:auto;}@media (max-width: 500px) and (min-width: 769px){.inside-header{display:flex;flex-direction:column;align-items:center;}.site-logo, .site-branding{margin-bottom:1.5em;}#site-navigation{margin:0 auto;}.header-widget{margin-top:1.5em;}}.site-header .header-image{width:370px;}.navigation-search{position:absolute;left:-99999px;pointer-events:none;visibility:hidden;z-index:20;width:100%;top:0;transition:opacity 100ms ease-in-out;opacity:0;}.navigation-search.nav-search-active{left:0;right:0;pointer-events:auto;visibility:visible;opacity:1;}.navigation-search input[type="search"]{outline:0;border:0;vertical-align:bottom;line-height:1;opacity:0.9;width:100%;z-index:20;border-radius:0;-webkit-appearance:none;height:60px;}.navigation-search input::-ms-clear{display:none;width:0;height:0;}.navigation-search input::-ms-reveal{display:none;width:0;height:0;}.navigation-search input::-webkit-search-decoration, .navigation-search input::-webkit-search-cancel-button, .navigation-search input::-webkit-search-results-button, .navigation-search input::-webkit-search-results-decoration{display:none;}.main-navigation li.search-item{z-index:21;}li.search-item.active{transition:opacity 100ms ease-in-out;}.nav-left-sidebar .main-navigation li.search-item.active,.nav-right-sidebar .main-navigation li.search-item.active{width:auto;display:inline-block;float:right;}.gen-sidebar-nav .navigation-search{top:auto;bottom:0;}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#1e73be;}:root .has-contrast-color{color:var(--contrast);}:root .has-contrast-background-color{background-color:var(--contrast);}:root .has-contrast-2-color{color:var(--contrast-2);}:root .has-contrast-2-background-color{background-color:var(--contrast-2);}:root .has-contrast-3-color{color:var(--contrast-3);}:root .has-contrast-3-background-color{background-color:var(--contrast-3);}:root .has-base-color{color:var(--base);}:root .has-base-background-color{background-color:var(--base);}:root .has-base-2-color{color:var(--base-2);}:root .has-base-2-background-color{background-color:var(--base-2);}:root .has-base-3-color{color:var(--base-3);}:root .has-base-3-background-color{background-color:var(--base-3);}:root .has-accent-color{color:var(--accent);}:root .has-accent-background-color{background-color:var(--accent);}body, button, input, select, textarea{font-family:"Poppins", sans-serif;font-weight:400;font-size:16px;}body{line-height:2;}p{margin-bottom:2em;}.entry-content > [class*="wp-block-"]:not(:last-child):not(.wp-block-heading){margin-bottom:2em;}.main-title{font-size:45px;}.main-navigation a, .menu-toggle{font-weight:500;text-transform:uppercase;font-size:17px;}.main-navigation .main-nav ul ul li a{font-size:14px;}.widget-title{font-weight:700;text-transform:uppercase;font-size:17px;margin-bottom:19px;}.sidebar .widget, .footer-widgets .widget{font-size:16px;}button:not(.menu-toggle),html input[type="button"],input[type="reset"],input[type="submit"],.button,.wp-block-button .wp-block-button__link{font-weight:300;text-transform:uppercase;font-size:13px;}h1{font-weight:bold;font-size:50px;}h2{font-weight:bold;font-size:30px;}h3{font-weight:600;text-transform:uppercase;font-size:17px;}h4{font-size:inherit;}h5{font-size:inherit;}.site-info{font-weight:300;text-transform:uppercase;font-size:13px;}@media (max-width:768px){.main-title{font-size:30px;}h1{font-size:30px;}h2{font-size:25px;}}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:#ffffff;color:#3a3a3a;}.site-header a{color:#3a3a3a;}.main-title a,.main-title a:hover{color:#222222;}.site-description{color:#757575;}.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:hover,.mobile-menu-control-wrapper .menu-toggle:focus,.has-inline-mobile-toggle #site-navigation.toggled{background-color:rgba(0, 0, 0, 0.02);}.main-navigation,.main-navigation ul ul{background-color:#ffffff;}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:#0a0a0a;}.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:#1e73be;}button.menu-toggle:hover,button.menu-toggle:focus,.main-navigation .mobile-bar-items a,.main-navigation .mobile-bar-items a:hover,.main-navigation .mobile-bar-items a:focus{color:#0a0a0a;}.main-navigation .main-nav ul li[class*="current-menu-"] > a{color:#1e73be;}.navigation-search input[type="search"],.navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:#1e73be;}.main-navigation ul ul{background-color:#ffffff;}.main-navigation .main-nav ul ul li a{color:#0a0a0a;}.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a{color:#1e73be;background-color:#ffffff;}.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{color:#1e73be;background-color:#ffffff;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:#ffffff;}.entry-title a{color:#000000;}.entry-title a:hover{color:#1e73be;}.entry-meta{color:#878787;}.entry-meta a{color:#878787;}.entry-meta a:hover{color:#1e73be;}.sidebar .widget{background-color:#ffffff;}.sidebar .widget .widget-title{color:#000000;}.footer-widgets{background-color:#ffffff;}.footer-widgets a{color:#262626;}.footer-widgets a:hover{color:#1abc9c;}.footer-widgets .widget-title{color:#262626;}.site-info{color:#262626;background-color:#ffffff;}.site-info a{color:#262626;}.site-info a:hover{color:#757575;}.footer-bar .widget_nav_menu .current-menu-item a{color:#757575;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select{color:#666666;background-color:#fafafa;border-color:#cccccc;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus{color:#666666;background-color:#ffffff;border-color:#bfbfbf;}button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#161616;}button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#1e73be;background-color:#ffffff;}a.generate-back-to-top{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0,0,0,0.2);}@media (max-width: 768px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:#0a0a0a;}}.inside-top-bar{padding:10px;}.inside-header{padding:30px 20px 30px 20px;}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:10px;}.site-main .wp-block-group__inner-container{padding:10px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-10px;width:calc(100% + 20px);max-width:calc(100% + 20px);}.one-container.right-sidebar .site-main,.one-container.both-right .site-main{margin-right:10px;}.one-container.left-sidebar .site-main,.one-container.both-left .site-main{margin-left:10px;}.one-container.both-sidebars .site-main{margin:0px 10px 0px 10px;}.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a{padding-left:23px;padding-right:23px;line-height:124px;}.main-navigation .main-nav ul ul li a{padding:15px 23px 15px 23px;}.main-navigation ul ul{width:260px;}.navigation-search input[type="search"]{height:124px;}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:23px;}.menu-item-has-children .dropdown-menu-toggle{padding-right:23px;}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:15px;padding-bottom:15px;margin-top:-15px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:23px;}.widget-area .widget{padding:50px;}.footer-widgets{padding:50px;}.site-info{padding:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:30px;}.site-main .wp-block-group__inner-container{padding:30px;}.site-info{padding-right:10px;padding-left:10px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}}/* End cached CSS */@media (max-width: 768px){.main-navigation .menu-toggle,.main-navigation .mobile-bar-items,.sidebar-nav-mobile:not(#sticky-placeholder){display:block;}.main-navigation ul,.gen-sidebar-nav{display:none;}[class*="nav-float-"] .site-header .inside-header > *{float:none;clear:both;}}
.dynamic-author-image-rounded{border-radius:100%;}.dynamic-featured-image, .dynamic-author-image{vertical-align:middle;}.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px;}.dynamic-entry-excerpt > p:last-child{margin-bottom:0px;}
.page-hero{background-color:rgba(22,22,22,0.68);background-image:url(https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png);background-size:cover;background-image:linear-gradient(0deg, rgba(22,22,22,0.68),rgba(22,22,22,0.68)), url(https://theultimateprimate.com/wp-content/uploads/2021/07/best-running-podcasts.png);background-position:center center;background-repeat:no-repeat;color:#ffffff;padding-top:10%;padding-right:40px;padding-bottom:10%;padding-left:40px;text-align:center;box-sizing:border-box;}.page-hero h1, .page-hero h2, .page-hero h3, .page-hero h4, .page-hero h5, .page-hero h6{color:#ffffff;}.inside-page-hero > *:last-child{margin-bottom:0px;}.page-hero a, .page-hero a:visited{color:#e0e0e0;}.page-hero time.updated{display:none;}
@media (max-width: 768px){.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .mobile-bar-items a,.main-navigation .menu-bar-item > a{line-height:70px;}.main-navigation .site-logo.navigation-logo img, .mobile-header-navigation .site-logo.mobile-header-logo img, .navigation-search input[type="search"]{height:70px;}}
</style>
<link rel='stylesheet' id='generate-font-icons-css' href='https://theultimateprimate.com/wp-content/themes/generatepress/assets/css/components/font-icons.min.css?ver=3.3.0' media='all' />
<link rel='stylesheet' id='generate-child-css' href='https://theultimateprimate.com/wp-content/themes/generatepress_child/style.css?ver=1629241364' media='all' />
<link rel='stylesheet' id='wpdreams-asl-basic-css' href='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/css/style.basic.css?ver=4.11' media='all' />
<link rel='stylesheet' id='wpdreams-ajaxsearchlite-css' href='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/css/style-curvy-black.css?ver=4.11' media='all' />
<link rel='stylesheet' id='tablepress-default-css' href='https://theultimateprimate.com/wp-content/plugins/tablepress/css/build/default.css?ver=2.1' media='all' />
<link rel='stylesheet' id='tablepress-responsive-tables-css' href='https://theultimateprimate.com/wp-content/plugins/tablepress-responsive-tables/css/tablepress-responsive.min.css?ver=1.8' media='all' />
<style id='generateblocks-inline-css'>
.gb-icon svg{height:1em;width:1em;fill:currentColor;}.gb-highlight{background:none;color:unset;}h2.gb-headline-b8c33dad{padding-left:20px;border-left-style: solid;border-left-width:6px;border-color:#0693e3;}h2.gb-headline-b8c33dad .gb-highlight{color:#0693e3;}.gb-container .wp-block-image img{vertical-align:middle;}.gb-container .gb-shape{position:absolute;overflow:hidden;pointer-events:none;line-height:0;}.gb-container .gb-shape svg{fill:currentColor;}.gb-container-e68083fd > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-e68083fd > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-02767ea4{background-color:#f9f9f9;}.gb-container-02767ea4 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-02767ea4 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-0f21e464 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-0f21e464 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-c83894db{background-color:#f9f9f9;}.gb-container-c83894db > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-c83894db > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-69511b22 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-69511b22 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-297d7985{background-color:#f9f9f9;}.gb-container-297d7985 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-297d7985 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-ce90849f > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-ce90849f > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-4140fa14{background-color:#f9f9f9;}.gb-container-4140fa14 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-4140fa14 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-aaba8d8c > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-aaba8d8c > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-d0a93ba4{background-color:#f9f9f9;}.gb-container-d0a93ba4 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-d0a93ba4 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-7fdcc2bb > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-7fdcc2bb > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-a0218bea{background-color:#f9f9f9;}.gb-container-a0218bea > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-a0218bea > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-2603c322 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-2603c322 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-9a60c4c7{background-color:#f9f9f9;}.gb-container-9a60c4c7 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-9a60c4c7 > .gb-container{display:flex;flex-direction:column;height:100%;}.gb-container-792a4699 > .gb-inside-container{padding:40px 10px;max-width:1170px;margin-left:auto;margin-right:auto;}.gb-grid-wrapper > .gb-grid-column-792a4699 > .gb-container{display:flex;flex-direction:column;height:100%;}
</style>
<link rel='stylesheet' id='generate-blog-images-css' href='https://theultimateprimate.com/wp-content/plugins/gp-premium/blog/functions/css/featured-images.min.css?ver=2.3.0' media='all' />
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1' id='jquery-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<link rel="https://api.w.org/" href="https://theultimateprimate.com/wp-json/" /><link rel="alternate" type="application/json" href="https://theultimateprimate.com/wp-json/wp/v2/posts/4180" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://theultimateprimate.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://theultimateprimate.com/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.1" />
<link rel='shortlink' href='https://theultimateprimate.com/?p=4180' />
<link rel="alternate" type="application/json+oembed" href="https://theultimateprimate.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftheultimateprimate.com%2Frunning%2F15-of-the-best-podcasts-for-runners%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://theultimateprimate.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftheultimateprimate.com%2Frunning%2F15-of-the-best-podcasts-for-runners%2F&#038;format=xml" />
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
           var ajaxurl = "https://theultimateprimate.com/wp-admin/admin-ajax.php";
         </script><script type="rocketlazyloadscript">var amalinkspro_plugin_url = "https://theultimateprimate.com/wp-content/plugins";</script><style type="text/css" class="amalinkspro-user-css"></style><style type="text/css" class="amalinkspro-table-css"></style><style type='text/css'> .ae_data .elementor-editor-element-setting {
            display:none !important;
            }
            </style>		<!-- HappyForms global container -->
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">HappyForms = {};</script>
		<!-- End of HappyForms global container -->
		<link rel="pingback" href="https://theultimateprimate.com/xmlrpc.php">
				<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
				
				
				<meta name="generator" content="Elementor 3.11.5; settings: css_print_method-external, google_font-enabled, font_display-auto">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=UA-159833270-1"></script>
<script type="rocketlazyloadscript">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-159833270-1');
</script>

<meta name="p:domain_verify" content="05f64083e9527391b7de4635006c7ff2"/>
                <style>
                    
					div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label {
						font-size: 0px !important;
						color: rgba(0, 0, 0, 0);
					}
					div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after {
						font-size: 11px !important;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 1;
					}
					.asl_w_container {
						width: 80%;
						margin: 0px 0px 0px 0px;
						min-width: 200px;
					}
					div[id*='ajaxsearchlite'].asl_m {
						width: 100%;
					}
					div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted {
						font-weight: bold;
						color: rgba(217, 49, 43, 1);
						background-color: rgba(238, 238, 238, 1);
					}
					div[id*='ajaxsearchliteres'].wpdreams_asl_results .results img.asl_image {
						width: 70px;
						height: 70px;
						object-fit: cover;
					}
					div.asl_r .results {
						max-height: none;
					}
				
						div.asl_r.asl_w.vertical .results .item::after {
							display: block;
							position: absolute;
							bottom: 0;
							content: '';
							height: 1px;
							width: 100%;
							background: #D8D8D8;
						}
						div.asl_r.asl_w.vertical .results .item.asl_last_item::after {
							display: none;
						}
					                </style>
                <style type="text/css">.saboxplugin-wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;width:100%;clear:both;display:block;overflow:hidden;word-wrap:break-word;position:relative}.saboxplugin-wrap .saboxplugin-gravatar{float:left;padding:0 20px 20px 20px}.saboxplugin-wrap .saboxplugin-gravatar img{max-width:100px;height:auto;border-radius:0;}.saboxplugin-wrap .saboxplugin-authorname{font-size:18px;line-height:1;margin:20px 0 0 20px;display:block}.saboxplugin-wrap .saboxplugin-authorname a{text-decoration:none}.saboxplugin-wrap .saboxplugin-authorname a:focus{outline:0}.saboxplugin-wrap .saboxplugin-desc{display:block;margin:5px 20px}.saboxplugin-wrap .saboxplugin-desc a{text-decoration:underline}.saboxplugin-wrap .saboxplugin-desc p{margin:5px 0 12px}.saboxplugin-wrap .saboxplugin-web{margin:0 20px 15px;text-align:left}.saboxplugin-wrap .sab-web-position{text-align:right}.saboxplugin-wrap .saboxplugin-web a{color:#ccc;text-decoration:none}.saboxplugin-wrap .saboxplugin-socials{position:relative;display:block;background:#fcfcfc;padding:5px;border-top:1px solid #eee}.saboxplugin-wrap .saboxplugin-socials a svg{width:20px;height:20px}.saboxplugin-wrap .saboxplugin-socials a svg .st2{fill:#fff; transform-origin:center center;}.saboxplugin-wrap .saboxplugin-socials a svg .st1{fill:rgba(0,0,0,.3)}.saboxplugin-wrap .saboxplugin-socials a:hover{opacity:.8;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;box-shadow:none!important;-webkit-box-shadow:none!important}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color{box-shadow:none;padding:0;border:0;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;display:inline-block;color:#fff;font-size:0;text-decoration:inherit;margin:5px;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;overflow:hidden}.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{text-decoration:inherit;box-shadow:none;position:relative;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;margin:10px 5px;color:#444;fill:#444}.clearfix:after,.clearfix:before{content:' ';display:table;line-height:0;clear:both}.ie7 .clearfix{zoom:1}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch{border-color:#38245c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis{border-color:#e91c00}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance{border-color:#003eb0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious{border-color:#06c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart{border-color:#036824}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg{border-color:#00327c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble{border-color:#ba1655}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook{border-color:#1e2e4f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr{border-color:#003576}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github{border-color:#264874}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google{border-color:#0b51c5}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus{border-color:#96271a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5{border-color:#902e13}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram{border-color:#1630aa}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin{border-color:#00344f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest{border-color:#5b040e}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit{border-color:#992900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss{border-color:#a43b0a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis{border-color:#5d8420}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype{border-color:#00658a}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud{border-color:#995200}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify{border-color:#0f612c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow{border-color:#a95009}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam{border-color:#006388}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email{border-color:#b84e05}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon{border-color:#9b280e}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr{border-color:#10151b}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter{border-color:#0967a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo{border-color:#0d7091}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows{border-color:#003f71}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp{border-color:#003f71}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress{border-color:#0f3647}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo{border-color:#14002d}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube{border-color:#900}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing{border-color:#000202}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud{border-color:#2475a0}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk{border-color:#243549}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium{border-color:#00452c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora{border-color:#420e00}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup{border-color:#9b181c}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads{border-color:#000}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat{border-color:#999700}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px{border-color:#00557f}.saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont{border-color:#185886}.sabox-plus-item{margin-bottom:20px}@media screen and (max-width:480px){.saboxplugin-wrap{text-align:center}.saboxplugin-wrap .saboxplugin-gravatar{float:none;padding:20px 0;text-align:center;margin:0 auto;display:block}.saboxplugin-wrap .saboxplugin-gravatar img{float:none;display:inline-block;display:-moz-inline-stack;vertical-align:middle;zoom:1}.saboxplugin-wrap .saboxplugin-desc{margin:0 10px 20px;text-align:center}.saboxplugin-wrap .saboxplugin-authorname{text-align:center;margin:10px 0 20px}}body .saboxplugin-authorname a,body .saboxplugin-authorname a:hover{box-shadow:none;-webkit-box-shadow:none}a.sab-profile-edit{font-size:16px!important;line-height:1!important}.sab-edit-settings a,a.sab-profile-edit{color:#0073aa!important;box-shadow:none!important;-webkit-box-shadow:none!important}.sab-edit-settings{margin-right:15px;position:absolute;right:0;z-index:2;bottom:10px;line-height:20px}.sab-edit-settings i{margin-left:5px}.saboxplugin-socials{line-height:1!important}.rtl .saboxplugin-wrap .saboxplugin-gravatar{float:right}.rtl .saboxplugin-wrap .saboxplugin-authorname{display:flex;align-items:center}.rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit{margin-right:10px}.rtl .sab-edit-settings{right:auto;left:0}img.sab-custom-avatar{max-width:75px;}.saboxplugin-wrap {margin-top:0px; margin-bottom:0px; padding: 0px 0px }.saboxplugin-wrap .saboxplugin-authorname {font-size:18px; line-height:25px;}.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {font-size:14px !important; line-height:21px !important;}.saboxplugin-wrap .saboxplugin-web {font-size:14px;}.saboxplugin-wrap .saboxplugin-socials a svg {width:18px;height:18px;}</style><link rel="icon" href="https://theultimateprimate.com/wp-content/uploads/2020/05/cropped-fav-32x32.png" sizes="32x32" />
<link rel="icon" href="https://theultimateprimate.com/wp-content/uploads/2020/05/cropped-fav-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://theultimateprimate.com/wp-content/uploads/2020/05/cropped-fav-180x180.png" />
<meta name="msapplication-TileImage" content="https://theultimateprimate.com/wp-content/uploads/2020/05/cropped-fav-270x270.png" />
		<style id="wp-custom-css">
			.fa-amazon {
    display: none;
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>

<body class="post-template-default single single-post postid-4180 single-format-standard wp-custom-logo wp-embed-responsive post-image-above-header post-image-aligned-center sticky-menu-fade no-sidebar nav-float-right separate-containers contained-header active-footer-widgets-2 nav-search-enabled header-aligned-left dropdown-hover featured-image-active elementor-default elementor-kit-215" itemtype="https://schema.org/Blog" itemscope>
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><a class="screen-reader-text skip-link" href="#content" title="Skip to content">Skip to content</a>		<header class="site-header grid-container grid-parent" id="masthead" aria-label="Site"  itemtype="https://schema.org/WPHeader" itemscope>
			<div class="inside-header grid-container grid-parent">
				<div class="site-logo">
					<a href="https://theultimateprimate.com/" rel="home">
						<img  class="header-image is-logo-image" alt="The Ultimate Primate" src="https://theultimateprimate.com/wp-content/uploads/2021/01/cropped-The-Ultimate-Primate.jpg" />
					</a>
				</div>		<nav class="main-navigation sub-menu-right" id="site-navigation" aria-label="Primary"  itemtype="https://schema.org/SiteNavigationElement" itemscope>
			<div class="inside-navigation grid-container grid-parent">
				<form method="get" class="search-form navigation-search" action="https://theultimateprimate.com/">
					<input type="search" class="search-field" value="" name="s" title="Search" />
				</form>		<div class="mobile-bar-items">
						<span class="search-item">
				<a aria-label="Open Search Bar" href="#">
									</a>
			</span>
		</div>
						<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
					<span class="mobile-menu">Menu</span>				</button>
				<div id="primary-menu" class="main-nav"><ul id="menu-primary-peak" class=" menu sf-menu"><li id="menu-item-109" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-109"><a href="https://theultimateprimate.com/">Home</a></li>
<li id="menu-item-4680" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4680"><a href="#" target="_blank" rel="nofollow">Categories<span role="presentation" class="dropdown-menu-toggle"></span></a>
<ul class="sub-menu">
	<li id="menu-item-255" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-item-255"><a href="https://theultimateprimate.com/running/">Running<span role="presentation" class="dropdown-menu-toggle"></span></a>
	<ul class="sub-menu">
		<li id="menu-item-4681" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4681"><a href="https://theultimateprimate.com/running/shoes/">Running Shoes</a></li>
		<li id="menu-item-4685" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4685"><a href="https://theultimateprimate.com/running/accessories/">Running Accessories</a></li>
		<li id="menu-item-4682" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4682"><a href="https://theultimateprimate.com/running/gps-watch/">GPS Running Watches</a></li>
		<li id="menu-item-4683" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4683"><a href="https://theultimateprimate.com/running/headphones-earbuds/">Running Headphones</a></li>
		<li id="menu-item-4684" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4684"><a href="https://theultimateprimate.com/running/apparel/">Running Apparel</a></li>
	</ul>
</li>
	<li id="menu-item-252" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-252"><a href="https://theultimateprimate.com/cycling/">Cycling</a></li>
	<li id="menu-item-257" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-257"><a href="https://theultimateprimate.com/swimming/">Swimming</a></li>
	<li id="menu-item-258" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-258"><a href="https://theultimateprimate.com/triathlon/">Triathlon</a></li>
	<li id="menu-item-251" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-251"><a href="https://theultimateprimate.com/cardio/">Cardio</a></li>
	<li id="menu-item-2437" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2437"><a href="https://theultimateprimate.com/boxing-combat-sports/">Boxing &amp; Combat Sports</a></li>
	<li id="menu-item-260" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-260"><a href="https://theultimateprimate.com/yoga/">Yoga</a></li>
	<li id="menu-item-254" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-254"><a href="https://theultimateprimate.com/gym-and-strength/">Gym and Strength</a></li>
	<li id="menu-item-259" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-259"><a href="https://theultimateprimate.com/walking/">Walking</a></li>
	<li id="menu-item-256" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-256"><a href="https://theultimateprimate.com/sports-fitness-motivation/">Sports and Fitness Motivation</a></li>
</ul>
</li>
<li id="menu-item-5236" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-5236"><a href="https://theultimateprimate.com/about/">About<span role="presentation" class="dropdown-menu-toggle"></span></a>
<ul class="sub-menu">
	<li id="menu-item-5235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5235"><a href="https://theultimateprimate.com/how-we-conduct-our-reviews/">How We Conduct Our Reviews</a></li>
</ul>
</li>
<li class="search-item menu-item-align-right"><a aria-label="Open Search Bar" href="#"></a></li></ul></div>			</div>
		</nav>
					</div>
		</header>
		<div class="page-hero grid-container grid-parent">
					<div class="inside-page-hero grid-container grid-parent">
						<h1 style="margin-bottom: 5px;">15 Best Running Podcasts To Keep You Motivated</h1>
<div class="page-header-meta">
				<p class="last-updated">Last Updated: February 9, 2023<span class="author vcard" itemtype="http://schema.org/Person" itemscope="itemscope" itemprop="author"><a class="url fn n" href="https://theultimateprimate.com/author/marko/" title="View all posts by Marko Rakic" rel="author" itemprop="url"><span class="author-name" itemprop="name">Marko Rakic</span></a></span></p>
</div>
					</div>
				</div>
	<div class="site grid-container container hfeed grid-parent" id="page">
				<div class="site-content" id="content">
			
	<div class="content-area grid-parent mobile-grid-100 grid-100 tablet-grid-100" id="primary">
		<main class="site-main" id="main">
			
<article id="post-4180" class="post-4180 post type-post status-publish format-standard has-post-thumbnail category-running" itemtype="https://schema.org/CreativeWork" itemscope>
	<div class="inside-article">
		<p style = "font-size:13px">
	<i><strong>Disclosure: </strong>All products recommended on TheUltimatePrimate are independently selected by our team. If you make a purchase through any of these links, we may receive a commission. Learn more about our product selection process <a href="https://theultimateprimate.com/how-we-conduct-our-reviews/">here</a>.</i>
</p>
			<header class="entry-header" aria-label="Content">
				<p id="breadcrumbs"><span><span><a href="https://theultimateprimate.com/">Home</a></span> » <span><a href="https://theultimateprimate.com/running/">Running</a></span> » <span class="breadcrumb_last" aria-current="page">15 Best Running Podcasts To Keep You Motivated</span></span></p>			</header>
			
		<div class="entry-content" itemprop="text">
			<div class="lwptoc lwptoc-baseItems lwptoc-light lwptoc-notInherit" data-smooth-scroll="1" data-smooth-scroll-offset="24"><div class="lwptoc_i">    <div class="lwptoc_header">
        <b class="lwptoc_title">Table of Contents</b>                    <span class="lwptoc_toggle">
                <a href="#" class="lwptoc_toggle_label" data-label="hide">show</a>
            </span>
            </div>
<div class="lwptoc_items" style="display:none;">
    <div class="lwptoc_itemWrap"><div class="lwptoc_item">    <a href="#15_Of_The_Best_Podcasts_for_Runners">
                <span class="lwptoc_item_label">15 Of The Best Podcasts for Runners</span>
    </a>
    <div class="lwptoc_itemWrap"><div class="lwptoc_item">    <a href="#The_Rich_Roll_Podcast">
                <span class="lwptoc_item_label">The Rich Roll Podcast</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Ali_On_the_Run_Show">
                <span class="lwptoc_item_label">Ali On the Run Show</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Marathon_Training_Academy">
                <span class="lwptoc_item_label">Marathon Training Academy</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#The_Running_for_Real_Podcast">
                <span class="lwptoc_item_label">The Running for Real Podcast</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#KoopCast">
                <span class="lwptoc_item_label">KoopCast</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#The_Runners_World_UK_Podcast">
                <span class="lwptoc_item_label">The Runner’s World UK Podcast</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Run_Selfie_Repeat">
                <span class="lwptoc_item_label">Run, Selfie, Repeat</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Trail_Runner_Nation">
                <span class="lwptoc_item_label">Trail Runner Nation</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Run_to_the_Top">
                <span class="lwptoc_item_label">Run to the Top</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#No_Meat_Athlete">
                <span class="lwptoc_item_label">No Meat Athlete</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Billy_Yang_Podcast">
                <span class="lwptoc_item_label">Billy Yang Podcast</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Diz_Runs_Radio">
                <span class="lwptoc_item_label">Diz Runs Radio</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Science_of_Ultra">
                <span class="lwptoc_item_label">Science of Ultra</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Running_on_Om">
                <span class="lwptoc_item_label">Running on Om</span>
    </a>
    </div><div class="lwptoc_item">    <a href="#Becoming_Ultra">
                <span class="lwptoc_item_label">Becoming Ultra</span>
    </a>
    </div></div></div><div class="lwptoc_item">    <a href="#Conclusion">
                <span class="lwptoc_item_label">Conclusion</span>
    </a>
    </div></div></div>
</div></div>
<p>As we’ve mentioned in our goals, TheUltimatePrimate&nbsp;primary purpose is to help runners get the most out of their runs. It may sound simple however there are always ways that we can better ourselves as athletes and tackle the next greatest thing. </p>



<p>When you see ultrarunners like <a href="https://theultimateprimate.com/sports-fitness-motivation/courtney-dauwalter-workout-routine-diet-plan/">Courtney Dauwalter</a> or <a href="https://theultimateprimate.com/sports-fitness-motivation/david-goggins-workout-routine-and-diet-plan/">David Goggins</a> tackling 240-mile races you can only begin to grasp how much there is to learn in our fascinating but much-loved sport of running.</p>



<p>One such way to learn more is to educate ourselves with the guidance of runners who have lived the experiences. Not only runners but professionals in various fields of exercise, diet and nutrition. It doesn’t stop there though, we can also learn heaps of knowledge, self-improvement and of course, we get entertained.</p>



<p>One of the best <a href="https://theultimateprimate.com/running/whats-the-best-way-to-listen-to-music-while-running/">ways to do this is by listening to podcasts while running</a>. Sometimes we want to hang up the tunes and take a step back. Podcasts are a great way to do this. Since we can’t exactly read a book whilst running, audio is the next best thing. Whilst audiobooks are an amazing asset in the 21st century, so are podcasts.&nbsp;</p>



<p>Here at TheUltimatePrimate, we’ve carefully curated some of the best podcasts that are recommended by other runners and those we feel you will enjoy and have ranked them accordingly. All of the below podcasts are amazing and depending on what you’re looking for, we’re sure you’ll get something out of them. If you have any suggestions, don’t hesitate to contact us.</p>



<h2 class="gb-headline gb-headline-b8c33dad gb-headline-text"><span id="15_Of_The_Best_Podcasts_for_Runners">15 Of The Best Podcasts for Runners</span></h2>


<div class="gb-container gb-container-e68083fd"><div class="gb-inside-container">

<h3><span id="The_Rich_Roll_Podcast">The Rich Roll Podcast</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: The Rich Roll Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/2TGszFKJEbQuEXrWduK63l?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: The Rich Roll Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/2TGszFKJEbQuEXrWduK63l?utm_source=oembed"></iframe></noscript>
</div></figure>



<p><a href="https://theultimateprimate.com/sports-fitness-motivation/rich-roll-workout-routine-diet-plan/">Rich Roll</a> is one of the most famous vegan nutrition athletes, and he hosts one of the most popular running podcasts. He has the stamina to do ultra-endurance races that are much longer than typical marathons. His podcast is packed with famous guests and interesting topics.</p>



<p>Rich Roll is a famous health and fitness author and is great at getting famous people on his podcast. Famous guests include Des Linden (Boston marathon champion), Laila Ali (boxer), and the Hollywood celebrity Matthew McConaughey.</p>



<p>While I don’t like to listen to podcasts on serious, gruelling runs, I do listen to them when doing less intense training. The Rich Roll podcast is longer than usual – two hours – so one episode is enough for a fairly long run.</p>



<p>The guests have plenty of interesting stories to tell and plenty of tips on how to run efficiently. They also talk about topics other than running, such as the clean beauty movement, which is about avoiding harmful ingredients in cosmetics. You can count on Rich Roll to entertain you and to give you new tips you haven’t heard before.</p>

</div></div>

<div class="gb-container gb-container-02767ea4"><div class="gb-inside-container">

<h3><span id="Ali_On_the_Run_Show">Ali On the Run Show</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Ali on the Run Show" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/6Eiqdyjk8qFKWwm4Hgdvq6?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Ali on the Run Show" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/6Eiqdyjk8qFKWwm4Hgdvq6?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Ali On the Run Show is a tremendously popular running podcast. It has more than 4.5 million downloads and 2000+ five-star ratings on iTunes. It is hosted by Ali, a runner, marathoner, mother, and former competition dancer.</p>



<p>Ali talks to lots of different people who have interesting stories to tell about running and about the rest of their lives. The quality of the stories the guests have to tell is more than enough for me to recommend this podcast.</p>



<p>Some of the best runners in the world have appeared on the Ali On the Run Show, plus many relatively ordinary runners that have something interesting to contribute.</p>

</div></div>

<div class="gb-container gb-container-0f21e464"><div class="gb-inside-container">

<h3><span id="Marathon_Training_Academy">Marathon Training Academy</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Marathon Training Academy" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/2i7ukn5TDtIKSMauxJ5QzI?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Marathon Training Academy" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/2i7ukn5TDtIKSMauxJ5QzI?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Ali On the Run Show is a tremendously popular running podcast. It has more than 4.5 million downloads and 2000+ five-star ratings on iTunes. It is hosted by Ali, a runner, marathoner, mother, and former competition dancer.</p>



<p>Ali talks to lots of different people who have interesting stories to tell about running and about the rest of their lives. The quality of the stories the guests have to tell is more than enough for me to recommend this podcast.</p>



<p>Some of the best runners in the world have appeared on the Ali On the Run Show, plus many relatively ordinary runners that have something interesting to contribute.</p>

</div></div>

<div class="gb-container gb-container-c83894db"><div class="gb-inside-container">

<h3><span id="The_Running_for_Real_Podcast">The Running for Real Podcast</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Running for Real with Tina Muir" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/3W0HMvNKA3lVGzjxhrNR2L?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Running for Real with Tina Muir" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/3W0HMvNKA3lVGzjxhrNR2L?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Ali On the Run Show is a tremendously popular running podcast. It has more than 4.5 million downloads and 2000+ five-star ratings on iTunes. It is hosted by Ali, a runner, marathoner, mother, and former competition dancer.</p>



<p>Ali talks to lots of different people who have interesting stories to tell about running and about the rest of their lives. The quality of the stories the guests have to tell is more than enough for me to recommend this podcast.</p>



<p>Some of the best runners in the world have appeared on the Ali On the Run Show, plus many relatively ordinary runners that have something interesting to contribute.</p>

</div></div>

<div class="gb-container gb-container-69511b22"><div class="gb-inside-container">

<h3><span id="KoopCast">KoopCast</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: KoopCast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4e9j6LTsJtyBHxrdgQuoWK?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: KoopCast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4e9j6LTsJtyBHxrdgQuoWK?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Jason Koop is a longtime coach for Endurance athletes who launched a successful podcast at the end of 2019. Since running was a sport that people could do during the pandemic, people got into running in 2020, helping his podcast gain popularity.</p>



<p>The Koopcast does a good job of explaining new scientific information to average runners. The podcast offers a lot of scientific detail and in a way that is easy for people without a scientific background to understand.</p>



<p>Those who want a lot of practical advice and want it backed up by new, proven science should check the podcast out. If Jason Koop recommends anything about training or nutrition, you can rest assured that it is backed by science.</p>



<p>Those who love research and data will like it, and people who start listening to the podcast with no knowledge of health science will be able to understand and learn from it.</p>

</div></div>

<div class="gb-container gb-container-297d7985"><div class="gb-inside-container">

<h3><span id="The_Runners_World_UK_Podcast">The Runner’s World UK Podcast</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: The Runner&amp;apos;s World UK Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4BhyfIvCRYG2GghYZzoYib?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: The Runner&amp;apos;s World UK Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4BhyfIvCRYG2GghYZzoYib?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Runner’s World UK Podcast stands out for the variety of interesting subjects it covers. Hosted by Ben Hobson and Rick Pearson, the Runner’s World UK Podcast covers running/fitness news, advice, and in-depth discussions. It used to be monthly, but it now runs every week and offers something different every episode.</p>



<p>A recent episode is called “Running and Grief” and is about how people can take up running as a way to cope when something tragic happens to them. Eliza Flynn and Dr.John Wilson talk about how running can help people move beyond a tragic event, even if they can’t get over it right away.</p>

</div></div>

<div class="gb-container gb-container-ce90849f"><div class="gb-inside-container">

<h3><span id="Run_Selfie_Repeat">Run, Selfie, Repeat</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Run Selfie Repeat" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4CvnqmCQF0XeDnMHGwKwBy?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Run Selfie Repeat" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4CvnqmCQF0XeDnMHGwKwBy?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Run, Selfie, Repeat podcats offer short, weekly episodes that are supposed to get you fired up and out there training hard. The episodes are more inspirational than informational.</p>



<p>The point is to get you fired up about running; information is secondary to that. You won’t find long stories, and the episodes are too short for them anyway.</p>

</div></div>

<div class="gb-container gb-container-4140fa14"><div class="gb-inside-container">

<h3><span id="Trail_Runner_Nation">Trail Runner Nation</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Trail Runner Nation" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/603z2wAQ73kcqTbM1pTl74?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Trail Runner Nation" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/603z2wAQ73kcqTbM1pTl74?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Going for a run on a rural property or in a state park is often more fun than running around the block. It is good for you to spend time in nature, and you can do this by taking up <a href="https://theultimateprimate.com/running/is-trail-running-harder-than-road-running-which-is-better/">trail running</a>. Trail running poses its own challenges – the ground is uneven, so it can be more demanding than running on pavement.</p>



<p>Trail running also has some safety hazards that you won’t encounter in the city, and this podcast is full of exciting stories of near-death experiences. You will hear the stories of famous historical trail races, the viewpoints of trail conservationists, and tips for making yourself a better trail runner.</p>



<p>The show is hosted by Scott Warr and Don Freeman, two ultramarathoners who know what they are talking about. They invite elite athletes onto the show, and you will hear interviews of famous current trail runners. The duo also talks about world-famous trail running locations, such as the Alps and Dolomites.</p>

</div></div>

<div class="gb-container gb-container-aaba8d8c"><div class="gb-inside-container">

<h3><span id="Run_to_the_Top">Run to the Top</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Run to the Top Podcast | The Ultimate Guide to Running" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4sIXIw0CbMW0on5zKXAet1?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Run to the Top Podcast | The Ultimate Guide to Running" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4sIXIw0CbMW0on5zKXAet1?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The Run to the Top podcast offers actionable lessons from top athletes, coaches, and scientists. It is great for people of all fitness levels, including those who do not run but are considering taking up running. Run to the top is very popular, with more than 5 million episodes downloaded so far.</p>



<p>One great thing about this podcast is that there are many episodes on injury prevention. Runners can often end up with stress fractures – injuries from running for too long and putting too much stress on their bones.</p>



<p>Stress fractures can keep you away from running for a long time. Some episodes deal with how to prevent stress fractures and other injuries and how to recover if you are injured.</p>

</div></div>

<div class="gb-container gb-container-d0a93ba4"><div class="gb-inside-container">

<h3><span id="No_Meat_Athlete">No Meat Athlete</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: No Meat Athlete Radio" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4dfCUNYJyhssXD29UDdxtq?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: No Meat Athlete Radio" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4dfCUNYJyhssXD29UDdxtq?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>The No Meat Athlete has an excellent cast, including many well-known vegan and vegetarian athletes. It covers building strength and endurance without relying on meat and the benefits of a <a href="https://theultimateprimate.com/running/is-a-plant-based-diet-good-for-running-get-all-the-facts-here/">plant-based diet</a> for athletes.</p>



<p>Guests include Brendan Brazier, Rich Roll, Heather Crosby, and Nicole Antoinette. The podcast covers training for ultramarathons and the science of vegetarian and vegan fitness.</p>



<p>The podcast also discusses the power of habits, how to run with good form, the advantages of avoiding most cooking oils, and how to cook delicious and strength-giving foods. Some episodes talk about how easy it is to get enough protein without eating meat and how plant-based nutrition can benefit all types of athletes.</p>

</div></div>

<div class="gb-container gb-container-7fdcc2bb"><div class="gb-inside-container">

<h3><span id="Billy_Yang_Podcast">Billy Yang Podcast</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Billy Yang Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/6W144ILRrVB2WhGOiel9Dz?utm_campaign=Runner%27s+High+Weekly&#038;utm_medium=email&#038;utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Billy Yang Podcast" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/6W144ILRrVB2WhGOiel9Dz?utm_campaign=Runner%27s+High+Weekly&amp;utm_medium=email&amp;utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Filmmaker Billy yang offers a great multi-topic podcast with stories about running, other sports, films, entrepreneurship, Covid-19, and more.</p>



<p>One recent episode deals with Covid-19 and whether there is any way to catch it when out running. Does the virus linger on surfaces, and do a lot of people get the virus while outdoors?</p>



<p>The episode also discusses vaccines and whether or not they are safe. Dr. Andy Pasternak, the medical director of a major endurance race, talks about infectious diseases and how outdoor events might be different in the future. Many other episodes combine running with another subject.</p>



<p>Billy Yang often invites other famous athletes and trainers, some with their own podcats, onto his show. A recent episode features Sally Mcrae and Jason Koop. They discuss the advantages of hiring a coach and when it is worth it, how to train to sleep efficiently during a 250-mile race, and more.</p>

</div></div>

<div class="gb-container gb-container-a0218bea"><div class="gb-inside-container">

<h3><span id="Diz_Runs_Radio">Diz Runs Radio</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Diz Runs Radio: Running, Life, &amp; Everything In Between" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/4CfmFghZ17b1GJiXI052TZ?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Diz Runs Radio: Running, Life, &amp; Everything In Between" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/4CfmFghZ17b1GJiXI052TZ?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>On the Diz Runs Radio Podcast, Denny Krahe (aka “Diz”) talks to other runners about the sport and about life itself. The podcast is recorded while Diz is out running with others. Diz claims that great conversations happen while you are out running with people.</p>



<p>The conversations flow naturally and do not seem to be scripted. People talk about their lives and countless different subjects. Fitness topics include <a href="https://theultimateprimate.com/running/heart-rate-training-for-running/">heart rate training and avoiding weight gain due to eating too much after running</a>.</p>



<p>Another plus is that Diz has a blog and often has a blog post for each podcast episode. The blog articles aren’t nearly as long as the podcast episodes, so the blog articles work as summaries. You can read a blog article about <a href="https://theultimateprimate.com/running/how-to-keep-your-heart-rate-down-when-running/">heart rate</a> training and then decide whether to listen to a longer podcast about it.</p>

</div></div>

<div class="gb-container gb-container-2603c322"><div class="gb-inside-container">

<h3><span id="Science_of_Ultra">Science of Ultra</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Science Of Ultra" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/1F1HpfBJwgKExXQdyE7JbC?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Science Of Ultra" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/1F1HpfBJwgKExXQdyE7JbC?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Science of Ultra is a podcast for those interested in hardcore, exhausting, particularly long endurance races. You don’t have to stop at 26 miles – some people can do 50 or even 100 miles.</p>



<p>Not every long-distance runner wants to train for ultramarathons; they might be more interested in running marathons in a shorter time each year. However, running 50 or 100 miles can be a great athletic achievement.</p>



<p>Many people love the idea of training hard and getting to the point where they can handle an extreme endurance race. How do you go about getting fit enough to handle an ultramarathon?</p>



<p>Dr. Shawn Bearden of the Science of Ultra podcast talks about how extreme endurance athletes are able to do it. He talks about what they eat, how they sleep, how they move, and the science behind how this helps them to perform at an elite level.</p>

</div></div>

<div class="gb-container gb-container-9a60c4c7"><div class="gb-inside-container">

<h3><span id="Running_on_Om">Running on Om</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Running On Om" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/1PQjnjQUIT9KNhRjSBH5e7?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Running On Om" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/1PQjnjQUIT9KNhRjSBH5e7?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Julia Hanlon started the Running on Om podcast back in 2013 as a podcast about connections between the spirit, body, and mind. In the 2010s, Hanlon interviewed entrepreneurs, yoga masters, writers, and musicians.</p>



<p>The blog briefly ended in 2019, but it came back in 2020 with a new emphasis on women in professional running and endurance sports.</p>



<p>The blog continues to deal with the mind, body, and spirit now that it is about athletics and the outdoors. Hanlon interviews women in endurance sports about how they use a strong mind/body/spirit connection to perform well at their sports.</p>



<p>A popular episode interviews Ajee Wilson, professional runner and 2016 olympian. Wilson talks about the determination and perseverance required to succeed.</p>

</div></div>

<div class="gb-container gb-container-792a4699"><div class="gb-inside-container">

<h3><span id="Becoming_Ultra">Becoming Ultra</span></h3>



<figure class="wp-block-embed is-type-rich is-provider-spotify wp-block-embed-spotify"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Spotify Embed: Becoming Ultra" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="about:blank" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://open.spotify.com/embed/show/2hklDlRRwuT6yrNRtTQgT8?utm_source=oembed"></iframe><noscript><iframe title="Spotify Embed: Becoming Ultra" style="border-radius: 12px" width="100%" height="152" frameborder="0" allowfullscreen allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" src="https://open.spotify.com/embed/show/2hklDlRRwuT6yrNRtTQgT8?utm_source=oembed"></iframe></noscript>
</div></figure>



<p>Becoming Ultra is about ultramarathons which is anything longer than a standard marathon distance. It is for experienced ultramarathoners as well as people who have not yet attempted their first ultra.</p>



<p>Ultramarathons are not for everyone, but if you are considering going that far, this podcast can help you get there. While it has great advice on training and nutrition, it really stands out for the inspirational stories it offers.</p>



<p>You will hear the stories of ordinary and sometimes formerly out-of-shape people that worked their way up to being able to endure a 100-mile race. The podcast stands out for its great first ultra stories. It doesn’t get much more inspirational than hearing someone tell the story of how they got through an ultramarathon for the first time.</p>



<p>Guests include Bell Beitler, a high-school athlete who mostly abandoned athletics for forty years before running in his fifties. He was able to complete his first ultramarathon at the age of 57. It is easier to get in shape later in life than you think – you won’t be as good as a younger athlete, but you can still do things that most people decades younger than you wouldn’t dream of doing.</p>

</div></div>


<h2><span id="Conclusion">Conclusion</span></h2>



<p>There you have it, some of the best podcasts for runners out there today. Podcasts are a great way to learn about nutrition, and training and to gather inspiration from other athletes. If you have any other suggestions or a podcast of your own let us know about it below! And hey, if you just started running <a href="https://theultimateprimate.com/running/shoes/running-shoes-buying-guide/">check out our beginners post on picking your first shoes</a>!</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img src="https://theultimateprimate.com/wp-content/uploads/2020/06/marathon-768x957.jpg" width="100" height="100" alt="Marko Rakic" itemprop="image"></div><div class="saboxplugin-authorname"><a href="https://theultimateprimate.com/author/marko/" class="vcard author" rel="author"><span class="fn">Marko Rakic</span></a></div><div class="saboxplugin-desc"><div itemprop="description"><p>Marko Rakic is a trail runner and fitness enthusiast from Sydney, Australia. He is the lead writer for The Ultimate Primate and believes the best way to live a happy life is through constantly challenging yourself.</p>
</div></div><div class="saboxplugin-web "><a href="https://theultimateprimate.com" target="_blank">theultimateprimate.com</a></div><div class="clearfix"></div></div></div><div class="yarpp yarpp-related yarpp-related-website yarpp-template-list">
<!-- YARPP List -->
<h3>Related posts:</h3><ol>
<li><a href="https://theultimateprimate.com/running/why-is-running-hard-and-how-can-you-get-better/" rel="bookmark" title="Why Is Running Hard? and How Can You Get Better?">Why Is Running Hard? and How Can You Get Better? </a></li>
<li><a href="https://theultimateprimate.com/running/how-to-get-started-with-long-distance-running-and-enjoy-it/" rel="bookmark" title="How To Get Started With Long Distance Running – And Enjoy It">How To Get Started With Long Distance Running – And Enjoy It </a></li>
<li><a href="https://theultimateprimate.com/running/speed-training-for-running-how-to-get-started/" rel="bookmark" title="Speed Training for Running: How to Get Started">Speed Training for Running: How to Get Started </a></li>
<li><a href="https://theultimateprimate.com/running/what-changes-happen-to-your-body-when-you-start-running/" rel="bookmark" title="What Changes Happen To Your Body When You Start Running?">What Changes Happen To Your Body When You Start Running? </a></li>
<li><a href="https://theultimateprimate.com/running/6-positive-mental-health-benefits-running-brings/" rel="bookmark" title="6 Positive Mental Health Benefits Running Brings">6 Positive Mental Health Benefits Running Brings </a></li>
</ol>
</div>
		</div>

				<footer class="entry-meta" aria-label="Entry meta">
			<span class="cat-links"><span class="screen-reader-text">Categories </span><a href="https://theultimateprimate.com/running/" rel="category tag">Running</a></span> 		<nav id="nav-below" class="post-navigation" aria-label="Posts">
			<div class="nav-previous"><span class="prev"><a href="https://theultimateprimate.com/running/headphones-earbuds/best-wireless-headphones-and-earbuds-for-running/" rel="prev">Best Wireless Headphones and Earbuds for Running 2023</a></span></div><div class="nav-next"><span class="next"><a href="https://theultimateprimate.com/running/shoes/best-running-shoes-for-flat-feet/" rel="next">Best Running Shoes for Flat Feet Compared For 2023</a></span></div>		</nav>
				</footer>
			</div>
</article>
		<div data-elementor-type="wp-post" data-elementor-id="1125" class="elementor elementor-1125">
						<div class="elementor-inner">
				<div class="elementor-section-wrap">
									<section class="elementor-section elementor-top-section elementor-element elementor-element-08d5394 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="08d5394" data-element_type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b492a5e" data-id="b492a5e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-column-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-07b5477 elementor-widget elementor-widget-heading" data-id="07b5477" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default"><i>Sign Up For FREE Access To Fitness Guides And New Product Reviews!</i></h2>		</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5c366c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5c366c8" data-element_type="section" data-settings="{&quot;shape_divider_top&quot;:&quot;mountains&quot;,&quot;shape_divider_bottom&quot;:&quot;tilt&quot;}">
					<div class="elementor-shape elementor-shape-top" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" opacity="0.33" d="M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"/>
	<path class="elementor-shape-fill" opacity="0.66" d="M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"/>
	<path class="elementor-shape-fill" d="M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"/>
</svg>		</div>
				<div class="elementor-shape elementor-shape-bottom" data-negative="false">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M0,6V0h1000v100L0,6z"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
							<div class="elementor-row">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e0f6bcf" data-id="e0f6bcf" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-4f5804a elementor-widget elementor-widget-wp-widget-mc4wp_form_widget" data-id="4f5804a" data-element_type="widget" data-widget_type="wp-widget-mc4wp_form_widget.default">
				<div class="elementor-widget-container">
			<script type="rocketlazyloadscript">(function() {
	window.mc4wp = window.mc4wp || {
		listeners: [],
		forms: {
			on: function(evt, cb) {
				window.mc4wp.listeners.push(
					{
						event   : evt,
						callback: cb
					}
				);
			}
		}
	}
})();
</script><!-- Mailchimp for WordPress v4.9.2 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-151 mc4wp-form-theme mc4wp-form-theme-light" method="post" data-id="151" data-name="Email List Signup" ><div class="mc4wp-form-fields"><br /><p>
    First Name
    <input type="text" name="FNAME" size="70" required="">
    Email Address
    <input type="email" name="EMAIL" size="70" required="">
<br />
    <input type="submit" value="Subscribe">
</p>
</div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" /></label><input type="hidden" name="_mc4wp_timestamp" value="1680547042" /><input type="hidden" name="_mc4wp_form_id" value="151" /><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1" /><div class="mc4wp-response"></div></form><!-- / Mailchimp for WordPress Plugin -->		</div>
				</div>
						</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d209f8d" data-id="d209f8d" data-element_type="column">
			<div class="elementor-column-wrap elementor-element-populated">
							<div class="elementor-widget-wrap">
						<div class="elementor-element elementor-element-810b2f7 elementor-widget elementor-widget-text-editor" data-id="810b2f7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
								<div class="elementor-text-editor elementor-clearfix">
				<p><ul>
 	<li>Get the latest guides on exercise techniques, weight loss techniques, healthy living and more.</li>
 	<li>Receive regular hand-picked videos and content for healthy living, eating and mindfulness.</li>
 	<li><b><i>Join The Ultimate Primate movement like many others already have. We’re all in it together to share information on bettering ourselves everyday.</i></b></li>
</ul></p>					</div>
						</div>
				</div>
						</div>
					</div>
		</div>
								</div>
					</div>
		</section>
									</div>
			</div>
					</div>
		
			<div class="comments-area">
				<div id="comments">

		<div id="respond" class="comment-respond">
		<h3 id="reply-title" class="comment-reply-title">Leave a Comment <small><a rel="nofollow" id="cancel-comment-reply-link" href="/running/15-of-the-best-podcasts-for-runners/#respond" style="display:none;">Cancel reply</a></small></h3><form action="https://theultimateprimate.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><p class="comment-form-comment"><label for="comment" class="screen-reader-text">Comment</label><textarea id="comment" name="comment" cols="45" rows="8" required></textarea></p><label for="author" class="screen-reader-text">Name</label><input placeholder="Name *" id="author" name="author" type="text" value="" size="30" required />
<label for="email" class="screen-reader-text">Email</label><input placeholder="Email *" id="email" name="email" type="email" value="" size="30" required />
<label for="url" class="screen-reader-text">Website</label><input placeholder="Website" id="url" name="url" type="url" value="" size="30" />
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p>
<p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='4180' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="1acabd7770" /></p><p style="display: none !important;"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="58"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>	</div><!-- #respond -->
	
</div><!-- #comments -->
			</div>

					</main>
	</div>

	
	</div>
</div>


<div class="site-footer footer-bar-active footer-bar-align-center">
			<footer class="site-info" aria-label="Site"  itemtype="https://schema.org/WPFooter" itemscope>
			<div class="inside-site-info grid-container grid-parent">
						<div class="footer-bar">
			<aside id="media_image-1" class="widget inner-padding widget_media_image"><img width="300" height="56" src="https://theultimateprimate.com/wp-content/uploads/2020/03/the-ultimate-primate-1-300x56.png" class="image wp-image-328  attachment-medium size-medium" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://theultimateprimate.com/wp-content/uploads/2020/03/the-ultimate-primate-1-300x56.png 300w, https://theultimateprimate.com/wp-content/uploads/2020/03/the-ultimate-primate-1.png 500w" sizes="(max-width: 300px) 100vw, 300px" /></aside><aside id="nav_menu-1" class="widget inner-padding widget_nav_menu"><div class="menu-footer-peak-container"><ul id="menu-footer-peak" class="menu"><li id="menu-item-96" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-96"><a href="https://www.facebook.com/The-Ultimate-Primate-103959714555847/" target="_blank">Facebook</a></li>
<li id="menu-item-97" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-97"><a href="https://www.instagram.com/theultimateprimate/" target="_blank">Instagram</a></li>
<li id="menu-item-98" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-98"><a href="https://www.pinterest.com/theultimateprimate/" target="_blank">Pinterest</a></li>
</ul></div></aside>		</div>
						<div class="copyright-bar">
					<strong>Copyright &copy; TheUltimatePrimate.com 2023</strong>
<p>
TheUltimatePrimate.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites
to earn advertising fees by advertising and linking to Amazon.com. Some links may be affiliate links. We may get paid if you buy something or take action after clicking one of these. <strong><a href="https://theultimateprimate.com/how-we-conduct-our-reviews/">Click here to find out how we do our reviews and our commission structure.</a></strong></p>
<a href="https://theultimateprimate.com/about/" rel="nofollow">About</a> - <a href="https://theultimateprimate.com/contact/">Contact Us</a> - <a href="https://theultimateprimate.com/privacy-policy/" rel="nofollow">Privacy Policy</a> - <a href="https://theultimateprimate.com/advice-medical-disclaimer/">Medical Advice Disclaimer</a> - <a href="https://theultimateprimate.com/accessibility/">Accessibility Statement</a> - <a href="https://theultimateprimate.com/terms-conditions/">Terms &amp; Conditions</a>				</div>
			</div>
		</footer>
		</div>

        <div id="wpfront-scroll-top-container">
            <img src="https://theultimateprimate.com/wp-content/plugins/wpfront-scroll-top/images/icons/1.png" alt="Back To Top" />        </div>
                <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
            function wpfront_scroll_top_init() {
                if (typeof wpfront_scroll_top === "function" && typeof jQuery !== "undefined") {
                    wpfront_scroll_top({"scroll_offset":100,"button_width":0,"button_height":0,"button_opacity":0.80000000000000004,"button_fade_duration":200,"scroll_duration":400,"location":1,"marginX":20,"marginY":100,"hide_iframe":false,"auto_hide":false,"auto_hide_after":2,"button_action":"top","button_action_element_selector":"","button_action_container_selector":"html, body","button_action_element_offset":0});
                } else {
                    setTimeout(wpfront_scroll_top_init, 100);
                }
            }
            wpfront_scroll_top_init();
        </script>
        <script type="rocketlazyloadscript">(function() {function maybePrefixUrlField () {
  const value = this.value.trim()
  if (value !== '' && value.indexOf('http') !== 0) {
    this.value = 'http://' + value
  }
}

const urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]')
for (let j = 0; j < urlFields.length; j++) {
  urlFields[j].addEventListener('blur', maybePrefixUrlField)
}
})();</script><script type="rocketlazyloadscript" id="generate-a11y">!function(){"use strict";if("querySelector"in document&&"addEventListener"in window){var e=document.body;e.addEventListener("mousedown",function(){e.classList.add("using-mouse")}),e.addEventListener("keydown",function(){e.classList.remove("using-mouse")})}}();</script><link rel='stylesheet' id='yarppRelatedCss-css' href='https://theultimateprimate.com/wp-content/plugins/yet-another-related-posts-plugin/style/related.css?ver=5.30.2' media='all' />
<link rel='stylesheet' id='lwptoc-main-css' href='https://theultimateprimate.com/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.css?ver=2.1.4' media='all' />
<link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://theultimateprimate.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.11.5' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://theultimateprimate.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.11.5' media='all' />
<link rel='stylesheet' id='elementor-post-1125-css' href='https://theultimateprimate.com/wp-content/uploads/elementor/css/post-1125.css?ver=1659566993' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.18.0' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' media='all' />
<link rel='stylesheet' id='elementor-post-215-css' href='https://theultimateprimate.com/wp-content/uploads/elementor/css/post-215.css?ver=1659566930' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.11.5' media='all' />

<script id='amalinkspro-js-extra'>
var objectL10n = {"reviews":"View Ratings and Reviews"};
var ALPvars = {"page_id":"4180","IsAdminSide":"0","AlpNoAPI":"noapi","EventTrackingEnabled":"1"};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/amalinkspro/public/js/amalinkspro-public-min.js?ver=2.2.5' id='amalinkspro-js'></script>
<script id='wpil-frontend-script-js-extra'>
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"4180","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1679536295' id='wpil-frontend-script-js'></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://theultimateprimate.com/wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js?ver=2.0.7.08086" id="wpfront-scroll-top-js" async="async" defer="defer"></script>
<script type="rocketlazyloadscript" id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id='rocket-preload-links-js-extra'>
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/theultimateprimate.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<!--[if lte IE 11]>
<script src='https://theultimateprimate.com/wp-content/themes/generatepress/assets/js/classList.min.js?ver=3.3.0' id='generate-classlist-js'></script>
<![endif]-->
<script id='generate-menu-js-extra'>
var generatepressMenu = {"toggleOpenedSubMenus":"1","openSubMenuLabel":"Open Sub-Menu","closeSubMenuLabel":"Close Sub-Menu"};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.3.0' id='generate-menu-js'></script>
<script id='generate-navigation-search-js-extra'>
var generatepressNavSearch = {"open":"Open Search Bar","close":"Close Search Bar"};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/themes/generatepress/assets/js/navigation-search.min.js?ver=3.3.0' id='generate-navigation-search-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-includes/js/comment-reply.min.js?ver=6.1.1' id='comment-reply-js'></script>
<script type="rocketlazyloadscript" id='wd-asl-ajaxsearchlite-js-before'>
window.ASL = typeof window.ASL !== 'undefined' ? window.ASL : {}; window.ASL.wp_rocket_exception = "DOMContentLoaded"; window.ASL.ajaxurl = "https:\/\/theultimateprimate.com\/wp-admin\/admin-ajax.php"; window.ASL.backend_ajaxurl = "https:\/\/theultimateprimate.com\/wp-admin\/admin-ajax.php"; window.ASL.js_scope = "jQuery"; window.ASL.asl_url = "https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/"; window.ASL.detect_ajax = 1; window.ASL.media_query = 4756; window.ASL.version = 4756; window.ASL.pageHTML = ""; window.ASL.additional_scripts = [{"handle":"wd-asl-ajaxsearchlite","src":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-prereq.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-core","src":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-core.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-vertical","src":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-results-vertical.js","prereq":["wd-asl-ajaxsearchlite"]},{"handle":"wd-asl-ajaxsearchlite-autocomplete","src":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-autocomplete.js","prereq":["wd-asl-ajaxsearchlite"]},{"handle":"wd-asl-ajaxsearchlite-load","src":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-load.js","prereq":["wd-asl-ajaxsearchlite-autocomplete"]}]; window.ASL.script_async_load = false; window.ASL.init_only_in_viewport = true; window.ASL.font_url = "https:\/\/theultimateprimate.com\/wp-content\/plugins\/ajax-search-lite\/css\/fonts\/icons2.woff2"; window.ASL.css_async = false; window.ASL.highlight = {"enabled":false,"data":[]}; window.ASL.analytics = {"method":0,"tracking_id":"","string":"?ajax_search={asl_term}","event":{"focus":{"active":1,"action":"focus","category":"ASL","label":"Input focus","value":"1"},"search_start":{"active":0,"action":"search_start","category":"ASL","label":"Phrase: {phrase}","value":"1"},"search_end":{"active":1,"action":"search_end","category":"ASL","label":"{phrase} | {results_count}","value":"1"},"magnifier":{"active":1,"action":"magnifier","category":"ASL","label":"Magnifier clicked","value":"1"},"return":{"active":1,"action":"return","category":"ASL","label":"Return button pressed","value":"1"},"facet_change":{"active":0,"action":"facet_change","category":"ASL","label":"{option_label} | {option_value}","value":"1"},"result_click":{"active":1,"action":"result_click","category":"ASL","label":"{result_title} | {result_url}","value":"1"}}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-prereq.js?ver=4756' id='wd-asl-ajaxsearchlite-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-core.js?ver=4756' id='wd-asl-ajaxsearchlite-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-results-vertical.js?ver=4756' id='wd-asl-ajaxsearchlite-vertical-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-autocomplete.js?ver=4756' id='wd-asl-ajaxsearchlite-autocomplete-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-load.js?ver=4756' id='wd-asl-ajaxsearchlite-load-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-wrapper.js?ver=4756' id='wd-asl-ajaxsearchlite-wrapper-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/luckywp-table-of-contents/front/assets/main.min.js?ver=2.1.4' id='lwptoc-main-js'></script>
<script type="rocketlazyloadscript" defer data-rocket-src='https://theultimateprimate.com/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1679536285' id='akismet-frontend-js'></script>
<script type="rocketlazyloadscript" defer data-rocket-src='https://theultimateprimate.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.9.2' id='mc4wp-forms-api-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.11.5' id='elementor-webpack-runtime-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.11.5' id='elementor-frontend-modules-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2' id='elementor-waypoints-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2' id='jquery-ui-core-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6' id='swiper-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.11.5' id='share-link-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0' id='elementor-dialog-js'></script>
<script type="rocketlazyloadscript" id='elementor-frontend-js-before'>
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},
"version":"3.11.5","is_static":false,"experimentalFeatures":{"landing-pages":true,"kit-elements-defaults":true},"urls":{"assets":"https:\/\/theultimateprimate.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":4180,"title":"15%20Best%20Running%20Podcasts%20To%20Keep%20You%20Motivated%20-%20The%20Ultimate%20Primate","excerpt":"","featuredImage":"https:\/\/theultimateprimate.com\/wp-content\/uploads\/2021\/07\/best-running-podcasts.png"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.11.5' id='elementor-frontend-js'></script>
<script type="rocketlazyloadscript" data-rocket-src='https://theultimateprimate.com/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.11.5' id='preloaded-modules-js'></script>
<script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://theultimateprimate.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->