/*
Theme Name: PPC Responsive
Theme URI: http://www.squigloo.com.au
Author: Kat Rosendorff
Description: Custom Built Theme for PPC Herbs with responsive design
Version: 1.3.2
License: GNU General Public License
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #c6c3bd;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	padding:0px;
}
#page {
	margin: 0 auto;
	width:100%;
	max-width: 1290px;
}
#primary {
	float: left;
	margin:0;
	width: 100%;
}
#content {
	margin: 0;
	/*The width with a sidebar
	width: 620px;*/
	width:100%;
	/*max-width:450px*/
}
.home #content {
	width: auto;
	margin:0;
}
#secondary {
	float: right;
	margin-top:15px;
	width: 32.5%;
	max-width:246px;
}
.home #secondary  {
	margin-top:5px;
}

/* Singular (uses no-sidebar-template) */
.single #content {
	position: relative;
	margin: 0;
}
.single .ps-group {
	width:100%;
}

.shop-sidebar #primary,
.single #primary {
	width:62%;
}
.shop-sidebar #content {
	position: relative;
	width:100%;
	margin: 0;
}
.retail-shop-view .ps-group,
.wholesale-shop-view .ps-group{
	width:80%;
}
/* Shop Single Page
.single-shopp_product  #primary {
	margin-left:3.125%;
}*/


/* Shop Category page */
.ps-group {
	float:right;
	width:78%;
}
.ps-group.wider {
	width:80%;
}
.ps-group.wider #primary {
	width:100%;
}
.ps-group.wider #shopp ul.tag-view {
    margin: 0 -10px 0 0;
    padding: 0;
}
/* Shop other pages */
.page-id-0 #primary {}
.page-id-0 #content {
	width:100%;
}
.account-section {
	float:right;
	width:78%;
	padding-top:25px;
}

/*Practitioner shop pages*/
.shop-sidebar .ps-group.no-sidebar #primary {
	width:100%;
	max-width:600px;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 650px;
}


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 70px;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #8C7F65;
	font: 14px "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background-color: #f4f2ed;/*#DAD8D3*/;
	
}
#page {}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.3em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	background: #FFF;
	/*	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.1);*/
	box-shadow: none;
	border: 1px solid #999685;
	color: #9E9E9E;
	-webkit-appearance:none;
	border-radius:3px;
}
select { 
	border: 1px solid #999685;
	padding: 2px 5px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border: 1px solid #35351B;
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
::-webkit-input-placeholder {     color:    #8C7F65;}
:-moz-placeholder {     color:    #8C7F65;	}
::-moz-placeholder {    color:    #8C7F65;	}
:-ms-input-placeholder {     color:    #8C7F65;	}

input[type=text],
input[type=password],
input[type=email] {
	padding: 2px 5px;
}

input#s {
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	height: 18px;
	line-height: 18em;
	padding: 2px 5px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #8C7F65;
	text-decoration: underline;
}
a:focus,
a:active,
a:hover {
	color: #686835;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 70px;
}

.clearfixer {}
.clearfixer:after {
	clear:both;
	display:table;
	content:'';
}

/* =Header
----------------------------------------------- */

#branding {
	min-height:160px;
	position: relative;
	z-index: 9999;
	background-color:#FFF;
	padding:0 20px;
}

.hTitles {
	width:17%;
	position:absolute;
	top:0;
	overflow:hidden;
	background-color:#FFF;
	min-width:90px;
	padding-right:10px;
}
#site-title {
	margin-top:10px;
}
#site-title img {
	width:100%;
	max-width:130px;
	height:auto;
}

#site-title a {
	color: #111;
	font-size: 15px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}

/* HEADER EXTAS AREA 
--------------------------------------------*/
#branding .extras {
	min-height: 42px;/*63px*/
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaaa9e;
}
.extras .group {
	float:left;
	width:67%;
	margin-left:17%;
	/*background-image:url(images/header-bg.png);
	background-repeat:repeat-y;
	background-position:top right;*/
	height:28px;
	overflow:hidden;
}
.extras .group p {
	margin-bottom:0;
}
.extras .search-form ,
#login-panel,
.social-icons { 
	height:28px;
	overflow:hidden;
	float:right; 
	margin:0px; 
	padding:0 3px; 
}
.extras .search-form { 	width:120px; }
#login-panel { 			width:150px ;  }
.social-icons { 		width:40px;  }



#shopp-cart-ajax { 		width:auto; float:right; }

@media screen and (min-width:740px) {
	#shopp-cart-ajax.fixedmode {
		width:100%;
		position:fixed;
		max-width:968px;
		margin-left:-20px;
		z-index:9999;
	}
	#shopp-cart-ajax.fixedmode h3 {
		border-radius:0;
		padding:5px;
	}
	#shopp-cart-ajax.fixedmode a.home-link {
    	display: inline-block;
		margin-right:20px;
		padding-right:20px;
		border-right:2px solid #697855;
	}
}

/* Search Form */
#branding #searchform {
	width:170px;
	float:left;
	padding-top:5px;
	text-align:right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: left;
	width: 100px;
	padding:1px 5px;
	font-size:11px;
	line-height:15px;
	height:16px;
	border:1px solid #DBDBDB;
}
#branding #s:focus {
	background-color: #FFF;
}
#branding #searchsubmit {
	display: none;
}
/*#login-panel */
#login-panel {
	font-size:12px;
	padding-top:5px;
	text-align:center;
}
#login-panel a {
	font-weight:bold;
	text-decoration:none;
	
}
/*Social Icons*/
.social-icons {
	width:25px;
	padding-top:5px;
}
/* Header Cart */

.header-cart h3 {
	background-color: #35351b;
    border-radius: 0 0  5px 5px;
	color: #c0cd00;
	padding:3px 10px 12px;
	text-align:center;
	font-size:13px;
}
.header-cart h3 a {
	text-decoration:none;
	color: #c0cd00;
	display:inline-block;
}
.header-cart h3 a:hover {
	color: #F9FFAA;
}
.header-cart a.home-link {
	display:none;
}
.header-cart .value,
.header-cart .checkout {
	text-align: center;
	padding: 5px 3px;
	margin-left: 1px;
	
}
.header-cart .value {
	/*border-right:1px solid #FFF;
	width: 12%;*/
}
#shopp-sidecart-items {
	background-color:#c0cd00;
	border-radius:20px;
	padding:0 2px;
	display:inline-block;
	min-width:16px;
	color:#35351b;
}
.header-cart .checkout {
	width: 20%;
	font-weight:bold;
}
.header-cart .checkout a {
	text-decoration:none;
}

/* 
.header-cart {
	height:28px;
}	
.header-cart {}
.header-cart h3,
.header-cart .value,
.header-cart .checkout {
	display:block;
	font-size:12px;

	
}

.header-cart h3 {
	background-color: #35351b;
    border-radius: 0 0  5px 5px;
    font-weight: bold;
	color: #c0cd00;
	padding:3px 2.5% 12px;
	width:30%;
	text-align:center;
	font-size:13px;
	float:left;
}
.header-cart h3 a {
	text-decoration:none;
	color: #c0cd00;
}
.header-cart .value,
.header-cart .checkout {
	width: 15%;
	text-align: center;
	padding: 5px 2.5%;
	float: left;
	margin-left: 1px;
	
}
.header-cart .value {
	width: 12%;
}
.header-cart .checkout {
	width: 20%;
	font-weight:bold;
}
.header-cart .checkout a {
	text-decoration:none;
} */
#shopp-cart-ajax {
	position:relative;
}
/*#shopp-cart-ajax .added {
	background-color: rgba(234,236,210,0.90);
	position: absolute;
	top: 32px;
	padding: 5px;
	width: 90%;
	font-size:12px;
}
#shopp-cart-ajax .added p {
	margin:0;
}*/

/* =Menu
-------------------------------------------------------------- */
.nav-group-1 {
	margin-right:0px;
}
#access {
	background: #FFF; /* Show a solid color for older browsers */
	display: block;
	float: left;
	margin: 20px 0 0 19%;
	width:51%;
}
#access ul,
#access-green ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#menu-header-cats {
	font-size:11px;
}
#access li,
#access-green li {
	float: left;
	position: relative;
}
#access a,
#access-green a {
	color: #333;
	display: block;
	line-height: normal;
	padding: 5px;
	text-decoration: none;
	text-align:center;
}
#access a {
	padding:5px 22px;
	font-size:12px;
}
#access li:hover > a,
#access a:focus {
	color: #A2AA00;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current-page-item > a,
