body {
    font-size: 20px;
    line-height: 25px;
		color:#666;
		font-weight:100;
		font-family: 'Quicksand', sans-serif;
}

header {
	padding-bottom:10px;	
}

h1, h2, h3 {
	color:#7D7468;	
  font-family: 'Lato', sans-serif;

}
h1.heading, h2.heading, h3.heading {
    display: inline-block;
    background: #7d7468;
    color: #fff;
    padding: 8px 70px;
    text-align: center;
    border-radius: 3px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
    border-top: #7D7468 1px solid;
    padding: 5px;
    font-size: 1.2em;
}


nav {	
   font-family: 'Lato', sans-serif;
}

a {
	color:#4682B4;
}

header {
	background-color:#7D7468;
}

.cta {
    color: #f3f3f3;
}

.tagline {
	text-align:right;
}

.tagline h2 {
    color: #fff;
    font-family: 'open sans light', sans-serif;
    font-weight: 100;
    font-style: italic;
	font-size:24px
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#7D7468;
	border-bottom:1px solid #7D7468;
	padding-bottom:0px
}

.navbar.navbar-default {
    margin-bottom: 0;
}

.heroImage img {
	width:100%;
	height:auto;
}

footer {
	background-color:#4C4346;
	color:#F1E8D9;
}

header.woocommerce-products-header {
    background: none;
	text-align:left;
}

.products h2 {
    font-size: 17px;
}

.woocommerce-breadcrumb {
    margin-top: 10px;
}


/* ---------- Responsive ---------- */


@media screen and (max-width:600px) {
    .gallery-item img {
        width:100%!important;
    }

	.panoramicGallery .gallery-item img {
		height:auto!important;
    }

}

@media (min-width: 768px) {
	.navbar-nav {
		float:none;
		margin:0px;
		text-align:center;
	}

	.navbar-nav>li {
		float: none;
		display: inline-block;
		padding: 0px 10px;
	}

	img.alignright {
    	float: right;
	}
}

/* Images are NOT available for sale */


.price {
  display: none;
}
.variations_form.cart {
  display: none;
}
.product_meta {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}