/*
	Theme Name: salters
*/
@font-face {
    font-family: 'crimson_textroman';
    src: url('fonts/crimsontext-roman-webfont.eot');
    src: url('fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-roman-webfont.woff2') format('woff2'),
         url('fonts/crimsontext-roman-webfont.woff') format('woff'),
         url('fonts/crimsontext-roman-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textsemibold';
    src: url('fonts/crimsontext-semibold-webfont.eot');
    src: url('fonts/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-semibold-webfont.woff2') format('woff2'),
         url('fonts/crimsontext-semibold-webfont.woff') format('woff'),
         url('fonts/crimsontext-semibold-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-semibold-webfont.svg#crimson_textsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_slab700';
    src: url('fonts/museoslab-700-webfont.eot');
    src: url('fonts/museoslab-700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museoslab-700-webfont.woff2') format('woff2'),
         url('fonts/museoslab-700-webfont.woff') format('woff'),
         url('fonts/museoslab-700-webfont.ttf') format('truetype'),
         url('fonts/museoslab-700-webfont.svg#museo_slab700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_slab300';
    src: url('fonts/museoslab-300-webfont.eot');
    src: url('fonts/museoslab-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museoslab-300-webfont.woff2') format('woff2'),
         url('fonts/museoslab-300-webfont.woff') format('woff'),
         url('fonts/museoslab-300-webfont.ttf') format('truetype'),
         url('fonts/museoslab-300-webfont.svg#museo_slab300') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background-color: transparent; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
address, cite, q, dfn { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height:1.4; font-family: 'museo_slab700'; }
a, ins, del { text-decoration:none }
q, blockquote { quotes: none; }
th, td { vertical-align: top; }
th { text-align: left; }
nav li { display:inline-block; list-style:none; position: relative; }
img { display:inline-block; max-width:100%; height:auto; }
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
textarea{overflow:auto;vertical-align:top;height: 200px; }
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
label{margin-bottom:5px;font-size:16px;}
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:60px;padding: 0 20px;font-size:18px;line-height:60px;color:#555555;vertical-align:middle;width:100%;}
textarea{height:auto;padding:20px;}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border: 0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datef-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;cursor:pointer;}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
select,input[type="file"]{height:40px;*margin-top:4px;line-height:1;}
select{border:1px solid #aea39b;background-color:#ffffff;border-radius: 0;padding-right: 0; padding-left: 0;}
select[multiple],select[size]{height:auto;}
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font: normal 28px/1.3 'crimson_textroman', sans-serif;
	color: #45464A;
	background: url(images/bg-header.jpg);
}
p {
	padding-bottom: 35px;
}
hr {
	border: 0;
	height: 2px;
	background: #FAEEE2;
	margin-bottom: 60px;
}
h2 {
	color: #45464A;
	font-size: 66px;
	padding-bottom: 20px;
}
h3 {
	font-size: 47px;
	font-family: 'museo_slab300';
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#header {
	background: url(images/bg-header.jpg);
	border-bottom: 4px solid #45464A;
	font-size: 16px;
	line-height: 1.3;
}
#header .container {
	height: 170px;
}
#header .logo {
	position: absolute;
	left: 50%;
	margin-left: -255px;
	bottom: -55px;
	z-index: 2000;
}
#header .tagline {
	background: url(images/header-tree.png) right bottom no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 130px 20px 0;
}
#header .social {
	position: absolute;
	right: 0;
	top: 10px;
}
#header .bia-logo {
	position: absolute;
	right: 0;
	top: 50px;
}
#header .date {
	position: absolute;
	width: 200px;
	right: 120px;
	bottom: 0;
	background: url(images/header-cart.png) left bottom no-repeat;
	padding-bottom: 60px;
}

#nav {
	background: url(images/bg-nav.jpg);
	padding: 30px 0 5px;
}
#nav ul {
	padding-left: 40px;
	background: url(images/nav-wheel.png) left center no-repeat;
}
#nav a {
	color: #45464A;
	font-size: 21px;
    font-family: 'museo_slab700';
	text-transform: uppercase;
	padding: 20px 15px;
	display: block;
}
#nav a:hover {
	text-decoration: underline;
}

#main section {
	border-bottom: 20px solid #fff;
}
#main .container {
	padding: 50px 20px;
}

#footer {
	background: #fff url(images/header-cart.png) 72% bottom no-repeat;
	font-size: 28px;
	border-bottom: 4px solid #45464A;
}
#footer .vcard {
	padding: 20px 0 20px 150px;
	background: url(images/header-tree.png) left bottom no-repeat;
}
#footer p {
	padding: 0;
}
#footer .social {
	text-align: right;
	padding-right: 100px;
}
#footer .bia-logo {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*--------------------------------------------------------------
# Specific
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	margin: 0 30px 30px 0
}
.alignright {
	margin: 0 0 30px 30px
}

.social li {
	display: inline-block;
	list-style: none;
}

.paypal-form,
.back {
	text-align: center;
	padding: 20px 0;
}
.paypal-form button,
.back a {
    font-family: 'museo_slab300';
	display: inline-block;
	border: 2px solid #fff;
	padding: 15px;
	min-width: 260px;
	color: #45464A;
	font-size: 21px;
	text-transform: uppercase;
	transition:         0.1s ease-in;
	-o-transition:      0.1s ease-in;
	-ms-transition:     0.1s ease-in;
	-moz-transition:    0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	letter-spacing: 2px;
    background: none;
}
.paypal-form button:hover,
.back a:hover {
	background: #fff;
}