#access .current-page-ancestor > a {
	color:#35351B;
}

.promo-box {
	float:right;
	width:30%;
	background-color: #f2f0ec;
	min-height:50px;
	/*background-image:url(images/shipping.png);
	background-repeat:no-repeat;
	background-position:194px center;*/
}
.promo-box h3 {
	margin:10px 5px 0px 15px;
	font-family:Georgia, Times New Roman, serif;
	font-weight:bold;
	color: #35351b;
	font-size:19px;
	line-height:22px;
	text-transform:uppercase;
}
.promo-box p {
	margin:0px 5px 5px 15px;
	text-transform:uppercase;
	color:#969696;
}
/* NAV GROUP 2 */
.nav-group-2 {
	clear:both;
}

#access-green {
	width:70%;
	float:left;
	background-color:#c0cd00;
	border-radius:5px 0 0 5px;
	
}
#access-green ul {
	display:table;
	width:100%;
}
#access-green li {
	display:table-cell;
	width:25%;
	
}
#access-green li a {
	color:#FFF;
	padding:5px;
	line-height:20px;
	border-right:1px solid #FFF;
	font-weight: bold;
	text-transform:uppercase;
	white-space:nowrap;
}
#access-green li a:hover {
	color: #35351b;
}
.shop-nav {
	width:30%;
	float:right;
	display:table;	
}
.shop-nav .btn {
	display:table-cell;
	width:50%;
	position:relative;
}
.shop-nav .hero-link {
	background-color: #35351b;
	display:block;
	border-right:1px solid #FFF;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding:5px;
	line-height:20px;
	font-size:13px;
}
.shop-nav .hero-link:hover {
	color:#CCC;
}
.shop-nav .hero-link.last {
	border-radius:0 0 5px 0;
}

/* Shop Drop Down */

#shop-menu {
	position:absolute;
	top:30px;
	right:1px;
	z-index:999;
	background-color:#FFF;
	border-top:5px solid #35351b;
	border-bottom:2px solid #35351b;
	width:500px;
	padding:20px;
	display:none;	
}
#shop-menu .set1 {
	float:left;
	width:47%;
}
#shop-menu ul {
	margin:0 0 20px;
	padding:0;
	list-style:none;
	font-size:13px;
}
#shop-menu ul ul{
	margin:0 0 0px;
}
#shop-menu li a  {
	text-decoration:none;
}
#shop-menu li a:hover  {
	color:#000;
}
#shop-menu ul li {
	border-top: 1px solid #B6B6B6;
	list-style: none;
	font-weight: bold;
	padding:3px 5px;
}
#shop-menu ul li {
	padding:1px 5px;
}
#shop-menu ul ul li {
	border:none;
	margin-left:10px;
	font-weight:normal;
}
#shop-menu .set2 {
	float:right;
	width:47%;
}
#shop-menu .featured {
	float:right;
	width:47%;
}
#shop-menu h3 { color: #c0cd00;
    font-size: 22px;
    font-weight: bold;}
#shop-menu h4 {
	color: #393924;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:5px;
}
#shop-menu .hero-img {
	height:120px;
	border-radius:5px;
	overflow:hidden;
}
#shop-menu .hero-img img {
	width:100%;
	height:auto;
}
/* Mobile Menu*/
#nav-mobile {
	display:none;
}
	/*-------------------------------------------*/

/* Home Banner*/
#slider {
	height:275px;
	margin-bottom:15px;
}


/* Section Banner*/
#page-banner {
	height:150px;
	background-color:#CCC3B5;
	overflow:hidden;
	background-image:url(images/default_banner@2x.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover;
}
h2.section-title,
h4.section-title {
	font-weight:300;
	color:#fff;
	margin:80px 0px 0px 40px;
	font-size:45px;
	line-height:55px;
}
/* =Content
----------------------------------------------- */

#main {
	background-color:#FFF;
	clear: both;
	padding: 0 20px 15px;
	min-height:400px;
}
.clearfix {
	clear:both;
	height:1px;
}
.page-title {
	clear: both;
	color: #C0CD00;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0;
	padding-top: 15px;
}

.hentry,
.no-results {
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.home .hentry {
	margin-bottom:0px;
}
.entry-title {
	clear: both;
	color: #C0CD00;
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 0;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #C0CD00;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #8F9B00;
}
.entry-meta {
	color: #8C7F65;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	font-weight:bold;
	padding-top:5px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 5px 0 0;
}
.entry-content h1,
.entry-content h2 {
	color: #C0CD00;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 90%;
    padding: 10px 0;
	margin:0;
}
.entry-content h3 {
	color:#C0CD00;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:3px;
}
.entry-content h4 {
	color:#8C7F65;
	font-size: 15px;
	font-weight:bold;
}
.entry-content h5,
.entry-content h6 {
	color:#8C7F65;
}
.entry-content ul {
	margin-left:16px;
}
.entry-content li {
	margin-bottom:3px;
	list-style-image:url(images/green-bullet.png);
}
.entry-content table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: normal;
	padding:0px 7px;
	text-transform: uppercase;
}
.entry-content td{
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
	vertical-align:top;
}
.entry-content #s {
	width: 75%;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a{
	background-color: #ADE;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.8em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 12px;
}
.entry-meta .edit-link a:hover {
	background-color: #0CC;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content img {
	max-width:100%;
	height:auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
	padding: 3px;
	margin-left:-3px;
	margin-right:2px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.3);
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 4px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	/*content: '\2014';*/
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 0px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img.border,
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
/* Comments link */
/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding:  0.5em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 0.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	right: 20px;
	position: absolute;
	left: auto;
	top: 10px;
}


/* =Aside (Removed)
----------------------------------------------- */


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


/* =Gallery  (Removed)
----------------------------------------------- */
/* =Status  (Removed)
----------------------------------------------- */
/* =Quote  (Removed)
----------------------------------------------- */
/* =Image  (Removed)
----------------------------------------------- */

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase  (Removed)
----------------------------------------------- */
/* Recent Posts */
/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
/* SLIDESHOW */
/*= Slideshow */
#sq-slideshow {
	height:275px;
	overflow:hidden;
	width:100%;
	margin:0px 0px 20px;
	position:relative;
}
#sq-slideshow .slide{
	height:275px;
	overflow:hidden;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:928px 265px;
}
@media screen and (min-width: 1020px) {
	#sq-slideshow .slide{
		background-size:100% auto;
	}
	#slider,
	#sq-slideshow,
	#sq-slideshow .slide{
    	height: 330px;
	}
}
#sq-slideshow .slide {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#sq-slideshow .slide {
	opacity: 0;
	visibility: hidden;
}
#sq-slideshow #slide-1 {
	opacity: 1;
	visibility: visible;
}
#sq-slideshow .blurb {
	width:50%;
	max-width:280px;
	margin:30px 0 0 25%;
	font-size:14px;
	line-height:1.5em;
	float:left;
	color:#393924;
}

#sq-slideshow .wild-logo {
	width:82px;
	height:35px;
}
#sq-slideshow h4 { 
	font-weight:bold;
	font-size:22px;
	line-height:25px;
	margin:5px 0 10px;
	clear:none;
}
#sq-slideshow h4.no-logo {
	padding-top:35px;
}
#sq-slideshow .blurb p {
	font-size:14px;
	line-height:19px;
	margin-bottom:10px;
	margin-top:0;
}
#sq-slideshow .blurb a.link-btn {
	text-decoration:none;
	padding:5px 10px;
	border-radius:3px;
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.2);
	font-weight : bold;
	font-size : 11px;
	line-height : normal;
	color : #FFFFFF;
	text-transform:uppercase;
	display:block;
	float:left;
}
#sq-slideshow .blurb a.link-btn:hover {
	box-shadow:1px 1px 3px 1px rgba(0,0,0,0.4);
}
/*Custom Styles*/
#sq-slideshow .plasterhouse .blurb{
		margin-left:20px;
	}
	
