/*
	Theme Name: Hand Sourced
	Theme URI: http://www.belledesign.net.au/
	Description: Child Theme modified by Belle Design built on the Genesis Framework
	Author: Belle Design
	Author URI: http://www.belledesign.net.au/
	Version: 3.1.2
 	Template: genesis
	Template Version: 2.1
 	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/*
Defaults
---------------------------------------------------------------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #BEC1CB;
	color: #fff;
}

::selection {
	background-color: #BEC1CB;
	color: #fff;
}

body,
.normal {
	background-color: rgba(249, 249, 250, 1) !important;
	color: rgba(42, 49, 50, 1);
	font-family: 'Karla', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

p {
	font-family: 'Karla', sans-serif;
	font-size: 17px;
	margin: 0 0 24px;
	padding: 0;
}

a {
	color: #68829E;
	font-weight: bold; 
	text-decoration: none;
}

a:hover {
	color: rgba(10, 59, 97, 1);
	font-weight: bold;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.back-btn {
	font-family: 'Karla', sans-serif;
	background-color: #68829E;
	border-radius: 0px !important;
	border: 2px solid #68829E;
	box-shadow: none;
	color: rgba(249, 249, 250, 1);
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content .button:hover,
.back-btn:hover {
	font-family: 'Karla', sans-serif;
	background-color: #68829E;
	border-radius: 0px !important;
	border: 2px solid #68829E;
	box-shadow: none;
	color: rgba(249, 249, 250, 1);
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(190, 193, 203, 1);
	border-color: rgba(190, 193, 203, 1);
	letter-spacing: 1px;
}

.button,
.entry-content .button {
	display: inline-block;
}

.custom-button {
	color: #68829E !important;
	border-color: #68829E;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}

.custom-button:hover {
	background-color: rgba(190, 193, 203, 1) !important;
	border-color: rgba(190, 193, 203, 1);
	color: rgba(249, 249, 250, 1) !important;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}

.cat-ws-btn {
	font-family: 'Karla', sans-serif;
	color: #ffffff !important;
	border: 2px solid #BEC1CB;
	border-radius: 0px !important;
	background: #BEC1CB;
	padding: 10px;
	font-size: 12px;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.cat-ws-btn:hover {
	font-family: 'Karla', sans-serif;
	color: #BEC1CB !important;
	border: 2px solid #BEC1CB;
	border-radius: 0px !important;
	padding: 10px;
	background: transparent;
	font-size: 12px;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.cat-ws-btn-mob {
	display: none;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	color: #2A3132;
}

h4,
h5,
h6 {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
	color: #2A3132;
}

h2,
h3,
h4,
h5,
h6 {
	padding-top: 24px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.highlight {
	font-family: 'Yeseva One', serif;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: transparent;
	border: 2px solid #777;
	border-radius: 0px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 2px solid #777;
	outline: none;
}

::-moz-placeholder {
	color: #555;
}

::-webkit-input-placeholder {
	color: #555;
}

.fasc-button {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #68829E;
	border-radius: 0px !important;
	border: 2px solid #68829E;
	box-shadow: none;
	color: rgba(249, 249, 250, 1);
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 14px;
	font-weight: 600;
}

.fasc-button:hover {
	font-family: 'Josefin Sans', sans-serif;
	background-color: #68829E;
	border-radius: 0px !important;
	border: 2px solid #68829E;
	box-shadow: none;
	color: rgba(249, 249, 250, 1);
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 14px;
	font-weight: 600;
	background-color: rgba(190, 193, 203, 1);
	border-color: rgba(190, 193, 203, 1);
}

/*.fasc-button {
	background-color: #999 !important;
	border-radius: 0px !important;
	border: 2px solid #999 !important;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 14px;
} 

a.fasc-button {
	color: #fff !important;
}*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
	padding-top: 61px;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 10px;
	padding-bottom: 60px;
}

.agency-pro-home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	background-color: rgba(249, 249, 250, 1);
	padding-bottom: 30px;
	margin-top: 40px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #2A3132;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #68829E;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}



/* Titles
--------------------------------------------- */

.entry-title {
	color: #2A3132;
	font-size: 48px;
	line-height: 1;
}

h1.entry-title {
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	text-align: center;
	text-shadow: 1px 1px #2A3132; 
	color: #fff;
}

.entry-title a {
	color: #2A3132;
}

.widget-title {
	color: #2A3132;
	font-size: 16px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	line-height: 1.1;
	text-transform: none;
}

a.more-link {
	font-family: 'Karla', sans-serif;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #F9F9FA;
	left: 0;
	min-height: 61px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-top: 20px;
}

.admin-bar .site-header {
	top: 32px;
	background-color: #F9F9FA;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 100%;
	background: url("https://www.handsourced.com.au/wp-content/uploads/2017/05/handsourced-rare-heritage-breeds.png") no-repeat scroll 0% 0% !important;
	background-position: top center !important;
	background-size: 186px 125px !important;
	height: 140px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Karla', sans-serif;
	font-size: 30px;
	line-height: 1;
	height: 125px;
}

.site-title a,
p.site-title {
	color: transparent;
	padding: 0 50px 80px;
	text-align: center;
}

.site-title a:hover {
	color: transparent;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 53px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	position: absolute;
	top:0;
	right:20px;
	text-align: right;
	max-width: 150px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 50px;
}

.site-header .search-form input {
	background-color: transparent;
	border: 1px solid #aaa;
	border-radius: 0px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 12px;
	padding: 6px 10px;
	width: 100%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #2A3132;
	font-family: 'Karla', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.5;
	width: 100%;
	text-align: center;
	padding-top: 160px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	font-weight: 500;
	border-top: 2px solid transparent;
	color: #2A3132;
	display: block;
	padding: 5px 0 25px 0;
	margin: 0 20px;
	position: relative;
	text-transform: uppercase !important;
}

.genesis-nav-menu a span {
	text-transform: uppercase !important;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: transparent;
	border-color: #68829E;
	color: #68829E;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #68829E;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 99;
	background-color: #F9F9FA;
	padding-bottom: 20px;
}

.genesis-nav-menu .sub-menu .menu-item {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	border: none;
	font-size: 15px;
	padding: 15px 0 5px 0;
	position: relative;
	color: #2A3132;
}

