/*
Theme Name: Hargreaves
Author: Skittish
Author URI: http://skitti.sh
Description: Custom Theme.
Version: 1.0
*/

/* =Reset
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Box
----------------------------------------------- */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Clearfix
----------------------------------------------- */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* =Get rid of gap under images
----------------------------------------------- */

img {
	display: inline-block;
	vertical-align: middle;
}

/* =Alignment
----------------------------------------------- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Default styles
----------------------------------------------- */

a {
	color: #351807;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* =Body styles
----------------------------------------------- */

body {
	background: url(images/bg.jpg) repeat 0 0;
	color: #351807;
	font: 16px/1 'Noto Serif', serif;
	letter-spacing: 0.025em;
	position: relative;
}

/* =Structure
----------------------------------------------- */

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}

#content {
	padding: 36px 0 93px;
	min-height: 918px;
	position: relative;
}

/* =Frame
----------------------------------------------- */

#content:before,
#content:after {
	display: block;
	content: '';
	width: 4px;
	height: 815px;
	position: absolute;
	top: 6px;
	background: url(images/frame.png) no-repeat 0 0;
}

#content:before {
	left: 5px;
}

#content:after {
	right: 5px;
}

.category #content:before,
.category #content:after {
	height: -webkit-calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	height: calc(100% - 6px);
	background-repeat: repeat-y;
	z-index: -1;
}

.ie8 .category #content:before,
.ie8 .category #content:after {
	height: 100%;
	top: 0;
}

/* =Header
----------------------------------------------- */

#header {
	background: url(images/top.png) no-repeat 25px 70px;
	padding-top: 36px;
	min-height: 183px;
	text-align: center;
}

.tagline {
	color: #341707;
	font: italic 400 24px 'Lobster Two', cursive;
	margin-top: 15px;
}

.phone {
	margin: -8px 22px 0 0;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	text-align: right;
}

.phone p{margin-top:8px;}

.number {
	margin: 14px 2px 0 0;
	font-style: italic;
	font-weight: 700;
	font-size: 21px;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	background: url(images/menu.png) no-repeat 0 3px;
	clear: both;
	min-height: 51px;
	position: relative;
	text-align: center;
	margin-top: 23px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0 91px;
	background: url(images/sep.png) repeat-x 0 13px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu > li {
	padding: 0 8px;
}

.nav-menu > li > a {
	background: url(images/bg.jpg) repeat 0 0;
}

.nav-menu li a {
	display: block;
	font: 700 18px 'Lobster Two', cursive;
	padding: 0 4px 10px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	text-decoration: underline;
}

.nav-menu .sub-menu {
	background: #e6d8ca;
	border: 2px solid #351807;
	display: none;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu .sub-menu > li {
	border-top: 1px solid #b4a092;
}

.nav-menu .sub-menu > li:first-child {
	border: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 140px;
	padding: 8px 10px;
	font-size: 16px;
	text-decoration: none !important;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background: #d6b221;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	text-decoration: underline;
}

.nav-menu .sub-menu .current_page_item > a,
.nav-menu .sub-menu .current_page_ancestor > a,
.nav-menu .sub-menu .current-menu-item > a,
.nav-menu .sub-menu .current-menu-ancestor > a {
	background: #d6b221;
}

/* =Home
----------------------------------------------- */

.intro {
	width: 880px;
	margin: 0 0 38px 38px;
	background: url(images/hero.jpg) no-repeat 0 0;
	min-height: 212px;
}

.intro p {
	width: 340px;
	float: right;
	margin-top: 9px;
	font: italic 20px/28px 'Lobster Two', cursive;
	text-align: right;
	opacity: 0.68;
}

/* Features */

.features {
	width: 951px;
	margin-left: auto;
	margin-right: auto;
}

.feature {
	width: 305px;
	float: left;
	margin: 0 6px;
}

.feature img {
	border: 5px solid #7d553a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.feature-text {
	margin: 22px 0 0 10px;
	line-height: 1.5;
}

/* Footwear */

.home-footwear {
	margin-top: 29px;
}

/* Horse & Rider */

.home-horse {
	margin: 103px 8px 0;
	padding: 60px 0 22px;
	background: url(images/white.png) repeat 0 0;
	position: relative;
}

.home-horse p {
	line-height: 1.5;
	margin: 0 22px 50px;
}

/* =Footer
----------------------------------------------- */

#footer,
#footer-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-width: 1024px;
	height: 297px;
}

#footer {
	z-index: 10;
}

#footer-bg {
	background: url(images/footer.jpg) repeat-x 0 0;
	-webkit-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.5);
	z-index: -1;
}

#copyright {
	width: 1124px;
	margin: 0 auto;
	padding-top: 252px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

