/*   
Theme Name: Superfluent 3.0
Theme URI: http://www.superfluent.us/
Description: The Portfolio and Blog of Superfluent Design
Author: Devin Ruppert, Superfluent
Author URI: http://www.superfluent.us
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

header, footer, article, nav, section, aside, time, hgroup {
	display: block;
}

html, body, header, footer, article, nav, section, aside, time, h1, h2, h3, p, a, ul, li, dl, dd, dt, table, thead, tfoot, tbody, th, tr, td {
	border: 0 none;
	font-family: "adelle", sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	outline: 0 none;
	padding: 0;
	color: #222222;
}

a {
	text-decoration: none;
}

ol, ul, li {
	list-style: none outside none;
}

img {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

h1 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 400;
}

h2 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
}

h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
}

h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}

/*
CONSTANTS
```````````````````````````````````````````````````*/
.floatLeft {
	display: block;
	float: left;
}

.floatRight {
	display: block;
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*
HTML | BODY
```````````````````````````````````````````````````*/
#whiteWrap {
	display: block;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

*::selection {
	background: #00ffcc;
}
*::-moz-selection {
	background: #00ffcc;
}

/*
HEADER
```````````````````````````````````````````````````*/
header {
	height: 120px;
	background-color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 100;
}

#headerFollower {
	display: block;
	background-color: #ffffff;
	width: 100%;
	height: 120px;
}

#topHeaderWrap {
	height: 70px;
	display: block;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
}

#mainNav {
	background: rgba(255, 255, 255, 1);
	width: 300px;
	height: 70px;
	display: block;
	float: left;
}

.navStay {
	position: relative;
	z-index: 100;
	top: 0;
}

.navFollow {
	position: fixed;
	top: -70px;
	z-index: 100;
}

.mobileNavStay {
	position: relative;
	z-index: 100;
	top: 0px;
}

.mobileNavFollow {
	position: fixed;
	top: -120px;
	z-index: 100;
}

.menuClosed {
	top: -70px;
}

.menuOpen {
	top: 0;
}

#mainNavGroup {
	display: block;
	position: relative;
	height: 69px;
	border-bottom: 1px solid #bbb;
}

#mainNav ul li {
	display: block;
	float: left;
	width: 30%;
}
#mainNav ul li:nth-child(1) {
	text-align: left;
}
#mainNav ul li:nth-child(2) {
	text-align: center;
}
#mainNav ul li:nth-child(3) {
	text-align: right;
}

#mainNav ul li a {
	font-size: 14px;
	line-height: 14px;
	padding: 27px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	display: block;
	color: #222222;
}

#mainNav ul .current_page_item, #mainNav ul .current_page_parent {
	width: 40% !important;
}

#mainNav ul .current_page_item a, #mainNav ul .current_page_parent a {
	color: #222222;
	font-family: "adelle", sans-serif;
	text-transform: capitalize;
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	padding-top: 21px !important;
}

#magic-line {
	position: absolute;
	bottom: -1px;
	left: 0px;
	padding-top: 0 !important;
	width: 60px;
	height: 1px;
	background: #222222;
}

header #logoWrap {
	margin-top: 15px;
	height: 46px;
	width: 186px;
	display: block;
	float: right;
	position: relative;
}

header h1 {
	display: block;
}

header h1 a {
	background: url("images/superfluent-logo.png") no-repeat scroll left top transparent;
	border: medium none;
	overflow: hidden;
	height: 46px;
	width: 186px;
	text-indent: -9999px;
	display: block;
}

header h1 a img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

header h1 a img:hover {
	opacity: 1;
}

#postHeader {
	position: relative;
	z-index: 999;
	top: -50px;
	width: 940px;
	display: block;
	height: 50px;
	margin: 0 auto;
}

#postHeader ul {
	display: block;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	height: 50px;
}

#postHeader ul li {
	display: block;
	float: left;
	margin-right: 26px;
	height: 50px;
}

#postHeader ul li a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	color: #999999;
	display: block;
	padding: 0 2px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;	
	transition: color .2s;
}

#postHeader ul li:first-child a {
	padding-left: 0px;
}

#postHeader ul li a:hover {
	color: #222222;
	font-weight: 500;
}

#postHeader ul li.current-cat a, #postHeader ul li.current a {
	color: #222222;
	font-weight: 500;
}

#showTheMenu, #hideTheMenu {
	margin-top: -37px;
	height: 24px;
	width: 24px;
	background-color: #222222;
	border-radius: 12px;
	display: none;
	position: relative;
	overflow: hidden;
}

#showTheMenu:hover, #hideTheMenu:hover {
	cursor: pointer;
}

.innerCircle {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: #ffffff;
}

.arrowSlide {
	background: url("images/littleArrowSlide.png") bottom left no-repeat;
	height: 48px;
	width: 12px;
	position: absolute;
	bottom: 0;
	left: 6px;
	text-indent: -9999px;
}

#hideTheMenu .arrowSlide {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	top: 0;
}


/*
ARTICLE
```````````````````````````````````````````````````*/
#pageWrap {
	display: block;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#contentIntro {
	display: block;
	height: 240px;
	overflow: hidden;
	position: relative;
}

#Tumblr {
	height: 240px;
	display: block;
	position: relative;
}

#Tumblr .title {
	display: none;
}

#Tumblr .tumblr_post img {
	width: 100%;
	margin-top: -25%;
	-ms-interpolation-mode: bicubic;
}

#imageOverlay {
	background: url("images/imagePattern.png") repeat scroll left top transparent;
	width: 100%;
	height: 240px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
}

#quoteWrapper {
	position: relative;
	z-index: 11;
	width: 940px;
	margin: -190px auto 0;
}

#quoteWrapperBG {
	position: absolute;
	width: 620px;
	background: rgba(0, 0, 0, 0.7);
	display: block;
}

#quote h1, #quote h2, #quote h3, #quote h4, #quote h5, #quote h6, #quote p {
	color: #ffffff;
	padding: 50px 0;
	margin: 0 80px 0 30px;
	line-height: 1.4em;
}

