:root{
    --tps-orange: #c09c5b;
	--tps-dark: rgb(30, 30, 30);
}

#site-backdrop{
    position: fixed;
    z-index: -9;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: linear-gradient( black, rgb(20, 30, 20) );
    background-repeat: no-repeat;
}


#primary h2{
	font-size: 4rem;
}
#primary h3{
	font-size: 2rem;
}

.row{
	position: relative;
	font-size: 0px;
}
.column{
	position: relative;
	display: inline-block;
	font-size: initial;
	width: 100%;
	vertical-align: top;
}
.column-2{
	max-width: 50%;
}

.flex-liner{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}

.tps-select{
	background: var(--tps-dark);
	color: white;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}




/* HEADER */

#masthead{
    background: white;
    height: 85px;
    border-bottom: 6px solid rgb(30, 30, 30);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.site-branding{
    /* border: 2px solid green; */
    z-index: 9;
    display: inline-block;
    width: 154px;
    position: absolute;
    top: 10px;
    left: 10px;
    /* background: transparent; */
}

#site-navigation.main-navigation{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    /* border: 1px solid; */
    width: calc( 100% - 150px );
}
.menu-menu-1-container{
    text-align: right;
}
#primary-menu{
    display: inline-block;
    width: 100%;
}

.menu-item{
    display: inline-block;
}
.menu-item.current_page_item{
	/* text-decoration: underline; */
	background: var(--tps-orange);
}
.menu-item.current_page_item a{
	color: white;
	letter-spacing: 1px;
}
.menu-item a{
    color: black;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 25px 25px;
}
.menu-item a:hover{
	background: lightgrey;
}

#primary{
    background: linear-gradient( white, lightgrey );
    padding: 0 30px;
    border-radius: 3px;
}
.home #primary{
	padding: 0;
}



#secondary{
    /* background: yellow; */
}

.home .entry-title{
    display: none;
}
/* .entry-title{
	font-size: 5rem;
} */


.tps-banner{
    /* border: 2px solid red; */
    height: 150px;
    border-top: 4px solid var(--tps-orange);
	margin-top: 85px;
	position: relative;
	z-index: -1;
}
.tps-banner-branding{
	/*position: relative;*/
	/*position: absolute;*/
	font-size: 9rem;
	text-align: center;
	color: white;
	opacity: .3;
	text-transform: uppercase;
	font-weight: bold;
	/*letter-spacing: -4px;*/
	z-index: -5;
}






/* BODY */

.constrain-wrap{
	position: relative;
	text-align: center;
    width: 100%;
}

.constrain{
	position: relative;
    display: inline-block;
    max-width: 1200px;
    text-align: left;
    width: 100%;
}



/* PRODUCT PAGE */
.entry-summary .tps-select{
	margin-right: 20px;
}
.single-product #primary{
	padding-bottom: 50px;
}
.single-product #primary{
	margin-bottom: 50px;
}
.single-product .product_title.entry-title{
	font-size: 4rem;
	margin: 0;
}
.single-product .woocommerce-product-gallery{
	/* border: 2px solid; */
	display: inline-block;
	width: 40%;
	float: none !important;
}
.single-product .single_add_to_cart_button{
	background: var(--tps-dark);
	color: white;
	text-transform: uppercase;
	font-family: Staatliches;
	font-size: 2rem;
	cursor: pointer;
	margin: 10px 0;
}
.single-product .single_add_to_cart_button:hover{
	background: black;
}
.product .entry-summary{
	/* border: 2px solid red; */
	width: 58%;
	margin-top: 0;
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0 80px 20px 0;
}
.product .woocommerce-tabs{
	width: 100%;
	background: var(--tps-orange);
	padding: 0 20px 20px 20px;
	/* border: 2px solid green; */
}
.product .woocommerce-tabs .tabs{
	display: none;
}
.woocommerce-breadcrumb{
	/* display: none; */
	/* opacity: 0; */
}
.product .woocommerce-Price-amount{
	font-size: 2rem;
}



/* CATEGORY PAGE */

body.archive.woocommerce ul.products{
	text-align: center;
}
body.archive.woocommerce ul.products li.product{
	float: none !important;
	display: inline-block;
	vertical-align: top;
}
body.archive.woocommerce ul.products li.product a{
	color: var(--tps-dark);
}

body.archive.woocommerce .woocommerce-ordering{
	margin: 20px 0;
}
body.archive.woocommerce .woocommerce-ordering select{
	background: white;
	color: black;
	padding: 5px;
}


/* WOOCOMMERCE */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background: lightgreen !important;
	padding: 10px;
}

.woocommerce-cart .wc-block-cart__totals-title{
	font-size: 2rem !important
}




/* BLOCKS */

.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.wp-block-media-text{
	font-size: 0px;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media{
	display: inline-block;
	font-size: 1rem;
	max-width: 50%;
	vertical-align: middle;
}
.wp-block-media-text .wp-block-media-text__content{
	padding: 40px;
}
.aligncenter{
	text-align: center;
}
.wp-block-image img{
	display: inline-block;
}
.content-section{
	padding: 20px;
}




.coaches-bio{
	text-align: center;
	background: var(--tps-orange);
	padding: 20px;
}
.coach-row{
	height: 440px;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}
.coach-row:nth-of-type(odd){
}
.coaches-bio .constrain{
	max-width: 900px;
}
.coaches-bio .coach-portrait{
	height: 400px;
	width: 400px;
	text-align: center;
}
.coaches-bio .coach-portrait img{
	max-height: 100%;
	border: 2px solid rgb(40, 40, 40);
	border-radius: 500px;
}
.coaches-bio .coach-bio{
	padding: 40px;
	max-width: calc( 100% - 400px );
	height: 100%;
}

.coaches-bio .bg-wrap{
	padding: 40px;
	width: 100%;
	position: relative;
}
.coach-bio .flex-liner{
	/* height: 200px; */
}
.bg-wrap .bg-skew{
	background: white;
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	transform: skewY(-3deg);
}
.bg-wrap .bg-foreground{
	position: relative;
	z-index: 9;
	padding: 40px 20px 40px 60px;
}

.google-link{
	background: #addbad;
	padding: 10px;
	color: black !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid;
}





/* LOCATION ROW */

#home-map{
	text-align: center;
}
.location-desc,
.location-image{
	position: relative;
	display: inline-block;
	height: 100%;
}
.location-desc{
}
.location-desc .flex-liner{
	flex-direction: column;
}
.location-image{
}

.location-row{
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
}

.map-bg-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}




/*STORY ROW*/

#story-row{
	text-align: center;
}
.switch-column .story-bg-div{
	/*transform: scale(1.1)*/
}
.scale-in{
	transition: 2s;
}
.story-desc,
.story-image{
	position: relative;
	display: inline-block;
	height: 100%;
}
.story-desc .flex-liner{
	flex-direction: column;
	padding: 40px;
	background: white;
	font-size: 1.2rem;
}
.story-image{
}

.story-row{
	position: relative;
	height: 400px;
	width: 100%;
	max-width: 100%;
	margin: 20px 0;
}

.story-bg-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}




/*SCHEDULE PAGE TWEAKS*/