.genesis-nav-menu .sub-menu a:hover {
	border-bottom: 2px solid #68829E; 
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: left;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #F9F9FA;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu {
	padding-top: 10px;
	z-index: 1000;
	position: fixed;
	width: auto;
	right: 0;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 0;
	font-size: 16px;
	text-transform: none !important;
	margin: 0 20px 0 0 !important;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #68829E;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #68829E;
	content: "\f333";
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.ssba {
	padding-left: 2px !important;
	padding-bottom: 10px !important;
	padding-right: 2px !important;
}

.entry {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 60px;
	padding: 40px 10px 24px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	display: none;	
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
	display: none;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #F9F9FA;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #F9F9FA;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #F9F9FA;
	border-radius: 3px;
	color: #68829E;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #68829E;
	color: #F9F9FA;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 0px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #2A3132;
	font-family: 'Josefin Sans', sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #F9F9FA;
	margin-bottom: 20px;
	padding: 40px;
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 40px;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #F9F9FA;
	text-align: center;
	margin: 30px 0 0;
	padding-bottom: 20px;
	font-size: 26px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #F9F9FA;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #2A3132;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #2A3132;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 10px 20px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #68829E;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 31%;   /*22.7% if four boxes across*/
	margin-left:2.3%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.home-middle {
    margin: 0 auto;
    max-width: 1140px;
	margin-bottom: 40px;
}

.home-middle .featuredpost .entry {
    width: 45% !important;
    margin-left: 2.5% !important;
	margin-right: 2.5% !important;
	height: 400px;
}

.home-middle .featured-content img {
	position: relative;
	max-height: 400px;
	width: 100%;
}

.home-middle .featured-content .entry-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
	margin: auto;
	height: auto;
	overflow: hidden;
	color: #000 !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	background: rgba(255,255,255,0.7);
	padding-top: 20px !important;
}

.home-middle .featured-content .entry-content p {
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}

.home-middle button {
    background-color: transparent;
	border: solid 2px #000;
	/*border-style: solid; 
	border-width: 9px 10px 6px 5px;
	-moz-border-image: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/border.png") 12 26 10 9 stretch; 
	-webkit-border-image: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/border.png") 12 26 10 9 stretch; 
	-o-border-image: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/border.png") 12 26 10 9 stretch; 
	border-image: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/border.png") 12 26 10 9 fill stretch;
	border-style: solid;*/
    text-align: center;
	color: #000;
	padding: 3px 5px;
	margin: 0 5px;
	font-size: 18px;
	font-weight: 500;
}

.home-middle button:hover {
    padding: 3px 5px;
	margin: 0 5px;
	font-size: 18px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;
	font-weight: 500;
}

body.home {
    background-color: #f1f1f1;
    background-image: url('/wp-content/uploads/2016/01/cows.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*#home-top {
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/01/cows.jpg");
 	background-repeat: no-repeat;
	background-position: center 70%;
    background-size: cover; 
}*/

.home-top .wrap {
	color: #F9F9FA;
	padding: 5% 13% 0%;
	text-align: center;
}

/*.home-top .widget-wrap {
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/03/Hand-Sourced-title-2.png") no-repeat;
	background-position: center;
	height: 105px;
}*/

.home-top .wrap p {
	font-size: 19px;
	line-height: 1.6em;
}

.home-bottom .textwidget p {
	font-size: 19px;
}


.home-top .widget-title,
.home-bottom .widget-title,
.home-bottom h1 {
	font-family: 'Josefin Sans', sans-serif;
	color: #F9F9FA;
	text-shadow: 1px 1px #555; 
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 400;
}

.home-top h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
	text-transform: none;
	color: #F9F9FA;
	text-shadow: 1px 1px #555; 
}

.home-cta {
	padding: 0 25%;
}

/*.home-middle {
	margin: 0 auto;
    max-width: 1920px;
	padding: 20% 0;
	background: url("http://www.mysandbox.net.au/wp-content/uploads/2018/05/which.jpg");
 	background-repeat: no-repeat;
	background-position: center top;
    background-size: 1000px auto;
}*/

.home-middle .featuredpost img.entry-image {
	left: 0px;
	position: absolute;
}

.home-middle .featuredpost img:hover,
.home-bottom .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	  filter: alpha(opacity=40);
	  -moz-opacity: 0.4;
	  -khtml-opacity: 0.4;
	  opacity: 0.4;
}

.home-middle .featured-content.featuredpost,
.agency-pro-home .content .widget {
	background: transparent;
	padding-top: 0px !important;
}

.home-middle .featured-content.featuredpost {
	margin-bottom: 0px !important;
}

.home-middle .featuredpost .entry,
.home-bottom .featuredpost .entry {
	background-color: #F9F9FA;
	color: #555;
	text-align: center;
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: rgba(42, 49, 50, 1);
}

.home-middle .widget-title,
.home-bottom .widget-title {
	color: #F9F9FA;
	text-align: center;
	margin: 30px 0 0;
	font-size: 26px;
	padding-bottom: 20px !important;
}

.home-middle .textwidget,
.home-bottom .textwidget {
	color: #F9F9FA;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	text-align: center;
	padding-top: 10px !important;
}

.home-middle .textwidget {
color: rgba(42, 49, 50, 1);
}

.home-middle .widget-title::before,
.home-bottom .widget-title::before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #F9F9FA;
	padding-bottom: 4px;
	width: 15%;
	margin-right: 12px;
}

.home-middle .widget-title::after,
.home-bottom .widget-title::after {
	content: " ";
	display: inline-block;
	border-top: 2px solid #F9F9FA;
	padding-bottom: 4px;
	width: 15%;
	margin-left: 12px;
}

.home-bottom .featuredpost .entry-title a {
	color: #F9F9FA;
	text-shadow: 1px 1px #2A3132;
}

.home-bottom .featuredpost .entry-header {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100% !important;
}

.home-middle .featuredpost .entry-title,
.home-bottom .featuredpost .entry-title {
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: 400;
}

.home-bottom {
	padding: 30px 0 50px 0;
}

.home-bottom .textwidget {
	padding-right: 7% !important;
	padding-left: 7% !important;
}

.home-bottom .featuredpost .entry-content {
	left: 25%;
	top: 170px;
	position: absolute;
}

.testimonials-slide-widget.design-1 .fa-quote-left,
.testimonials-list.design-1 .fa-quote-left,
.testimonials-slide-widget h4,
.testimonial-author,
.testimonials-slidelist.design-1 .fa-quote-left, 
.testimonials-slide-widget.design-1 .fa-quote-left,
.testimonial {
	color: #68829E !important;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/*.home-bottom {
 	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.handsourced.com.au/wp-content/uploads/2016/04/green-farm-in-mountains.jpg) !important;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.handsourced.com.au/wp-content/uploads/2016/04/green-farm-in-mountains.jpg) !important;
	background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.handsourced.com.au/wp-content/uploads/2016/04/green-farm-in-mountains.jpg) !important;
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.handsourced.com.au/wp-content/uploads/2016/04/green-farm-in-mountains.jpg) !important;
	background-position: center bottom !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}*/

/*.home-bottom {
    background: url("https://www.handsourced.com.au/wp-content/uploads/2016/01/cows.jpg") !important;
	background-position: center bottom !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;

}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}
*/

/*
Pages
---------------------------------------------------------------------------------------------------- */

p:empty {
 	display: none;
}

.page-title-wrap {
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	display: block; 
	background-size: cover !important;
	background-repeat: no-repeat;
}


/* Who We Are */

body.page-id-2 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/farm-fence.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-2 .entry-title {
	color: #fff;
}

body.page-id-2 .two-fifths {
        float: right;
}