#quoteAuthor p {
	color: #999999;
	float: right;
	margin: -26px 20px 0 0;
	font-style: italic;
	font-size: 11px;
}

#mainContent {
	width: 960px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

.post {
	width: 300px;
	height: 200px;
	padding: 10px;
	display: block;
	float: left;
	margin: 0 0 !important;
}

#ramblingsIntro {
	width: 300px;
	height: 199px;
	margin: 10px;
	display: block;
	float: left;
	border-bottom: 1px solid #222222;
	position: relative;
}

#ramblingsIntroTextWrap {
	position: absolute;
	bottom: 5px;
}

#ramblingsIntro h2 {
	font-size: 32px;
	font-weight: 900;
}

#ramblingsDesc {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	font-style: italic;
}

#ramblingsDesc .searchWrap {
	margin: 10px 0 -6px 0;
}

.postWrap {
	width: 300px;
	height: 200px;
	display: block;
	position: relative;
	overflow: hidden;
}

.postWrap a.postLink {
	width: 300px;
	height: 200px;
	display: block;
}

.postThumb {
	width: 300px;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.postThumb img {
	position: relative;
	left: -60px;
}

.ramblingsLinkMeta {
	display: block;
	position: absolute;
	left: -220px;
	bottom: 0;
	z-index: 15;
	text-shadow: 0px 0px 8px #000;
}

.ie .ramblingsLinkMeta {
	background: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
}

.ramblingsLinkMeta a.dateTitleLink {
	display: block;
	padding-bottom: 28px;
}

.theDate {
	width: 220px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.ramblingsLinkMeta h4 {
	width: 220px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.ramblingsLinkMeta ul {
	width: 220px;
}

.ramblingsLinkMeta ul li a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	height: 22px;
	padding: 4px;
	display: block;
	float: left;
	margin-top: -28px;
}

.ramblingsLinkMeta ul li a:hover {
	color: #000;
	background-color: #fff;
	text-shadow: none;
}

.navigation {
	width: 100%;
	display: block;
	height: 100px;
	padding-top: 40px;
	float: left;
}

#infscr-loading {
	width: 100%;
	height: 0px;
	margin-top: -104px;
	display: block;
	float: left;
	overflow: show;
}

#infscr-loading img {
	display: block;
	margin: 0 auto;
}

#infscr-loading div {
	display: none;
}

.navigation #changeNav a {
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("images/moreAnimation.png") 0px 0px no-repeat;
	position: relative;
	z-index: 20;
}

#noMoreNav {
	margin: 0 auto;
	display: none;
	opacity: 0;
	position: relative;
	z-index: 21;
	width: 100px;
	height: 100px;
	margin-top: -100px;
	background: url("images/noMoreBtn.png") 0px 0px no-repeat;
}

#moreNavPadding {
	display: block;
	width: 100%;
	height: 0px;
	padding-bottom: 160px;
}

/*
SINGLE
```````````````````````````````````````````````````*/
#singlePostWrap {
	width: 940px;
	margin: 0 auto;
	display: block;
	padding: 80px 0 200px 0;
}

#postArticle {
	width: 940px;
	display: block;
	padding-bottom: 80px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#postArticle #column1 {
	display: block;
	float: left;
	width: 300px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d3d3d3;
}

#postArticle #column1 #postMeta {
	display: block;
	margin-bottom: 30px;
}

#singlePostWrap .theSingleDate {
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #bbbbbb !important;
	font-family: "adelle", sans-serif !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
}

#postArticle h2 {
	font-size: 32px;
	line-height: 32px;
	width: 300px;
	padding-bottom: 5px;
	border-bottom: 1px solid #222222;
	font-weight: 800;
}

#postArticle ul.post-categories {
	display: block;
	width: 300px;
}

#postArticle ul.post-categories li a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: 300;
	display: block;
	float: left;
	padding: 4px;
}

#postArticle ul.post-categories li a:hover {
	background-color: #222222;
	color: #ffffff;
}

#postArticle #column1 p, #postArticle #column1 p a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 24px;
	font-weight: 500;
}

#postArticle #column1 p a {
	color: #222222 !important;
	font-weight: 700;
}

#postArticle #column1 p a:hover {
	border-bottom: 1px solid #222222;
}

#postArticle #column2 {
	display: block;
	float: left;
	width: 620px;
	margin-left: 20px;
}

#postArticle #column2 p {
	line-height: 0px;
}

#postArticle #column2 img {
	margin-bottom: 20px;
	width: 620px;
}

#postArticle #column2 iframe {
	margin-bottom: 20px;
}

#nextPrevPostsWrap {
	width: 940px;
	display: block;
}

a.linkWrap {
	width: 300px;
	height: 140px;
	display: block;
}

.previousPostWrap, .nextPostWrap {
	display: block;
	width: 300px;
	position: relative;
}

.circleForThumbWrap {
	width: 140px;
	height: 140px;
	display: block;
	position: relative;
	float: left;
}

.nextPostWrap .circleForThumbWrap {
	float: right;
}

#nextPrevPostsWrap .circleForThumb {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 70px;
	margin: 20px 0 0 20px;
	overflow: hidden !important;
}

.circleForThumb img.wp-post-image {
	display: block;
	margin: -20px 0 0 -76px;
	height: 140px;
}

#nextPrevPostsWrap img.thumbCover {
	display: block;
	margin-top: -140px;
}

.circleForThumb img.arrow {
	display: block;
	width: 126px;
	height: 40px;
}

.previousPostWrap .circleForThumb img.arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	margin: -90px 0 0 37px;
}

.nextPostWrap .circleForThumb img.arrow {
	margin: -90px 0 0 -63px;
}

.nextPrevMeta {
	display: block;
	position: absolute;
	top: 30%;
	width: 140px;
	opacity: 0;
}

.previousPostWrap .nextPrevMeta {
	float: right;
	right: 0;
}

.nextPostWrap .nextPrevMeta {
	left: 0;
	text-align: right;
}

.relatedPosts {
	display: block;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #222222;
}

#crp_related h3 {
	display: none;
}

