/*
Theme Name: Supreme 1.0
Theme URI: http://www.macstudio.co.nz
Description: WordPress Theme
Author: Macstudio
Author URI: http://www.macstudio.co.nz
Version: Supreme 1.0
Tags: MacStudio Design
*/

body {
	background: #000;
	color: #ccc;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
   -webkit-font-smoothing: subpixel-antialiased;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

img {
	height:auto;
	max-width:100%;
}

/* LINKS */

a:link {
	color: #fff;
	text-decoration:none;
}

a:visited {
	color: #fff;
	text-decoration:none;
}

a:hover {
	color: #aaa;
	text-decoration:none;
}

a:active {
	color: #fff;
	text-decoration:none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Libre Baskerville', serif;
	font-weight: normal;
	line-height: 1em;
	color: #fff !important;
}

h1 {
	font-size: 1.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-size: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	font-size: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	font-size: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h6 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* FOOTER */
#footer-container {
	color: #fff;
	font-size: 0.9em;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
}
#footer-container a{
	color: #fff;
	font-size: 0.9em;	
}
#footer-right {
	color: #fff;
	font-size: 0.9em;	
}
#footer-left ul {
	margin: 0px;
	padding: 0px;
}

#footer-left li {
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
	font-size: 0.9em;	
}

/* COLOURS */

.white {
	color: #FFFFFF;
}

/* STYLES */

.padding {
	padding: 30px;
}

.padding-2 {
	padding: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.rounded {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.rounded img {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#header-container {
	background-color: rgba(51,51,51,0.75);
	position: relative;
}
.home a {
	font-weight: normal;	
}
.home {
	min-height: 450px;
	position: relative;
}
.social-media {
	position: relative;
	float: right;
	clear: none;
	z-index:1000; 
	margin-top: -5px; 
}
.social-media img {
	clear: none;
	margin-left: 5px;
	max-height: 20px;
	margin-top: 20px;
	margin-right: 5px;
}
.home, .home a, .home a:hover, .home a:visited, .home a:active {
	color: #fff;
	font-size: 0.8em;
	cursor: pointer;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
	font-family: 'Libre Baskerville', serif;
	text-transform: capitalize;
}
.homelink {
	font-size: 1.6em;
}
.home-more {
	background-color: #666666;
	padding: 5px 20px 5px 10px;
	text-align: left;	
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	text-transform: lowercase;
	width:60px;
	font-size:1.2em;	
	position: relative;
	float: right;
	margin-bottom: 10px;
	font-weight: 400;	
}
.home-more:hover {
	background-color: #999;
}
.logo-text {
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	text-transform: capitalize;
	font-size: 2.2em;
	line-height: 1;
	margin-top: 10px;
}
.logo-subtext {
	position: relative;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 1.4em;
	margin-top: 10px;
}
.header-span {
	background: rgb(255,255,255); /* Old browsers */
}
#header-left img{
	width: 100%;
	max-width: 129px;
}

.form-outer {
	display: table-row;
}

.form-inner {
	display: table-cell;
	margin: 3px;
	padding-bottom: 10px;	
}
.label {
	padding-right: 10px;	
}
.text-box {
	width: 100%;
	box-sizing:border-box;
}
textarea.text-box {
	height: 50px;
}

.views {
	float: right;
	position: absolute;
	margin-top: -40px;
	right: 0;
}
.navigation {
	display: none;
}
.frame img {
	margin: 5px;
}
.shopp ul {
	padding: 0;
	margin: 0;
}

.yes, .no {
	cursor: pointer;	
}
.bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999999999999;
	background: rgba(255, 255, 255, 0.9);
}
.inner-wrap {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	width: 400px;
	padding: 20px;
	background: #d0d0d0;
	color: #000;
}
.button {
	background: #DDD;
	border:none;
	border-radius: 4px;
	color: #333!important;
	display: inline-block;
	margin-right:15px;
	margin-top:20px;
	padding: 8px 15px;
	transition: 500ms;
	text-transform: uppercase;
}

.button:hover {
	background: #666;
	color: #FFF;
}

/* - - - - - - WOOCOMMERCE - - - - - - */

ul.products {
	margin:0;
	margin-top:20px;
	padding:0;
}

li.product {
	list-style: none;
	display:block;
	float:left;
	margin:0 3% 20px 0;
	padding:0;
	width:30%;
}

.woocommerce-loop-product__title {
	font-size:1.5em;
	margin-top:15px;
}

.woocommerce-product-gallery {
	display:block;
	float:left;
	margin-right:3%;
	width:35%;
}

.woocommerce-info a {
	color:#1e85be;
}

.summary {
	display:block;
	float:left;
	margin-bottom:30px;
	width:62%;
}

.price {
	display:block;
	font-size:1.25em;
	padding:10px 0;
}

.product_meta {
	display:none;
}

.woocommerce-tabs {
	display:none;
}

.widget_shopping_cart_content ul,
.widget_shopping_cart_content li {
	list-style: none;
	margin:0;
	padding:0;
}

.attachment-shop_thumbnail {
	clear:both;
	float:left;
	margin-right:15px;
	max-width: 100px;
}

.woocommerce-mini-cart__buttons {
	clear:both;
}

@media screen and (min-width: 641px) {
	
	.home-more {
		position: absolute;
		bottom: 10px;
		right: 0;
	}

	.home {
		min-height: 370px;
	}
	
	.social-media {
		position: relative;
		float: right;
		clear: both;
		z-index:1000; 
		margin-top: -5px; 
	}
	
	#header-container {
		background-color: rgba(51,51,51,0.75);
		position: absolute;
	}
	
	.header-span {
		background: rgb(255,255,255); /* Old browsers */
	
		background: -moz-linear-gradient(left,  rgba(255,255,255,1) 20%, rgba(51,51,51,0) 80%); /* FF3.6+ */
		
		background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(51,51,51,0))); /* Chrome,Safari4+ */
		
		background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(51,51,51,0) 80%); /* Chrome10+,Safari5.1+ */
		
		background: -o-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(51,51,51,0) 80%); /* Opera 11.10+ */
		
		background: -ms-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(51,51,51,0) 80%); /* IE10+ */
		
		background: linear-gradient(to right,  rgba(255,255,255,1) 20%,rgba(51,51,51,0) 80%); /* W3C */
		
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
	}
	}
@media only screen and (min-width: 769px) {
	.home {
		min-height: 365px;
	}

}