body.page-id-926 .page-title-wrap {
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/03/shirley-harring-website.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.close-tab {
	margin: 30px 0;
	border: 2px solid #68829E;
	padding: 5px;
	font-size: 12px;
}

.who {
	float: left;
	clear: both;
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
}

/*body.page-id-2 .sidebar-primary {
 	width: 550px;
}

body.page-id-2 .content {
 	width: 550px;
}
*/

/* How It Works */

.shadow-box {
	text-align: center;
	background-color: #fff;
	padding: 20px 20px 30px;
	margin: 20px 5em;
        position: relative;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	/*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
       box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(0, 0, 0, 0.1);
       -moz-border-radius-topleft: 5px;
       -moz-border-radius-topright: 5px;
       -moz-border-radius-bottomleft: 5px;
       -moz-border-radius-bottomright: 5px;
       -webkit-border-top-left-radius: 5px;
       -webkit-border-top-right-radius: 5px;
       -webkit-border-bottom-left-radius: 5px;
       -webkit-border-bottom-right-radius: 5px;
       border-top-left-radius: 5px;
       border-top-right-radius: 5px;
       border-bottom-left-radius: 5px;
       border-bottom-right-radius: 5px;
        border-radius: 3px;*/
}


/* Produce page (old)*/

body.page-id-7 .page-title-wrap {
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/06/blackboard.png");
	background-repeat: repeat;
	background-position: center top;
	height: 450px;
}

body.page-id-7 .entry-title {
        display: none;
}

.page-title-wrap .widget-wrap {
	margin: auto 0;
	text-align: center;	
	font-size: 20px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}

/*.single.single-product .breadcrumb {
	display: none;
}*/

.page-title-wrap .widget-title {
    	color: #fff;
    	font-size: 24px;
    	margin-bottom: 20px;
	margin-top: 10px;
    	text-transform: uppercase;
}

.page-title-wrap .textwidget {
    	line-height: 1.3;
    	font-size: 20px;
}

.produce1,
.produce2,
.produce3 {
	position: relative;
	display: block;
	width: 33.33333%;
}

.produce1,
.produce2 {
	float: left;
}

.produce3 {
	float: right;
}

.produce1 p,
.produce2 p,
.produce3 p {
	margin: 0 auto;
	top: 270px;
	position: absolute;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px #2A3132; 
}

.produce1 p {
	font-family: Finger Paint, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	padding: 0 20px;
}

.produce2 p {
	font-family: Limelight, Arial, sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding: 0 30px;
}

.produce3 p {
	font-family: Amatic SC, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding: 0 30px;
}

.produce1 img:hover,
.produce2 img:hover,
.produce3 img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.3;
	  -khtml-opacity: 0.3;
	  opacity: 0.3;
}

/*
.produce1,
.produce2,
.produce3,
.produce4 {
	position: relative;
	display: block;
	width: 25%;
}

.produce1,
.produce2,
.produce3 {
	float: left;
}

.produce4 {
	float: right;
}

.produce1 p,
.produce2 p,
.produce3 p,
.produce4 p {
	margin: 0 auto;
	top: 190px;
	position: absolute;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-shadow: 1px 1px #333; 
}

.produce1 p {
	font-family: Finger Paint, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	padding: 0;
}

.produce2 p {
	font-family: Limelight, Arial, sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding: 0 30px;
}

.produce3 p {
	font-family: Chelsea Market, Arial, sans-serif;
	-webkit-text-stroke: 1px black;
      	font-weight: 400;
	text-shadow:
       	1px 1px 0 #333,
     	-1px -1px 0 #777,  
      	1px -1px 0 #777,
      	-1px 1px 0 #777,
       	1px 1px 0 #777;
	font-size: 22px;
	line-height: 22px;
	padding: 5px 10px;
}

.produce4 p {
	font-family: Amatic SC, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding: 0 30px;
}

.produce1 img:hover,
.produce2 img:hover,
.produce3 img:hover,
.produce4 img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.3;
	  -khtml-opacity: 0.3;
	  opacity: 0.3;
}
*/



/* Farm To Table*/

body.page-id-794 .page-title-wrap,
body.page-id-675 .page-title-wrap,
body.page-id-1338 .page-title-wrap,
body.page-id-812 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/farm-to-table.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-907 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/terms-and-conditions.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-890 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2015/10/blue-tractor-pulling-hay-bails.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

#FSContact2,
#FSContact4 {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
}


/* Classes */

body.page-id-100 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/classes-and-events.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}


/* Our Farmers */

body.page-id-102 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/our-producers.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-102 .dropshadowboxes-drop-shadow {
        padding: 30px;
    	margin: 20px 0 20px 0;
    	position: relative;
    	border-radius: 0;
	min-height: 397px;
}
.farmers {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	margin-top: 40px; 
	min-height: 397px;
}

.farmers button,
body.page-id-102 button,
.woocommerce-page div.product .woocommerce-tabs .panel button,
.woocommerce div.product .woocommerce-tabs .panel button {
	margin: 20px 7px 5px 0;
	padding: 10px;
	background: #BEC1CB;
	color: #fff;
	border-color: #BEC1CB;
}

.farmers button:hover,
body.page-id-102 button:hover {
	background: transparent;
	color: #BEC1CB;
}

.farmers h2,
.farmers h3,
.farmers h4,
.farmers h5,
body.page-id-102 .dropshadowboxes-drop-shadow h2,
body.page-id-102 .dropshadowboxes-drop-shadow h3,
body.page-id-102 .dropshadowboxes-drop-shadow h4,
body.page-id-102 .dropshadowboxes-drop-shadow h5 {
	margin-top: 0;
	padding-top: 0;
}

.farmers p {
	margin-bottom: 10px;
}

/* Contact*/

body.page-id-11 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/contact-us.jpg");*/
	background-repeat: no-repeat;
	background-position: right center;
}

body.page-id-11 .entry-title {
	display: none;
}

body.page-id-794 .entry-title,
body.page-id-675 .entry-title,
body.page-id-1338.entry-title {
	color: #555;
	text-shadow: 1px 1px #000;
}

#fscf_div_field1_4 {
	margin-top: 5px;
}

#fscf_div_field3_1  {
	margin-top: -5px;
}

#FSContact1 input,
#FSContact2 input,
#FSContact3 input {
	padding: 10px;
}

#text-9,
#text-10 {
	padding-bottom: 0;
}

.contact-page {
    	float: right;
    	background: #fff;
    	width: 100%;
    	padding: 20px 40px 30px 40px;
    	margin-top: 30px;
    	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
    	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
    	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
}

/* CrowdSource

body.page-id-1509 .page-title-wrap {
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/hand-sourced-sheep.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}*/


/*Testimonials*/

body.page-id-318 .page-title-wrap,
body.page-id-316 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/testimonials.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

.quote {
	margin-bottom: 50px !important;
}


/*FAQ*/

a[name] {
	display: block;
  	height: 200px; /*same height as header*/
  	margin-top: -200px; /*same height as header*/
  	visibility: hidden;
}

ul.faqs li {
	padding: 7px 0;
}

/*Customer Service*/

body.page-id-320 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/customer-service.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}



/*Terms and Conditions*/

body.page-id-91 .page-title-wrap,
body.page-id-267 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/terms-and-conditions.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}


/* Error Page*/

body.error404 .page-title-wrap {
	display: none;
}


/* Newsletter Sign Up*/

body.page-id-1197 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/03/newletter-sign-up.jpg");*/
	background-repeat: no-repeat;
	background-position: center bottom;
}

body.page-id-1197 .header-full-width .site-container, .site-container,
body.page-id-926 .header-full-width .site-container, .site-container {
    padding-top: 0px !important;
}

#mc_embed_signup {
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

#mc_embed_signup p {
	line-height: 1.3;
}

#mc_embed_signup .mc-field-group.input-group input {
	margin-right: 10px;
}




/*
Blog
---------------------------------------------------------------------------------------------------- */

/* Index (Portfolio) Pages */