ul.relatedPostsThumbs {
	width: 960px;
	display: block;
}

ul.relatedPostsThumbs li {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

ul.relatedPostsThumbs li img {
	display: block;
	position: relative;
	left: -60px;
}

a.crp_title {
	display: block;
	position: absolute;
	bottom: 12px;
	left: -220px;
	width: 220px;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px #000;
}

#searchResultWrap {
	display: block;
	width: 100%;
	max-width: 780px;
	padding: 60px 0 200px 0;
	margin: 0 auto;
}

#searchHeader {
	color: #999999;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
}

#searchHeader span {
	color: #222222;
}

a.searchLink {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
	background-color: #ffffff;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;	
	transition: background-color .3s;
}

a.searchLink:hover {
	background-color: #f5f5f5;
}

a.searchLink img {
	width: 150px;
	padding-right: 10px;
}

.theSearchDate {
	font-style: italic;
	color: #999999;
}

#searchResultWrap .column2 {
	width: 150px;
	padding-left: 10px;
}

h5#searchError {
	margin-top: 20px;
}

/*
SHOP
```````````````````````````````````````````````````*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 220px;
	display: block;
}

.cartWrap, .thankYouWrap {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 0 auto;
	display: block;
	padding: 40px 0 220px 0;
}

.cartWrap h2 {
	font-size: 24px;
	color: #999999;
}

.shopControls {
	max-width: 940px;
	margin: 0 auto;
	padding: 40px 10px 10px 10px;
	display: block;
	position: relative;
	z-index: 99;
}

.shopControls a.cart-contents {
	display: block;
	height: 21px;
	float: right;
	margin-top: 5px;
	padding-left: 27px;
	background: url("images/cart.png") left center no-repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #999999;
	-webkit-transition: color .2s ease-in;  
   	-moz-transition: color .2s ease-in;  
   	-o-transition: color .2s ease-in;  
   	transition: color .2s ease-in;
}

.shopControls a.cart-contents:hover {
	color: #222222;
}

.products  {
	display: inline-block;
}

.products li {
	width: 300px;
	height: 250px;
	display: block;
	float: left;
	margin: 10px;
}

.product a {
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;
}

.product a img {
	
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;	
	transition: opacity .2s ease-in-out;
}

.product a img:hover {
	opacity: 0.8;
}

.product h3 {
	font-size: 14px;
	line-height: 14px;
	color: #222222;
}

.product .amount {
	font-size: 16px;
	line-height: 14px;
	color: #00997c;
}

ul.products {
	margin-bottom: 20px;
}

.wp-pagenavi {
	display: block;
	text-align: center;
	width: 180px;
	margin: 0 auto;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
	width: 24px;
	height: 24px;
	display: block;
	background: url("images/littleArrow.png") no-repeat scroll 9px 6px;
	background-color: #999999;
	text-indent: -9999px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;	
	transition: background-color .2s;
}

.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
	background-color: #666666;
}

.wp-pagenavi .previouspostslink {
	float: left;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	/* for ie */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.wp-pagenavi .nextpostslink {
	float: right;
}

.wp-pagenavi a.page, .wp-pagenavi .current {
	font-size: 16px;
	padding: 0 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
}

.wp-pagenavi a.page {
	color: #999999;
	font-weight: 500;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;	
	transition: color .2s;
}

.wp-pagenavi a.page:hover {
	color: #222222;
}

#singleProductWrap {
	margin: -35px auto 0 auto;
	width: 100%;
	max-width: 940px;
	padding: 0 10px;
}

div [itemprop=description] p {
	width: 540px;
	display: block;
	float: left;
	margin-top: 15px;
}

div [itemprop=description] p:first-child {
	width: 940px;
	padding-bottom: 20px;
	border-bottom: 1px solid #222222;
}

.variations_form {
	width: 300px;
	height: 110px;
	display: block;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
}

.variations_form table, .variations_form .single_variation_wrap {
	float: right;
}

.variations_form .single_variation_wrap {
	width: 300px;
	text-align: right;
}

.variations td:first-child {
	width: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #999999;
}

.variations td:last-child {
	width: 250px;
}

select#pa_size {
	width: 100%;
	font-size: 14px;
}

p.stock {
	color: #00997c;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}

button.button {
	background-color: #c2a548;
	width: 140px;
	height: 40px;
	margin-top: 10px;
	padding: 3px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	border: none;
	font-family: "adelle", sans-serif;
	border-radius: 3px;
	float: right;
}

button.button:hover {
	background-color: #d2b34e;
	cursor: pointer;
}

article .cartWrap form {
	display: block;
	position: relative;
	z-index: 11;
}

.shop_table {
	width: 100%;
}

.shop_tableFirstRow {
	background-color: #d3d3d3;
}

.cartWrap .shop_tableFirstRow th {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 8px 0 6px 0;
	color: #222222;
}

tr.cart_table_item td {
	border-bottom: 1px solid #d3d3d3;
}

td.product-thumbnail {
	width: 220px;
	padding: 20px 0 11px 0;
}

.attachment-shop_thumbnail {
	width: 100%;
}

.product-name {
	text-align: left;
	width: 320px;
	padding-left: 20px !important;
}

td.product-name {
	padding-top: 20px;
}

td.product-name a {
	font-size: 16px;
	font-weight: 700;
}

.product-name dt, .product-name dd {
	display: block;
	float:left;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #999999;
	margin-top: -5px;
}

.product-name dd {
	margin-left: 5px;
}

.product-name a.remove, .product-quantity input.button {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 300;
	border: none;
	background: none;
	color: #c2a548;
}

.product-name a.remove:hover, .product-quantity input.button:hover {
	cursor: pointer;
	color: #d2b34e;
}

.product-price, .product-quantity, .product-subtotal {
	text-align: center;
	width: 80px;
}

td.product-quantity .qty {
	margin-top: 20px;
	text-align: center;
	border: 1px solid #999999;
	font-size: 14px;
	border-radius: 3px;
	padding: 5px 0;
}

td.product-subtotal .amount {
	font-size: 18px;
	font-weight: 700;
}

tr.cart-coupon {
	width: 320px;
	display: block;
	float: left;
	margin-top: 40px;
}

tr.cart-coupon input#coupon_code {
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 5px 0 5px 5px;
}

