<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Reece Humphrey, Author at BASEBLOCKS DIGITAL</title>
	<atom:link href="https://baseblocks.com/trainer/reece/feed/" rel="self" type="application/rss+xml" />
	<link>https://baseblocks.com/trainer/reece/</link>
	<description>Workouts with One Weight</description>
	<lastBuildDate>Fri, 16 Apr 2021 02:30:30 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://baseblocks.com/wp-content/uploads/2020/05/baseblocks-favicon-100x100.jpg</url>
	<title>Reece Humphrey, Author at BASEBLOCKS DIGITAL</title>
	<link>https://baseblocks.com/trainer/reece/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WORKOUT ONE</title>
		<link>https://baseblocks.com/workout-one-40-min/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-one-40-min</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Wed, 16 Sep 2020 05:23:18 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Advanced]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3789</guid>

					<description><![CDATA[<p>Workout overview Rest Sets 1. Dot drill2. Long jump3. Base jumps4. Knee ups5. Hollow body6. Leg raises 30 secs 1 min30 secs30 secs30 secs30 secs 4 sets Warm-up (4 min) Neck bridges 10 ea direction Down dog 30 sec Cobra 30 sec Standing butterfly 30 sec Standing pike 30 sec Standing arch 30 sec 1. [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-one-40-min/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Rest</td><td class="has-text-align-center" data-align="center">Sets</td></tr><tr><td>1. Dot drill<br>2. Long jump<br>3. Base jumps<br>4. Knee ups<br>5. Hollow body<br>6. Leg raises</td><td class="has-text-align-center" data-align="center">30 secs <br>1 min<br>30 secs<br>30 secs<br>30 secs<br>30 secs</td><td class="has-text-align-center" data-align="center">4 sets</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up (4 min)</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="5bn8JXlojMcCOxysWmYuT3vBa6DEK0"><iframe title="Agiltity - Warm up" src="https://player.vimeo.com/video/458410956?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Neck bridges</td><td class="has-text-align-center" data-align="center">10 ea direction</td></tr><tr><td>Down dog</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Cobra</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing butterfly</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing pike</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing arch</td><td class="has-text-align-center" data-align="center">30 sec</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Dot drill: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">30 sec</td><td class="has-text-align-center" data-align="center">45 sec</td><td class="has-text-align-center" data-align="center">1 min</td><td class="has-text-align-center" data-align="center">1min 15 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="LQ0DMHKntV68rNo7GEC1JYilsbFXugAcaIpWd2y"><iframe title="Agility - Dot Drill" src="https://player.vimeo.com/video/458404639?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Long jump: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4 jumps</td><td class="has-text-align-center" data-align="center">4 jumps</td><td class="has-text-align-center" data-align="center">5 jumps</td><td class="has-text-align-center" data-align="center">5 jumps</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f618ecd72dea" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="s2AwoWt9mrDdFV5yUMGZaSuPbpOCqiT7gvIX4Llz0B3N6hJQH"><iframe title="Agility - Long Jump" src="https://player.vimeo.com/video/458407674?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Base jumps: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">2 reps</td><td class="has-text-align-center" data-align="center">3 reps</td><td class="has-text-align-center" data-align="center">4 reps</td><td class="has-text-align-center" data-align="center">5 reps</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee741ba87fc4" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Zwptqb8vm3sVKFaRDei2BjMznf9doJE1ThNY"><iframe title="Agility - Base Jump" src="https://player.vimeo.com/video/458401922?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Knee ups: 4 sets with 30 sec rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">8 reps</td><td class="has-text-align-center" data-align="center">10 reps</td><td class="has-text-align-center" data-align="center">12 reps</td><td class="has-text-align-center" data-align="center">14 reps</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="cBws9VqbPfkEK2gX89C35bFwDfKhYHpozsvMjvDC6S8HXrh7i0Am5ZGtUBTaxl1GNQ6dVuiyJN17onWLLUlxypZkImWetau0JR"><iframe title="Agility - Knee Ups" src="https://player.vimeo.com/video/458406382?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Hollow body hold: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">20 sec</td><td class="has-text-align-center" data-align="center">25 sec</td><td class="has-text-align-center" data-align="center">30 sec</td><td class="has-text-align-center" data-align="center">35 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="1jU3PkzHXKQN9ZfDb2CcRgElY"><iframe title="Agility - Hollow Back Hold" src="https://player.vimeo.com/video/458405879?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">6. Leg raises: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center">16</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="stfpYHjSoThrAHgfkUxZ1JE7iDoOVWnQOcpMRLPzhByIVKACY0Xd38tulsmNFClJnbIZerm7gWK6GDeTGX4Rjcyi9"><iframe title="Agility - Leg Raises" src="https://player.vimeo.com/video/458407075?dnt=1&amp;app_id=122963" width="640" height="417" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f61924072deb" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>




<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3789">
              <input type="hidden" name="post_id" value="3789">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="FcfVPwcBaDi5qJ8fue7YPsA4g0oLv79IAw366RHhRn5StUzT4FVuvGnb1eWJHrIhMy8XqCtUlkZQsdbBLTmQY1Eyp9rDExm"><iframe title="Agility - Cool down" src="https://player.vimeo.com/video/458403154?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Cobra stretch</td><td>1 min</td></tr><tr><td>Scared cat</td><td>1 min</td></tr><tr><td>Pike </td><td>1 min</td></tr><tr><td>Side lunge</td><td>1 min</td></tr></tbody></table></figure>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/train-like-a-wrestler-fast/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-one-40-min/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TRAIN LIKE A WRESTLER (ADVANCED)</title>
		<link>https://baseblocks.com/train-like-a-wrestler-fast/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=train-like-a-wrestler-fast</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Wed, 16 Sep 2020 05:22:08 +0000</pubDate>
				<category><![CDATA[Intro]]></category>
		<category><![CDATA[equipment:basebar]]></category>
		<category><![CDATA[equipment:baseblocks-trainer]]></category>
		<category><![CDATA[equipment:strongblocks]]></category>
		<category><![CDATA[post-type:program]]></category>
		<category><![CDATA[strength-level:intermediate]]></category>
		<category><![CDATA[workout-type:full-body]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3786</guid>

					<description><![CDATA[<p>Overview Program Goal Speed and Agility Delivery Format Written workouts Experience Level Pull-ups x 10, Dips x 20, Pistols x 5 ea Program Duration Four weeks Training Frequency Four per week Equipment The BaseBlocks Trainer BaseBarStrongBlocks Disclaimer: make sure you consult with a medical professional before commencing any exercise regimen. Workout overview The workouts will [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/train-like-a-wrestler-fast/">TRAIN LIKE A WRESTLER (ADVANCED)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Overview</h4>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="SkbA4mN4wKV0JVX67RrGFxCcoL2MOENlrzUvamhw7foFWjP19nqsuZ3i5Tu0HOc6yhytTdjH8B9lUJgRxeXGtAKnC"><iframe title="Agility - Intro" src="https://player.vimeo.com/video/458406150?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Program Goal</td><td class="has-text-align-center" data-align="center">Speed and Agility</td></tr><tr><td class="has-text-align-center" data-align="center">Delivery Format</td><td class="has-text-align-center" data-align="center">Written workouts</td></tr><tr><td class="has-text-align-center" data-align="center">Experience Level</td><td class="has-text-align-center" data-align="center">Pull-ups x 10, Dips x 20, <br>Pistols x 5 ea</td></tr><tr><td class="has-text-align-center" data-align="center">Program Duration</td><td class="has-text-align-center" data-align="center">Four weeks </td></tr><tr><td class="has-text-align-center" data-align="center">Training Frequency</td><td class="has-text-align-center" data-align="center">Four per week </td></tr><tr><td class="has-text-align-center" data-align="center">Equipment</td><td class="has-text-align-center" data-align="center"><a href="https://www.baseblocks.fit/pages/thebaseblockstrainer">The BaseBlocks Trainer</a> <br><a href="https://www.baseblocks.fit/pages/basebar">BaseBar<br></a><a href="https://www.baseblocks.fit/pages/strongblocks2">StrongBlocks</a></td></tr></tbody></table></figure>



<p style="font-size:18px"><em>Disclaimer: make sure you consult with a medical professional before commencing any exercise regimen.</em></p>



<h4 class="wp-block-heading">Workout overview</h4>



<p style="font-size:18px">The workouts will focus on quality reps with maximum speed. </p>



<figure class="wp-block-table"><table><tbody><tr><td><a href="https://baseblocks.com/workout-one-40-min/">Workout One (40 min)</a></td><td><a href="https://baseblocks.com/workout-two-40-min/">Workout Two (40 min)</a></td></tr><tr><td>1. Dot drill<br>2. Long jump<br>3. Base jumps<br>4. Knee ups<br>5. Hollow body hold<br>6. Leg raises </td><td>1. Ladder dril<br>2. Explosive lunges <br>3. Base jumps<br>4. Flutter kicks<br>5. Cross crunches<br>6. Side plank</td></tr><tr><td><a href="https://baseblocks.com/workout-three-40-min/">Workout Three (40 min)</a></td><td><a href="https://baseblocks.com/workout-four-40-min/">Workout Four (40 min)</a></td></tr><tr><td>1. Line drill<br>2. burpees<br>3. Pistol squat<br>4. Base runners<br>5. Heel taps<br>6. Moving plank</td><td>1. Mountain climbers<br>2. Stance jumps<br>3. High knees<br>4. V-ups<br>5. Plank</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Weekly schedule </h4>



<p style="font-size:18px">Wrestlers need to juggle wrestling practice and strength and conditioning. The below schedule shows how to program skill and strength sessions in the same week.  </p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Sunday</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">Workout One</td></tr><tr><td class="has-text-align-center" data-align="center">Monday</td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Tuesday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center">Workout Two</td></tr><tr><td class="has-text-align-center" data-align="center">Wednesday</td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Thursday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center">Workout Three</td></tr><tr><td class="has-text-align-center" data-align="center">Friday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Saturday</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center">Workout Four</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Testing day</h4>



<p style="font-size:18px">The kip involves getting from your back to feet without using your hands. It requires flexibility, power and co-ordination.</p>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="506xSgANwu8ormW9hPCLnMTjkR1s"><iframe title="Kip Up" src="https://player.vimeo.com/video/428669817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Beginner</td><td class="has-text-align-center" data-align="center">Intermediate</td><td class="has-text-align-center" data-align="center">Athlete</td></tr><tr><td class="has-text-align-center" data-align="center">Can&#8217;t land on feet</td><td class="has-text-align-center" data-align="center">Land in deep squat</td><td class="has-text-align-center" data-align="center">Land hips above knees</td></tr></tbody></table></figure>
<p>The post <a href="https://baseblocks.com/train-like-a-wrestler-fast/">TRAIN LIKE A WRESTLER (ADVANCED)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT THREE</title>
		<link>https://baseblocks.com/workout-three-40-min/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-three-40-min</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 05:00:00 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Advanced]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3797</guid>

					<description><![CDATA[<p>Workout overview Rest Sets 1. Line drill2. Burpees3. Pistol squat4. Base runners5. Heel taps6. Moving plank 30 secs 1 min30 secs30 secs30 secs30 secs 4 sets Warm-up (4 min) Neck bridges 10 ea direction Down dog 30 sec Cobra 30 sec Standing butterfly 30 sec Standing pike 30 sec Standing arch 30 sec 1. Line [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-three-40-min/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Rest</td><td class="has-text-align-center" data-align="center">Sets</td></tr><tr><td>1. Line drill<br>2. Burpees<br>3. Pistol squat<br>4. Base runners<br>5. Heel taps<br>6. Moving plank</td><td class="has-text-align-center" data-align="center">30 secs <br>1 min<br>30 secs<br>30 secs<br>30 secs<br>30 secs</td><td class="has-text-align-center" data-align="center">4 sets</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up (4 min)</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="fxK1WII8qvlscivmP6S1VDLN3HGbzrxm2QBdh0Zdn3MZNjjgFu4RLC8Ute4qJlCRD7nwhcyQJkOkpKX6ibH"><iframe title="Agiltity - Warm up" src="https://player.vimeo.com/video/458410956?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Neck bridges</td><td class="has-text-align-center" data-align="center">10 ea direction</td></tr><tr><td>Down dog</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Cobra</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing butterfly</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing pike</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing arch</td><td class="has-text-align-center" data-align="center">30 sec</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Line drill: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">30 sec</td><td class="has-text-align-center" data-align="center">45 sec</td><td class="has-text-align-center" data-align="center">1 min</td><td class="has-text-align-center" data-align="center">1min 15 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="q8zea5061HNgQpvdyUwFSYfMbmcGlWE3TsKnVJ9t4kOuPRCoi"><iframe title="Agility - Line Drill" src="https://player.vimeo.com/video/458407437?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Burpees: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f618ecd72dea" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="gIyKpZWwjTkHfN3SLhazst8YEADFuVqbC7xleiRMm4JB1Ur"><iframe title="Agility - Burpees" src="https://player.vimeo.com/video/458402899?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Pistol squat: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">3 ea</td><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">5 ea</td><td class="has-text-align-center" data-align="center">6 ea</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="3evJRXrnG1YFh02zay9BtpIO"><iframe title="Agility - Pistol Squat" src="https://player.vimeo.com/video/458408906?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Base runners: 4 sets with 30 sec rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">10 ea</td><td class="has-text-align-center" data-align="center">12 ea</td><td class="has-text-align-center" data-align="center">14 ea</td><td class="has-text-align-center" data-align="center">16 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="uJOgd8iX2QVinLThUIqsNCmsprYrWzKtgQXbI0tW2oZR1yLz4AFmDVSwhYZvJ60Ma"><iframe title="Agility - Base Runner" src="https://player.vimeo.com/video/458402692?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Heel taps: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">10 ea</td><td class="has-text-align-center" data-align="center">12 ea</td><td class="has-text-align-center" data-align="center">14 ea</td><td class="has-text-align-center" data-align="center">16 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="MknVbqECa6Lsutvyf9BI3U8lYJpZ7cDP2OoSXjTzAx0RWH"><iframe title="Agility - Heel Taps" src="https://player.vimeo.com/video/458405462?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">6. Moving plank: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">30 sec</td><td class="has-text-align-center" data-align="center">40 sec</td><td class="has-text-align-center" data-align="center">50 sec</td><td class="has-text-align-center" data-align="center">60 sec</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-4-3 wp-has-aspect-ratio wp-embed-aspect-16-9"><div class="wp-block-embed__wrapper">
<span class="mFgCcaSeEXtID4zwRpJB2ZWL9xKjHYiOuNlqPoAQ87sk65hfVGyvdU"><iframe title="Agility - Moving Plank" src="https://player.vimeo.com/video/458408706?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f61924072deb" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>




<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3797">
              <input type="hidden" name="post_id" value="3797">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="GMSPRCf3uKiG4V8geVPuvFacQvILS20nbR6KzoMN2BfJrywIlsZdgUYCq0DOh3WXZUEH7XHNA"><iframe title="Agility - Cool down" src="https://player.vimeo.com/video/458403154?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Cobra stretch</td><td>1 min</td></tr><tr><td>Scared cat</td><td>1 min</td></tr><tr><td>Pike </td><td>1 min</td></tr><tr><td>Side lunge</td><td>1 min</td></tr></tbody></table></figure>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/train-like-a-wrestler-fast/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-three-40-min/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT FOUR</title>
		<link>https://baseblocks.com/workout-four-40-min/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-four-40-min</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Sat, 12 Sep 2020 05:11:00 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Advanced]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3800</guid>

					<description><![CDATA[<p>Workout overview Rest Sets 1. Mountain climbers2. Stance jumps3. High knees4. V-ups5. Plank6. Sit-ups 30 secs 1 min30 secs30 secs30 secs30 secs 4 sets Warm-up (4 min) Neck bridges 10 ea direction Down dog 30 sec Cobra 30 sec Standing butterfly 30 sec Standing pike 30 sec Standing arch 30 sec 1. Mountain climbers: 4 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-four-40-min/">WORKOUT FOUR</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Rest</td><td class="has-text-align-center" data-align="center">Sets</td></tr><tr><td>1. Mountain climbers<br>2. Stance jumps<br>3. High knees<br>4. V-ups<br>5. Plank<br>6. Sit-ups</td><td class="has-text-align-center" data-align="center">30 secs <br>1 min<br>30 secs<br>30 secs<br>30 secs<br>30 secs</td><td class="has-text-align-center" data-align="center">4 sets</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up (4 min)</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="j9gJFxWgGFlT4fQPXr3MJHp9hC0oymQRpsbEWDNXmqOrd7wafzbytaZnkixYj8envL6AS0RBBzuqKiNMlkEAUe31vO4KTVVYIt"><iframe title="Agiltity - Warm up" src="https://player.vimeo.com/video/458410956?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Neck bridges</td><td class="has-text-align-center" data-align="center">10 ea direction</td></tr><tr><td>Down dog</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Cobra</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing butterfly</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing pike</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>Standing arch</td><td class="has-text-align-center" data-align="center">30 sec</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Mountain climbers: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">30 sec</td><td class="has-text-align-center" data-align="center">45 sec</td><td class="has-text-align-center" data-align="center">1 min</td><td class="has-text-align-center" data-align="center">1min 15 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="W0SCMDV3z7kKjE2u1tlAJrfdoUQYigcOhG4pPeH9sZ"><iframe title="Agility - Mountain Climbers" src="https://player.vimeo.com/video/458408389?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Stance jumps: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">5 ea</td><td class="has-text-align-center" data-align="center">5 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f618ecd72dea" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="bZlVktw9y0QeWL72FqSXNmOhAa4B51sUuIGRzHJ3fvc6PjDnrMCg8dpKTxEio"><iframe title="Agility - Stance Jumps" src="https://player.vimeo.com/video/458410202?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. High knees: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">30 secs</td><td class="has-text-align-center" data-align="center">40 secs</td><td class="has-text-align-center" data-align="center">50 secs</td><td class="has-text-align-center" data-align="center">60 secs</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="fHWm9Oq4htiRvdQLDpQle6DyYAMP5AfF0FNgCu59EXGaCa8UTK7I1WVTeqL3tNJ1hVs3Hcw26rK87kvwM0b2EojymBgoRP"><iframe title="Agility - High Knees" src="https://player.vimeo.com/video/458405679?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. V-ups: 4 sets with 30 sec rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="LxIS6wNa07nHaFQgvAB914f5hzOcrSZP6zTEx5RGpwtCVkM2k8KGHp7BUjYruDsJeoOyDWM2dgUjZJAlmh9Fco8i1CfP"><iframe title="Agility - V-Ups" src="https://player.vimeo.com/video/458410564?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Plank: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">1 min</td><td class="has-text-align-center" data-align="center">1 min 10 sec</td><td class="has-text-align-center" data-align="center">1 min 20 sec</td><td class="has-text-align-center" data-align="center">1 min 30 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="GvecuIi4XV9"><iframe title="Agility - Plank" src="https://player.vimeo.com/video/458409065?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">6. Sit-ups: 4 sets with 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">15 reps</td><td class="has-text-align-center" data-align="center">17 reps</td><td class="has-text-align-center" data-align="center">19 reps</td><td class="has-text-align-center" data-align="center">21 reps</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-4-3 wp-has-aspect-ratio wp-embed-aspect-16-9"><div class="wp-block-embed__wrapper">
<span class="lSokrZiOpc"><iframe title="Agility - Sit Up" src="https://player.vimeo.com/video/458409739?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f61924072deb" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>




<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3800">
              <input type="hidden" name="post_id" value="3800">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="gXfGbwHTqIhRQLj4U"><iframe title="Agility - Cool down" src="https://player.vimeo.com/video/458403154?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Cobra stretch</td><td>1 min</td></tr><tr><td>Scared cat</td><td>1 min</td></tr><tr><td>Pike </td><td>1 min</td></tr><tr><td>Side lunge</td><td>1 min</td></tr></tbody></table></figure>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/train-like-a-wrestler-fast/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-four-40-min/">WORKOUT FOUR</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TESTING DAY</title>
		<link>https://baseblocks.com/testing-day-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-day-3</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 05:19:00 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Advanced]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3810</guid>

					<description><![CDATA[<p>You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time, testing order) as closely as possible. The kip-up test Beginner Intermediate Athlete Can&#8217;t land on feet Land in deep squat Land hips above knees Continue my Train [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/testing-day-3/">TESTING DAY</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="font-size:18px">You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time,  testing order) as closely as possible. </p>



<h5 class="wp-block-heading">The kip-up test</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="VjKQWrQ95pg2zJY1blCUah8vp9LfxXovXaB18GHRIRL6jBewqtKAI05FswuO4EAPGf0nDObF4JslxHgNMWhT7tmC3MmV"><iframe title="Kip Up" src="https://player.vimeo.com/video/428669817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Beginner</td><td class="has-text-align-center" data-align="center">Intermediate</td><td class="has-text-align-center" data-align="center">Athlete</td></tr><tr><td class="has-text-align-center" data-align="center">Can&#8217;t land on feet</td><td class="has-text-align-center" data-align="center">Land in deep squat</td><td class="has-text-align-center" data-align="center">Land hips above knees</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Continue my Train Like a Wrestler series</h5>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link">TRAIN LIKE A WRESTLER: PACE &#8211; COMING SOON</a></div>
<p>The post <a href="https://baseblocks.com/testing-day-3/">TESTING DAY</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TRAIN LIKE A WRESTLER (INTERMEDIATE)</title>
		<link>https://baseblocks.com/train-like-a-wrestler-power/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=train-like-a-wrestler-power</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Thu, 25 Jun 2020 05:54:19 +0000</pubDate>
				<category><![CDATA[Intro]]></category>
		<category><![CDATA[equipment:basebar]]></category>
		<category><![CDATA[equipment:baseblocks-trainer]]></category>
		<category><![CDATA[post-type:program]]></category>
		<category><![CDATA[strength-level:intermediate]]></category>
		<category><![CDATA[workout-type:full-body]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=2675</guid>

					<description><![CDATA[<p>Overview Program Goal Power Delivery Format Written workouts Experience Level Pull-ups x10, Dips x20, Pistols x10ea Program Duration Four weeks Training Frequency Three per week Equipment The BaseBlocks Trainer BaseBar Disclaimer: make sure you consult with a medical professional before commencing any exercise regimen. Workout overview The workouts will focus on quality reps with maximum [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/train-like-a-wrestler-power/">TRAIN LIKE A WRESTLER (INTERMEDIATE)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Overview</h4>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Qj4OJVw96XEyBLUenGmThlWR0SoAzisPKtHaZNCF1qMv3p7r5kcfxgDI28Yd"><iframe title="Intro - Explode!" src="https://player.vimeo.com/video/429430342?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Program Goal</td><td class="has-text-align-center" data-align="center">Power </td></tr><tr><td class="has-text-align-center" data-align="center">Delivery Format</td><td class="has-text-align-center" data-align="center">Written workouts</td></tr><tr><td class="has-text-align-center" data-align="center">Experience Level</td><td class="has-text-align-center" data-align="center">Pull-ups x10, Dips x20, <br>Pistols x10ea</td></tr><tr><td class="has-text-align-center" data-align="center">Program Duration</td><td class="has-text-align-center" data-align="center">Four weeks </td></tr><tr><td class="has-text-align-center" data-align="center">Training Frequency</td><td class="has-text-align-center" data-align="center">Three per week </td></tr><tr><td class="has-text-align-center" data-align="center">Equipment</td><td class="has-text-align-center" data-align="center"><a href="https://www.baseblocks.fit/pages/thebaseblockstrainer">The BaseBlocks Trainer</a> <br><a href="https://www.baseblocks.fit/pages/basebar">BaseBar</a></td></tr></tbody></table></figure>



<p style="font-size:18px"><em>Disclaimer: make sure you consult with a medical professional before commencing any exercise regimen.</em></p>



<h4 class="wp-block-heading">Workout overview</h4>



<p style="font-size:18px">The workouts will focus on quality reps with maximum speed. </p>



<figure class="wp-block-table"><table><tbody><tr><td><a href="https://baseblocks.com/workout-one-50-min/">Workout One (50 min)</a></td><td><a href="https://baseblocks.com/workout-two-30mins/">Workout Two (50 min)</a></td><td><a href="https://baseblocks.com/workout-three-45mins-6/">Workout Three (50 min)</a></td></tr><tr><td>1A. Muscle-up<br>1B. False-grip pull-up<br>2A. Kip-up<br>2B. Sit-up stands<br>3. Pistols<br>4. Rows<br>5A. Front lever<br>5B. Tuck front lever</td><td>1A. Backflip<br>1B. Explosive jump<br>2A. Bar dips<br>2B. Block dips<br>3. Explosive lunge<br>4. Bodyweight skulls <br>5. Tuck planche </td><td><br>1. Base jump<br>2. Side-to-sides<br>3. Swing straddle planche<br>4. Stance jumps<br>5. V-ups</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Weekly schedule </h4>



<p style="font-size:18px">Wrestlers need to juggle wrestling practice and strength and conditioning. The below schedule shows how to program skill and strength sessions in the same week.  </p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Sunday</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Monday</td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Tuesday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"><a href="https://baseblocks.com/workout-one-50-min/">Workout One</a></td></tr><tr><td class="has-text-align-center" data-align="center">Wednesday</td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Thursday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"><a href="https://baseblocks.com/workout-two-50-min/">Workout Two</a></td></tr><tr><td class="has-text-align-center" data-align="center">Friday </td><td class="has-text-align-center" data-align="center">Wrestling</td><td class="has-text-align-center" data-align="center"></td></tr><tr><td class="has-text-align-center" data-align="center">Saturday</td><td class="has-text-align-center" data-align="center"></td><td class="has-text-align-center" data-align="center"><a href="https://baseblocks.com/workout-three-30mins/">Workout Three</a></td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Testing day</h4>



<p style="font-size:18px">The kip involves getting from your back to feet without using your hands. It requires flexibility, power and co-ordination.</p>



<figure class="wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="qGUHIW2xkRN3QnZY7cCDlFd5rAOwVJzo6av04tsmLbf8uPgyThKp"><iframe title="Kip Up" src="https://player.vimeo.com/video/428669817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">Beginner</td><td class="has-text-align-center" data-align="center">Intermediate</td><td class="has-text-align-center" data-align="center">Athlete</td></tr><tr><td class="has-text-align-center" data-align="center">Can&#8217;t land on feet</td><td class="has-text-align-center" data-align="center">Land in deep squat</td><td class="has-text-align-center" data-align="center">Land hips above knees</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Game-changer</h4>



<p style="font-size:18px">To improve your maximal strength, you typically want to keep overloading the external resistance (or manipulating leverage) to increase the force production requirement of the exercise. When training for power, it&#8217;s all about performing the concentric phase of the exercise at high velocities. We want to perform the part of the lift against gravity (up in a pull-up, up in a dip, up in a squat, etc.) as quickly as possible. This results in neural adaptations where your brain can activate your muscles to generate large amounts of force quickly. Sport takes place in milliseconds, not seconds. As a result, we want to be able to generate as much of our strength, in the smallest amount of time possible.  It&#8217;s worthwhile to note that the intention to move quickly can yield a positive adaptation, regardless of actual movement speed. That is, the intention to be explosive is the primary driver of neural adaptations. </p>
<p>The post <a href="https://baseblocks.com/train-like-a-wrestler-power/">TRAIN LIKE A WRESTLER (INTERMEDIATE)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT ONE</title>
		<link>https://baseblocks.com/workout-one-50-min/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-one-50-min</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Tue, 23 Jun 2020 11:13:26 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=2655</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Muscle-up1B. False grip pull-ups 4 sets 1 min 30sec 2A. Kip-up2B. Sit-up stands 4 sets 1 min 30 sec 3. Pistols 4 sets 1 min 4. Inverted row 4 sets 1 min 5A. Front lever5B. Tuck front lever 4 sets 1 min Warm-up (5 min) Outside leg swings 10 ea [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-one-50-min/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1A. Muscle-up<br>1B. False grip pull-ups</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30sec</td></tr><tr><td>2A. Kip-up<br>2B. Sit-up stands</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30 sec</td></tr><tr><td>3. Pistols</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>4. Inverted row</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>5A. Front lever<br>5B. Tuck front lever </td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up (5 min)</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="spwo0XLUqOMR1PhdZxIntK5vNc7S8i9VAYkeCWbJarBfjQgmE6F"><iframe title="Dynamic Warm Up - Explode!" src="https://player.vimeo.com/video/429428632?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Outside leg swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Front to back swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Cossack squat shifts</td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Arm swings </td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Shoulder rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Neck rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Perform this superset 4 times. Rest 1 min 30 secs after 1B. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td>1A. Muscle-up</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">4</td></tr><tr><td>1B. False-grip pull-up</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">4</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="0ktISwFxwI0LJNWTG6Ll3heJh7euPQ5DfiAs8VgQnbA6Po9CzM1qUbicXoqsj8d"><iframe title="Strict Muscle Up" src="https://player.vimeo.com/video/428672333?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Muscle-up</figcaption></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="qLCOaJ6EcQy7fwHm21dztZMSNX9WskYhn3oveTRrVuFBp0iGg8bD5IxKP4AjU"><iframe title="False Grip Pull Up" src="https://player.vimeo.com/video/428668592?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. False grip pull-up</figcaption></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Perform this superset 4 times. Rest 1 min 30 secs after 1B. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td>2A. Kip-up</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">4</td></tr><tr><td>2B. Sit-up stands</td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center">16</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="ivYlUQTtCqEfX7DFRmO43gLxbpcHe9ukhWKJywsS8rjoI"><iframe title="Kip Up" src="https://player.vimeo.com/video/428669817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>2A. Kip-up</figcaption></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="PwZC6SBTqfVr5ULhDvW27luOQxmPqScXdk8EIo2FU1Y8ZJMpd7WiRiX90AtNtBwgjyz4EMexcyKRDpmY6Hgu5vG3hsCkIV"><iframe title="Sit Up Stand" src="https://player.vimeo.com/video/428671091?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>2B. Sit-up stands</figcaption></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Pistols: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">5 ea</td><td class="has-text-align-center" data-align="center">6 ea</td><td class="has-text-align-center" data-align="center">7 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee741ba87fc4" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="LuMelvgTIOkraX5QSPZxDbUhqzndEY4cBmAWHyCNj96V"><iframe title="Pistol Squat" src="https://player.vimeo.com/video/428670483?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Inverted Row: 4 sets with 1 min rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">8 </td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">14</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="faYsL0LGzdODeh1mCRsHqJcTW8eWmc4rSA7RgkTN1Pj8EyU56ZGX9M2In9DK3pqiu6BBhIxoO0FZ4M3toXgtlfPdYkiAbxy2FVv"><iframe title="Inverted Row" src="https://player.vimeo.com/video/428669222?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Perform this superset 4 times with 1 min rest after 5B.</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td>1A. Front lever</td><td class="has-text-align-center" data-align="center">2 sec</td><td class="has-text-align-center" data-align="center">3 sec</td><td class="has-text-align-center" data-align="center">4 sec</td><td class="has-text-align-center" data-align="center">5 sec</td></tr><tr><td>1B. Tuck front lever</td><td class="has-text-align-center" data-align="center">10 sec</td><td class="has-text-align-center" data-align="center">12 sec</td><td class="has-text-align-center" data-align="center">14 sec</td><td class="has-text-align-center" data-align="center">16 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Gu4sjkbI2"><iframe title="Front Lever" src="https://player.vimeo.com/video/428668784?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>5A. Front lever</figcaption></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="u1VfQGXC5bQb2zFB6rdNPOsJen6ohZGFMDP1SgH77lLAiVrvv9egMSTyDhTjE0ItxsOfkq0UpxW8iEajCcdz8L"><iframe title="Tucked Front Lever" src="https://player.vimeo.com/video/428673087?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>5B. Tuck front lever</figcaption></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_2655">
              <input type="hidden" name="post_id" value="2655">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<h5 class="wp-block-heading">A. Deep lunge: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="rVF3CPVQ0cKQb1ZyXSEtZJSiKLHWuy16k7ucopgj6B8MzlnDAg4fxsqdwdi9e5EvOYrAnHahClTUGX4xvzaB2"><iframe title="Stretch - Lunge Explode!" src="https://player.vimeo.com/video/429430680?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: hip flexors + quads</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43a337ed4b" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="OleTtmDEhW38uAyBPRr2nd5SaMzfjkUi47oI0wxNp6HqgVZYQCGXbF9scJK"><iframe title="Butterfly Stretch - Explode!" src="https://player.vimeo.com/video/429428299?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle group: adductors</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43bcdaa271" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/train-like-a-wrestler-explode/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-one-50-min/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT TWO</title>
		<link>https://baseblocks.com/workout-two-50-min/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-two-50-min</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Tue, 23 Jun 2020 09:56:03 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=2658</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Backflip1B. Explosive jump 4 sets 1 min 30sec 2A. Dips (bar)2B. Dips (blocks) 4 sets 1 min 30 sec 3. Explosive lunge 4 sets 1 min 4. Bodyweight skulls 4 sets 1 min 5. Tuck planche 4 sets 1 min Warm-up Outside leg swings 10 ea side Front to back [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-two-50-min/">WORKOUT TWO</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1A. Backflip<br>1B. Explosive jump</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30sec</td></tr><tr><td>2A. Dips (bar)<br>2B. Dips (blocks)</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30 sec</td></tr><tr><td>3. Explosive lunge</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>4. Bodyweight skulls</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>5. Tuck planche</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="0UyOCtGFJIMlWQrKYSjaxqw4cZz7528hLkAXd9HbNs6f3BvoDmgVEin"><iframe title="Dynamic Warm Up - Explode!" src="https://player.vimeo.com/video/429428632?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Outside leg swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Front to back swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Cossack squat shifts</td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Arm swings </td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Shoulder rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Neck rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Perform this superset 4 times. Rest 1 min 30 secs after 1B. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td>1A. Backflip</td><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">4</td></tr><tr><td>1B. Explosive jump</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">12</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="wdRXLOJs"><iframe title="Backflip" src="https://player.vimeo.com/video/428665567?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Backflip</figcaption></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="fQOX3xG75nd49BHqejciVaECMYvUmutZTr2kAgpW1FyJIhNR0LS8Ks6bz"><iframe title="Explosive Jump" src="https://player.vimeo.com/video/428667721?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. Explosive jumps</figcaption></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Choose ONE dip variant and perform 4 sets. Rest 1 min 30 secs  between sets. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td>2. Dips (bar)</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td></tr><tr><td>2. Dips (blocks)</td><td class="has-text-align-center" data-align="center">20</td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center">24</td><td class="has-text-align-center" data-align="center">26</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="VUy79cJeGnhSLoEYMPqmOaDZTizHtdbBv3WlwCAIFQxr8X65gu1N4f"><iframe title="Dip (Base Bar_Base Blocks)" src="https://player.vimeo.com/video/428667244?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Explosive lunge: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">5 ea</td><td class="has-text-align-center" data-align="center">6 ea</td><td class="has-text-align-center" data-align="center">7 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee741ba87fc4" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="BPYf3N06IDq"><iframe title="Explosive Lunge" src="https://player.vimeo.com/video/428668249?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Bodyweight skulls: 4 sets with 1 min rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">8 </td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">14</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="eC0rN39XAaMdhTJclznQY16uVsmLjx4HqKZbvUf82oRSkDFWOBpIiw"><iframe title="Body Weight Skull Crusher" src="https://player.vimeo.com/video/428666738?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Tuck planche: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">8 sec</td><td class="has-text-align-center" data-align="center">10 sec</td><td class="has-text-align-center" data-align="center">12 sec</td><td class="has-text-align-center" data-align="center">14 sec</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Bku2bRle"><iframe title="Static Tucked Planche" src="https://player.vimeo.com/video/428671908?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_2658">
              <input type="hidden" name="post_id" value="2658">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<h5 class="wp-block-heading">A. Deep lunge: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="ZD6THOsWo29YjEwv57duhemctaN4C8Kz31fiLpIrxXk"><iframe title="Stretch - Lunge Explode!" src="https://player.vimeo.com/video/429430680?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: hip flexors + quads</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43a337ed4b" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<h5 class="wp-block-heading">B. Butterfly stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Jsx"><iframe title="Butterfly Stretch - Explode!" src="https://player.vimeo.com/video/429428299?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: adductors </figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43b33fae72" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/train-like-a-wrestler-explode/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-two-50-min/">WORKOUT TWO</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT THREE</title>
		<link>https://baseblocks.com/workout-three-45mins-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-three-45mins-6</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Mon, 22 Jun 2020 10:55:19 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=2662</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1. Base jump 4 sets 1 min 30sec 2. Side to sides 4 sets 1 min 30 sec 3. Swing straddle planche 4 sets 1 min 4. Stance jumps 4 sets 1 min 5. V-ups 4 sets 1 min Warm-up Outside leg swings 10 ea side Front to back swings 10 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-three-45mins-6/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1. Base jump</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30sec</td></tr><tr><td>2. Side to sides</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min 30 sec</td></tr><tr><td>3. Swing straddle planche</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>4. Stance jumps</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr><tr><td>5. V-ups</td><td class="has-text-align-center" data-align="center">4 sets</td><td class="has-text-align-center" data-align="center">1 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warm-up</h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Ti1HBhSk"><iframe title="Dynamic Warm Up - Explode!" src="https://player.vimeo.com/video/429428632?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>Outside leg swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Front to back swings</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Cossack squat shifts</td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Arm swings </td><td class="has-text-align-center" data-align="center">5 ea side</td></tr><tr><td>Shoulder rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr><tr><td>Neck rolls</td><td class="has-text-align-center" data-align="center">10 ea side</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Base Jump: 4 sets with 1min 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">1 ea</td><td class="has-text-align-center" data-align="center">2 ea</td><td class="has-text-align-center" data-align="center">3 ea</td><td class="has-text-align-center" data-align="center">4 ea</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee73dbd87fc3" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="t3fYNMaXs7lokWHj52wOEq"><iframe title="Base Jumps" src="https://player.vimeo.com/video/428666331?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Side to sides: 4 sets with 1 min 30 sec rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4 ea</td><td class="has-text-align-center" data-align="center">6 ea</td><td class="has-text-align-center" data-align="center">8 ea</td><td class="has-text-align-center" data-align="center">10 ea</td></tr></tbody></table></figure>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="BiTH0QRt3Z4cPsaUjyYmKwq7VSzGJLAxpCENWMong512delXuI"><iframe title="Side to Sides" src="https://player.vimeo.com/video/428670819?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Swing straddle planche: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee741ba87fc4" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="G"><iframe title="Swing Straddle Placnche" src="https://player.vimeo.com/video/428672650?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Stance jumps: 4 sets with 1 min rest </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7434f87fc5" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="2ZGiItn4kKYe5E6MUaXc93pTjPCgbJxrNFqhyusmo718VW"><iframe title="Stance Jumps" src="https://player.vimeo.com/video/428671515?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. V-ups: 4 sets with 1 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ee7441f87fc6" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="JwPSmEH2ae0b"><iframe title="V-Up" src="https://player.vimeo.com/video/428673412?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_2662">
              <input type="hidden" name="post_id" value="2662">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='Complete week 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down</h4>



<h5 class="wp-block-heading">A. Deep lunge: 1min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="qAW0R36D4MfoKEsSJFimGrv2XNVcUzQTegYyb7BlIO"><iframe title="Stretch - Lunge Explode!" src="https://player.vimeo.com/video/429430680?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: hip flexors + quads</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43a337ed4b" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<h5 class="wp-block-heading">B. Butterfly stretch: 1min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="VGEOypiW1X"><iframe title="Butterfly Stretch - Explode!" src="https://player.vimeo.com/video/429428299?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: adductors</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ef43a247ed4a" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN REST</button>
</div>





<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/train-like-a-wrestler-explode/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-three-45mins-6/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TESTING DAY</title>
		<link>https://baseblocks.com/post-program-test-11/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=post-program-test-11</link>
		
		<dc:creator><![CDATA[Reece Humphrey]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 05:58:40 +0000</pubDate>
				<category><![CDATA[Train Like a Wrestler / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=2692</guid>

					<description><![CDATA[<p>You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time, testing order) as closely as possible. The kip-up test Beginner Intermediate Athlete Can&#8217;t land on feet Land in deep squat Land hips above knees Continue my Train [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/post-program-test-11/">TESTING DAY</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="font-size:18px">You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time,  testing order) as closely as possible. </p>



<h5 class="wp-block-heading">The kip-up test</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="gfktAH9Uyg9rqJCkUrvMWnEnP8O2bzdXN8DlIhjha1l6JaBGtNwjCxiwFEOmD7KRc"><iframe title="Kip Up" src="https://player.vimeo.com/video/428669817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Beginner</td><td class="has-text-align-center" data-align="center">Intermediate</td><td class="has-text-align-center" data-align="center">Athlete</td></tr><tr><td class="has-text-align-center" data-align="center">Can&#8217;t land on feet</td><td class="has-text-align-center" data-align="center">Land in deep squat</td><td class="has-text-align-center" data-align="center">Land hips above knees</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Continue my Train Like a Wrestler series</h5>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/train-like-a-wrestler-fast/">TRAIN LIKE A WRESTLER: FAST </a></div>
<p>The post <a href="https://baseblocks.com/post-program-test-11/">TESTING DAY</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