@media screen and (min-width: 600px) {
	#sq-slideshow  .shampoos .blurb {
		max-width: 270px;
		float:right !important;
		margin-right:60px;
	}
	#sq-slideshow .baby-range .blurb {
		padding-left:90px;
	}
	#sq-slideshow .lipbalms .blurb {
		padding-left:50px;
	}
	
}
#sq-slideshow .lipbalms .blurb {
		color: #FFF;
}
#sq-slideshow .lipbalms a.link-btn {
	background-color:#393924 !important;
	 color: #FFF;
}
@media screen and (max-width: 780px) {
	#sq-slideshow  .shampoos {
		background-image:url(images/shampoos-ipad.jpg) !important;
	}
	#sq-slideshow  .baby-range {
		background-image:url(images/baby-products-ipad.jpg) !important;
	}
}
@media screen and (min-width: 781px) {
	#sq-slideshow  .shampoos {
		background-position:top right;
	}
}
/*@media screen and (max-width: 760px) {
	#sq-slideshow  .shampoos {
		background-position: center top;
	}
	#sq-slideshow  .shampoos .blurb {
		padding-left:50px;
	}
}*/
@media screen and (max-width: 630px) {
	#sq-slideshow .shampoos {
		background-position: left top;
		background-image:url(images/shampoos-mobile.jpg) !important;
	}
	#sq-slideshow  .shampoos .blurb {
		padding-left:0px;
	}
	#sq-slideshow .baby-range {
		background-image:url(images/baby-products-mobile.jpg) !important;
	}
	#sq-slideshow .lipbalms {
		color:#393924 !important;
		background-image:url(images/lipbalm-mobile.jpg) !important;
	}
	
}

.slider-nav {
	overflow: visible;
	position: absolute;
	bottom:25px;
	left:25%;
	padding:2px;
	display:inline;
}
.slider-nav ul {
	list-style-type: none;
	margin: 0;
}
.slider-nav li {
	float: left;
	margin: 0 4px;
	line-height:10px;
}
.slider-nav a {
	background: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	width: 5px;
	height: 5px;
	line-height:10px;
	border:2px solid #FFF;
	
}
.slider-nav a.active {
	background: #c0baaf;
	cursor: default;
	opacity: 1;
}
.slider-nav a:hover {
	background-color: #5C5C30;
	box-shadow:1px 1px 2px 1px rgba(0,0,0,0.3);
}
.slider-nav img {
	vertical-align:top;
	margin-top:-2px;
}	

/* GROUP SHORTCODES
---------------------------------------------- */
#box-home-intro {
	font-size:23px;
	line-height:normal;
	
}

.box-home {
	padding:0px;
	width:32%;
	float:left;
	margin-right:2%;
	font-size:14px;
	
}
#box-b3.box-home {
	margin-right:0px;
}
.box-home p,
.box-home h4 {
	font-size:14px;
	margin-bottom:10px;
	line-height:18px;
}
.box-home p {
	margin-bottom:15px;	
}
.box-home a {
	text-decoration:none;
}
.box-home a.btn,
.page-template-charity-page-php .entry-content a.btn,
#box-b5 a.btn,
#box-b6 a.btn {
	color:#3A3A24;
	background-color: #b3c000;
	font-size:11px;
	border-radius:4px;
	padding:3px 8px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.box-home a.btn:hover,
.page-template-charity-page-php .entry-content a.btn:hover,
#box-b5 a.btn:hover {
	background-color: #A2AE00;
}
#box-b6 a.btn {
	background-color:#FFF;
	color:#6e2b80;
}
#box-b6 a.btn:hover {
	color: #542062;
}
.box-home img {
	margin:0px;
	width:100%;
	height:auto;
}
.box-home h4,
.box-home h3,
.box-home h2,
.box-home p {
	/*margin-left:8px;*/
	margin-right:8px;
}
.box-home h4 {
	color:#C0CD00;
	font-weight:normal;
	font-size:17px;
	margin-bottom:0px;
	line-height:21px;
}
.box-home h3 {
	color:#35351B;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	margin-bottom:8px;
}
.box-home h3 a {
	text-decoration:none;
	color:#35351B;
}
.box-home.clickable {
	cursor:pointer;
}
.box-home.clickable:hover {
	background-color:#F9F9F9;
}
.box-home.clickable:hover img {
	opacity:0.9;
}
#box-b4.box-home {
    margin: 0;
	width:96%;
	background-color:#7fb2e1;
	padding:15px 15px 1px;
	background-image:url(images/charity-banner.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#box-b4.box-home h3 {
	max-width:340px;
	min-height:60px;
}
#box-b4.box-home a.btn {
	color:#FFF;
	background : #3A3A24;
}

/*Charity box - plaster house*/
#box-xmas {
	background-color:#c0cd00;
	padding:8px 10px 1px;
	color:#FFF !important;
	clear:both;
	border-top:20px solid #FFF;
}
#box-xmas h3 {
	color:#FFF !important;
}
#box-b5 {
	background-color:#CCC3B5;
	background-image:url(images/TPH-charity-banner.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	/*background-size:100% auto;*/
	clear:both;
	border-top:16px solid #FFF;
	padding:8px 10px 1px;
	font-size:19px;
	color:#4A4A30;
	position:relative;
}
#box-b5 h3 {
	color:#4A4A30;
	font-size:22px;
	font-weight:normal;
}
#box-b5 h3,
#box-b5 p {
	max-width:400px;
	overflow:hidden;
	line-height:1.3em;
	margin-bottom:8px;
}
#box-b5 .btn {
	position:absolute;
	bottom:10px;
	right:10px;
}
#box-b5 p.btn-para {
	margin:0;
}
#box-b5 img,
#box-b5 p img {
	margin-top:0;
}
.banner-img-para,
#box-b5 .banner-img {
	display:none;
}
@media screen and (max-width: 600px) {
	#box-b5 {
		padding-top:0;
		background-image:none;
	}
	#box-b5 h3,
	#box-b5 p {
		max-width:100%;
	}
	#box-b5 .banner-img-para {
		display:block;
		margin:0 -10px 10px;
		max-width:150%;
		overflow:hidden;
	}
	#box-b5 .banner-img {
		display:block;
		width:100%;
		height:auto;
		max-width:150%;
	}
	
	#box-b5 .btn {
		position:relative;
		bottom:auto;
		right:auto;
	}
	#box-b5 a.btn {
		background-color:#3A3A24;
		color: #b3c000;
	}
	#box-b5 p.btn-para {
		margin-bottom:5px;
	}
}
/*Charity box - sublings */
#box-b6 {
	background-color:#6e2b80;
	background-image:url(images/big-brothers-sisters-logo.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-size:115px 130px;
	clear:both;
	border-top:10px solid #FFF;
	padding:12px 90px 4px 150px;
	font-size:16px;
	color:#FFF;
	position:relative;
}
#box-b6 h3 {
	color:#FFF;
	font-size:22px;
	font-weight:normal;
}
#box-b6 h3,
#box-b6 p {
	overflow:hidden;
	line-height:1.3em;
	margin-bottom:8px;
}
#box-b6 .btn {
	position:absolute;
	bottom:10px;
	right:10px;
}
#box-b6 p.btn-para {
	margin:0;
}
#box-b6 img,
#box-b6 p img {
	margin-top:0;
}
.banner-img-para,
#box-b6 .banner-img {
	display:none;
}
@media screen and (max-width: 500px) {
	#box-b6 {
		padding:8px 120px 1px 8px;
		background-position:top right;
	}
	/*#box-b6 h3 {
		padding-right:150px;
		min-height:100px;
	}
	
	#box-b6 h3,
	#box-b6 p {
		max-width:100%;
	}
	#box-b6 .banner-img-para {
		display:block;
		margin:0 -10px 10px;
		max-width:150%;
		overflow:hidden;
	}
	
	#box-b6 .btn {
		position:relative;
		bottom:auto;
		right:auto;
	}
	#box-b6 a.btn {
		background-color:#3A3A24;
		color: #b3c000;
	}
	#box-b6 p.btn-para {
		margin-bottom:5px;
	}*/
}
/*--- */
.home .hentry {
	width:73%;
	float:left;
	padding-bottom:5px;
}
.fb-box {
	background-color:#f2f0ec;
	width:14%;
	float:right;
	border-radius:5px;
	text-align:center;
	padding:20px 1%;
	min-height:250px;
	font-weight:bold;
	font-size:16px;
	
}
.fb-box h3 {
	color: #35351b;
    font-family: Georgia,Times New Roman,serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
	margin-bottom:20px;
}
.fb-box iframe {
	margin:0 auto;
}
/*News Feed*/
#box-newsfeed {
	background-color:#e5e3df;
	border-radius:5px;
	width:25%;
	float:right;
	padding-bottom:10px;
}
#box-newsfeed h3 {
	background-color:#b3c000;
	padding:15px 10px;
	text-align:center;
	color:#FFF;
	font-weight : bold;
	font-size : 18px;
	line-height : 14px;	
	text-transform: uppercase;
	border-radius:5px 5px 0 0;
}
#box-newsfeed ul {
	margin:0 0 5px;
	padding:0;
	list-style:none;
}
#box-newsfeed a {
	text-decoration:none;
}
#box-newsfeed li {
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #FFF;
	font-size:13px;
	line-height:normal;
}
#box-newsfeed li .date {
	font-size:9px;
	display:block;
	margin-bottom:8px;
}
#box-newsfeed a.more-link {
	color:#b3c000;
	clear:both;
	white-space:nowrap;
}
#box-newsfeed a.more-link:hover {
	color: #A0AB00;
}
#box-newsfeed a.all-link {
	color:#3a3a24;
	font-size:13px;
	margin:5px 10px;
	font-weight:bold;
}