tr.cart-coupon input.button {
	margin-left: 10px;
	border: none;
	background: none;
	color: #00997c;
}

tr.cart-coupon input.button:hover {
	cursor: pointer;
}

.cart-collaterals {
	width: 100%;
	max-width: 780px;
	display: block;
	float: right;
	margin-top: -45px;
}

.cart_totals table {
	display: block;
	float: right;
	width: 100%;
	max-width: 780px;
}

.cart_totals th {
	width: 700px;
	text-align: right;
	padding-bottom: 20px;
}

.cart_totals td {
	width: 80px;
	text-align: right;
	padding-bottom: 20px;
}

.cart-subtotal th, .shipping th, .discount th {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #999999;
}

.discount th a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #c2a548;
}

.shipping th, .shipping td {
	line-height: 14px;
	border-bottom: 1px solid #222222;
}

.total th {
	color: #999999;
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
}

.total td {
	padding-top: 20px;
	font-size: 24px;
}

a.checkout-button {
	background-color: #c2a548;
	color: #ffffff;
	padding: 10px 62px 8px 62px;
	font-size: 18px;
	font-weight: 700;
	border: none;
	font-family: "adelle", sans-serif;
	border-radius: 3px;
	float: right;
	display: block;
}

a.checkout-button:hover {
	background-color: #d2b34e;
	cursor: pointer;
}

.checkout {
	margin-top: 20px;
}

.checkout .required {
	color: #c2a548;
}

.checkout .col-1, .checkout .col-2 {
	padding-top: 28px;
	width: 380px;
	display: block;
	float: left;
}

.checkout select {
	width: 200px;
}

.checkout p label {
	display: block;
	padding-left: 20px;
	text-indent: -20px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #999999;
}

.checkout p input {
	font-family: "adelle", sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 5px 0 5px 5px;
	width: 200px;
	margin-bottom: 10px;
}

.checkout p input::-webkit-input-placeholder {
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}

.checkout p input:-moz-placeholder {
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}

.checkout p#shiptobilling {
	margin-top: -28px;
}

.checkout p input.input-checkbox {
	width: 30px;
}

.checkout p label.checkbox {
	padding: 0;
	display: inline;
}

.checkout p.notes {
	margin-top: 20px;
}

.checkout p.notes textarea {
	border: 1px solid #999999;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
	max-width: 300px;
	height: 100px;
	max-height: 140px;
	font-family: "adelle", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.checkout p.notes textarea::-webkit-input-placeholder {
	font-weight: 300;
	font-style: italic;
}

.checkout #order_review {
	width: 100%;
	max-width: 780px;
	display: block;
	float: left;
	margin-top: 20px;
}

.checkout #order_review_heading {
	margin-top: 40px;
	display: block;
	float: left;
	width: 100%;
	max-width: 780px;
}

table.shop_table {
	border-spacing: 0;
}

.shop_table thead th {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #999999;
}

.checkout td.product-total, .checkout .shop_table tfoot td {
	text-align: center;
}

.checkout .shop_table tfoot th {
	text-align: right;
}

.checkout tr.cart-subtotal th, .checkout tr.cart-subtotal td {
	border-top: 1px solid #222222;
}

.checkout tr.shipping th, .checkout tr.shipping td {
	padding-bottom: 5px;
}

.checkout #payment  {
	margin-top: 30px;
	text-align: right;
}

.checkout #payment .payment_box p {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #999999;
}

input.button#place_order {
	margin-top: 20px;
	background-color: #c2a548;
	color: #ffffff;
	padding: 10px 62px 8px 62px;
	font-size: 18px;
	font-weight: 700;
	border: none;
	font-family: "adelle", sans-serif;
	border-radius: 3px;
}

input.button#place_order:hover {
	background-color: #d2b34e;
	cursor: pointer;
}

.thankYouWrap .product-name small {
	display: block;
}

.thankYouWrap .product-name small a {
	background-color: #00997c;
	color: #ffffff;
	font-style: italic;
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
}

.thankYouWrap .product-name small a:hover {
	background-color: #00bc98;
}

.thankYouWrap td.product-total, .thankYouWrap tfoot td {
	text-align: center;
}

.thankYouWrap tfoot th {
	text-align: right;
}

.thankYouWrap header {
	margin: 20px 0 0 0;
	height: auto;
}

.thankYouWrap .customer_details, .thankYouWrap address {
	margin-left: 20px;
}

.thankYouWrap .customer_details dt {
	color: #999999;
	font-weight: 300;
	font-style: italic;
}

.thankYouWrap .col-1, .thankYouWrap .col-2 {
	width: 360px;
	display: block;
	float: left;
	margin-right: 30px;
	padding-top: 20px;
}

.woocommerce_message, .woocommerce_error {
	text-indent: 10px;
	font-size: 14px;
	color: #666666;
	padding: 5px 0 2px 0px;
	width: 100%;
	max-width: 940px;
}

.woocommerce_message {
	background-color: #00ffc4;
}

.woocommerce_error {
	background-color: #c2a548;
}

.woocommerce_message a, .woocommerce_error a {
	font-weight: 700;
}

#content .images, .woocommerce_tabs, .add_to_cart_button, #content .title, .page-title, #breadcrumb, .woocommerce_ordering, .product_meta, .reset_variations, .variations_button .quantity, .quantity .minus, .quantity .plus, .shipping_calculator, .cart_totals h2, p.woocommerce_info, input#createaccount, label[for="createaccount"] {
	display: none !important;
}

/*
STUDIO
```````````````````````````````````````````````````*/
.rotate {
	transform: rotate(-7deg);
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Safari and Chrome */
	-o-transform: rotate(-7deg); /* Opera */
	-moz-transform: rotate(-7deg); /* Firefox */
	display:block;
}

.helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#studioWrap {
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 200px 0;
}

#studioWrap section {
	display: block;
	width: 940px;
	padding: 0 10px;
}