#gw_go_portfolio_butchered .gw-gopf-cats,
#gw_go_portfolio_tell-me .gw-gopf-cats, 
#gw_go_portfolio_raised-it .gw-gopf-cats  {
	display: none;
}

.gw-gopf-style-vario .gw-gopf-cats > span a,
.gw-gopf-style-vario .gw-gopf-cats > span a {
    background: #bec1cb !important;
    font-family: 'Karla', sans serif !important;
    font-size: 14px !important;
    height: 35px !important;
    line-height: 34px !important;
    margin-bottom: 30px !important;
}

.gw-gopf-style-vario .gw-gopf-cats > span a:hover,
.gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a,
.gw-gopf-style-vario .gw-gopf-cats > span a:hover,
.gw-gopf-style-vario .gw-gopf-cats > span.gw-gopf-current a,
.blog-menu-item:hover {
    background: #68829E !important;
}

.gw-gopf-style-vario .gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined {
	color: #68829E !important;
}

.gw-gopf-style-vario .gw-gopf-post-content h2 a {
	font-weight: normal;
}

.gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined {
    color: #68829e;
    background: transparent;
    border: solid 2px #68829e !important;
	height: auto !important;
    line-height: 30px !important;
    padding: 3px 17px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}

.gw-gopf-style-vario a.gw-gopf-btn.gw-gopf-btn-outlined:hover {
    color: #ffffff !important;
    background: #68829e !important;
    border: solid 2px #68829e !important;
    height: auto !important;
    line-height: 30px !important;
    padding: 3px 17px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
}
 
.blog .page-title-wrap,
.archive .page-title-wrap,
.single.single-post .page-title-wrap,
.single.single-product .page-title-wrap {
	height: 20px;
	margin: 0 auto;
	padding: 0;
	display: block; 
	background-image: none !important;
	font-size: 14px !important;
}

.archive .page-title-wrap .widget-title {
	color: #555;
	font-size: 20px;
	margin-bottom: 10px;
}

.blog .entry-title,
.archive.category .entry-title {
	font-size: 24px;
	text-align: center;
}

.blog .entry,
.archive.category .entry {
	min-height: 600px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
}

.blog .entry p,
.archive.category .entry p {
	margin-bottom: 0px;
}

.blog .entry span,
.archive.category .entry span {
    border: 1px solid #68829E;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 3px;
	display: inline-block;
	white-space:nowrap;
}

/* Single Post Pages */

.sidebar-primary {
	margin-bottom: 30px;
	}

.single.single-post .sidebar-primary {
	width: 300px;
	padding-top: 20px;
}

/*.single.single-post .content {
	width: 800px;
}*/

.single.single-post .sidebar-primary input[type="submit"] {
	color: #2A3132;
}

img.post-image {
	margin: 0 auto;
	display: block;
}

.single.single-post h1.entry-title {
    position: relative;
    display: block;
    margin-left: 0;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    text-shadow: none;
    color: #2A3132;
    font-size: 24px;
	line-height: 1.2em;
}

.single.single-post .wp_rp_content {
	padding-top: 50px;
}

.single.single-post .entry {
	margin-bottom: 0px;
}

.breadcrumb {
    	color: #777;
    	font-family: 'Karla', sans-serif;
    	font-size: 12px;
    	margin-bottom: 20px;
    	text-transform: none;
}

.breadcrumb a {
	color: #68829E;
}

div.wp_rp_footer a.wp_rp_edit {
	background: #68829E !important;
}


/* Blog and Shop Menus */

.menu-blog-menu-container,
.menu-shop-menu-container,
.shop_menu_class,
.blog-menu,
.recipe-menu {
	clear: both;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	width: 100%;
	text-align: center;
	font-family: 'Karla', Arial, sans-serif;
	padding-top: 10px;
	margin-bottom: 50px;
}

.sidebar .menu-blog-menu-container, 
.menu-shop-menu-container, 
.shop-menu,
.recipe-menu {
	margin-bottom: 10px;
}

.menu-blog-menu-container .menu-item,
.menu-shop-menu-container .menu-item,
.shop_menu_class .menu-item,
.blog-menu .menu-item,
.recipe-menu .menu-item {
	display: inline-block;
	text-align: left;
	background-color: #68829E;
	margin-bottom: 15px;
}

.shop_menu_class .menu-item .sub-menu li {
	margin-bottom: 0px;
}

.menu-blog-menu-container a,
.menu-shop-menu-container a,
.shop_menu_class a,
.blog-menu a,
.recipe-menu a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 5px 12px 10px;
	position: relative;
}

.menu-blog-menu-container a:hover,
.menu-blog-menu-container a:active,
.menu-blog-menu-container .current-menu-item > a,
.menu-blog-menu-container .v .current-menu-item > a:hover,
.menu-blog-menu-container .v .current-menu-item > a:active,
.menu-blog-menu-container .menu-item:hover,
.menu-blog-menu-container .menu-item:active,
.menu-shop-menu-container a:hover,
.menu-shop-menu-container a:active,
.menu-shop-menu-container .current-menu-item > a,
.menu-shop-menu-container .v .current-menu-item > a:hover,
.menu-shop-menu-container .v .current-menu-item > a:active,
.menu-shop-menu-container .menu-item:hover,
.menu-shop-menu-container .menu-item:active,
.shop_menu_class a:hover,
.shop_menu_class a:active,
.shop_menu_class .current-menu-item > a,
.shop_menu_class .v .current-menu-item > a:hover,
.shop_menu_class .menu-item:hover,
.shop_menu_class .menu-item:active,
.blog-menu a:hover,
.blog-menu a:active,
.blog-menu .current-menu-item > a,
.blog-menu .v .current-menu-item > a:hover,
.blog-menu .v .current-menu-item > a:active,
.blog-menu .menu-item:hover,
.blog-menu .menu-item:active,
.recipe-menu a:hover,
.recipe-menu a:active,
.recipe-menus .current-menu-item > a,
.recipe-menu .v .current-menu-item > a:hover,
.recipe-menu .v .current-menu-item > a:active,
.recipe-menu .menu-item:hover,
.recipe-menu .menu-item:active  {
	background-color: #BEC1CB;
	color: #FFF;
}

.menu-blog-menu-container .sub-menu .current-menu-item > a,
.menu-shop-menu-container .sub-menu .current-menu-item > a,
.menu_shop_class .sub-menu .current-menu-item > a,
.blog-menu .sub-menu .current-menu-item > a,
.recipe-menu .sub-menu .current-menu-item > a  {
	color: #68829E;
}

.menu-blog-menu-container .sub-menu,
.menu-shop-menu-container .sub-menu,
.shop_menu_class .sub-menu,
.blog-menu .sub-menu,
.recipe-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	background-color: transparent;
	padding-bottom: 0px;
}

.menu-blog-menu-container .sub-menu a,
.menu-shop-menu-container .sub-menu a,
.shop_menu_class .sub-menu a,
.blog-menu .sub-menu a,
.recipe-menus .sub-menu a  {
	border: none;
	font-size: 14px;
	padding: 15px 12px 5px;
	position: relative;
	color: #555;
}

.menu-blog-menu-container .sub-menu a:hover,
.blog-menu .sub-menu a:hover,
.recipe-menu .sub-menu a:hover {
	border-bottom: 2px solid #68829E; 
}