.page-template-charity-page-php .entry-content h3 {
	margin-bottom:15px;
}
.page-template-charity-page-php .entry-content a {
	text-decoration:none;
}
/* RETAIL SHOP VIEW 
-------------------------------------*/
.wholesale-banner {
	background-color: #c0cd00;
	border-radius: 3px;
	margin: 0px 0 10px;
	padding: 10px;
	color: #4D4D4D;
}
.wholesale-banner a{
	color:#4D4D4D;
	font-weight:bold;
}
#retail-menu {
	background-color:#dad5cf;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
}
#retail-menu .option {
	line-height:normal;
	font-size:12px;
	margin:5px 0;	
	padding-left:20px;
	cursor:pointer;
}
#retail-menu .option:hover {
	color: #35351b;
}

#retail-menu .option span {
	display:block;
	width:10px;
	height:10px;
	float:left;
	background-color:#FFF;
	margin-left:-20px;
	border:1px solid #e9e6e2;
	margin-top:2px;
}
#retail-menu .option.active span:before {
	content:"\2714"; /*&#10004;*/
	font-size:12px;
	vertical-align:top;
	height:10px;
	line-height:6px;
}

#retail-menu .option.active {
	font-weight:bold;
}
.featured-box h3 {
	background-color: #c0cd00;
    border-radius: 5px 5px 0 0;
	padding:5px 10px;
	margin:0;
	font-weight:bold;
	color:#393924;
	font-size:20px;
	line-height:normal;
}
.featured-box .blurb {
	background-color: #f2f0ec;
	margin:2px 0;
	padding:10px 10px 0;
	border-radius: 0 0 5px 5px;
}
.featured-box .blurb img {
	width:100%;
	height:auto;
	margin:5px 0;
	display:block;
	max-width:200px;
}
.featured-box p {
	margin-bottom:2px;
	line-height:normal;
	font-size:13px;
}
.featured-box p.title {
	font-size:15px;
}
.featured-box p.price {
	font-size:14px;
	font-weight:bold;
	color:#393924;
	margin:5px 0 0;
}
.featured-box p.original {
	font-size:14px;
	font-weight:bold;
	color:#8c7f65;
}
.featured-box a.morelink {
	color:#b4d224;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.featured-box .add-to-cart-banner {
	height:44px;
	text-align:right;
	padding-right:5px;
	margin-top:10px;
}
.featured-box .qty-label {
    font-weight: bold;
}
/* SUB MENU TEMPLATE 
---------------------------------------------- */
.page-template-submenu-page-php #primary{
	width:465px;
	float:left;
}
.page-template-submenu-page-php #primary #content  {
	margin:0px;
}
#page-sub-menu {
	width:16%;
	float:left;
	margin-top:25px;	
	margin-left:0;
	margin-right:0;
}
#page-sub-menu ul {
	margin:0px;
	padding:0px;
}
#page-sub-menu li {
	padding:0px;
	margin:0px;
	list-style:none;
	border-bottom:1px solid #E0DBD3;
} 
#page-sub-menu li.page-item-19 a {
	padding-right:20px;
}
#page-sub-menu li a,
#page-sub-menu li.page-item-82.current_page_parent a {
	display:block;
	padding:4px 10px;
	color:#b1b800;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	background: #FFF;	
}

/* Menu active overide*/
#page-sub-menu li.current_page_item a,
.parent-pageid-162 #page-sub-menu li.current_page_parent a,
.parent-pageid-170 #page-sub-menu li.current_page_parent a,
.parent-pageid-204 #page-sub-menu li.current_page_parent a,
.page-id-1051 #page-sub-menu li.page-item-1051 a,
#page-sub-menu li.current_page_ancestor.page-item-343 a,
#page-sub-menu li.current_page_parent a,
#page-sub-menu li.current-page-ancestor > a,
.page-id-17 #page-sub-menu li.page-item-17 a {
	color:#fff;
	background: #B1B800;
}



#page-sub-menu li a:hover,
#page-sub-menu li a:active  {
	text-decoration:none;
	background-color: #EAE6DF;
	color:#8F9700;
}
#page-sub-menu li.current_page_item a:hover,
#page-sub-menu li.current_page_item a:active {
	background-color: #acaf00;
	color:#FFF;
}
/* =News Articles
----------------------------------------------- */
.hentry.summary {
	border-bottom:2px solid #D3D0CA;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px;
}
.hentry.summary .entry-header .entry-title {
	padding-top:0px;
	font-size:20px;
	width:100%;
}
.hentry.summary p {
	margin-bottom:10px;
}
.hentry.summary a.readmore {
	text-decoration:none;
}

/* Tables */
table.beige-bg {
	background-color:#F2F0EC;
	border-radius:10px;	
	border:none;
}
table.beige-bg td {
	border-top:2px solid #fff;
	padding:7px; 
}
/* =Public Product Pages
----------------------------------------------- */
.green-link {
	color:#C0CD00;
}
a.green-link {
	color:#C0CD00;
}
strong.green-link a{
	color:#C0CD00;
}
a.green-link:hover,
strong.green-link a:hover {
	color:#97A400;
}

.product-list {
	background-color:#35351B;
	border-radius:5px;
	font-weight:bold;
}
.product-list:after {
	clear:both;
	display:table;
	content:'';
}
.product-list ul.products{
	margin:0px;
	list-style:none;
	padding:0px;
}
.product-list ul.products{
	margin:0px;
	list-style:none;
	padding:0px;
}
.product-list ul.products li {
	clear:both;
	padding:9px 3% 5px !important;
	border-top:1px solid #8C7F65;
	margin:0px;
	color:#FFF;
	width:94% !important;
	position:relative;
	list-style:none;
}
.product-list ul.products li.item-1 {
	border-top:none;
}
.product-list p {
	margin-bottom:0px;
}
.product-list .title {
	width:35%;
	float:left;
}
.product-list .shampoo-text,
.product-list .conditioner-text {
	clear:left;
	color:#A9A192;
	white-space:nowrap;
}
.product-list .subtitle {
	clear:left;
	display:block;
	font-size:11px;}