.titleWrap {
	display: block;
	width: 940px;
	background: url("images/titleBG.png") 0 0 no-repeat;
	height: 165px;
}

.titleWrap h2 {
	display: block;
	float: left;
	text-align: right;
	margin-right: 80px;
	margin-top: 60px;
	color: #c2a548;
	font-size: 58px;
	line-height: 58px;
	font-weight: 900;
	font-style: italic;
	width: 460px;
}

.titleWrap h5 {
	display: block;
	float: left;
	margin-top: 24px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 100;
	font-style: italic;
	margin-left: 20px;
}

#studioContentWrap {
	display: block;
	position: relative;
	width: 940px;
	height: 950px;
	margin-top: 20px;
	background: url("images/profileBG.png") top center no-repeat;
}

.personalDesc {
	width: 300px;
	position: absolute;
	top: 80px;
}

.nameTitle {
	display: block;
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #222222;
	border-top: 1px solid #222222;
}

.nameTitle h6 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

.nameTitle p {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}

.personalInfo li {
	margin-top: 10px;
}

.personalInfo li .q {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.personalInfo li .a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #666666;
}

ul.personalSocialLinks {
	margin-top: 20px;
}

ul.personalSocialLinks li {
	display: inline-block;
	margin: 0 4px;
}

ul.personalSocialLinks li a {
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
}

ul.personalSocialLinks .facebook .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll 0px 0px transparent;
}
ul.personalSocialLinks .twitter .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -38px 0px transparent;
}
ul.personalSocialLinks .tumblr .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -76px 0px transparent;
}
ul.personalSocialLinks .linkedIn .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -114px 0px transparent;
}
ul.personalSocialLinks .pinterest .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -152px 0px transparent;
}
ul.personalSocialLinks .email .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -190px 0px transparent;
}

#studioContentWrap ul.personalSocialLinks li .socialImage {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-indent: -9999px;
	background-color: #999999;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;	
	transition: background-color .2s;
}

#studioContentWrap #devinDesc ul.personalSocialLinks li .socialImage {
	text-indent: 9999px;
}

#studioContentWrap ul.personalSocialLinks li .socialImage:hover {
	background-color: #222222;
}

#devinDesc {
	left: 0px;
	text-align: right;
	z-index: 1;
}

#brandonDesc {
	right: 0px;
	z-index: 1;
}

#centerContent h6 {
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-style: italic;
	font-weight: 900;
}

#bodyWrap {
	display: block;
	width: 300px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -150px;
}

#devinBlank, #devinColor {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#brandonBlank, #brandonColor {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#devinBlank, #brandonBlank {
	opacity: 0;
}

#areAn {
	display: block;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
}

#leftLine {
	width: 105px;
	border-bottom: 1px solid #999999;
	float: left;
	margin-top: 12px;
}

#areAn p {
	color: #c2a548;
	display: block;
	float: left;
	width: 40px;
	text-align: center;
	line-height: 12px;
	font-size: 13px;
	font-weight: 800;
}

#rightLine {
	width: 105px;
	border-bottom: 1px solid #999999;
	float: right;
	margin-top: 12px;
}

#centerContent h2 {
	display: block;
	position: absolute;
	width: 300px;
	bottom: 300px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	font-weight: 900;
	color: #ffffff;
}

#centerContent h2 span {
	font-size: 68px;
	line-height: 68px;
}

#secondToFinalSection {
	width: 594px;
	height: 73px;
	display: block;
	position: absolute;
	bottom: 230px;
	left: 50%;
	margin-left: -297px;
}

#secondToFinalSection .firstHelvetica, #secondToFinalSection .secondHelvetica {
	display: block;
	font-style: italic;
	position: absolute;
	font-size: 24px;
	line-height: 24px;
	font-weight: 100;
}
#secondToFinalSection .firstHelvetica {
	left: 0;
	bottom: 4px;
}
#secondToFinalSection .secondHelvetica {
	right: 0;
	top: 4px;
}

#secondToFinalSection .firstBold, #secondToFinalSection .secondBold {
	display: block;
	font-style: italic;
	position: absolute;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
#secondToFinalSection .firstBold {
	bottom: 22px;
	left: 145px;
}
#secondToFinalSection .secondBold {
	left: 275px;
	top: 26px;
}

#secondToFinalSection .amp {
	display: block;
	font-style: italic;
	position: absolute;
	font-size: 16px;
	color: #70c6b1;
	font-weight: 700;
	left: 253px;
	top: 20px;
}

#finalSection {
	width: 234px;
	height: 65px;
	display: block;
	position: absolute;
	bottom: 130px;
	left: 50%;
	margin-left: -117px;
}

#finalSection p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	display: block;
	position: absolute;
}

#finalSection p:first-child {
	top: 0;
	left: 0;
}

#finalSection span {
	color: #c2a547;
	position: absolute;
	top: 24px;
	left: 0;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
}

#finalSection p:last-child {
	bottom: 0;
	right: 0;
}

#services {
	display: block;
	margin: 80px 0 120px 0;
}

#services img {
	display: block;
	margin: 0 auto;
	width: 322px;
}

ul#serviceContent {
	display: block;
	width: 400px;
	margin: 20px auto;
}

ul#serviceContent h2 {
	font-size: 58px;
	line-height: 46px;
	font-weight: 900;
	font-style: italic;
	display: block;
	float: left;
	width: 190px;
	margin-right: 10px;
	text-align: right;
}

ul#serviceContent .serviceList {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	font-weight: 300;
	width: 190px;
	margin-left: 10px;
}

#process {
	display: block;
}

#process img#processTools {
	display: block;
	margin: 20px auto 0 auto;
}

#process p {
	width: 660px;
	margin: 20px auto;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 500;
}

#process #graphWrap {
	width: 620px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

#process #graphDataWrap {
	width: 300px;
	display: block;
	float: left;
}

#process #graphBars {
	height: 180px;
	display: block;
	position: relative;
}

#process #graphBars li .bar {
	width: 98px;
	display: block;
	position: absolute;
	bottom: 4px;
	top: auto;
	background-color: #00997c;
	height: 1px;
}