.menu-blog-menu-container .sub-menu .sub-menu,
.menu-shop-menu-container .sub-menu .sub-menu,
.shop_menu_class .sub-menu .sub-menu,
.blog-menu .sub-menu .sub-menu,
.recipe-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.menu-blog-menu-container .menu-item:hover,
.menu-shop-menu-container .menu-item:hover,
.shop_menu_class .menu-item:hover,
.blog-menu .menu-item:hover,
.recipe-menu .menu-item:hover  {
	position: static;
}

.menu-blog-menu-container .menu-item:hover > .sub-menu,
.menu-shop-menu-container .menu-item:hover > .sub-menu,
.shop_menu_class .menu-item:hover > .sub-menu,
.blog-menu .menu-item:hover > .sub-menu,
.recipe-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.menu-blog-menu-container > .first > a,
.menu-shop-menu-container > .first > a,
.shop_menu_class > .first > a,
.blog-menu > .first > a,
.recipe-menu > .first > a {
	padding-left: 0;
}

.menu-blog-menu-container > .last > a,
.menu-shop-menu-container > .last > a,
.shop_menu_class > .last > a,
.blog-menu > .last > a,
.recipe-menu > .last > a {
	padding-right: 0;
}

.menu-blog-menu-container > .right,
.menu-shop-menu-container > .right,
.shop_menu_class > .right,
.blog-menu > .right,
.recipe-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.menu-blog-menu-container > .right > a,
.menu-blog-menu-container > .date,
.menu-shop-menu-container > .right > a,
.menu-shop-menu-container > .date,
.shop_menu_class > .right > a,
.shop_menu_class > .date,
.blog-menu > .right > a,
.blog-menu > .date,
.recipe-menu > .right > a,
.recipe-menu > .date  {
	display: inline-block;
	padding: 18px 16px 20px;
}

.menu-blog-menu-container > .search,
.menu-shop-menu-container > .search,
.shop_menu_class > .search,
.blog-menu > .search,
.recipe-menu > .search  {
	padding: 10px 0 0;
}

.menu-blog-menu-container .search input,
.menu-shop-menu-container .search input,
.shop_menu_class .search input,
.blog-menu .search input,
.recipe-menu .search input  {
	font-size: 12px;
	padding: 12px;
}

body.archive.menu-blog-menu-container,
body.archive.blog-menu {
	width: 100%;
	float: left;
	clear: both;
}

/*.archive.category .entry {
    display: inline-block;
    margin: 0 0 2em;
    width: 100%;
}

.archive.category .breadcrumb {
	display: none;
}*/



/*
Shop and Product Category Pages
---------------------------------------------------------------------------------------------------- */

body.woocommerce .page-title-wrap {
	/*height: 300px;
	margin: 0 auto;
	padding: 0;
	display: block;*/
	background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/tomatoes.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.menu-shop-menu-container .sub-menu li,
.shop_menu_class .sub-menu li {
    	width: 200px;
}

.menu-shop-menu-container .sub-menu a,
.shop_menu_class .sub-menu a {
    	color: #FFF;
}

.menu-shop-menu-container .sub-menu a:focus,
.menu-shop-menu-container .sub-menu li:focus,
.menu-shop-menu-container .sub-menu .current-menu-item > a {
    color: #FFF;
	background-color: transparent;
}

.single.single-product .page-title-wrap .widget-title {
	color: #2A3132;
	font-size: 20px;
	margin-bottom: 10px;
}

.woocommerce-breadcrumb {
	display: none;
}

.woocommerce .woocommerce-ordering {
	display: none;
}

.term-description,
.page-description {
	background: rgba(221,218,205,0.5);
	padding: 30px 30px 10px 30px !important;
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	border-radius: 0;
}

.woocommerce #reviews #comments h2 {
	display: none;
}

.woocommerce #order_comments {
	min-height: 110px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

/*
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.15em !important;
}

.single.single-product .price,
.single.single-product .stock,
.single.single-product .cart {
	display: none;
}

.archive ul.products p,
.archive ul.products .product-details-title,
.archive ul.products .one-half {
	display: none;
}

#tab-additional_information h2 {
	display: none;
}

.woocommerce .woocommerce-ordering {
	display: none;
}*/

.woocommerce img, .woocommerce-page a img {
	margin-bottom: 10px;
}

.related.products {
	display: none;
}

.woocommerce .ssba {
	display: none;
}

.woocommerce a.button {
	background-color: #68829E !important;
	color: #fff !important;
	border: 2px solid #68829E !important;

}

.woocommerce a.button:hover {
	background: transparent !important;
	color: #68829E !important;
}

.woocommerce ul.products li.product h3 {
	font-size: 20px !important;
}

.woocommerce div.product .product_title {
    clear: none;	
    margin-top: 0px;
    padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: left !important;
	text-shadow: 1px 1px #fff;
	color: #333;
}

.woocommerce div.product p.price,
.woocommerce ul.products li.product .unit-price,
.woocommerce div.product span.price {
	color: #0A3B61 !important;
	font-size: 1.1em !important;
}

.woocommerce-variation-price {
	margin-bottom: 15px;
	font-size: 20px;
}

.woocommerce ul.products li.product .price {
	display: none !important;
	font-size: 1.1em !important;
	color: #80612E !important;
	font-family: 'Karla', sans-serif;
}

.page .woocommerce ul.products li.product .price {
	margin-top: -40px;
}

.woocommerce ul.products li.product .loopdep {
	color: #80612E !important;
}

.page .loopdep {
	display: none;
}
	
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top:3px solid #68829E;
	color: #ff0000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #68829E !important;
	color: #fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #BEC1CB !important;
	color: #fff;
}
 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

/*.page .woocommerce ul.products {
   	margin-top: -100px;
}

.page .woocommerce.columns-3 ul.products li.product {
	min-height: 480px;
}

.page .woocommerce ul.products li.product a img {
	margin-top: -65px;
}*/

.woocommerce ul.products li.product .price {
	font-family: 'Karla', sans-serif;
}

.woocommerce-message::before {
    	color: #68829E !important;
}

body.page-id-32 .page-title-wrap {
        /*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/03/Sommerlad-Breeder-Chickens.jpg");*/
        background-repeat: no-repeat;
        background-position: center top;
}

body.page-id-59 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/pasture-raised-beef.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
}

body.page-id-115 .page-title-wrap {
              /*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/tomatoes.png");*/
               background-repeat: no-repeat;
               background-position: center top;
}

body.page-id-360 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/redclaw-crayfish.jpg");*/
	background-repeat: no-repeat;
	background-position: right top;
}

body.page-id-61 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/free-range-pork-hand-sourced.jpg");*/
	background-repeat: no-repeat;
	background-position: center right;
}

body.page-id-1538 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/05/saltbush-lamb.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
}

body.page-id-1541 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/hand-sourced-poultry.jpg");*/
	background-repeat: no-repeat;
	background-position: center bottom;
}

body.page-id-1543 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/04/game-meat.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
}

body.page-id-32 .page-title-wrap .widget-wrap,
body.page-id-59 .page-title-wrap .widget-wrap,
body.page-id-115 .page-title-wrap .widget-wrap,
body.page-id-360 .page-title-wrap .widget-wrap,
body.page-id-61 .page-title-wrap .widget-wrap,
body.page-id-1538 .page-title-wrap .widget-wrap,
body.page-id-1541 .page-title-wrap .widget-wrap,
body.page-id-1543 .page-title-wrap .widget-wrap {
	display: none;
}