.product-list .title h4 {
	font-weight:bold;
	font-size:14px;
	line-height:17px;
	color:#fff;
}
.product-list .price-group {
	width:27%;
	float:left;
	padding-left:3%;
	padding-top:16px;
}
.placebo-pillules-9kg   .price-group {
	padding-top:0px;
}
.product-list .price-group.has-savings {
	padding-top:0px;
	margin-top:0px;
}
.product-list .price-group.has-savings p.savings{
	line-height:17px;
}
.product-list .gst,
.gst {
	font-size:11px;
}
.product-list .quick-add {
	/*width:37% !important;*/
	min-width:140px;
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;

}
.product-list form {
	padding-top:1px;
}
.product-list .qty-group {
	text-align:right;
	padding-right:5px;
	height:20px;
	overflow:hidden;
	padding-top:2px;
}
#shopp .product-list .qty-group label {
	padding-top:0;
	display:inline;
	float:none;
}
#shopp .product-list .qty-group input {
	display:inline;
	float:none;
}
.product-list .addto-group {
	clear:both;
}
.product-list label {
	width:38px;
	float:left;
	text-align:right;
	padding-right:2px;
	line-height:normal;
}
.product-list .quantity-input {
	width: 28px;
	float: left;
	padding: 0px 2px;
	background: #F2F0EC;
	border: none;
	box-shadow: none;
	color: #333333;
	text-align: center;
	margin-left:3px;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
	height:16px;
}
.product-list .addtocart {
	width:40px;
	background-color:#35351B;
	color:#C0CD00;
	font-weight:bold;
	cursor:pointer;
	border:none;
	width:87px;
	text-align:center;
	float:right;
	font-size:13px;
	-webkit-appearance:none;
}
.product-list .outofstock {
	float:right;
	font-size:13px;
	font-style:italic;
	text-align:center;
color:#f2f2f2;
}
.share-links {
	padding:18px 15px 13px;
	clear:both;
	border-bottom:1px solid #E6E2DB;
	margin-bottom:10px;
	min-height:25px;
}
.share-links p {
	margin-bottom:0px;
}
.email-share {
	padding-left:15px;
	width:135px;
	float:left;
	margin-right:35px;
	font-weight:bold;
}
.email-share img {
	margin-right:10px;
}
.fb-share {
	float:left;
}
.clearfix {
	clear:both;
}
.product-link {
	margin:1px 0px 10px;
	display:block;
	border:1px solid #8C7F65;
	padding:15px 20px 5px 10px;
	border-radius:5px;
	min-height:65px;
}
.product-link img {
	padding:0px;
	border:none;
	margin:-10px 0px 0px;
}
.product-link:hover,
.product-link:hover img {
	background-color:#F3F3F3 !important;
	text-decoration:none;
}

/*Practitioner Mode*/
.practitioner-mode .product-list {}
.w-subtitle {
	clear:left;
	display:block;
	font-size:11px;
	color:#C0CD00;
	text-transform:uppercase;
}
/*Practitioner Herbal Range*/
.herb-list  .product-list{
	background-color:#6C6C37 !important;
}
#herb-header {
	background-color:#C0CD00 !important;
	font-weight:bold;
	padding:5px;
	border-radius:5px 5px 0px 0px;
	text-transform:uppercase;
	color:#35351B;
}
#herb-header .label1 {
	margin-left:22%;
	padding-left:20px;
	float:left;
	width:40%;
}
.herb-list  .product-list .title {
	width:22%;
	float:left;
}
.herb-list  .product-list .title h4 {
	font-weight:normal;
}
.herb-list .letter {
	float:left;
	width:20px;
	height:20px;
	margin-top:-2px;
	font-size:16px;
	line-height:20px;
	color:#C0CD00;
	font-weight:bold;
	display:block;
	padding-left:5px;
}
.herb-list  .addtocart {
	background-color: #6C6C37;
	margin:0px;
	 width: 82px;
}
.herb-list .product-list ul.products li.herb {
	padding: 9px 0px 5px !important;
	width: 100% !important;
}
.herb-list  .product-list form.quick-add {
	width:65%;
	float:right;
	padding:0px;
	position: relative;
}
#shopp .herb-list form.product ul.variations {
    margin:0px;
	padding:0px;
	float:left;
	width:170px;
}
#shopp .herb-list form.product ul li {
    margin:0px !important;
	padding:0px !important;
}
#shopp .herb-list form.product ul.variations li {
	border:none;
}
#shopp .herb-list form.product ul.variations select {
	width:170px;
	margin:0px !important;
}
#shopp .herb-list .product-list .quantity-input {
	height:18px;
	border:1px solid #F2F0EC;
}

/*Tiuncure Herbs*/
.tincture-group .herb-list .product-list .title {
    width: 46%;
}
.tincture-group #herb-header .label1 {
	width:50%;
	margin:0;
	margin-right:10%;
	padding-left:0;
}
.tincture-group .herb-list .product-list form.quick-add {
    width: 40%;
}
.tincture-group .price {
	float:left;
	width:48px;
}
/* Shop Sidebar*/
#sidecart {
	min-height:30px;
	border-bottom:2px solid #35351B;
	overflow:hidden;
	margin-bottom:10px;
}
#ajax-feedback {
	color: #C0CD00;
	font-weight:bold;
}
#sidecart .added{
	background-color: #E9EBCD;
	padding: 3px 5px;
	border-radius: 3px;
	margin-bottom: 5px;
}
#sidecart .added p {
	margin-bottom:0px;
}

.ajax-message {
    bottom: 0;
    position: fixed;
	width:100%;
}
.ajax-message #ajax-message {
	max-width: 940px;
	text-align: center;
	margin:0 auto;
	padding: 5px;
	background-color:#F2F0EC;
	background-color: rgba(234,236,210,0.90);
	border-radius: 5px 5px 0px 0px;
	display: none;
}
#sidecart h3 {
	background-color:#35351B;
	border-radius:10px 10px 0px 0px;
	color:#C0CD00;
	width:75px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
	float:left;
}
#sidecart .subtotal {
	width:62px;
	float:left;
}
#sidecart .subtotal div {
	padding-left:10px;
	margin-top:0px;
}
#sidecart .items {
	width:35px;
	float:left;
	padding:0px 1px;
	background-color:#fff;
}
#sidecart .items div {
	padding-left:5px;
}
#sidecart .label {
	color:#A1957E;
	font-size:10px;
	line-height:12px;
}
#sidecart .value,
#sidecart .value {
	background-color:#F2F0EC;
	display:block;
	width:100%;
	color:#35351B;
	line-height:18px;
}

#sidecart .checkout {
	width:70px;
	float:right;
	padding:12px 0 0 1px;
	background-color:#fff;
}
#sidecart .checkout a {
	background-color:#F2F0EC;
	display:block;
	width:100%;
	color:#35351B;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:18px;
}
#sidecart .category-summary {
	
}

.category-summary h4 {
	background-color:#E37700;
	font-weight:bold;
	line-height:24px;
	padding:0px 5px;
	color:#fff;
	margin:0px 0px 1px;
	font-size:14px;
}
.page-template-plex-range-page-php .category-summary h4 {
	background-color:#B8C991;
}
.category-summary img {
	width:100%;
	/*max-width:246px;*/
	height:auto;
	margin: 0 auto;
	display: block;
}
.category-summary h5 {
	background-color:#E6E2DB;
	line-height:17px;
	padding:4px 5px;
	font-size:12px;
	color:#35351B;
	margin:0px 0px 5px;
}