#process #graphBars li#brain .bar {
	left: 0;
}
#process #graphBars li#heart .bar {
	left: 50%;
	margin-left: -49px;
}
#process #graphBars li#hand .bar {
	right: 0px;
}
#graphLabels #concept:hover, #graphLabels #develop:hover, #graphLabels #make:hover {
	color: #222222;
	cursor: pointer;
}

#process img#graphImage {
	border-top: 1px solid #222222;
}

#process #graphLabels {
	width: 300px;
	display: block;
	float: left;
	margin-left: 20px;
}

#process #graphLabels span {
	font-size: 58px;
	line-height: 64px;
	font-weight: 900;
	color: #666666;
	display: block;
	float: left;
}

#studioContact {
	margin-top: 60px;
}

#studioContactContent {
	position: relative;
	display: block;
	height: 1060px;
	background: url("images/studioContactBubbles.png") top center no-repeat;
}
#studioContactContent .superHuge {
	font-weight: 900;
	font-size: 104px;
	line-height: 88px;
}
#studioContactContent .huge {
	font-weight: 900;
	font-style: italic;
	font-size: 86px;
	line-height: 70px;
}
#studioContactContent .big {
	font-weight: 900;
	font-style: italic;
	font-size: 68px;
	line-height: 58px;
}
#studioContactContent .small {
	font-weight: 900;
	font-style: italic;
	font-size: 40px;
	line-height: 32px;
}

#firstBubble {
	width: 306px;
	display: block;
	position: absolute;
	top: 105px;
	left: 60px;
	text-align: right;
}

#secondBubble {
	width: 300px;
	display: block;
	position: absolute;
	top: 285px;
	right: 100px;
	text-align: center;
}

#afterBubble {
	display: block;
	position: absolute;
	width: 120px;
	bottom: 438px;
	left: 180px;
	font-size: 30px;
	line-height: 28px;
	font-weight: 300;
	text-align: right;
}

#sign {
	display: block;
	position: absolute;
	width: 260px;
	bottom: 119px;
	left: 350px;
	color: #fff;
}
#studioContactContent #sign .huge {
	font-style: normal;
}

#afterSign {
	display: block;
	position: absolute;
	width: 180px;
	bottom: 15px;
	right: 160px;
	font-size: 30px;
	line-height: 28px;
	font-weight: 300;
}

#bigSocialWrap {
	display: block;
	text-align: center;
	margin-top: 20px;
	height: 68px;
}

#bigSocialWrap li {
	display: inline-block;
	margin: 0 20px;
}

#bigSocialWrap li a {
	width: 68px;
	height: 68px;
	display: block;
	overflow: hidden;
}

#facebook .bigSocialImage {
	background: url("images/socialIcons_Big.png") no-repeat scroll -0px 0px transparent;
}

#twitter .bigSocialImage {
	background: url("images/socialIcons_Big.png") no-repeat scroll -98px 0px transparent;
}

#vimeo .bigSocialImage {
	background: url("images/socialIcons_Big.png") no-repeat scroll -294px 0px transparent;
}

#tumblrLink .bigSocialImage {
	background: url("images/socialIcons_Big.png") no-repeat scroll -196px 0px transparent;
}

#email .bigSocialImage {
	background: url("images/socialIcons_Big.png") no-repeat scroll -393px 0px transparent;
}

#bigSocialWrap .bigSocialImage {
	text-indent: -9999px;
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background-color: #666666;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;	
	transition: background-color .2s;
}

#bigSocialWrap .bigSocialImage:hover {
	background-color: #222222;
}

#FAQ {
	margin-top: 120px;
}

#FAQ #questionHands {
	display: block;
	margin: 0 auto;
}

#FAQ #iPhoneTop {
	display: block;
	margin: 20px auto 0 auto;
	width: 300px;
	height: 113px;
	background: url("images/iPhoneTop.png") top center no-repeat;
}

#FAQ ul#questions {
	width: 268px;
	padding: 10px 16px 0 16px;
	display: block;
	margin: 0 auto;
	background: url("images/iPhoneBG.png") top center repeat-y;
}

#FAQ ul li {
	display: block;
	padding: 5px 8px 2px 8px;
	border-radius: 10px;
	line-height: 18px;
}

#FAQ ul li.g {
	background-color: #70c6b1;
	display: block;
	float: left;
	width: 220px;
	margin-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-bottom: 8px;
}

#FAQ ul li.b {
	background-color: #c2a548;
	display: block;
	float: right;
	width: 220px;
	text-align: right;
	margin-top: 4px;
}

#FAQ #iPhoneBottom {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 127px;
	background: url("images/iPhoneBottom.png") top center no-repeat;
}

#fin h4 {
	display: block;
	text-align: center;
	font-size: 58px;
	margin-top: 200px;
	font-weight: 900;
}


/*
FOOTER
```````````````````````````````````````````````````*/
footer {
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#mainFooter {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	background: none !important;
}

#contact {
	width: 300px;
	height: 380px;
	padding-top: 30px;
	float: left;
	display: block;
	background: rgba(34, 34, 34, 0.7);
	position: relative;
	z-index: 1;
	margin: 0 0 60px 0;
}

#contact h4 {
	font-size: 34px;
	text-align: center;
	margin-top: 30px;
	color: #ffffff;
	font-weight: 700;
}

#contact #coffeeOrBeer {
	display: block;
	width: 190px;
	height: 161px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/coffeeOrBeer.png") top left no-repeat;
	margin: 15px auto;
}

.contactDesc {
	width: 250px;
	margin: 0 auto;
	color: #d3d3d3;
	font-style: italic;
	line-height: 18px;
}

#contact a {
	font-size: 22px;
	font-weight: 700;
	color: #c2a548;
	margin: 10px 0 0 25px;
	line-height: 40px;
}

#contact a:hover {
	border-bottom: 1px solid #c2a548;
}

#contactTriangle {
	width: 0px;
	height: 0px;
	border-right: 150px solid transparent;
	border-left: 150px solid transparent;
	border-top: 40px solid rgba(34, 34, 34, 0.7);
	display: block;
	position: absolute;
	bottom: -40px;
}

