@media screen and (max-width: 1000px ){

	body.archive.woocommerce ul.products{
		text-align: center;
	}
	body.archive.woocommerce ul.products li.product{
		display: inline-block;
		width: 400px;
	}
}



@media screen and (max-width: 800px){

	.column-2,
	.column-3,
	.column-4,
	.column-5{
		max-width: 100%;
	}

	#masthead{
		position: absolute;
	}
	
	.site-branding{
		/* border: 2px solid red; */
		max-width: 95px;
		top: 3
	}
	
	#site-navigation.main-navigation{
		position: fixed;
		right: 0;

		box-shadow: 0px 0px 10px black;
		background: transparent;
		pointer-events: none;
	}

	#site-navigation .menu-toggle{
		position: fixed;
		top: 0;
		right: 0;
		pointer-events: initial;
		border-radius: 0px;
		background: white;
		height: 70px;
		border: 2px solid rgb(70, 70, 70);
		font-weight: bold;
		text-transform: uppercase;
		font-size: .9rem;
		letter-spacing: 2px;
	}

	#site-navigation.main-navigation.toggled .menu-menu-1-container{
		display: inline-block;
		padding-top: 75px;
		background: white;
		pointer-events: initial;
	}

	.menu-menu-1-container{
		max-height: calc( 100vh - 50px );
		/* border: 2px solid red; */
		overflow-y: auto;
		display: none;
	}

	#primary-menu{
		/* border: 2px solid green; */
	}
	
	.menu-item{
		width: 100%;
	}

	.menu-item.current_page_item{

	}

	.menu-item.current_page_item a{

	}

	.tps-banner{
		overflow: hidden;
		height: 70px;
	}
	.tps-banner-branding{
		font-size: 3rem;
	}

	

	.coaches-bio{
		/* min-height: 300px; */
	}
	.coach-row{
		height: auto;
		background: var(--tps-orange);
	}
	.coaches-bio .constrain{
		height: auto;
	}
	.coaches-bio .coach-portrait{
	}
	.coaches-bio .coach-portrait img{
	}
	.coaches-bio .coach-bio{
		max-width: 100%;
	}
	.coaches-bio .bg-wrap{
	}

	.coach-bio{
		/* min-height: 200px; */
	}

	.story-row,
	.location-row{
		height: 800px;
	}
	.story-desc,
	.story-image,
	.location-desc,
	.location-image{
		/* border: 2px solid; */
		height: 400px;
		overflow: hidden;
	}
	
	.coaches-bio .bg-wrap{
		padding: 0px;
	}
	
}