/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
@font-face {
	font-family: 'picasotow';
	src: url('https://ivanandthelighthouse.nz/wp-content/themes/Ivan/fonts/picaso-tow-webfont.woff2') format('woff2'), url('https://www.ivanandthelighthouse.nz/wp-content/themes/Ivan/fonts/picaso-tow-webfont.woff') format("woff");
	font-weight: normal;
	font-style: normal;
}

#masthead {
	background: padding 0;
	border-top: 0;
	margin-bottom: 8em;
}

#masthead h4 {
	margin: 1em 0;
	font-weight: normal;
	text-transform: uppercase;
	width: 100%;
}

#masthead h4 a {
	font-family: 'picasotow', serif;
	font-size: 630%;
	color: #fff;
	float: left;
}

#masthead h4 a:hover {
	color: #000;
}

#inside-subscribe {
	display: none;
}

h5 {
	font-family: 'picasotow', serif;
	font-size: 5em;
	color: #fff;
/*text-shadow: 1px 1px 35px #000;*/
	margin-bottom: .4em;
}

h3 {
	font-family: 'picasotow', serif;
	font-size: 3em;
	color: #fff;
/*text-shadow: 1px 1px 35px #000;*/
	margin-bottom: .4em;
}

h2 {
	font-family: 'picasotow', serif;
	font-size: 0;
	color: #fff;
/*text-shadow: 1px 1px 35px #000;*/
	margin-bottom: .4em;
}

H6.widgettitle a {
	font-family: 'picasotow', serif;
	font-size: 2.6em;
	color: #fff;
}

p {
	font-size: 140%;
	color: #fff;
}

a {
	color: #9ccbf7;
}

div#post-2.post.clearfix {
	padding: 2em;
}

div#post-2.post.clearfix {
	background: #FFF;
	background: rgba(255,255,255,0.3);
}

div#post-6.post.clearfix {
	padding: 2em;
}

div#post-6.post.clearfix {
	background: #FFF;
	background: rgba(255,255,255,0.3);
}

div#post-80.post.clearfix {
	background: #FFF;
	padding: 2em 0 2em 2em;
}

div#post-80.post.clearfix p {
	text-shadow: 0 0 #000;
	font-size: 140%;
	color: #000;
}

div.single_product_display.group {
	padding: 1.5em;
}

div.summary.entry-summary {
	background: #FFF;
	background: rgba(255,255,255,0.4);
}

.single_product_display {
	color: #fff;
	background: #FFF;
	background: rgba(255,255,255,0.4);
}
.single_product_display .imagecol img.product_image {
background-color: none;
border: none;
}
fieldset {
	margin: 0;
}

.default_product_display .wpsc_quantity_update {
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 1px;
	margin-top: 10px;
}

.default_product_display .wpsc_product_price {
	padding: 1px;
	font-size: 18px;
/* display: inline-block;* */
}

.single_product_display .imagecol img.product_image {
	margin-top:5px;
	margin-right: 30px;
	margin-bottom: 40px;
}

.single_product_display form.product_form fieldset, #content .single_product_display form.product_form fieldset {
	border: none;
	padding: 10px 40px 5px;
}

.single_product_display .wpsc_product_price {
	padding: 10px 40px;
	font-size: 1em;
}

.single_product_display form.product_form .wpsc_buy_button_container, #content .single_product_display form.product_form .wpsc_buy_button_container {
	padding: 10px 40px;
	text-align: left;
}

#fancy_notification #fancy_notification_content span {
	color: #666;
}

#fancy_notification #fancy_notification_content a {
	margin-right: 16px;
}

#checkout_page_container {
	color: #fff;
	background: #FFF;
	background: rgba(255,255,255,0.4);
	padding-left: 2em;
}

#checkout_page_container .wpsc_make_purchase {
	bottom: 40px;
	right: 20em;
	float: right;
	position: relative;
}

img#wpsc_checkout_gravatar {
	display: none;
}

div#shipping_quotes_need_recalc {
	padding-left: 5px;
	color: rgba(255,191,75);
}

p.postmetadata.alt.quiet {
	display: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#masthead h4 a {
		font-family: 'picasotow', serif;
		font-size: 620%;
		color: #fff;
		float: left;
		padding-left: .5em;
	}
	
	div.span-7.append-1 {
		width: 240px;
	}
	
	.span-8 {
		width: 320px;
	}
}

div.sf-menu.clearfix {
display:none;	
}



@media only screen and (device-width: 768px) {
#masthead h4 a {
	font-family: 'picasotow', serif;
	font-size: 530%;
	color: #fff;
	float: left;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}