/***** Global *****/

body, html {
	height: 100%;
}

body {
	font-family: "Jubilat", "Georgia", "Times New Roman", serif;
	background: #ececec url(../images/bg.jpg) no-repeat right 220px;
	font-size: 14px;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

input, textarea {
	border: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-font-smoothing: antialiased;
}

#body {
	min-height: 650px;
}

/* Typography */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}

h1 {
	font-size: 36px;
	color: black;
}

h1.chisel {
	color: #676767;
	text-shadow: 0 1px 2px #fff;
	margin-bottom: 30px;
}

h1.border {
	margin-bottom: 20px;
}

h1.border::after {
	display: block;
	width: 160px;
	height: 4px;
	background: black;
	content: '';
	position: relative;
	top: 5px;
}

h1.border.center::after {
	left: 50%;
	margin-left: -80px;
}


h1.page-title {
	font-size: 48px;
	margin-bottom: 40px;
}

.page-title {
	text-align: center;
	color: #666;
	margin-bottom: 25px;
}

h2 {
	font-size: 30px;
	font-weight: 500;
}

h3 {
	font-size: 20px;
	font-weight: 500;
}

h4 {
	font-size: 18px;

}

h5 {
	color: #9c9c9c;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
}

a {
	color: inherit;
	text-decoration: none;
}

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

a.readmore {
	font-weight: 500;
}

a.button {
	margin: auto;
	text-align: center;
	display: block;
	line-height: 36px;
}

p {
	color: #202020;
	margin-bottom: 15px;
}

p.tagline, p.tagline strong {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}

em strong, strong em {
	font-weight: 500;
	font-style: italic;
}

.smalltext {
	font-size: 12px;
}

.italic {
	font-style: italic;
}

/***** Images *****/

.attachment-product-new.wp-post-image, .attachment-post-feature.wp-post-image, ul.products div.product-img {
	border: 5px solid white;
	margin-bottom: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}


/***** Forms  *****/

input, a.button, textarea {
	font-family: "Jubilat", "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 18px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	-webkit-appearance: none;
	background: white;
	height: 36px;
	margin-right: 10px;
	border-radius: 3px;
	border: none;
	padding: 0 15px;
}

input[type="submit"], .button {
	-webkit-appearance: none;
	background: #7d7d7d;
	width: auto;
	height: 36px;
	padding: 0 15px;
	border-radius: 3px;
	color: white;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

input[type="submit"]:active, .button:active {
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);
}


form.mailing {
	background: #ededed;
	border-radius: 3px;
	width: 920px;
	padding: 12px 10px 13px;
	margin: 55px 10px 60px;
	line-height: 1;
}

form.mailing .text {
	width: 315px;
	margin-left: 5px;
	float: left;
}

form.mailing h4 {
	margin-bottom: 3px;
	line-height: 1;
}

form.mailing input {
	width: 210px;
	float: left;
}

form.mailing input[type="submit"] {
	width: 100px;
}


/***** Header ******/

#header {
	background: rgba(235,235,235,0.5);
	height: 140px;
	width: 100%;
	position: relative;
	z-index: 5;
	margin-bottom: 50px;
}

#header .logo {
	text-align: center;
	line-height: 137px;
}

#header .logo img {
	vertical-align: middle;
}

#header .menu {
	line-height: 155px;
}

#header #menu-main-left {
	text-align: left;
}

#header #menu-main-right {
	text-align: right;
}

#header #menu-main-right li:last-child {
	margin-right: 0;
}

#header .menu li {
	display: inline;
	padding: 0 5px;
	font-size: 16px;
}

#header_img {
	background: url(../images/headerbg.jpg) center bottom;
	height: 224px;
	width: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: 1;
}

#header span {
	font-size: 16px;
	position: relative;
	top: 20px;
	margin-bottom: -21px;
	display: block;
	font-style: italic;
}

#header span.mail {
	margin-left: 5px;
}

#header span.tel {
	text-align: right;
	margin-right: 5px;
}

/***** Home *****/

#home .splash {
	position: relative;
	width: 100%;
	height: 650px !important;
	/* background: white url(../images/homeblock1.jpg) no-repeat center top; */
	background-size: cover;
	margin-top: -205px;
}

div.splash div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	display: none;
/* 	background-size: contain; */
	display: none;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: center;
}