@media (max-width: 1200px) {

	#copyright {
		width: 1010px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#copyright a {
	color: #fff;
}

/* =Footer on Category Page
----------------------------------------------- */

.category #footer,
.category #footer-bg {
	height: 129px;
}

.category #copyright {
	padding-top: 85px;
}


/* =Internal Page
----------------------------------------------- */

.section-title {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background: url(images/sep.png) repeat-x 0 45px;
}

.section-title span {
	display: inline-block;
	padding: 10px 18px;
	background: #e7d9cc;
	border: 2px solid #351807;
	font: italic 700 25px/1 'Lobster Two', cursive;
}

.section-title:before {
	display: block;
	content: '';
	width: 91px;
	height: 22px;
	margin: 0 auto;
	background: url(images/title.png) no-repeat center top;
}

.bottom-title {
	position: absolute;
	left: 0;
	right: 0;
	top: -46px;
}

/* =How to find us
----------------------------------------------- */

/* Address */

.page-template-hg-contact-php #content {
	padding: 13px 0 193px;
}

.address {
	width: 892px;
	margin: 0 0 13px 38px;
	background: url(images/hero.jpg) no-repeat 0 23px;
	min-height: 212px;
}

.address-text {
	width: 340px;
	float: right;
	font: italic 20px/28px 'Lobster Two', cursive;
	text-align: right;
	opacity: 0.68;
}

.address-text h3 {
	font-weight: 700;
}

.address-text p {
	margin-bottom: 28px;
}

/* Directions */

.directions {
	margin: 0 9px;
	padding: 63px 0 16px;
	background: url(images/white.png) repeat 0 0;
	position: relative;
}

.directions-map {
	float: left;
	margin-left: 58px;
}

.directions-text {
	float: right;
	width: 325px;
	margin-right: 64px;
}

.directions-text  h3 {
	font-weight: 700;
	margin-bottom: 5px;
}

.directions-text p {
	line-height: 1.5;
	margin-bottom: 27px;
}

.directions-text p:last-child {
	margin-top: -3px;
}

.contact-sep {
	width: 900px;
	height: 4px;
	margin: 27px auto 0;
	text-align: center;
	background: url(images/sep.png) repeat-x 0 0;
}

/* =Catalogue
----------------------------------------------- */

.category-header {
	position: absolute;
	top: 3px;
	left: 41px;
	font-weight: 700;
	z-index: 10;
}

.category-header:first-child + .section-title {
	margin-bottom: 15px;
}

.breadcrumb {
	font-size: 14px;
	color: #8e6b56;
	margin-bottom: 13px;
}

.breadcrumb span {
	text-transform: uppercase;
}

.breadcrumb .orphan-cat {
	display: block;
	height: 14px;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
}

.category #content {
	padding: 16px 25px 129px;
}

.section-title img {
	background: #e7d9cc;
	border: 2px solid #351807;
	max-height: 100px;
}

/* =Products
----------------------------------------------- */

.mid-sep {
	position: absolute;
	left: 50%;
	top: 0;
	width: 4px;
	height: 100%;
	margin-left: -2px;
	background: url(images/frame.png) repeat-y 0 88px;
	z-index: -2;
}

.mid-sep:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 4px;
	height: 60px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat 0 0;
	z-index: -1;
}

.half {
	width: 50%;
	float: left;
}

.manuf-header {
	color: #8e6b56;
	font: italic 700 18px 'Lobster Two', cursive;
}

.manuf-header span {
	padding-left: 143px;
}

.manuf-header span:first-child {
	padding-left: 156px;	
}

.manuf {
	padding: 24px 0 55px;
}

.product-row {
	margin: 20px 0 0;
}

.product {
	width: 446px;
	min-height: 150px;
	padding: 0 10px 10px;
	float: left;
	background: url(images/white.png) repeat 0 0;
	position: relative;
}

.product:first-child {
	margin-right: 42px;
}

.product-img {
	width: 130px;
	float: left;
	border: 1px solid #fff;
	margin-top: 10px;
}

.product-text {
	width: 279px;
	float: left;
	margin-left: 16px;
	padding-top: 8px;
}

.product .note {
	position: absolute;
	left: 156px;
	bottom: 29px;
	color: #8e6b56;
	font-size: 14px;
}

.product .edit-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
}

.product .edit-link a {
	color: #8e6b56;
}

.product .desc-price {
	font-weight: 700;
	margin-bottom: 6px;
}

.product .desc {
	float: left;
	margin-right: 4px;
	max-width: 200px;
}

.product .desc.priceless {
	max-width: none;
}

.product .price {
	float: right;
	margin-left: 4px;
}

.product .mid {
	overflow: hidden;
	height: 18px;
	background: url(images/sep.png) repeat-x left bottom;
}

.not-found {
	text-align: center;
}