.product {
	border: 2px solid #FAEEE2;
	border-width: 2px 0;
	padding: 50px 0 20px;
	margin-bottom: 20px;
}
.product h3 {
    text-transform: none;
	padding-bottom: 20px;
	line-height: 1.1;
}
.product p {
	padding-bottom: 15px;
}
.product ul {
	padding: 0 0 20px 20px;
}

#map_canvas {
	height: 400px;
	border: 1px solid #ddd;
}
#map_canvas img {
	max-width: none;
	width: auto;
	box-shadow: none;
}

.hero {
	height: 480px;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
}

/*
	Pages
*/
#home .container {
	padding-top: 30px;
    padding-bottom: 30px;
}
#home article .col3 {
	text-align: right;
}
#home article h3 {
    text-transform: none;
	font-size: 34px;
	border-bottom: 2px solid #45464A;
	padding: 40px 0;
    font-family: 'museo_slab300';
	margin-bottom: 40px;
}
#home article li {
    font-family: 'museo_slab700';
	font-size: 26px;
	display: inline-block;
	background: url(images/tick.png) left center no-repeat;
	padding-left: 35px;
	margin-right: 30px;
}
#home article li:last-child {
	margin-right: 0;
}

#products .container img {
	margin: 0 auto;
	display: block;
}

#the-farm {
	background: #45464A;
	color: #FAEEE2;
}
#the-farm h2 {
	color: #FAEEE2;
}
#the-farm .back a {
	border-color: #b19675;
	color: #FAEEE2;
}
#the-farm .back a:hover {
	background: #b19675;
	color: #45464A;
}

#gallery {
	background: #fff;
}
#gallery .back a {
	border-color: #b19675;
	color: #45464A;
}
#gallery .back a:hover {
	color: #fff;
	background: #b19675;
}

#stockists {
	background: #45464A;
	color: #FAEEE2;
}
#stockists h2 {
	color: #FAEEE2;
}
#stockists .back a {
	border-color: #b19675;
	color: #FAEEE2;
}
#stockists .back a:hover {
	background: #b19675;
}

#contact .vcard {
	background: url(images/contact-siteurl.png) bottom center no-repeat;
    background-size: contain;
	padding-bottom: 78px;
	margin-bottom: 102px;
}
#contact .vcard p {
    padding-bottom: 10px;
}
#contact h4 {
	font-size: 39px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 2px solid #FAEEE2;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}

.row {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.row:before,
.row:after {
	content: '';
	display: table;
}
.row:after {
	clear: both;
}
.row [class^="col"] {
	float: left;
	display: block;
	padding: 0 1.5%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666666666666%;
}
.col10 {
	width: 83.33333333333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666666666666%;
}
.col7 {
	width: 58.333333333333336%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666666666667%;
}
.col4 {
	width: 33.33333333333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.666666666666664%;
}
.col1 {
	width: 8.333333333333332%;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 p {
    font-family: 'museo_slab700';
	position: relative;
	padding-bottom: 55px;
}
.wpcf7 p:last-of-type {
	padding-bottom: 0;
}
.wpcf7 strong {
	color: #555;
}
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
	margin-top: 11px;
}
.wpcf7 .wpcf7-form-control-wrap textarea {
	height: 315px;
}
.wpcf7 .wpcf7-submit {
	margin-top: -57px;
	display: block;
	width: 100%;
	padding: 0 20px;
	line-height: 55px;
	background: #45464A;
	color: #fff;
	font-size: 26px;
	text-align: right;
    font-family: 'museo_slab700';
	text-transform: uppercase;
	border: 0;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
	background: #000;
}
.wpcf7-response-output {
	padding: 15px 5%;
	margin-bottom: 20px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-validation-errors {
	background: #b00;
	color: #fff;
}
.wpcf7-not-valid-tip {
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	position: absolute;
	top: 80px;
	font-size: 18px;
	z-index: 100;
	display: block;
	color: #fff;
	background: #d00;
	padding: 10px 30px;
	border: none;
	right: -20px;
	width: auto;
}
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}
.ajax-loader {
	border: none;
	vertical-align: middle;
	display: block;
	margin: 10px auto;
}

.AlpinePhotoTiles-image-div {
	border: 5px solid #fff;
}


/*--------------------------------------------------------------
# RWD
--------------------------------------------------------------*/
/*@media (max-width: 979px) {

	h1 {
		font-size: 26px;
		padding-top: 0;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

}

@media (max-width: 767px) {

	body {
		font-size: 20px;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.row [class^="col"] {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding: 0;
	}

    #main .container {
    	padding: 20px;
    }

    #footer {
        background-position: center bottom;
        padding-bottom: 50px;
    }
    #footer .social {
        padding: 0;
        text-align: center;
    }
    #footer .vcard {
        padding: 20px 0;
        background: none;
        text-align: center;
        font-size: 16px;
    }
    #footer .bia-logo {
        position: static;
        text-align: center;
    }

}

@media (max-width: 479px) {

	iframe, object {
		width: 100%;
		max-height: 300px;
	}

	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}

}*/