.wild-range-links {
	margin-top:5px;
}
.wild-range-links h3{
	border-radius:10px 10px 0px 0px;
	background-color:#C0CD00;
	color:#35351B;
	padding:8px 16px;
	font-weight:bold;
	font-size:13px;
	line-height:normal;
}
.wild-range-links ul {
	margin:0px;
}
.wild-range-links li {
	background-color:#F2F0EC;
	margin-bottom:2px;
	margin:0px 0px 2px;
	font-size:14px;
	font-weight:bold;
	color:#C0CD00;
	line-height:21px;
	padding: 5px 10px 5px 25px;
    text-indent: -15px;
	list-style:inside;
}
.wild-range-links li a {
	color:#8C7F65;
	text-decoration:underline;
	
}
.wild-range-links li a:hover,
.wild-range-links li a:active {
	color:#635A47;
}
.plex-range-sidebar {
	margin-top:20px;
	background-color:#35351B;
	border-radius:10px 10px 0px 0px;
	color:#C0CD00;
}
.plex-range-sidebar h4 {
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	padding:5px 10px 1px;
	margin:0px;
}
.plex-range-sidebar p {
	padding:0px 10px 8px;
	font-size:14px;
	margin:0px;
	line-height:normal;
}
.plex-range-sidebar a {
	color:#FFF;
	overflow:hidden;
}
.plex-range-sidebar a img {
	margin:0px;
	line-height:1em;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	width: 100%;
}
/* Gift Card Page*/
table.gc-table {
	border: none;
}
.gc-table td {
	border: none;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.gc-table a {
	text-decoration: none;
}
.card-fields {
	background-color: #F5F6E9;
	padding: 5px 10px 1px;
	margin-bottom: 20px;
	border: 2px solid #C0CD00;
	border-radius: 3px;
}
.card-fields td {
	vertical-align: top;
	border: none;
}
.card-fields input,
.card-fields textarea {
	width: 100%;
}
.gc-form .addtocart {
	background-color:#C0CD00;
	color: #333;
	font-weight: bold;
	border:none;
	padding: 5px 15px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;	
}
#nav_menu-3 h3{
	border-radius:10px 10px 0px 0px;
	background-color:#C0CD00;
	color:#35351B;
	padding:8px 16px;
	font-weight:bold;
	font-size:13px;
	line-height:normal;
	margin: 0;
}
#nav_menu-3 ul {
	margin:0px;
	width: 100%;
}
#nav_menu-3 li {
	background-color:#F2F0EC;
	margin-bottom:2px;
	margin:0px 0px 2px;
	font-size:14px;
	font-weight:bold;
	color:#C0CD00;
	line-height:21px;
	padding: 5px 10px 5px 25px;
    text-indent: -15px;
	list-style:inside;
}
#nav_menu-3 a {
	color:#8C7F65;
	text-decoration:underline;
	
}
.entry-content form:after {
	clear: both;
	display: block;
	content: '';
}
.gc-promo {
	clear: both;
	padding: 15px;
	text-align: left;
	margin: 20px 0 0;
	background-color: #CCC3B5;
overflow: hidden;
background-image: url(images/default_banner@2x.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.gc-promo p {
	margin: 0;
	font-weight: 300;
	font-style: italic;
	font-size: 17px;
	color: #3a3a24;
}
.gc-promo p a {
	color: #3a3a24;
}
form .cart-item li,
form .cart-item p{
	margin-bottom: 2px;
}
/* Campaign Monitor Form*/
.cm_ajax_shortcode_form {
	padding:15px 15px 1px;
	border:1px solid #ccc;
}
.cm_ajax_shortcode_form label {
	padding-top: 3px;
    width: 120px;
	float:left;
}
.cm_ajax_shortcode_form input[type=text],
.cm_ajax_shortcode_form input[type=email] {
	width:260px;
}
.cm_ajax_shortcode_form input[type=submit] {
	margin-left:120px;
}
/* Registration Form*/
#registration-form  {
	min-height:180px;
}
#signup-panel {
	min-height:180px;
	margin-bottom:15px;
}
#registration-form h3 {
	font-weight:bold;
}
#registration-form form {
	padding:5px 20px;
	border:1px solid #ccc;
}
#registration-form {
	font-size:12px;
}
#registration-form p {
	font-size:12px;
	margin:0px 20px 3px;
}
.username, 
.password, 
.inputfld {
	margin: 7px 0 0 0;
	overflow: hidden;
	width: 100%;
	}
#registration-form input[type="text"], 
#registration-form input[type="password"] {
	width:250px;
	background-color:#FFF;
	-webkit-appearance:none;
}
.login_fields {
	padding-top:3px;
	overflow: hidden;
	width: 270px;
	margin-left:120px;
}
#fp-panel .login_fields {
	margin:0px;
}
.inputfld label {
	float: left;
	clear: none;
	font-size:12px;
	color:#666;
}
/*Hide Labels*/
#registration-form  .inputfld label.prelabel {
	display:none;
}
#registration-form label {
	width:120px;
	padding-top:3px;
}
#registration-form  .inputfld label.error {
	text-transform:none;
	color:#900;	
	display:none;
	margin-left:120px;
	width:250px;
}
#em_sending p {
	text-align:center;
	color:#030;
	margin:6px 0px 0px;
	color:#06C;
	
}

/*Spam Checking field*/
#registration-form .extra {
	display:none;
}
/*Form feedback*/
#submit-feedback {
	border:1px solid #C0CD00;
	padding:5px;
	background-color:#F7FEDE;
	margin-bottom:10px;
}
/*Contact Us*/
.page-template-submenu-page-php #primary{
		width:auto;
}
.section-contact-us #primary {
	width:100%;
	float:none;
	box-sizing: border-box;
	padding-right: 450px;
	position: relative;
}
.section-contact-us iframe {
	max-width: 410px;
	position: absolute;
	top: 30px;
	right: -450px;
	border:2px solid #CCC;
}
.page-template-submenu-page-php #primary #content,
.section-contact-us #primary #content  {
	margin:0px;
}
/*Map page */
.page-id-955 #primary {
	width:70%;
}
.page-id-955 #primary #content {
	max-width:100%;
}
.wpsl-search {
    height: 100px;
}
.wpsl-store-below #wpsl-result-list li {
   clear:both;
}
.wpsl-store-below #wpsl-result-list li div {
	width:400px;
	float:left;
	margin-right:15px;
}
.wpsl-store-below #wpsl-result-list li div p {
	margin-bottom:2px;
}
.wpsl-country {
	display:none !important;
}
/* -------- */


.wpcf7 {
	border: 1px solid #F2F0EC;
    border-radius: 10px 10px 10px 10px;
	padding:10px 10px 1px!important;
}
.wpcf7 label {
    display: block;
    float: left;
    margin-right: 14px;
    width: 135px;
}
.wpcf7 h3 {
	clear:none;
}
.wpcf7 p {
	margin-bottom:5px;
}
/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	font-size: 16px;
}
.widget ul {
	font-size: 15px;
	margin: 0 0 0 20px;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Ephemera Widget  (Removed) */
/* Twitter  (Removed)*/

/* Widget Image */


/* Latest Posts Widget (home)*/
.widget_recent_entries .widget-title,
.widget_text .widget-title,
.entry-content h3.widget-title {
	background-color:#C0CD00;
	color:#fff;
	border-radius:5px;
	font-size:22px;
	font-weight:bold;
	line-height:32px;
	padding-left:25px;
	margin-bottom:5px;
}
.widget_text .widget-title {
	font-size:18px;
}
.widget_text .textwidget{
	padding:2px 25px;
}
.widget_recent_entries ul {
	list-style:none;
	margin:0px;
}
.widget_recent_entries li {
	list-style:none;
	margin:0px;
	border-bottom:1px solid #CDC6B9;
	padding:5px 25px;
}
.widget_recent_entries li:last-child {
	border-bottom:none;
}
.widget_recent_entries a {
	color:#8C7F65;
	font-weight:normal;
	font-size:14px;
	line-height:15px;
}
.widget_recent_entries .post-date {
	display:block;
	clear:left;
	color:#35351B;
	font-weight:bold;
	font-size:11px;
}
/*Latest Posts not home*/
.single .widget_recent_entries {
	background-color:#F2F0EC;
	border-radius:10px;
}
.single .widget_recent_entries .widget-title {
	/*display:none;*/
	border-radius:10px 10px 0 0;
	text-transform:uppercase;
	text-align:center;
	padding:10px 15px;
}
.single .widget_recent_entries li {
	border-color:#fff;
	padding:12px 25px;
	line-height:16px;
}
.single .widget_recent_entries a {
	color:#8C7F65;
	font-weight:bold;
	font-size:15px;
}
.single .widget_recent_entries .post-date,
.widget_recent_entries .crpw-date {
	color:#8C7F65;
	font-weight:normal;
}
.widget_recent_entries .crpw-date {
	display: block;
	clear: left;
	color: #999;
	font-size: 11px;
}
/* =Comments(Removed)
----------------------------------------------- */
.form-allowed-tags {
	display: none;
}

/*LOCATION OVERLAY 
-------------------------------------------------*/
.shopIn {
	position: absolute;
	top: 5px;
	left: 19%;
	font-size: 12px;
	color: #A69B84;	
}
#shopLocationBtn {
	cursor:pointer;
	text-decoration:underline;
}
#shopLocationBtn:hover {
	color:#8c7f65;
}
#location-message {
	position:fixed;
	top:0;
	z-index:9999;
	background-color:rgba(0,0,0,0.50);
	width:100%;
	height:100%;
	display:none;	
}
#location-wrap {
	margin:0 auto;
	background-color:#FFF;
	width:80%;
	max-width:500px;
	padding:5px 20px 20px;
	margin-top:280px;
}
#location-wrap h3 {
	color:#35351b;
	margin-bottom:10px;
	font-size:16px;
}
#location-wrap a {
    color: #c0cd00;
    text-decoration: none;
	margin-right:20px;
	font-weight:bold;
}
#location-wrap a:hover {
	color: #B2BE00;
}
/* =Footer
----------------------------------------------- */
#login-form {
	position:fixed;
	top:0;
	z-index:9999;
	background-color:rgba(0,0,0,0.20);
	width:100%;
	height:100%;
	display:none;	
}
#login-form .login-wrap {
	margin:0 auto;
	background-color:#FFF;
	border-top:2px solid #35351b;
	border-bottom:2px solid #35351b;
	width:80%;
	max-width:500px;
	padding:5px 20px 20px;
	margin-top:280px;
}
#login-form .close-btn,
#location-wrap .close-btn {
	background-color: #c0cd00;
	color:#35351b;
	float:right;
	margin:-15px -30px 0 0;
	width:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