#postFooterWrap {
	width: 100%;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

#postFooter {
	max-width: 940px;
	display: block;
	padding: 40px 0 70px 0;
	margin: 0 auto;
}

#bottomMsg {
	color: #999999;
	font-size: 13px;
	margin-top: 5px;
}

#socialWrap {
	display: block;
	text-align: center;
	margin-top: 2px;
}

#socialWrap ul {
	display: block;
	height: 26px;
}

#socialWrap ul li {
	display: inline-block;
	margin: 0 4px;
}

#socialWrap ul li a {
	width: 26px;
	height: 26px;
	display: block;
	overflow: hidden;
}

#facebook .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll 0px 0px transparent;
}

#twitter .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -38px 0px transparent;
}

#vimeo .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -228px 0px transparent;
}

#tumblrLink .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -76px 0px transparent;
}

#email .socialImage {
	background: url("images/socialIcons_Personal.png") no-repeat scroll -190px 0px transparent;
}

#socialWrap .socialImage {
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	background-color: #999999;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;	
	transition: background-color .2s;
}

#socialWrap .socialImage:hover {
	background-color: #666666;
}

.searchWrap {
	width: 300px;
	display: block;
}

.searchWrap input.field {
	display: block;
	float: left;
	height: 26px;
	width: 222px;
	padding: 0px 68px 0 8px;
	border: 1px solid #d3d3d3;
	border-radius: 0px;
	font-family: "adelle", sans-serif;
	font-size: 15px;
	-webkit-appearance: none;
}

.searchWrap input[type="text"] {
	padding-bottom: 2px;
	font-style: normal;
	font-weight: 400;
	color: #222222;
}

.searchWrap input::-webkit-input-placeholder {
   color: #d3d3d3;
   font-style: italic;
   font-weight: 400;
}

.searchWrap input:-moz-placeholder {
   color: #999999;
   font-style: italic;
   font-weight: 400;
}

.searchWrap input.field:focus {
	-moz-box-shadow: 0px 0px 8px 0px #d3d3d3;
	-webkit-box-shadow: 0px 0px 8px 0px #d3d3d3;
	box-shadow: 0px 0px 8px 0px #d3d3d3;
	outline: none;
}

.searchWrap input.submit {
	border: none;
	background: url("images/magnify.png") no-repeat scroll 21px 6px transparent;
	background-color: #999999;
	height: 30px;
	width: 60px;
	display: block;
	float: left;
	margin-left: -60px;
	border-radius: 0px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;	
	transition: background-color .2s;
}

.searchWrap input.submit:hover {
	background-color: #666666;
	cursor: pointer;
}

#googleMap {
	width: 100%;
	height: 620px;
	float: left;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 0;
}

#map_canvas {
	width: 100%;
	height: 620px;
}

.mapHeading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #222222;
}

.mapHeadingExcerpt {
	font-size: 11px;
	line-height: 11px;
	font-weight: 300;
	font-style: italic;
	color: #999999;
}

#mapLinkWrap {
	text-align: right;
	margin-top: 40px;
	width: 100%;
	border-top: 1px solid #cccccc;
	display: block;
}

a.linkToGoogleMaps {
	color: #c2a548;
	font-size: 11px;
	line-height: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

a.linkToGoogleMaps:hover {
	text-decoration: underline;
}

#iPhoneMap {
	display: none;
}

/*
ETC
```````````````````````````````````````````````````*/
#errorWrap {
	display: block;
	padding: 20px 0 200px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
}

#errorCol1 {
	display: block;
	float: left;
	width: 100%;
	max-width: 620px;
}

#errorCol1 img {
	width: 100%;
}

#errorCol2 {
	display: block;
	float: left;
	width: 100%;
	max-width: 300px;
	padding-left: 10px;
	margin-top: 40px;
}

#errorCol2 p {
	font-size: 13px;
	color: #999999;
	font-style: italic;
	font-weight: 300;
	line-height: 18px;
	margin-top: 20px;
}