.our-produce {
	margin: 0 auto;
}

.our-produce button {
	margin: 20px 7px 5px 0;
	padding: 10px;
	background: #BEC1CB;
	color: #fff;
	border-color: #BEC1CB;
}

.our-produce button:hover {
	background: transparent;
	color: #BEC1CB;
}

.woocommerce ul.products li.product {
	background: #fff;
	padding: 30px !important;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	border-radius: 0;
	min-height: 450px;
}


.woocommerce ul.products li.product-category {
	min-height: 386px;
}

.woocommerce mark {
	background: transparent;
}

.woocommerce mark::after { 
    background: #68829E;
	border: 2px solid #68829E;
	width: 100%;
	padding-bottom: 15px;
	content: "\A browse products";
	white-space: pre-wrap;
	font-size: 14px;
	font-family: 'Karla', sans-serif;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	float: left;
	clear: both;
}

.woocommerce mark:hover::after { 
	color: #68829E;
	background: transparent;
}

.woocommerce h1 {
	font-size: 26px;
	color: #2A3132;
	margin-bottom: 30px;
}
.woocommerce ul.products li.product a {
	color: #2A3132;
	text-align: center;
}

.woocommerce ul.products li.product .button {
	text-align: center;
	margin: 10px auto !important;
	font-family: 'Karla', sans-serif;
	display: block;
}

.woocommerce ul.products li.product button {
	margin: 20px 7px 5px 0;
	padding: 10px;
	background: #BEC1CB;
	color: #fff;
	border-color: #BEC1CB;
	text-align: center;
}

.woocommerce ul.products li.product button:hover {
	background: transparent;
	color: #BEC1CB;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h4,
.woocommerce ul.products li.product h5 {
	margin-top: 0;
	padding-top: 0;
}

.woocommerce div.product .product_title {
	font-size: 26px !important;
	line-height: 1.2em;
}

.woocommerce ul.products li.product p {
	margin-bottom: 10px;
}

.woocommerce-page div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs {
	padding-top: 0 !important;
	margin-top: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	background-color: #BEC1CB !important;
}

.woocommerce div.product .woocommerce-tabs .panel table {
	line-height: 1.8;
}

.woocommerce-page div.product .woocommerce-tabs h4, 
.woocommerce div.product .woocommerce-tabs h4 {
	padding-top: 0
}

tr.alt {
	background-color: #dddacd !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    	background-color: #f1f1f1 !important;
}

.woocommerce-page div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs {
	padding-top: 40px !important;
}

.woocommerce-page div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs {
	padding-top: 30px;
}

.up-sells.upsells.products {
	padding-top: 8%;
}

.up-sells.upsells.products h2 {
	font-size: 26px;
}

.woocommerce div.product .woocommerce-tabs h2 {
	font-size: 24px;
	color: #555;
}

.woocommerce div.summary .product_meta {
	display: none;
}

.product-details-title {
	font-size: 24px;
	font-family: 'Josefin Sans', Arial, sans-serif;
	padding: 20px 0;
	text-transform: uppercase;
	max-height: 70px;
	clear: both;
}

body.page-id-966 .page-title-wrap {
	/*background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/tomatoes.png");*/
	background-repeat: no-repeat;
	background-position: center top;
}

.woocommerce div.product form.cart .variations tbody {
	border-bottom: none;
}

.woocommerce div.product form.cart .variations tr {
	border-bottom: 1px solid #ddd;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400 !important;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations td {
	line-height: 1.5 !important;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1.5em !important;
	max-width: 350px;
}

.woocommerce div.product form.cart .variations td {
	min-width: 150px;
}

.woocommerce .quantity .qty {
	width: 4em !important;
	padding: 8px;
}

.wc_simple_product_badge {
	left: 0;
	margin: -1em 0 0 -1em !important;
	min-height: 3.236em;
	max-width: 100px;
	width: auto !important;
	padding: 0.8em 1em !important;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	border-radius: 50%;
	font-size: 0.8em !important;
	font-family: 'Karla', sans-serif; 
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-weight: 600;
	background-color: transparent !important;
	background: transparent !important;
}

.woocommerce ul.products .wc_simple_product_badge.green,
.woocommerce ul.products .wc_simple_product_badge.yellow {
	color: #763626; /* brown */
	border: 3px solid #763626;
	background-color: transparent !important;
	background: transparent !important;
}

.woocommerce ul.products .wc_simple_product_badge.black,
.woocommerce ul.products .wc_simple_product_badge.blue {
	color: #0A3B61; /* navy */
	border: 3px solid #0A3B61;
	background-color: transparent !important;
	background: transparent !important;
}

.woocommerce ul.products .wc_simple_product_badge.purple,
.woocommerce ul.products .wc_simple_product_badge.orange {
	color: #BEC1CB; /* grey */
	border: 3px solid #999999;
	background-color: transparent !important;
	background: transparent !important;
}

.product.has-default-attributes.has-children>.images {
    	opacity: 1 !important;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}

.cart_totals tr.fee,
.cart_totals tr.payment-extra-charge {
	display: none;
}

.handling {
	font-size: 12px;
}

.gift-button {
	float: left;
	clear: both;
	margin-top: 25px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	overflow: visible;
	padding: .8em 1em;
	font-weight: 700;
	color: #F9F9FA;
	background-color: #BEC1CB;
	border: 0;
	white-space: nowrap;
	display: inline-block;			
}

.gift-button:hover {
	float: left;
	clear: both;
	margin-top: 25px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	overflow: visible;
	padding: .8em 1em;
	font-weight: 700;
	color: #F9F9FA;
	background-color: #68829E;
	border: none;
	white-space: nowrap;
	display: inline-block;	
}

.ywgc-product-name {
    margin-top: 15px;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	display: none !important;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

.ywgc-have-code {
	padding: 1em 1.5em !important;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #68829E;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

#ws-button {
    padding-top: 10px;
	padding-bottom: 20px;
}

#ws-button button {
	font-size: 12px;
	padding: 5px 8px;
	font-weight: 500;
}


/* Product Enquiry Plug-In formatting - now deactivated
.ui-widget-content {
    	border: 1px solid #aaaaaa;
    	border-radius: 0;
    	background: #eee;
    	color: #333 !important;
}
.ui-widget {
    	font-family: 'Open Sans', Arial, sans-serif;
    	font-size: 1.1em;
}

.ui-dialog .ui-dialog-title {
	font-family: 'Josefin Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}
.contact-button, 
.ui-dialog .ui-dialog-buttonpane button {
    	background-color: #777 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #FFF !important;
	padding: 7px !important;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif !important;
}

.contact-button:hover {
	background-color: transparent !important;
	color: #777 !important;
	border: 2px solid #777 !important;
}*/


.youtube {
	clear: both;
}

.beef {
	display: block;
	margin-bottom: 20px;
	height: 100%;
}


/* Gift Card */

.gift-card-content-editor.step-content input,
.gift-card-content-editor.step-content textarea {
    margin-top: 7px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 100px !important;
}


/* Checkout customisations */

.my-new-field {
	padding-top: 30px;
}

.my-field-class label {
	line-height: 1.5 !important;
	padding: 10px 0 7px 0;
}

.my-field-class span.optional {
	visibility: hidden !important;
}

.woocommerce-additional-fields h5 {
	padding-top: 0px;
}

.woocommerce form .form-row .optional {
    visibility: hidden;
    display: none;
}

p#collection_delivery_field {
	 font-weight: 700 !important;
}