#login-form h3 {
	color: #c0cd00;
	font-size:21px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
#login-form input {
	border-radius:3px;
	margin-right:4px;
}
#login-form #notThere{
display: none;
}
#login-form input.user-submit {
	background-color: #35351b;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 8px;
	text-decoration:none;
	border-radius:3px;
	font-size:12px;
	border:none;
	outline:none;
	cursor:pointer;
	-webkit-appearance:none;
}
#login-form .forgot {
	font-size:11px;
	text-decoration:none;
}
.not-reg-link {
	border-radius:5px;
	background-color: #c0cd00;
	color:#35351b;
	padding:10px;
	font-weight:bold;
}
.not-reg-link a {
	background-color: #35351b;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 8px;
	text-decoration:none;
	border-radius:3px;
	font-size:12px;
	margin-left:10px;
}

/*Video Player*/
#video-player {
	position:fixed;
	top:0;
	z-index:9999;
	background-color:rgba(0,0,0,0.80);
	width:100%;
	height:100%;
	display:none;	
}
#video-player .container {
	margin:0 auto;
	background-color:#FFF;
	padding:2px;
	width:80%;
	max-width:600px;
	margin-top:180px;
}
#video-player iframe {
	width:100%;
	display:block;
}

/* =Footer
----------------------------------------------- */
.footer-banners {
	background-color:#FFF;
	min-height:124px;
	overflow:hidden;
}
.footer-banners:after {
	clear:both;
	display:table;
	content:'';
}
/*Newlsetter banner*/
.newsletter-banner{
	background-image:url(images/newsletter_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:1px;
	padding-top:53px;
	height:70px; /*124*/
	overflow:hidden;
	
	float:right;
	width:50%;
}
.newsletter-banner h4 {
	font-weight:bold;
	width:50%;
	font-size:16px;
	line-height:19px;
	color:#393924;
	margin-right:15px;
	margin-left:15px;
	float:left;
}
.newsletter-banner .btn {
	background-color: #393924;
	padding: 3px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #b3c000;
	font-size:13px;
	margin-top:20px;
	display:block;
	float:left;
	width:70px;
	text-align:center;
}
.newsletter-banner .btn:hover {
	color: #ffffff;
}
/*Herbanica Banner*/

.herbanica-banner {
	padding-top:45px;
	width:49%;
	float:left;
	background-color:#FFF;
	min-height: 60px;
}
.herbanica-banner a {
	background-color:#e5e3df;
	display:block;
	padding: 20px 20px 15px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
}
.herbanica-banner img {
	float:left;
	width:43%;
	max-width:200px;
	height:auto;
	margin:0 15px 0 0;
}
@media screen and (max-width: 960px) {
	.newsletter-banner h4 {
		font-size:15px;
	}
	.herbanica-banner a {
		padding:20px 5px 15px 15px;
		font-size:15px;
	}
}
@media screen and (max-width: 740px) {
	.herbanica-banner {
		float:none;
		padding-top:10px;
		width:100%;
	}
	.newsletter-banner{
		float:none;
		width:auto;
	}
	.extras .group {
		float:left;
		width:60%;
	}
	
}
@media screen and (max-width: 640px) {
	.herbanica-banner img {
		float:none;
		width:100%;
		display:block;
		margin-bottom:5px;
		margin-left:-5px;
	}
}

#colophon {
	clear: both;
	background-color:#3a3a24;
	padding-top:10px;
}
#extracontent {
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}
#supplementary {
	padding: 5px 20px 50px;
	overflow: hidden;
	color:#625a45;
	font-size:12px;
}
#supplementary .group-50 {
	width:50%;
	float:left;
}
#supplementary .address,
#supplementary .stamps {
	width:48%;
	padding-right:2%;
	float:left;
}
#supplementary .group {
	width:23%;
	padding-right:2%;
	float:left;
}
#supplementary a {
	text-decoration:none;
	color:#625a45;
}
#supplementary p {
	font-size:12px;
	line-height:normal;
}
#supplementary .address {
}
h3.footer-title {
	font-weight:bold;
	font-size:10px;
	line-height:13px;
	margin-bottom:5px;
}
#supplementary .stamps {}
#supplementary .stamps img {
	margin-bottom:10px;
	
}
#supplementary .links1 {
	font-weight:bold;
}
#supplementary .links2 p {
	font-weight:bold;
	margin:10px 0 5px;
}

#supplementary .links1 ul.menu,
#supplementary .links2 ul.menu {
	list-style:none;
	margin:0;
}
#supplementary .links1 ul.menu li,
#supplementary .links2 ul.menu li  {
	margin:0px;
	padding:1px 0px;
}

#supplementary ul.menu li.uc {
	text-transform:uppercase;	
}
#supplementary ul.menu li.uc.last {
	margin-bottom:10px;
}
#supplementary .links ul.menu li.first {
	clear:both;
}
#supplementary ul#menu-footer-shop-links li {
	display:inline;
	margin-right:3px;
}
#supplementary ul#menu-footer-shop-links li a {
	border-right: 1px solid #534C38;
	padding-right: 3px;
}
#supplementary .links p {
	clear:both;
	margin-bottom:1px;
}
#supplementary .links .menu-sidebar-medical-conditions-container ul.menu {
	margin:0px;
}
#supplementary .links .menu-sidebar-medical-conditions-container ul.menu li {
	padding:0px 2px 0px 0px;
}


/* 800 and below */
@media screen and (max-width: 960px) {
	/*Menus*/
	#access a {
		padding: 5px 18px;
	}
	
	#branding .extras {
		min-height:62px;
	}
}
@media screen and (max-width: 800px) {
	.shopIn {
		left: 180px;
		top: 38px;
	}
	#page-sub-menu {
		width:auto;
		float:none;
		margin:0px auto 5px;
		padding-top:20px;
		clear:both;
	}
	.account-section {
		float:none;
		width:100%;
	}
	.home #primary {
		width:100%;
		margin-left:0;
	}
	#secondary {
		margin-right:0%;
		width: 30%;
	}
	#login-form .login-wrap {
		margin-top:120px;
	}
	.ps-group {
		float:none;
		width:100%;
	}
	/*Menus*/
	#access a {
		padding: 5px 10px;
	}
	/*Home*/
	.home .hentry {
		width:100%;
		float:none;
	}
	.fb-box {
		width:auto;
		float:none;
		min-height:20px;
		padding-bottom:5px;
	}
	.fb-box h3,
	.fb-box p{
		margin-bottom:3px;
	}
	/*.fb-box h3,
	.fb-box p {
		float:left;
		text-align:center;
		padding:0 15px;
		width:30%;
	}*/
	#box-newsfeed {
		width:auto;
		float:none;
	}
	
	/*Footer*/
	#supplementary .group-50 {
		width:30%;
	}
	#supplementary .address,
	#supplementary .stamps {
		width:98%;
		padding-right:2%;
		float:none;
	}
	#supplementary img.tga {
		margin-right:15px;
	}
	#supplementary .group {
		width:31%;
		padding-right:2%;
		float:left;
	}

}
@media screen and (max-width: 760px) {

	/*Switch to Mobile Menu*/
	#nav-mobile {
		display:block;
	}
	
	.extras .group,
	.nav-group-2,
	.nav-group-1 {
		display:none;
	}
	#branding {
    	min-height: 70px;
	}
	#branding .extras {
   	 	border-bottom:none;
	}
	#shopp-cart-ajax {
		width:70%;
	}
	.shopIn {
		left: auto;
		right:20px;
		top: 38px;
	}
	.menu-toggle {
		text-align:right;
		margin-left:27%;
		
		height:45px;
		margin-bottom:15px;
	}
	
	.menu-toggle img {
		cursor:pointer;
		border-radius:3px;
		width:50px;
		height:45px;
	}
	.menu-toggle img:hover {
		background-color:#f2f0ec;
	}
	.menu-toggle.toggled-on img {
		background-color:#E0E0E0;
		opacity:0.7;
	}
	#access-mobile ul {
		display:none;
	}
	#access-mobile ul.toggled-on {
		display:block;
	}
	#access-mobile {
		background-color:#c0cd00;
	}
	#access-mobile ul {
		margin:0;
		list-style:none;
		clear:both;
	}
	#access-mobile ul li {
		margin:0;
		list-style:none;
		border-bottom:1px solid #FFF;
	}
	
	#access-mobile ul li a{
		color:#FFF;
		text-transform:uppercase;
		font-size:12px;
		padding:8px 10px;
		display:block;
		text-decoration:none;
		font-weight:bold;
	}
	#access-mobile ul li a:hover {
		color:#35351b;
	}
	
	.tincture-group .herb-list .product-list .title {
		width: 40%;
	}
	
	.tincture-group #herb-header .label1 {
		margin:0;
		width: 40%;
	}
	
}