/*
FLUID LAYOUT CONTROLS
```````````````````````````````````````````````````*/
@media screen and (max-width: 960px) {
	#mainContent {
		width: 640px;
	}
	
	header, #headerFollower, #topHeaderWrap {
		width: 100%;
		height: 160px;
	}
	
	#logoWrap {
		width: 100% !important;
		margin: 37px 0 !important;
	}
	
	#logoWrap h1 a {
		margin: 0 auto;
	}
	
	#logoWrap h1 a img {
		display: none;
	}
	
	#mainNav {
		height: 39px;
		width: 100% !important;
	}
	
	#mainNavGroup {
		height: 39px;
		margin: 0 auto;
		width: 300px;
	}
	
	#mainNav ul li a {
		padding: 12px 0;
	}
	
	#mainNav ul .current_page_item a, #mainNav ul .current_page_parent a {
		padding: 6px 0 !important;
	}
	
	#postHeader {
		display: none;
	}
	
	#Tumblr, #contentIntro {
		height: 220px;
	}
	#Tumblr .tumblr_post img {
		min-height: 250px;
		background-position: 50% 50%;
		margin: 0 auto;
	}
	#quoteWrapper {
		width: 100%;
		margin: -180px 0 0 0;
	}

	#quoteWrapperBG {
		width: 90%;
	}
	
	#singlePostWrap {
		width: 100%;
		max-width: 620px;
	}
	
	.relatedPosts {
		display: none;
	}
	
	#postArticle {
		width: 96%;
		margin: 0 2%;
	}
	
	#nextPrevPostsWrap {
		width: 100%;
	}

	#postArticle #column1 {
		width: 100%;
		border-bottom: none;
		padding-bottom: 20px;
	}
	
	#postArticle #column2 {
		width: 100%;
		border-bottom: 1px solid #d3d3d3;
		padding-bottom: 40px;
		margin: 0 0;
	}
	
	#postArticle #column2 img {
		width: 100%;
	}
	
	#container {
		width: 100%;
	}
	
	#container #content {
		display: block;
		width: 640px;
		margin: 0 auto;
	}
	
	#singleProductWrap .summary img, #singleProductWrap .summary p {
		width: 100%;
	}
	#singleProductWrap .summary p:last-child {
		border-bottom: 1px solid #d3d3d3;
		padding-bottom: 20px;
	}
	
	.variations_form {
		margin-left: 0px;
		float: right;
	}
	table.cart_table {
		width: 100%;
		max-width: 780px;
	}
	tr.cart_table_item td, tr.cart-coupon {
		width: 20%;
	}
	form.checkout {
		margin: 0 auto;
		padding: 0 2%;
		width: 96%;
		max-width: 600px;
	}
	.checkout .col-1, .checkout .col-2 {
		width: 300px;
	}
	#contactWrap {
		display: block;
		margin: 0 auto;
		width: 300px;
	}
	#contact {
		float: none;
		z-index: 2;
	}
	#googleMap {
		display: none;
	}
	#iPhoneMap {
		display: block;
		margin: 0 auto 40px auto;
		width: 300px;
		padding: 60px 0 30px 0;
		background: rgba(34, 34, 34, 0.7);
		position: relative;
		z-index: 1;
		margin-top: -40px;
	}
	#iPhoneMapTriangle {
		width: 0px;
		height: 0px;
		border-right: 150px solid transparent;
		border-left: 150px solid transparent;
		border-top: 40px solid #ffffff;
		display: block;
		position: absolute;
		top: 0;
	}
	
	#iPhoneMap h5 {
		font-size: 24px;
		line-height: 28px;
		width: 240px;
		margin: 0 auto;
		text-align: center;
		margin-top: 30px;
		color: #ffffff;
		font-weight: 700;
	}
	#iPhoneMap .contactDesc {
		margin: 10px 0 0 40px;
	}
		
	#iPhoneMap a {
		font-size: 22px;
		font-weight: 700;
		color: #c2a548;
		margin: 10px 0 0 40px;
		line-height: 40px;
	}
	#iPhoneMap a:hover {
		border-bottom: 1px solid #c2a548;
	}
	
	#socialWrap, .searchWrap {
		padding: 0px 0px;
		margin: 0 auto;
		float: none;
	}
	
	#socialWrap {
		margin-top: 10px;
		text-align: center;
	}
	
	#bottomMsg, #copyright {
		text-align: center;
		float: none;
		margin: 0 auto;
	}
}

/*
Screen < 640px
*/
@media screen and (max-width: 640px) {	
	#mainContent {
		max-width: 98%;
		padding: 2% 1%;
	}
	
	#ramblingsIntro {
		width: 48%;
		margin: 1%;
	}
	
	#mainContent .post {
		width: 48%;
		padding: 1%;
	}
	
	.postWrap, a.postLink, .postThumb {
		width: 100%;
	}
	
	.postThumb img {
		left: 0px !important;
	}
	
	.ramblingsLinkMeta {
		left: 12px !important;
		width: 200px;
	}
	
	.ramblingsLinkMeta p, .ramblingsLinkMeta h4, .ramblingsLinkMeta ul {
		width: 200px;
	}
	
	#nextPrevPostsWrap {
		margin: 0 auto;
	}
	.nextPostWrap, .previousPostWrap {
		width: 140px;
		overflow: hidden;
	}
	.nextPostWrap .circleForThumbWrap {
		float: left;
	}
	#nextPrevPostsWrap .circleForThumbWrap {
		top: -20px !important;
		left: -20px !important;
	}
	#nextPrevPostsWrap .circleForThumb {
		width: 140px !important;
		height: 140px !important;
	}
	#nextPrevPostsWrap img.attachment-large {
		margin-top: 0px !important;
		margin-left: -56px !important;
	}
	#nextPrevPostsWrap img.thumbCover {
		display: none !important;
	}
	.previousPostWrap img.arrow {
		margin-left: -43px !important;
	}
	.nextPostWrap img.arrow {
		margin-left: 57px !important;
	}
	.nextPrevMeta {
		opacity: 0 !important;
	}
	
	#container #content {
		max-width: 98%;
		padding: 2% 1%;
	}
	
	#container #content ul.products {
		width: 100%;
	}
	
	#singleProductWrap {
		padding: 0;
	}
	
	#container #content ul.products li {
		width: 48%;
		margin: 1%;
		overflow: hidden;
	}
	
	.cart-contents {
		width: 20px;
		height: 21px;
		overflow: hidden;
		padding-left: 0px !important;
		text-indent: -9999px;
	}
	
	
	
	.shopControls .dk_container {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	
}

/*
Screen < 480px (iphone landscape)
*/
@media screen and (max-width: 479px) {
	#quoteWrapper {
		margin: -210px 0 0 0;
	}
	
	#mainContent {
		max-width: 320px;
		padding: 0;
	}
	
	#ramblingsIntro {
		width: 94%;
		margin: 1%;
	}
	
	#mainContent .post {
		width: 94%;
		padding: 1%;
	}
	
	#ramblingsIntro {
		width: 300px;
		margin: 5px 10px;
	}
	
	#mainContent .post {
		width: 300px;
		padding: 5px 10px;
	}
	
	.postWrap, a.postLink, .postThumb {
		width: 300px;
	}
	
	.ramblingsLinkMeta, .ramblingsLinkMeta p, .ramblingsLinkMeta h4, .ramblingsLinkMeta ul {
		width: 220px;
	}
	
	#postArticle {
		width: 300px;
		margin: 0 auto;
	}

	#postArticle #column2 img, .embed-container {
		margin-bottom: 3%;
	}
	
	#container #content {
		max-width: 300px;
		padding: 0 10px;
	}
	
	#container #content ul.products li {
		width: 300px;
		margin: 0;
	}
	.shopControls {
		padding-left: 0;
		padding-right: 0;
	}
	.shopControls .dk_container {
		float: left;
	}

}

/* iPhone 4 (retina) ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	header h1 a {
		background: url("images/superfluent-logoHD.png") no-repeat scroll left top transparent;
		background-size: 186px 46px;
	}
}