p#collection_delivery_field label {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 16px;
    text-transform: uppercase;
    color: #2A3132;
	font-size: 24px;
}

p#collection_delivery_field label.radio {
	font-family: Karla, sans-serif;
	line-height: 1.5em;
	font-size: 16px;
	margin: 0 0 20px 0;
	text-transform: none;
	font-weight: 600;
}

p#collection_delivery_field .woocommerce-input-wrapper:before {
	content: 'You must select an option below:';
	display: block;
	margin-bottom: 20px;
	color: #ff0000;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: transparent;
	border-radius: 3px;
	margin-bottom: 0;
	padding: 0 40px;
}

.sidebar .widget-title {
	font-size: 20px;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footerwidgetheader {
	background: transparent;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: #F9F9FA;
}

.footerwidgetheader a {
	color: #F9F9FA;
}

.footerwidgetheader button {
	background-color: transparent;
	border-style: solid; 
	border-width: 9px 10px 6px 5px;
	-moz-border-image: url("https://www.handsourced.com.au/wp-content/themes/handsourced/images/border-dark.png") 12 26 10 9 stretch; 
	-webkit-border-image: url("https://www.handsourced.com.au/wp-content/themes/handsourced/images/border-dark.png") 12 26 10 9 stretch; 
	-o-border-image: url("https://www.handsourced.com.au/wp-content/themes/handsourced/images/border-dark.png") 12 26 10 9 stretch; 
	border-image: url("https://www.handsourced.com.au/wp-content/themes/handsourced/images/border-dark.png") 12 26 10 9 fill stretch;
	border-style: solid; 
    	text-align: center;
	color: #F9F9FA;
	padding: 8px 6px 10px 14px;
	margin: 0 10px 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-transform: none;
}

.footerwidgetheader button:hover  {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	  filter: alpha(opacity=60);
	  -moz-opacity: 0.6;
	  -khtml-opacity: 0.6;
	  opacity: 0.6;
}

.footer-widgets {
	background-color: #2A3132;
	border-top: none;
	color: #F9F9FA;
	clear: both;
	padding: 40px 0 20px;
	margin-top: 0;
	font-size: 14px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	margin-top: -107px;
	padding-left: 40px;
}

.footer-widgets-3 p {
	line-height: 1.6;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets a {
	color: #F9F9FA;
}

.footer-widgets .widget-title {
	color: #68829E;
	font-size: 20px;
	text-transform: none;
	font-family: 'Josefin Sans', sans-serif;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets a:hover {
	color: #68829E;
}

#mc_embed_signup form {
	padding-left: 0px !important;
}

.mc4wp-form-fields input,
.mc4wp-form-fields select {
    font-size: 14px;
    padding: 5px;
	background-color: #F9F9FA;
}

.mc4wp-form-fields input.first-name,
.mc4wp-form-fields select.first-name select {
    font-size: 14px;
    padding: 5px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
}

.mc4wp-form-fields input.last-name,
.mc4wp-form-fields select.last-name select {
    font-size: 14px;
    padding: 5px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.mc4wp-form-fields p {
	margin-bottom: 15px;
}

.mc4wp-form-fields input[type="submit"],
#mc_embed_signup .button {
	background-color: #BEC1CB;
	color: #F9F9FA;
	border: 2px solid #BEC1CB;
	border-radius: 0px !important;
    cursor: pointer;
    padding: 10px 20px !important;
	font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 1em !important;
	font-weight: 600;
	width: auto !important;
	height: auto !important;
}

.mc4wp-form-fields input[type="submit"]:hover,
#mc_embed_signup .button:hover {
	background-color: #2A3132 !important;
    border: 2px solid #BEC1CB !important;
    color: #BEC1CB !important;
	box-shadow: none;
	border-radius: 0px !important;
    cursor: pointer;
    padding: 10px 20px !important;
	font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
	line-height: 1em !important;
	font-weight: 600 !important;
	width: auto !important;
	height: auto !important;
}

#mc_embed_signup {
	background-color: transparent !important;
}

.footerwidgetfull-container {
	display: block;
	background-color: rgba(42, 49, 50, 1);
	padding-bottom: 50px;
	background: #2A3132;
	color: #F9F9FA;
}

.footerwidgetfull-container .wrap {
	overflow: hidden;
}

.footerwidgetfull-container .widget_media_image,
.footerwidgetfull-container img {
	display: inline-block;
	margin: 0 5px;
	max-height: 75px;
	width: auto;
	text-align: left;
}

.footer-widgets,
.site-footer {
	background-color: rgba(42, 49, 50, 1);
	color: rgba(249, 249, 250, 1);
}

.site-footer p {
	color: rgba(249, 249, 250, 1);
	font-size: 12px;
}

.footer-widgets .widget-title {
    color: rgba(190, 193, 203, 1);
}

.footer-widgets a,
.site-footer a {
    color: rgba(249, 249, 250, 1);
	font-weight: normal !important;
}

.footer-widgets a:hover,
.site-footer a:hover {
    color: #68829E;
}

#mc_embed_signup .button {
    background-color: rgba(190, 193, 203, 1);
    color: rgba(249, 249, 250, 1);
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
	letter-spacing: 1px; 
}

#mc_embed_signup .button:hover {
    background-color: transparent;
	border: solid 2px rgba(190, 193, 203, 1) !important;
    color: rgba(190, 193, 203, 1);
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2A3132;
	color: #F9F9FA;
	font-family: 'Muli', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #F9F9FA;
}