div.splash div:first-child {
	display: block;
}

#home .block-1 {
	background: url(../images/homeblock2.jpg) no-repeat right top #ececec;
	width: 100%;
	padding-bottom: 40px;
}

#home .block-1 h1.chisel {
	margin-top: 15px;
}

#home .block-1 ul.new-arrivals li {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	position: relative;
}

#home .block-2 {
	padding: 50px 0 0;
	background: url(../images/homeblock3.jpg) no-repeat center top white;
}

#home .block-2 .content {
	padding-left: 30px;
}

#home .block-2 .content h3 {
	line-height: 1.1em;
	margin-bottom: 10px;
}

/***** Posts *****/

span.postdate {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-top: -5px;
	margin-bottom: 10px;
	color: #BFBFBF;
}

.post.grid_10 {
	margin: 50px 0;
	margin-left: 90px;
}

.post .content {
	position: relative;
	z-index: 10;
	float: left;
	padding: 25px 60px 30px 40px;
	background: white;
	width: 570px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.post .social {
	position: relative;
	z-index: 5;
	float: left;
	margin-top: 10px;
	background: white;
	width: 50px;
	height: 180px;
	padding: 15px 30px;
	text-align: center;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

div.social div {
	margin-bottom: 10px;
}

/***** Products *****/

.filter-bar {
	width: 100%;
	z-index: 100;
	padding: 15px 0;
	margin-top: -50px;
	position: relative;
	background: #DBDBDB;
}

.dropdown {
	z-index: 50;
	width: 300px;
	height: 39px;
	color: #363636;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	text-indent: 10px;
	line-height: 41px;
	position: relative;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-color: white;
	background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: 280px center;
	background-image: url("../images/icon-taxdropdown.png");
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.dropdown ul.options {
	left: 0;
	top: 32px;
	width: 100%;
	z-index: 1000;
	position: absolute;
	padding-bottom: 10px;
	background-color: inherit;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.dropdown.active ul.options {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.dropdown ul.options a {
	color: #363636;
	font-size: 14px;
	font-weight: normal;
}

.clear-filters {
	float: right;
	width: auto;
	color: white;
	height: 39px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 41px;
	border-radius: 3px;
	background: #7d7d7d;
	-webkit-appearance: none;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

.clear-filters:active {
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.4);
}

.heart {
	background: white url(../images/heart.jpg) no-repeat center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0px;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}

.heart.active {
	background: white url(../images/hearta.jpg) no-repeat center center;
}

span.sold, span.reserved {
	top: -12px;
	right: -43px;
	z-index: 10;
	width: 80px;
	font-size: 20px;
	background: white;
	position: absolute;
	text-align: center;
	padding: 30px 20px 10px;
	text-transform: uppercase;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.reserved {
	font-size: 13px;
}

/* Loop */

ul.products {
	margin: 70px 0;
}

ul.products li {
	position: relative;
	min-height: 370px;
	margin-bottom: 30px;
}

ul.products li:hover {
	z-index: 100;
}

ul.products li div.imgsize {
	position: absolute;
}

ul.products li div.product-img {
	width: 290px;
	height: 290px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

ul.products li:hover div.product-img {
	/* height: inherit; */
	height: 380px;
}

ul.products li div.product-img a.link {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	-webkit-transition: 0.3s all linear;
	-moz-transition: 0.3s all linear;
	-o-transition: 0.3s all linear;
	transition: 0.3s all linear;
}

ul.products li:hover div.product-img a.link {
	/* background: rgba(0,0,0,0.5); */
}

ul.products li .product-meta {
	color: black;
	position: relative;
	top: 315px;
	text-align: center;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

ul.products li:hover div.product-meta {
	color: white;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

ul.products li div.product-meta h3, ul.products li .product-meta a {
	color: inherit;
}

ul.products li div.product-meta h3 {
	font-size: 18px;
}

ul.products li div.product-meta a.readmore {
	font-size: 16px;
	font-weight: 600;
}

/* Single */

.product {
	position: relative;
	margin: 50px 0;
}

.product .grid_8 .product-img {
	width: 610px;
	margin: auto;
	overflow: hidden;
	/* min-height: 500px; */
	background: white;;
	border: 5px solid white;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

.product .grid_4 .product-details {
	background-color: #FBFBFB;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	padding: 16px 30px 25px;
	margin-left: -30px;
	margin-top: 10px;
	position: relative;
	z-index: 5;
	margin-bottom: 40px;
}

.product .grid_4 .product-details a.button.enquire {
	width: 260px;
	margin-bottom: 20px;
}

.product .grid_4 .product-details span.price {
	font-weight: 400;
	font-size: 20px;
	margin-top: -2px;
	margin-bottom: 10px;
	display: block;
}

.product .grid_4 .product-details ul.thumbnails {
	width: 240px;
	margin: 10px auto;
}

.product .grid_4 .product-details ul.thumbnails li a {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 64px;
	height: 64px;
	border: 3px solid white;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.product .grid_4 .product-details ul.thumbnails li a.active {
	border-color: #191919;
}

.product .grid_8 .product-img ul.product-slides li {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

.product .grid_8 .product-img ul.product-slides li.active {
	opacity: 1;
	z-index: 2;
}

.zoomContainer {
	z-index: 1000;
}

.measure {margin-bottom: 20px;}
.measure span {
	width: 60px;
	float: left;
	font-weight: bold;
}

/***** Contact *****/

#contact, #page {
	margin: 50px 90px 100px;
}

#contact .content, #enquire, #page .content {
	padding: 40px 30px;
	background-color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

#contact .content form.contact {
	width: 430px;
	float: left;
}

form.contact input[type="text"], form.contact input[type="password"], form.contact input[type="email"], form.contact input[type="tel"], form.contact textarea {
	background: #ebebeb;
	height: 40px;
	width: 400px;
	margin: 0 0 10px;
	color: #676767;
	font-size: 16px;
	font-style: normal;
}

form.contact input[type="text"] {
	width: 178px;
}

form.contact input[type="text"]:first-child {
	margin-right: 10px;
}

form.contact input[type="submit"] {
	float: right;
	height: 40px;
}

form.contact textarea {
	height: 90px;
	padding: 10px 15px;
	line-height: 1.5;
	margin-bottom: 4px;
}

#contact .content .details {
	width: 250px;
	float: left;
	margin-left: 40px;
}

#contact .content .details p, #contact .content .details a {
	font-size: 14px;
	font-weight: 400;
	color: #676767;
	display: block;
	margin-bottom: 10px;
}

#contact #recaptcha_response_field {
	height: auto;
	background: #fff;
}

/***** Product Enquiries *****/

#enquire {
	width: 430px;
	height: 520px;
	margin: -260px -215px 0;
	position: absolute;
	top: -500px;
	left: 50%;
	z-index: 20;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}

#overlay {
	display: none;
	position: fixed;
	top: 0; right: 0; left: 0; bottom: 0;
	background: white;
	background: rgba(255,255,255,0.7);
	z-index: 1001;
}

#enquire .close {
	font-size: 16px;
	margin-top: 10px;
	display: block;
	font-style: italic;
	color: #666;
}

#enquire.message {
	height: 130px;
	text-align: center;
}

#enquire.active {top: 50%;}

#enquire .recaptcha_theme_red #recaptcha_response_field {
	height: auto;
}

/***** Events *****/

#events .content {
	margin: 50px 90px;
	position: relative;
	z-index: 10;
	float: left;
	background: white;
	width: 700px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

#events .header h2 {
	background: #f5f5f5;
	margin: 5px 5px 0;
	width: 690px;
	height: 80px;
	line-height: 80px;
	text-indent: 35px;
}

#events .date {
	background: rgb(217, 217, 217);
	margin: 0 5px 30px;
	height: 42px;
	line-height: 42px;
	text-indent: 35px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	color: rgb(97, 97, 97);
}

#events .padding {
	padding: 0 50px 20px 35px;
}

#events .calendar {
	float: right;
	margin: 5px;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-indent: 20px;
	width: 174px;
	color: white;
	font-size: 14px;
	font-style: normal;
	background: url(../images/calendar.png) no-repeat 15px center rgb(183, 183, 183);
}

div.content div.padding img {
	max-width: 100%;
	width: 100%;
}

/***** Footer ******/

.mailing-container {
	background: white;
}

#footer {
	background: #dbdbdb;
	line-height: 70px;
	height: 70px;
}