
/* 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( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/foundation-icons.eot?11940579472733422634);
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/foundation-icons.eot?%23iefix&11940579472733422634) format("embedded-opentype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/foundation-icons.woff?11940579472733422634) format("woff"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/foundation-icons.ttf?11940579472733422634) format("truetype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/foundation-icons.svg%23fontcustom?11940579472733422634) format("svg");
	}
	
	@font-face {
		font-family: "gotham_book";
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-book-webfont.eot?11940579472733422634);
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-book-webfont.eot?%23iefix&11940579472733422634) format("embedded-opentype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-book-webfont.woff?11940579472733422634) format("woff"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-book-webfont.ttf?11940579472733422634) format("truetype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-book-webfont.svg%23gotham_book?11940579472733422634) format("svg");
	}
	
	@font-face {
		font-family: "gotham_medium";
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-medium-webfont.eot?11940579472733422634);
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-medium-webfont.eot?%23iefix&11940579472733422634) format("embedded-opentype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-medium-webfont.woff?11940579472733422634) format("woff"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-medium-webfont.ttf?11940579472733422634) format("truetype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-medium-webfont.svg%23gotham_medium?11940579472733422634) format("svg");
	}
	
	@font-face {
		font-family: "gotham_bold";
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-bold-webfont.eot?11940579472733422634);
		src: url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-bold-webfont.eot?%23iefix&11940579472733422634) format("embedded-opentype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-bold-webfont.woff?11940579472733422634) format("woff"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-bold-webfont.ttf?11940579472733422634) format("truetype"),
		   url( //cdn.shopify.com/s/files/1/0287/0078/t/3/assets/gotham-bold-webfont.svg%23gotham_bold?11940579472733422634) 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: 0.65rem;
	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 {
	font-family: 'gotham_medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.tag {
	padding: 0 8px 0 8px;
	background: #BBB;
	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: 15px;
	line-height: 15px;
	position: relative;
	font-size: 0.70rem;
	color: rgba(255, 255, 255, 1.000);
	margin: 6px 6px 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: -8px;
	width: 0;
	height: 1px;
	border-color: transparent #BBB transparent transparent;
	border-style: solid;
	border-width: 8px 8px 7px 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: 6px;
	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);
}

.orbit-container .orbit-slides-container img {
	display: block;
	max-width: 100%;
	width:100%;
}


#single-page .rte img {
  	width: 100%;
}
