/** Shopify CDN: Minification failed

Line 44:14 Expected ")" to end URL token
Line 45:14 Expected ")" to end URL token
Line 46:12 Expected ")" to end URL token
Line 47:12 Expected ")" to end URL token
Line 48:12 Expected ")" to end URL token

**/
/* Cam's Foundation Extras */

	/* Some things need to be hidden sometimes */
	.hidden {
 		display: none;
	}

	/* Some things need aligning */
	.align-right {
		text-align: right;
	}

	/* Why the hell do lists still put their style outside the div? */
	ol, ul {
		list-style-position: inside;
  		margin-left:0;
	}
	
	/* Product Loop - Change the breakpoint of product grids to suit */
	@media only screen and (min-width: 620px) {
		.product-preview.large-4 {
			position: relative;
			width: 33.33333%;
			}
	}

	/* Foundation reveal reveals some problems */
	.reveal-modal {
        top:10% !important;
	}

/* Foundation Icon Fonts */
	@font-face {
		font-family: "foundation-icons";
		src: url( {{'foundation-icons.eot' | asset_url }});
		src: url( {{'foundation-icons.eot?#iefix' | asset_url }}) format("embedded-opentype"),
		   url( {{'foundation-icons.woff' | asset_url }}) format("woff"),
		   url( {{'foundation-icons.ttf' | asset_url }}) format("truetype"),
		   url( {{'foundation-icons.svg#fontcustom' | asset_url }}) format("svg");
	}
	.white {
		color: white !important;
	}

/* Contact Form */
textarea {
	min-height: 100px;
}

/* Top Bar Form Height Fix */
.top-bar input[type="text"], .top-bar .button {
	height: 1.9rem;
}

/* Recent Blog Snippet */
ul.recent-blog {
	list-style-type: none;
}

/* Product Page Thumbs */
.product_thumbs {
	margin-top: 20px;
}

/* Below here are CSS elements that are just here for fun c/o Cam Gould */

/* On Sale Feature */
.sale-price {
	color: rgba(255, 71, 65, 1.000);
	font-weight: 800;
}
.sale-tag {
	position: absolute;
	top: 0;
	left: 15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: rgba(255, 71, 65, 1.000) transparent transparent transparent;
}
.sale-tag:after {
	content: "Sale";
	line-height:100%;
	position: absolute;
	top: -40px;
	left: 2px;
	color: rgba(255, 255, 255, 1.000);
	font-size: 0.9em;
	font-weight: 800;
	transform: rotate(-45deg);
	/* Safari */ -webkit-transform: rotate(-45deg);
	/* Firefox */ -moz-transform: rotate(-45deg);
	/* IE */ -ms-transform: rotate(-45deg);
	/* Opera */ -o-transform: rotate(-45deg);
	/* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3.5);
}
/* Sale tag using Foundation Icon Font */
.sale-tag-icon {
	position: absolute;
	top: 0;
	left: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 32px 47px 0 0;
	border-color: rgba(255, 255, 255, 1.000) transparent transparent transparent;
}
.sale-tag-icon:after {
	position: absolute;
	top: -54px;
	left: 3px;
	content: "";
	font-family: "foundation-icons";
	font-size: 3.8em;
	color: rgba(255, 71, 65, 1.000);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.000);
}

/* Blog Read More Link */
.read-more {
	text-align: right;
}

/* Cam's Custom Tiny Tags */
.tag {
	padding: 0 9px 0 8px;
	background: rgba(43, 166, 203, 1.000);
	text-decoration: none;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	float: left;
	height: 20px;
	line-height: 20px;
	position: relative;
	font-size: 13px;
	color: rgba(255, 255, 255, 1.000);
	margin: 10px 5px 4px 10px;
	list-style-type: none;
}
.tag a, .tag a:hover, .tag a:visited {
	color: rgba(255, 255, 255, 1.000);
}
.tag:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 1px;
	border-color: transparent rgba(43, 166, 203, 1.000) transparent transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.tag:after {
	content: "";
	position: absolute;
	top: 8px;
	left: -2px;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 1.000);
}


.shop-slider {
  max-height: 516px;
}
.shop-slider .bx-wrapper .bx-controls-direction a {
/*   top: 180px; */
  top: 40%;
}
.shop-slider li a img {
  display: none;
}
.shop-slider li span {
  display: block;
  height: 350px;
  background-position: 50% center;
  background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
  top: 120px;
}
.landing-box{
background-color: #ece8e1;
  color:black;
  
min-height: inherit;
}
.landing-box p, .landing-box h1, .slider h3 a {

 color:black;

}


 .slider p {
 
  margin: 0 0 0 20px;
}
.shop-links {
 float: left;
  padding-right:10px;
}
.shop-links li {
  list-style:none;
  
}

.shop-links li a {
  background-image: url(menu-bullet.png);
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left:20px;
      padding-right:0px;
  margin-right:0px;
}


.return-to  {
  background-image: url(return-to.png);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  padding-left:40px;
  display:block;
  margin-top:50px;
}





.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 300px;
  /* width: 100%; */
}



.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #c11731 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: white !important;
 
}
.fp-hr h3{
  text-align:center;
   background-color: white;
 display:block;
  width:240px;
  margin:auto;
  
}


.fp-hr {
  text-align:center;
   background-image: url(fp-hr.png);
    background-repeat: repeat-x;
  margin-bottom:30px;

}

#product-price h5{
  color:#c11731;
}
main{
  overflow: hidden;
  padding-top:30px;
  margin: 0 15px;
}

.landing-page-wrapper {
  padding-top: 0px;
}


#product-images{
  text-align:center;
}
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 0rem;
  background: white;
  color: #333333;
}
.product-preview-image-div{
text-align:center;
}

.panel {
	 position: relative;
}

.panel h5 {
	padding-left:28px;
  padding-top:28px;
}
.panel h5 a {
color:black;
  font-size:24px;
}



.panel .price {
padding-left:28px;
  padding-bottom:28px;
  display:block;
}
.slider-tag {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.user-tools{
/*   text-align:right; */
}

.customer-links{
padding-right:20px;
}

.home-user-tools{
  text-align:right;
  padding-bottom:15px;
  font-size:14px;
}

.index main{
  
  padding-top:10px;
}


.breadcrumbs > * {
  color: black;
  float: left;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  text-transform: none;
}

h1{
  line-height:1em;
  padding-bottom:10px;
}

/* #recover-password{
display: inherit !important} */
#product_feature_image{
padding:20px 0 20px 0;}

.cart-page {
text-align:center;
}

.cart-page form {
text-align:left;
}

#create-customer h1, #customer h1, #recover-password h1{
text-align:center;
}

#recover-password {
width:100%;
}
.single-option-selector, #quantity{
width:200px;
  
}

@media only screen and (max-width: 46.25em) {
  .slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
    top: 250px;
  }
  .shop-slider .bx-wrapper .bx-controls-direction a {
    top: 150px;
  }
}
.product-options .select {
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-options .select .radio {
  line-height: 1;
}

.user-nav ul::before {
    content: 'Featured Classes:';
    font-weight: bold;
    margin-right: 1rem;
}
.user-nav li+li::before {
    content: ' | ';
    padding: 0 0.5rem;
}

.main-nav-wrapper .covid-alert {
    float: right;
}
.main-nav-wrapper .covid-alert a {
    color: #c11731;
}

.user-nav .covid-alert::before {
    content: none;
    padding: 0 0.5rem;
}