.site-footer a:hover {
	color: #68829E;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #BEC1CB;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #333;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #333;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}




/*
TinyMCE custom styles
---------------------------------------------------------------------------------------------------- */

.custom-button {
	background-color: #999;
	border-radius: 0px;
	border: 2px solid #999;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
	font-size: 14px;
} 

a.custom-button {
	color: #fff;
}

.custom-button:hover {
	background-color: transparent;
	color: #555;
}

.lower-case {
	text-transform: none !important;
}

.farmers-box {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	box-shadow: 1px 1px 3px 0px rgba(153,153,153,0.5);
	margin-top: 40px; 
	min-height: 397px;
}

.farmers-box button {
	margin: 20px 7px 5px 0;
	padding: 10px;
	background: #BEC1CB;
	color: #fff;
	border-color: #BEC1CB;
}

.farmers-box button:hover {
	background: transparent;
	color: #BEC1CB;
}

.farmers-box h2,
.farmers-box h3,
.farmers-box h4,
.farmers-box h5 {
	margin-top: 0;
	padding-top: 0;
}

.farmers-box p {
	margin-bottom: 10px;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	body.home {
		background: url('/wp-content/uploads/2018/06/cows-1200.jpg');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: scroll !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.single.single-post .content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.nav-primary .wrap {
		max-width: none;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 300px;
	}
	
	.agency-pro-home .home-bottom .featuredpost .entry {
		min-height: 360px;
	}

	.produce1 p,
	.produce2 p,
	.produce3 p {
		top: 240px;
	}

	.footerwidgetheader,
	.footerwidgetheader button {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 760px;
	}
	
	.content,
	.single.single-post .content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-container {
		padding-top: 105px;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-nav-menu {
		margin-bottom: 20px;
	}

	.genesis-nav-menu a {
		margin: 0;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.footer-widgets-3 {
		padding-left: 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	.agency-pro-home .content .featuredpost .entry {
		min-height: 300px;
		width: 42%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}

	.home-middle .featuredpost img.entry-image {
		left: auto;
	}
	
	.footer-widgets-3 {
    		margin-top: 20px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
    		width: 48% !important;
    	}

	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
		margin-right: 0px;
		float: right;
		clear: none;
	}

	.produce1 p,
	.produce2 p,
	.produce3 p {
		top: 160px;
		padding: 0 20px;
	}

	.genesis-grid-odd,
	.genesis-grid-even {
		width: 45% !important;
		margin: 0 2.5% 5% 2.5%;
		float: left;
	}

	.genesis-grid-1 {
		width: 96.666666% !important;
		margin: 0 1.66666% 3.33333% 1.66666%;
	}

	.genesis-grid-5 {
		clear: none;
	}

	.archive.category .content {
    		-moz-column-count: 2;
    		-moz-column-gap: 2em;
    		-webkit-column-count: 2;
    		-webkit-column-gap: 2em;
    		column-count: 2;
    		column-gap: 2em;
	}

	.archive.category .entry {
    		display: inline-block;
    		margin: 0 0 2em;
    		width: 100%;
	}

	.woocommerce mark::after { 
		font-size: 16px;
	}

}

@media only screen and (max-width: 800px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.agency-pro-home .wrap {
		max-width: 640px;
	}
	
	.site-inner {
		padding: 5%;
	}
	
	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.site-header {
		position: static;
	}

	.wrap {
		width: 90%;
	}
	
	body.home {
		background: url('/wp-content/uploads/2016/06/blackboard.png');
	    background-repeat: repeat !important;
	}
	
	.home-middle {
		margin-bottom: 0px;
	}
	
	.home-bottom {
    	padding-top: 0px;
	}
	
	.home-bottom .textwidget {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	/*#home-top {
		background: url('/wp-content/uploads/2018/06/cows-1200.jpg');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
	}*/
	
	.entry-title {
		font-size: 30px;
	}
	
	/*.agency-pro-home .content .wrap {
		max-width: 380px;
	}*/

	.agency-pro-home .content .featuredpost .entry {
		min-height: 320px;
		width: 100%;
	}
	
	.home-middle {
		padding-top: 50px
	}

	.home-middle .featuredpost img.entry-image {
		margin: 0 auto !important;
		display: block;
		position: relative;
	}
	
	.agency-pro-home .content .widget {
        padding-right: 0px;
		padding-left: 0px;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}

	.home-middle .featuredpost .entry-title {
		padding-top: 0;
	}
	
	.genesis-nav-menu {
		padding-top: 10px;
	}
	
	.nav-secondary {
		margin-bottom: 0px;
		background: #F9F9FA;
	}
	
	.nav-secondary .genesis-nav-menu {
		position: relative;
	}

	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		margin-right: 10px !important;
	}

	.genesis-nav-menu > .right {
     	float: none;
		margin-right: 0px;
		text-align: right;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #68829E;
	}

	.home-middle .textwidget {
		padding: 0 !important;
	}
	
	.home-middle .featuredpost .entry {
    	width: 100% !important;
		height: auto !important;
		margin-bottom: 40px !important;
		overflow: hidden;
    }
	
	.home-middle .featured-content img {
		max-height: none !important;
	}
	
	.agency-pro-home .content .featuredpost .entry {
		margin-left: 0px !important;
	}

	h1.entry-title {
    	position: relative;
    	top: -320px;
   		left: auto;
   	 	text-align: center;
		margin: 0 auto;
		display: block;
    	width: 100%;
    }

	.produce1 p,
	.produce2 p,
	.produce3 p {
		top: 130px;
	}

	body.page-id-7 .page-title-wrap {
		height: 500px;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 46.666666;
	}

	.home-top .wrap {
		padding-top: 10%;
	}

	.home-middle .widget-title::before,
	.home-middle .widget-title::after {
		display: none;
	}
	
	.cat-ws-btn {
		display: none;
	}
	
	.cat-ws-btn-mob {
		display: block;
		font-family: 'Karla', sans-serif;
		color: #ffffff !important;
		border: 2px solid #BEC1CB;
		border-radius: 0px !important;
		background: #BEC1CB;
		padding: 10px;
		font-size: 12px;
		float: left;
		text-transform: uppercase;
		margin: 5px 0 40px 0;
		letter-spacing: 1px;
		font-weight: 400;
	}

	.cat-ws-btn-mob:hover {
		display: block;
		font-family: 'Karla', sans-serif;
		color: #BEC1CB !important;
		border: 2px solid #BEC1CB;
		border-radius: 0px !important;
		padding: 10px;
		background: transparent;
		font-size: 12px;
		float: left;
		text-transform: uppercase;
		margin: 5px 0 40px 0;
		letter-spacing: 1px;
		font-weight: 400;
	}
}


@media only screen and (max-width:782px) {

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }
}



@media only screen and (max-width:700px) {

	.site-header .search-form {
		display: none;
	}
	
	.home-top .wrap {
		padding-right: 5%;
		padding-left: 5%;
	}

	woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
    	width: 96% !important;
  		margin-right: auto !important;
		margin-left: auto !important; 
	}

	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
		float: left !important;
	}

	.produce1 p,
	.produce2 p,
	.produce3 p {
		top: 250px;
		margin: 0 auto;
		width: 100%;
	}

	.produce1,
	.produce2,
	.produce3 {
		clear: both;
		float: left;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.genesis-grid-odd,
	.genesis-grid-even {
		width: 96.666666% !important;
		margin: 0 1.66666% 3.33333% 1.66666%;
	}

	.archive.category .content {
    		-moz-column-count: 1;
    		-moz-column-gap: 2em;
    		-webkit-column-count: 1;
    		-webkit-column-gap: 2em;
    		column-count: 1;
    		column-gap: 2em;
	}

	.archive.category .entry {
    		display: inline-block;
    		margin: 0 0 2em;
    		width: 100%;
	}

	.shadow-box {
		margin: 20px 0;
	}
}



@media only screen and (max-width: 480px) {
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-middle .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.home-middle .featured-content .entry-content {
		color: #ffffff !important;
		background: transparent;
	}
	
	.home-middle button {
		border-color: #fff;
		color: #ffffff;
	}
	
	.home-middle .featuredpost img.entry-image {
		opacity: 0.4;
	}
	
	.home-middle .featured-content .entry-content {
		padding-left: 10px !important;
		padding-right: 10px !important;
		bottom: 25% !important; 
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

	.product-details-title {
		max-height: 100%;
	}

	.produce1 p,
	.produce2 p,
	.produce3 p {
		top: 100px;
	}

	body.page-id-7 .page-title-wrap {
		height: 550px;
	}

	body.page-id-11 .page-title-wrap {
		background: url("https://www.handsourced.com.au/wp-content/uploads/2016/02/contact-us.jpg");
		background-repeat: no-repeat;
		background-position: center center;
	}

	.home-top .widget-title {
		font-size: 28px;	
	}

	.site-header .widget-area {
		display: none;
	}
}