@media screen and (max-width: 700px) {
	.section-contact-us #primary {
		width:100%;
		float:none;
		box-sizing: border-box;
		padding-right: 0px;
		position: relative;
	}
	.section-contact-us iframe {
		max-width: 100%;
		position: relative;
		top: auto;
		right: auto;
		border:2px solid #CCC;
	}
}
@media screen and (max-width: 600px) {
	
	#primary,
	.shop-sidebar #primary,
	#secondary,
	.page-template-submenu-page-php #primary, 
	.section-contact-us #primary,
	.single #primary { 
		width: 100%;
		margin:0 auto;
		float:none;
	}
	#secondary {
		max-width: 100%;
	}
	/*Menu*/
	#shopp-cart-ajax {
		width:100%;
		float:none;
	}
	
	.hTitles {
		top:30px;
	}
	/*Images*/
	.alignleft, 
	.alignright {
		display: block;
		float: none;
		margin: 0 auto;
	}

	/*Home*/
	#slider {
		height:180px;
		margin-left:-20px;
		margin-right:-20px;
		overflow:hidden;
	}
	#sq-slideshow {
		height:180px;
		width:100%;
	}
	#sq-slideshow .slide {
		height:180px;
		width:100%;
		/*background-image:none;
		background-color:#35351b;
*/	
  		background-size: 630px 180px;
		background-position: -20px 0;
	}
	#sq-slideshow .wild-logo {
		height: 17px;
		width: 42px;
	}
	#sq-slideshow .blurb {
		margin-left:115px;
		width:auto;
		margin-top:5px;
		margin-right:7px;
	}
	
	#sq-slideshow .blurb p {
		font-size:13px;
		line-height:16px;
		margin:0 0 5px;
	}
	#sq-slideshow h4 {
		font-size:17px;
		line-height:normal;
		margin:5px 0;
	}
	#sq-slideshow h4.no-logo {
		padding-top: 5px;
	}
	.slider-nav {
		display:none;
	}
	#box-home-intro {
		font-size: 17px;
	}
	.box-home {
		float: none;
		margin-right:0;
		width: 100%;
	}
	#box-b4.box-home h3 {
		color:#FFF;
	}
	.fb-box h3,
	.fb-box p {
		float:none;
		text-align:center;
		padding:0;
		width:auto;
	}
	
	/* Pages */
	#page-banner {
		height:auto;
	}
	h2.section-title, h4.section-title {
		margin: 20px 10px;
		font-size:36px;
		line-height:40px;
		text-align:center;
	}
	/*Reg form*/
	#registration-form form {
    border: 1px solid #ccc;
    padding: 5px 10px;
	overflow:hidden;
}
	#registration-form input[type="text"], 
	#registration-form input[type="password"] {
    background-color: #fff;
    width: 90%;
	float:none;
}
	/*Products*/
	.product-list .price-group,
	.product-list .title {
    	width: 100%;
		float:none;
		padding:0 0 5px;
	}
	.product-list .quick-add {
		width:100% !important;
		position:relative;
		clear:both;
		padding-top:10px;
	
	}
	
	.email-share {
		float: none;
		margin-bottom:5px;
	}
		.fb-share {
		float: none;
	}
	/*Practitioner Products*/
	#herb-header .label1 {
		margin-left:0;
		width:170px;
	}
	.herb-list .product-list form.quick-add {
		padding-top:5px;	
		width:90% !important;
		float:none;
		margin:0 0px 0 20px;
		clear:both;
	}
	.herb-list .product-list .title {
		float: left;
		width: 75%;
	}
	
	#shopp .herb-list form.product ul.variations {
		margin-bottom:3px;
	}
	
	
	
	/*#shopp .herb-list .product-list .quantity-input {
		clear:both;
	}*/
	/*Footer*/
	/*Footer banners*/
	.footer-banners {
		overflow: visible;
	}
	.newsletter-banner {
		background-image:none;
		background-color:#c0cd00;
		padding-top:15px;
		padding-bottom:15px;
		height:auto;
	}
	
	.newsletter-banner h4 {
		width:auto;
		float:none;
		margin-bottom:5px;
	}
	.newsletter-banner {
		padding-top:15px;
		padding-bottom:15px;
	}
	.newsletter-banner h4 {
		width:auto;
		float:none;
	}
	.newsletter-banner .btn {
		float:none;
		margin-left:15px;
		margin-top:1px;
		
	}	
	/*Footer*/
	#supplementary .group-50 {
		width:100%;
		float:none;
	}
	#supplementary .address,
	#supplementary .stamps {
		width:98%;
		padding-right:2%;
		float:none;
	}
	#supplementary .group {
		width:auto;
		float:none;
		padding-top:15px;
	}
	#supplementary .links {
		padding:15px 0;
	}
	
	#login-form .login-wrap {
		margin-top:20px;
	}
	
}
@media screen and (max-width: 400px) {
	#sq-slideshow .blurb p {
		margin:0 0 5px;
	}
	.shopIn {
		color: #C8C1B3;
	}
}
/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding .extras {
		display: none;
	}
	
	#branding #searchform {
		display: none;
	}
	#page-banner {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

}
/* IE9 Fixes */
#ie9 #box-b1,
#ie9 #box-b2,
#ie8 #box-b1,
#ie8 #box-b2,
#ie7 #box-b1,
#ie7 #box-b2  {
	margin-right:12px;
}

#ie9 #access-green li,
#ie8 #access-green li,
#ie7 #access-green li {
	max-width:150px;
}
#ie9 #menu-item-1786 a,
#ie8 #menu-item-1786 a,
#ie7 #menu-item-1786 a {
	border-right:none;
}
#ie9 .shop-nav .btn,
#ie8 .shop-nav .btn,
#ie7 .shop-nav .btn  {
	max-width:135px;
	display:block;
	float:left;
}

/* IE8 Fixes */
#ie8 #access-green,
#ie7 #access-green {
	max-width:645px;
}

/*Cmas override
#sq-slideshow #slide-1 .blurb {
	margin-top:10px;
	margin-left:30px !important;
}*/
#sq-slideshow #slide-1 h4.no-logo {
    padding-top: 5px;
}

.xmas-message {
	padding: 20px 60px 20px 20px;
	background-color: #F2F0EC;
	font-size: 17px;
	background-image: url(images/xmas-image.jpg);
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	position: relative;
	border-radius: 5px;
	
}
/* hand cream offer */
.special-promo {
	background-color: #c0cd00;
	padding: 15px 165px 15px 15px;
	border-radius: 3px;
	color: #FFF;
	font-size: 18px;
	background-image: url(images/herbanica.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 0 20px;
	min-height: 180px;
}
.special-promo h3 {
	font-size: 32px;
	color: #fff;
}
.special-promo p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.special-promo label {
	font-size: 16px !important;
	color: #333;
	margin: 0;
}