/*
Theme Name: Pitch
Theme URI: http://siteorigin.com/theme/pitch/
Author: SiteOrigin
Author URI: http://siteorigin.com/
Version: 1.2.1
License: GPL 3.0
License URI: http://www.gnu.org/copyleft/gpl.html
Description: Pitch is a simple, minimal business and portfolio theme. It uses custom post types to make it easy to add your content. Pitch also features a big bold slider to put your work front and center.
Tags: gray, two-columns, fixed-width, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

/* =Reset 
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =General 
-------------------------------------------------------------- */

body {
	background: #f4f4f4;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	
	display: block;
}

.clear {
	clear: both;
}

.separator {
	height: 7px;
	
	background: url(images/pattern.png) repeat;
	margin: 20px 0;
}

/* =Internet Explorer Fixes 
-------------------------------------------------------------- */

/* =Top Bar 
-------------------------------------------------------------- */

#topbar {
	background: #2c2c2c;
	box-shadow: 0 6px 0 rgba(0,0,0,0.05);
	font-size: 11px;
	padding: 15px 0;
}

#topbar-menu {
	float: right;
	text-align: right;
	word-wrap: break-word;
}

#topbar-menu li.menu-item {
	display: block;
	float: left;;
}

#topbar-menu li.menu-item a {
	color: #f4f4f4;
	text-decoration: none;
}

/* =Top Bar  : Topbar Dropdown 
-------------------------------------------------------------- */

#topbar-menu li.menu-item {
	position: relative;
	padding: 0px 10px;
	
}

ul#topbar-menu li.menu-item a {
}

ul#topbar-menu ul.sub-menu {
	position: absolute;
	top: 1em;
	left: 50%;
	
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	margin-left: -60px;
	min-width: 120px;
	z-index: 99;
}

ul#topbar-menu li:hover ul.sub-menu {
	display: block;
	padding-top: 15px;
}

ul#topbar-menu ul.sub-menu .sub-wrapper {
	position: relative;
	
	background: #1c1c1c;
	padding: 4px 0;
	text-align: center;
}

ul#topbar-menu ul.sub-menu .sub-wrapper .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 18px;
	height: 8px;
	
	background-image: url(../images/sprites/topbar-pointer.png);
	margin-left: -9px;
}

ul#topbar-menu ul.sub-menu li {
	float: none;
	margin-left: 0;
	padding: 8px 0;
}

ul#topbar-menu ul.sub-menu li a {
	white-space: nowrap;
}

/* =Logo 
-------------------------------------------------------------- */

#logo {
	width: 100%;
	
	margin: 35px 0;
}

#logo a {
	text-decoration: none;
}

#logo h1 {
	color: #5e5e5e;
	display: inline-block;
	font-family: 'Maven Pro', sans-serif;
	font-size: 48px;
	letter-spacing: -2px;
}

/* =Logo  : Search Bar 
-------------------------------------------------------------- */

#logo #searchform {
	position: relative;
	right: 0;
	
	margin-top: -16px;
	float: right;
}

#logo #searchform #s {
	width: 200px;
	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.06);
	color: #707070;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	font: italic 11px 'Droid Serif', serif;
	outline: 2px #FAFAFA solid;
	padding: 8px 10px;
}

#logo #searchform #s:focus {
	outline: none;
}

#logo #searchform #searchsubmit {
	display: none;
}

/* =Main Menu 
-------------------------------------------------------------- */

#mainmenu {
	margin: 35px 0;
	word-wrap: break-word;
}

ul#mainmenu-menu {
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #E2E2E2;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
}

ul#mainmenu-menu li.menu-item {
	position: relative;
	
	border-right: 1px solid #E2E2E2;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

ul#mainmenu-menu li.menu-item a {
	color: #5e5e5e;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu li.menu-item a:hover {
	background: #F9F9F9;
}

/* =Main Menu  : Main Dropdown 
-------------------------------------------------------------- */

ul#mainmenu-menu li.menu-item a {
	height: 52px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #5e5e5e;
	display: block;
	padding: 20px 40px;
	text-decoration: none;
}

ul#mainmenu-menu ul.sub-menu {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	
	background: white;
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	display: none;
	z-index: 99;
}

ul#mainmenu-menu li:hover ul.sub-menu {
	display: block;
}

ul#mainmenu-menu ul.sub-menu li {
	border: none;
	display: block;
	float: none;
	font-weight: normal;
}

ul#mainmenu-menu ul.sub-menu li a {
	height: auto;
	
	line-height: 15px;
	padding: 15px 15px 15px 15px;
}

/* =Slider 
-------------------------------------------------------------- */

#slider {
	margin: 35px 0;
}

/* =Slider  : Slides 
-------------------------------------------------------------- */

#slider .slides {
	height: 360px;
	
	line-height: 0;
}

#slider .slides img {
}

/* =Slider  : Indicators 
-------------------------------------------------------------- */

#slider .indicators-wrapper {
	width: 100%;
	
	border-collapse: collapse;
	display: table;
}

#slider .indicators {
	background: #f1f1f1;
	display: table-row;
}

#slider .indicators .indicator {
	height: 100%;
	
	border-bottom: 1px solid #c6c6c6;
	border-top: 3px solid #c9c9c9;
	cursor: pointer;
	display: table-cell;
}

#slider .indicators .indicator .indicator-container {
	position: relative;
	
	padding: 20px 25px;
}

#slider .indicators .indicator.active {
	border-top-color: #bbbbbb;
}

#slider .indicators .indicator.active .indicator-container {
	background-color: #ebebeb;
}

#slider .indicators .indicator .pointer {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 10px;
	height: 5px;
	
	background: url(images/sprites/slide-active-pointer.png) no-repeat;
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#slider .indicators .indicator.active .pointer {
	opacity: 1;
	visibility: visible;
}

/* CSS3 Animations */

#slider .indicators .indicator,
#slider .indicators .indicator .pointer {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#slider .indicators .indicator h4 {
	color: #5e5e5e;
	font: bold 13px 'Droid Sans', sans-serif;
}

#slider .indicators .indicator p {
	color: #777777;
	font: italic 11px 'Droid Serif', serif;
	margin-top: 2px;
	min-height: 1em;
}

/* =Slider  : Indicators  : Indicator Widths 
-------------------------------------------------------------- */

#slider .indicator-group-2 {
	width: 50%;
	
}

#slider .indicator-group-3 {
	width: 33.3333%;
	
}

#slider .indicator-group-4 {
	width: 25%;
	
}

#slider .indicator-group-5 {
	width: 20%;
	
}

#slider .indicator-group-6 {
	width: %16.6667;
	
}

/* =Call To Action 
-------------------------------------------------------------- */

#call-to-action {
	margin: 35px 0;
}

#call-to-action .container {
	background: url(images/pattern.png) repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
}

#call-to-action h3 {
	color: #555555;
	font: 23px 'Droid Sans', sans-serif;
}

#call-to-action a {
	position: absolute;
	top: 50%;
	right: 25px;
	
	background: #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font: italic 12px 'Droid Serif', serif;
	margin-top: -17px;
	padding: 10px 40px;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

/* =Feature List 
-------------------------------------------------------------- */

#site-features {
}

#site-features .feature-list {
	margin: 0 -15px;
}

#site-features .feature {
	width: 33.3333%;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	padding-bottom: 20px;
}

#site-features .feature-lastrow {
	padding-bottom: 0;
}

#site-features .feature .icon {
	position: relative;
	width: 40px;
	height: 40px;
	
	/*background: url(images/sprites/feature.png) no-repeat;*/
	float: left;
}

#site-features .feature .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	
	margin: -8px 0 0 -8px;
}

#site-features .feature h3 {
	color: #3b3b3b;
	font: bold 16px 'Droid Sans', sans-serif;
	margin: 0 0 0 55px;
	padding-top: 10px;
}

#site-features .feature h3 a {
	color: #3b3b3b;
	text-decoration: none;
}

#site-features .feature p {
	color: #474747;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 20px;
}

/* =Home Loop 
-------------------------------------------------------------- */

.home-loop {
	margin: 50px 0;
}

.home-loop .container {
}

/* =Home Loop  : Nav 
-------------------------------------------------------------- */

.home-loop .nav {
	float: right;
}

.home-loop .nav a {
	width: 24px;
	height: 21px;
	
	display: inline-block;
	overflow: hidden;
	text-indent: -999px;
}

.home-loop .nav a.next {
	background: url(images/sprites/home-posts-nav-next.png) no-repeat;
}

.home-loop .nav a.prev {
	background: url(images/sprites/home-posts-nav-prev.png) no-repeat;
}

.home-loop h3 {
	color: #3b3b3b;
	font: 14px "Droid Sans", sans-serif;
	margin-bottom: 30px;
}

.home-loop .post-list {
	width: 9999px;
	
	overflow: hidden;
}

.home-loop .post-list-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}

/* =Home Loop  : Post 
-------------------------------------------------------------- */

.home-loop .post-list li.post {
	width: 225px;
	
	float: left;
	padding: 0 10px;
}

.home-loop .post-list li.post a {
	text-decoration: none;
}

.home-loop .post-list li.post img {
	margin-bottom: 13px;
}

.home-loop .post-list li.post .placeholder {
	width: 225px;
	height: 150px;
	
	background: #E9E9E9;
	display: block;
	margin-bottom: 13px;
}

.home-loop .post-list li.post.type-client img {
	width: 100%;
	height: auto;
	
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.home-loop .post-list li.post h4 {
	color: #3b3b3b;
	font: bold 12px 'Droid Sans', sans-serif;
	margin-bottom: 9px;
	text-align: center;
}

.home-loop .post-list li.post p {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

/* =Blog Post Loop 
-------------------------------------------------------------- */

#loop {
	width: 620px;
	
	float: left;
}

#loop.loop-posts {
}

#loop.loop-posts .post,
#loop.loop-posts > div {
	margin-bottom: 60px;
}

#loop.loop-posts .sticky {
}

#loop.loop-posts .post-info {
	width: 120px;
	
	float: left;
}

/* =Blog Post Loop  : Date 
-------------------------------------------------------------- */

#loop.loop-posts .post-info .date {
	background-image: url(images/pattern.png);
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 20px;
}

#loop.loop-posts .post-info .date .day {
	font-size: 30px;
}

#loop.loop-posts .post-info .date .month-year {
	float: right;
	line-height: 1.25em;
	padding-top: 1px;
}

#loop.loop-posts .post-info .extras {
	font-size: 11px;
	text-align: right;
}

#loop.loop-posts .post-info .extras div {
	margin-bottom: 8px;
}

#loop.loop-posts .post-info .extras a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-info .extras a:hover {
	text-decoration: underline;
}

#loop.loop-posts .post-main {
	margin-left: 160px;
}

#loop.loop-posts .post-main .content {
	color: #5e5e5e;
	line-height: 1.5em;
}

#loop.loop-posts .post-main h2.post-title {
	font: bold 14px 'Droid Sans', sans-serif;
	margin: 15px 0;
}

#loop.loop-posts .post-main h2.post-title a {
	color: #474747;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more {
	margin-top: 25px;
}

#loop.loop-posts .post-main .read-more a {
	color: #303030;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#loop.loop-posts .post-main .read-more a i {
	width: 6px;
	height: 10px;
	
	background: url(images/sprites/read-more-arrow.png) no-repeat;
	display: inline-block;
	margin: 0 0 -1px 5px;
}

/* =Archive 
-------------------------------------------------------------- */

h1#archive-title {
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-size: 25px;
	margin-bottom: 25px;
}

/* =Archive  : Navigation 
-------------------------------------------------------------- */

/* =Project Archive 
-------------------------------------------------------------- */

#projects {
	margin: 0 -10px;
}

#projects .project {
	width: 245px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
}

#projects .project .wrapper {
	position: relative;
	
}

#projects .project a.image {
	background: #F0F0F0 url(images/loader.gif) no-repeat center center;
	display: block;
	line-height: 0;
}

#projects .project .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: #000;
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .info {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	display: block;
	opacity: 0;
	visibility: hidden;
}

#projects .project .overlay {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#projects .project .info {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#projects .project:hover .overlay {
	opacity: 0.7;
	visibility: visible;
}

#projects .project:hover .info {
	opacity: 0.9;
	visibility: visible;
}

#projects .project .info h3 {
	position: absolute;
	top: 15px;
	left: 0;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: italic 16px 'Droid Serif', serif;
	padding: 10px;
}

#projects .project .info p {
	position: absolute;
	right: 0;
	bottom: 15px;
	
	background: #000;
	color: #CCC;
	display: inline-block;
	font: normal normal 14px 'Droid Sans', sans-serif;
	padding: 10px;
}

/* =Post Single 
-------------------------------------------------------------- */

#post-single {
	margin: 35px 0;
}

#post-single .separator.first {
	margin-top: 0px;
}

#post-single .separator.light {
	opacity: 0.4;
}

#post-single h1.post-title {
	color: #474747;
	font: 26px 'Droid Sans', sans-serif;
	margin-bottom: 25px;
}

/* =Post Single  : General Content 
-------------------------------------------------------------- */

.entry-content {
	color: #555;
	line-height: 1.5em;
}

.entry-content p {
	margin: 1.5em 0;
}

.entry-content ol {
	list-style-type: decimal;
	padding-left: 1.5em;
}

.entry-content ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

.entry-content ul li,
.entry-content ol li {
	line-height: 1.5em;
}

.entry-content a {
	color: #1e7cd2;
}

.entry-content a:hover {
	color: #4593ec;
}

.entry-content strong,
.entry-content b {
	color: #444;
	font-weight: bold;
}

.entry-content em,
.entry-content i {
	font-style: italic;
}

.entry-content blockquote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	padding-left: 2em;
}

.entry-content blockquote cite {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-top: 1em;
}

.entry-content .flexslider {
	margin: 1.5em 0;
}

/* =Post Single  : General Content  : Definition list 
-------------------------------------------------------------- */

.entry-content dl {
	margin-top: 1.5em;
}

.entry-content dl dt {
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.entry-content dl dd {
	margin-bottom: 1em;
	padding-left: 1.5em;
}

/* =Post Single  : General Content  : Table 
-------------------------------------------------------------- */

#post-single table {
	
}

/* =Post Single  : General Content  : Images 
-------------------------------------------------------------- */

.entry-content img {
	height: auto;
	
	max-width: 100%;
}

.alignnone {
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0px 20px 20px;
}

a img.alignnone {
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */ 
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	width: auto;
	height: auto;
	
	border: 0 none;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px;
}

/* =Post Single  : General Content  : Headings 
-------------------------------------------------------------- */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	margin: 1.5em 0;
}

.entry-content h1 {
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.7em;
}

.entry-content h3 {
	font-size: 1.6em;
}

.entry-content h4 {
	font-size: 1.45em;
}

.entry-content h5 {
	font-size: 1.375em;
}

.entry-content h6 {
	font-size: 1.2em;
}

/* =Post Single  : Page 
-------------------------------------------------------------- */

#post-single.type-page .post-container,
#post-single.error-404 .post-container {
	
	float: left;
	max-width: 620px;
	width: 66%;
}

/* =Post Single  : Post 
-------------------------------------------------------------- */

#post-single.type-post {
}

#post-single.type-post .post-container {
	width: 620px;
	
	float: left;
}

#post-single.type-post .post-info {
	color: #777;
	font: italic 11px 'Droid Serif', serif;
	margin-bottom: 25px;
	margin-top: -18px;
}

#post-single.type-post .post-info a {
	color: #505050;
	text-decoration: none;
}

/* =Post Single  : Project 
-------------------------------------------------------------- */

/* =Post Single  : Project  : Images 
-------------------------------------------------------------- */

#post-single.type-project #project-images {
	width: 600px;
	
	float: left;
}

#post-single.type-project #project-images .image {
	position: relative;
	
	line-height: 0;
}

#post-single.type-project #project-images .pagination {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	
	display: block;
	text-align: center;
}

#post-single.type-project #project-images .pagination li {
	display: inline-block;
	margin: 0 1px;
}

#post-single.type-project #project-images .pagination li a {
	width: 10px;
	height: 11px;
	
	background: url(images/sprites/image-pagination-normal.png) no-repeat;
	display: block;
}

#post-single.type-project #project-images .pagination li.active a {
	background: url(images/sprites/image-pagination-active.png) no-repeat;
}

#post-single.type-project #project-images img {
	width: 100%;
	height: auto;
	
}

#post-single.type-project #project-info {
	width: 320px;
	
	float: right;
}

#post-single.type-project #project-info h1 {
	color: #474747;
	font: 16px 'Droid Sans', sans-serif;
}

#post-single.type-project #project-info .excerpt {
	color: #777777;
	font: italic 12px 'Droid Serif', serif;
	line-height: 1.4em;
}

#post-single.type-project .skills {
	color: #777777;
}

#post-single.type-project .skills strong {
	color: #474747;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin-right: 4px;
}

#post-single.type-project .skills a {
	color: #777777;
	font-family: 'Droid serif', sans-serif;
	font-style: italic;
	text-decoration: none;
}

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

#loop .pagination .separator {
	clear: both;
}

#loop .pagination .nav-next {
	float: right;
	padding-right: 10px;
}

#loop .pagination .nav-previous {
	float: left;
	padding-left: 10px;
}

#loop .pagination a {
	color: #ffffff;
	text-decoration: none;
}

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

#comments {
	margin-top: 35px;
}

/* =Comments  : Single Comment 
-------------------------------------------------------------- */

#comment-list {
	margin-top: -5px;
}

.comment,
.pingback {
	list-style: none;
	margin: 35px 0;
}

.comment.bypostauthor {
}

.comment .avatar-container {
	position: relative;
	width: 65px;
	height: 65px;
	
	box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
	float: left;
}

.comment .avatar-container .shadow {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 65px;
	height: 8px;
	
	background: url(images/sprites/comment-shadow.png) no-repeat;
}

.comment .comment-text {
	margin-left: 90px;
}

.comment .comment-text .content {
	color: #6a6a6a;
	margin-bottom: 20px;
}

.comment .comment-separator {
	position: relative;
	width: 9px;
	height: 1px;
	
	background: #ababab;
	margin-bottom: 15px;
}

.comment .comment-separator a.comment-reply-link {
	position: absolute;
	top: -6px;
	left: 24px;
	
	color: #303030;
	font-size: 10px;
	text-decoration: none;
}

.comment .comment-info {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

.comment .comment-info .comment-author,
.comment .comment-info .comment-author a {
	color: #303030;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	text-decoration: none;
}

.comment .comment-info .comment-date {
	color: #5e5e5e;
}

/* =Comments  : Single Comment  : Pingback 
-------------------------------------------------------------- */

.pingback .pingback-title,
.pingback .pingback-title a {
	color: #303030;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
}

.pingback .pingback-date {
	color: #5e5e5e;
	margin-bottom: 10px;
}

.pingback .pingback-content {
	color: #474747;
}

/* =Comments  : Single Comment  : Multi Levels 
-------------------------------------------------------------- */

.comment .comment {
	margin-left: 90px;
}

/* =Comments  : Respond 
-------------------------------------------------------------- */

h3#reply-title,
h3#reply-title a,
h3#comments-title {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
	margin-bottom: 1.5em;
}

#comment-list #respond {
	background: #EFEFEF;
	border: 1px solid #E2E2E2;
	padding: 20px;
}

#comment-list .comment #respond {
	margin-left: 90px;
}

#respond {
	margin-bottom: 35px;
}

#commentform #comment,
#commentform .comment-form-field input {
	border: 1px solid #DDD;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	font: italic 12px 'Droid Serif', serif;
	padding: 10px;
}

#commentform .comment-form-field input {
	display: inline-block;
	margin-right: 20px;
}

#commentform #comment {
	width: 100%;
	height: 200px;
	
}

#commentform .comment-form-field input:focus,
#commentform .comment-form-field input:hover,
#commentform #comment:hover,
#commentform #comment:focus {
	border-color: #C0C0C0;
}

#commentform .comment-form-field label {
	color: #525252;
	font-size: 11px;
}

#commentform .logged-in-as {
	color: #777;
	margin-bottom: 15px;
}

#commentform .logged-in-as a {
	color: #1e7cd2;
	text-decoration: none;
}

#commentform .comment-form-field,
#commentform .comment-form-comment {
	margin-bottom: 10px;
}

#commentform input[type=submit] {
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
	border: 1px solid #cbc9c9;
	box-shadow: 0 1px 1px rgba(0,0,0,0.06);
	color: #525252;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
	font: bold 10px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 14px 20px;
	text-shadow: 0 1px 0 #FFF;
}

#commentform input[type=submit]:hover {
	border: 1px solid #BBB;
}

/* =Sidebar 
-------------------------------------------------------------- */

#sidebar {
	
	float: right;
	word-wrap: break-word;
	max-width: 280px;
	width: 30%;
}

#sidebar .widget {
	color: #767676;
	list-style: none;
	margin-bottom: 0px;
}

#sidebar img {
	height: auto;
	
	max-width: 100%;
}

#sidebar .widget .separator {
	height: 5px;
	
	background: #eeeeee url(images/pattern.png) repeat;
	border: solid #dedede;
	border-width: 1px 0;
	margin-top: 20px;
}

#sidebar .widget h2.widgettitle {
	color: #3b3b3b;
	font: 14px 'Droid Sans', sans-serif;
	margin-bottom: 20px;
}

#sidebar .widget div {
	line-height: 1.5em;
}

#sidebar .widget a {
	color: #5e5e5e;
	text-decoration: none;
}
#top-menu-cart-fix .cartSummaryItem a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar .widget ul li {
	margin-bottom: 3px;
}

/* =Footer and Copyright 
-------------------------------------------------------------- */

#footer {
	position: relative;
	
	background: url(images/footer.png) repeat;
	margin-top: 45px;
	padding: 45px 0;
}

#footer .container {
	
	display: table;
	max-width: 990px;
	width: 100%;
}

#footer .pointer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 15px;
	
	/*background: url(images/sprites/footer-pointer.png) no-repeat;*/
	margin-left: -15px;
	z-index: 2;
}

/* =Footer and Copyright  : Widgets 
-------------------------------------------------------------- */

#footer ul.widgets {
	width: 100%;
	
	display: block;
}

#footer li.widget {
	display: block;
	padding: 0 15px;
	float: left;
}

#footer li.widget h2.widgettitle {
	color: #dbdbdb;
	font: bold 14px 'Droid Sans', sans-sefid;
	line-height: 1em;
	margin-bottom: 30px;
}

#footer li.widget {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 1.5em;
}

#footer li.widget p {
	margin-top: 1em;
}

#footer li.widget a {
	color: #e1e1e1;
	font-weight: 500;
	text-decoration: none;
}

#copyright {
	background: #181818;
	box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
	color: #b6b6b6;
	font-size: 10px;
	padding: 15px 0;
	text-align: center;
}

#copyright a {
	color: #CCC;
	text-decoration: none;
}

/* =Flex Slider 
-------------------------------------------------------------- */

.gallery-caption {
}

.flexslider {
	position: relative;
	width: 100%;
	
	margin-bottom: 40px;
}

.flexslider img {
	width: 100%;
	height: auto;
	
}

.flexslider ul,
.flexslider ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flexslider .shadow,
#project-images .shadow {
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 600px;
	height: 31px;
	
	background: url(images/sprites/shadow-large.png) no-repeat center center;
}

.flexslider .flex-control-nav {
	display: none;
}

.flexslider .flex-direction-nav {
}

.flexslider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 18px;
	height: 26px;
	
	display: block;
	margin-top: -13px;
	opacity: 0;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flexslider:hover .flex-direction-nav a {
	opacity: 1;
}

.flexslider .flex-direction-nav a.prev {
	left: 25px;
	
	background: url(images/sprites/gallery-prev.png) no-repeat;
}

.flexslider .flex-direction-nav a.prev:active {
	left: 20px;
	
}

.flexslider .flex-direction-nav a.next {
	right: 25px;
	
	background: url(images/sprites/gallery-next.png) no-repeat;
}

.flexslider .flex-direction-nav a.next:active {
	right: 20px;
	
}


/*sant css*/

#bannerspace_wrap, #bannerspace, .slide {
    margin-left: auto !important;
    margin-right: auto !important;}

#site-features .feature h3{margin-left:0;}

#site-features .feature .icon{display:none;}

ul#mainmenu-menu{background: rgb(89,7,7); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(89,7,7,1) 0%, rgba(51,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,7,7,1)), color-stop(100%,rgba(51,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(89,7,7,1) 0%,rgba(51,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(89,7,7,1) 0%,rgba(51,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(89,7,7,1) 0%,rgba(51,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(89,7,7,1) 0%,rgba(51,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#590707', endColorstr='#330000',GradientType=0 ); /* IE6-9 */
}
ul#mainmenu-menu li.menu-item a:hover {
	background: #360000;
}

ul#mainmenu-menu li.menu-item a{color:#fefefe; font-size:13px;}

ul#mainmenu-menu li.menu-item{border-right-color:#000000;}

ul.feature-list li.clear{display:none;}

#site-features li.feature{width:24.333%;}


body{background-color: #D0B484;
    background-image: url("/images/background2.jpg");  background-repeat: repeat-x;}

#topbar{background:#450303;}#footer{background:#441C1C;}

ul#mainmenu-menu ul.sub-menu{background:#563636; width:170px;}


/*new design*/

/*body{background: #EED4FC;}

div#logo .container{height: 120px;}#logo{margin-bottom:0px;height:120px;}#mainmenu{margin-top:0;}*/
/*end new design*/

div#logo .container{
	height: auto;} div#logo .container a div#img_logo{background-image: url("/images/TheHerbStore_logo.png"); background-repeat:no-repeat;height: 125px;font-size:0;width: 300px;}
#logo{margin-bottom:25px;margin-top:0px;}#mainmenu{margin-top:0;}

a{color:#660099; text-decoration:none;}a:hover{text-decoration:underline;}

 #post-single .container, .forsearch .container {padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; background:#ffffff; max-width:930px; width:100%;}


ul.feature-list li p img{border:1px solid #936B29; width:120px; height:120px;} 

/*products*/
.entry-content a,.entry-content a:hover {color: #660099;}

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

.entry-content{padding-right:20px; float:left; max-width:600px; width:100%; }
#post-single.type-page .post-container, #post-single.error-404 .post-container, .entry-content{border-right:1px solid #eeeeee;}


/*end products*/



div.callback{
  color: #000;
    float: right;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    right: 0;
     top: 75px;
line-height:23px;
 padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    top: 60px;
}



#logo #searchform #s{position: relative;
    top: -85px; background:#caae7e;width: 256px; color:#490404;border:2px solid #490404; outline:0; font-size: 13px;}

a.implink{color:#450303;}

#call-to-action .container{background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


div.slogan{     color: #000000;
    font-family: 'Droid Serif',serif;
    font-size: 24px;
    font-weight: bold;
    left: 340px;
    line-height: 33px;
    position: absolute;
    text-align: center;
    text-shadow: 1px -1px 4px #FEFEFE;
    top: 30px;
    width: 290px;
height:90px;
background:url('/images/slogan.png') no-repeat;}

.default_product_display .imagecol{overflow:hidden !important;}

div.wpsc_container ul.wpsc_categories{display:none;}


ul.featured_pro li{float:left;}ul.featured_pro{height: 185px;}

  
h1.post-titlefe{
  font-family: droid sans;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
padding-top:10px;padding-bottom:12px; border-top:1px dashed #441c1c; border-bottom:1px dashed #441c1c;
}


ul.featured_pro li.featured_li{padding-top:13px;background:#F4DAB0; margin-right:8px; margin-top:8px;height:230px;position:relative;max-width:31%;display:block;}
td.feat_title h3 a{ font-size: 14px;
    font-weight: bold;
    line-height: 20px;color:#441C1C}td.feat_title h3{margin-bottom:5px;margin-top:5px;}

td.feat_price{background:#441C1C;font-family:droid sans; font-size:16px;padding-top:4px; padding-bottom:4px; color:#ffffff;position:absolute;bottom:5px;width:96%;margin:0px 2%;}
ul.featured_pro{margin-left:8px;}
p.bold{font-weight:bold;}

#commentform #comment{width:90%;}
    

/*shopping cart*/

div.shopping-show{color: #FFFFFF;
    float: right;
    height: 24px;
    line-height: 17px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 3px;
    position: relative;
    top: -47px;
z-index: 1;
width:auto;
cursor:pointer;
}

div.shoping-icon{ 
    background-image: url("/images/shopping-cart-icon.png");
    float: left;
    height: 24px;
    margin-right: 18px;
    margin-top: 8px;
    width: 31px;
}

/*shoping cart end*/

/*banner*/
#bannerspace .imageWrapper{height: auto;
    top: -15px; border:2px solid #CAAE7E; width:100% !important; max-width:540px !important;}
#bannerspace h3{font-size:28px;}#bannerspace p{font-size:14px; line-height:20px;}

#bannerspace .imageWrapper img{
	width: 100%;
	height: auto;}

#bannerspace_wrap {
    background-color: #F4DAB0 !important;
    box-shadow: 0 3px 2px #666666;}
/*end banner*/


/*free shipping and testimonials*/

div.featur_pro_left{float:left; max-width:580px; width:60%;}

div.frsh_test_right{ float: right;
    text-align: left;
    max-width: 380px;
    width: 39%;}
	
H1.heading_purple{	
	 color: #660099;
    font-size: 20px;
    margin-top: 8px;margin-bottom:10px;}
	
p.txtship{ font-size: 14px;
    line-height: 20px;}
	
.mt12{margin-top:12px;}.mb12{margin-bottom:12px;}.dashborder_b{border-bottom:1px dashed #441c1c;height: 178px;
  overflow: auto;}

.widh310{width:310px;}span.bold{font-weight:bold;}

/*end free shipping and testimonials*/

/*singal product*/

.st_sharethis, .FB_like{display:block;}


/*list of products*/

.wpsc_default_product_list .default_product_display p.pricedisplay{  text-align: center;
    width: 135px;}


.wpsc_default_product_list .default_product_display input.wpsc_buy_button{margin-left: 6px;}
/*end list of products*/

/*search placeholder*/

input::-webkit-input-placeholder {
    color:    #490404;
}
input:-moz-placeholder {
    color:   #490404;
}
input:-ms-input-placeholder {
    color:    #490404;
}
/*end search placeholder*/

/*cart message*/

.shopping-cart-wrapper span.cart_message{background-color:#FFFBCC;}


/*banner*/
#bannerspace_nav{display:none !important;}
/*end bannerspace*/


/*checkout page*/
#checkout_page_container{width:610px !important;}
.shopping-cart-wrapper .shoppingcart table thead tr th{padding:5px 4px;font-weight:bold; font-size:14px;}
div.shoppingcart table thead tr{background:#D0B484;}
.shopping-cart-wrapper .shoppingcart table tbody td{border-bottom:1px solid #cccccc;padding:4px 2px;}
/*end checkout page*/


/*newsletter button*/

.widget_wysija_cont .wysija-submit{
border:1px solid #cccccc;
background:#D0B484;
font-family: arial;font-size:14px;font-weight:bold; padding:2px 4px; cursor: pointer;
}

/*end newsletter button*/

/*contact us button*/

input.wpcf7-submit{
background: rgb(218,166,244); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(218,166,244,1) 0%, rgba(180,46,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,166,244,1)), color-stop(100%,rgba(180,46,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,166,244,1) 0%,rgba(180,46,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,166,244,1) 0%,rgba(180,46,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,166,244,1) 0%,rgba(180,46,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,166,244,1) 0%,rgba(180,46,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa6f4', endColorstr='#b42ef7',GradientType=0 ); /* IE6-9 */
border: 1px solid #B83BF6; color:#ffffff; padding:4px 10px; font-size:11px; font-weight:bold;}


/*Related products*/

.wpec-related-wrap .wpec-related-product{    float: left;
       line-height: 20px;
    margin-right: 10px;
    
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    width: 115px;
	padding:10px 8px;background:#FDF9FF;border:1px solid #F6EAFC;
}


.wpec-related-product .wpec-related-image a img{border:1px solid #cccccc;}

.product-info .pricedisplay,.product-info .pricedisplay span{ font-size: 13px;
    font-weight: bold;}


div.wpec-related-wrap h2{text-align:left; font-size:14px; font-weight:bold;}

h3.wpec-related-title{font-size:14px;}/*end related product*/


/*right site category*/

div.wpsc_categorisation_group ul {margin-left:20px;  list-style-type: circle;}

/*end right site category*/


/*markets*/

table.marketpage tr td{padding:6px;border-right:1px solid #cccccc;}
table.marketpage tr td.headmarktbl{background:#550606; color:#ffffff;}
table.marketpage tr td.leftheadtble{background:#D2BB89; color:#550606;}
table.marketpage tr.even{background:#eeeeee;}
/*end markets*/



#sideshoppingcart{display:none;}



/*banner slider*/

#bannerspace h3{width:200px !important;}

#call-to-action a{padding-left:25px; padding-right:25px; right:15px;}#call-to-action h3{font-size:21px;}#call-to-action .container{padding-left:20px;}


/*single product li*/

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


/*address*/

table.adress tr td{padding:5px;}


/*popup box*/
div.popuprequst a {color:#450303;}
div#contact_form_pop form p {
    margin-bottom: 10px;
    margin-top: 10px;padding-left:8px;
}

.wpcf7 form p span input.wpcf7-text, .wpcf7 form p span textarea.wpcf7-textarea, .wpcf7 form p span input.wpcf7-captchar{margin-top:10px;border:1px solid #aeaeae; padding:3px 2px;width:90%;}


div.requesthead{padding:8px 0px;background:#540606; color:#fff; padding-left:3px;}
.wpcf7 form p, div.requesthead{padding-left:25px;margin-bottom: 15px;} 



 div.quotes{color: #441C1C;
    font-family: cursive;
    font-size: 16px;
    line-height: 25px;border-top:1px solid #555555; border-bottom:1px solid #555555;padding-top:10px;float:left; width:100%;}


/*accordion*/
.wpui-light .ui-collapsible-content, .wpui-light .ui-accordion .ui-accordion-content{height:auto !important;}

/*search result*/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #441C1C;
}
 
.pagination a:hover{
color:#fff;
background: #D0B484;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #D0B484;
color:#fff;
}

#loop.loop-posts .post-info{display:none;}#loop.loop-posts .post-main{margin-left:5px;}

/*home page shopping link */
a.shopinglinkhome{    display: block;
    height: 50px;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 184px;
    z-index: 1000;}




/*comments display none*/

#respond{display:none;}
.separator{height:0;  background-image: none;}


/*single product drop down */

/*div.productcol .maininfoprod{position:relative;}
.single_product_display form.product_form fieldset.quntyfl, #content .single_product_display form.product_form fieldset.quntyfl{ position: absolute;
    right: 20px;}*/

.single_product_display table tr td.col2 select.wpsc_select_variation{width:115px;}
div.cate { height: 36px;  }
div.cate div.container table { text-align: center; margin-left: auto; margin-right: auto;   }
div.cate div.container img { padding-right: 8px;  }
div.cate a { color: #ffffff; text-decoration: none; }


/* tea selector*/

.bd .product-form{ display:none;}
.bd #select_favour,.bd #select_purpose {display:none;}

.bd #bannerspace_wrap,.bd #bannerspace,.bd .slide {;
}
.bd #bannerspace .content {
  max-width: 550px;
  width:100%;
  position: relative;
  padding: 0px 20px;
  clear: both;
}

.bd #bannerspace_wrap,.bd #bannerspace,.bd .slide {
  margin-left: 0px !important;
  max-width: 545px;
  width: 100%;
  float: left;
  height: 360px;;
}

.bd #bannerspace h3 {
  
  width: 100% !important;
  font-size:24px;
  
}

.bd div#bd_tea_selector {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 20px;
  background-color: #F4DAB0 !important;
  box-shadow: 0 3px 2px #666666;
  text-align: center;
  width: 30%;
  max-width: 268px;
    height:400px;
    float:right;
}

.bd div#bd_tea_selector h3 {
  font-size: 24px;
  color: #680097;
  line-height: 2em;
}

.bd div#bd_tea_selector p {
  color: rgb(104, 0, 151);
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
.bd form#form_tea_selector{margin-top:60px;}

.bd img#hsflower {
  margin-top: 5px;
  position: absolute;
  bottom: 20px;
  left: 125px;
}

.bd div#bd_tea_selector a {
  display: block;
  clear: both;
    cursor: pointer;
  width: 100%;
  margin: 20px auto;
    color: white;
  font-size: 18px;
  line-height: 32px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #666;
    background: #660099; /* Old browsers */
	background: -moz-linear-gradient(top,  #660099 0%, #886899 44%, #876699 54%, #660099 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660099), color-stop(44%,#886899), color-stop(54%,#876699), color-stop(100%,#660099)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #660099 0%,#886899 44%,#876699 54%,#660099 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #660099 0%,#886899 44%,#876699 54%,#660099 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #660099 0%,#886899 44%,#876699 54%,#660099 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #660099 0%,#886899 44%,#876699 54%,#660099 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660099', endColorstr='#660099',GradientType=0 );
	max-width: 200px;
	padding: 10px 20px; /* IE6-9 */

}
.bd div#bd_tea_selector a:hover{text-decoration:none;}

.bd table.productTable.productSmall {
  margin-top: 3em;
}

.bd .shop-product-small {
  background: #F4DAB0;
  border: none;
  padding: 10px;
      min-height: 370px;
}

.bd .shop-product-small div {
  border: none !important;
}

.bd .shop-product-small li.price {
  font-size: 11px;
  color: #441C1C;
}

.bd .shop-product-small li.quantity {
  line-height: 30px;
  color: #441C1C;
}

.bd .shop-product-small ul {
  background: none;
  padding: 18px;
  margin-top: 5px;
}
.bd .shop-product-small h5 a {
  color: #441C1C;
  font-weight: bold;
  font-size: 14px;
}
.bd .shop-product-small li.price strong{font-weight:bold}

.bd .shop-product-small li.quantity input.productSubmitInput {
  background: #441C1C;
  border: none;
  color: white;
  padding: 10px 20px;
}
.bd select#select_favour,.bd select#select_purpose {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  border-radius: 5px;
  color: #6D1599;
  border: 1px solid #cdcdcd;
  width:210px;
}
.bd a.productsearchNext, .bd a.productsearchPrevious {
  padding: 10px 20px;
  /* margin: 10px; */
  display: block;
  background: #441C1C;
  width: 50px;
  color: white;
  text-align: center;
  text-decoration: none;
}

h3#selection_done {
  line-height: 24px;
  font-size: 24px;
  margin: 30px 0px 0px 10px;
  padding: 0px;
  color: rgb(112, 30, 153);
}

#selection_done strong {
  font-weight: bold;
}
ul#main-menu {
	width: 100%;
	max-width: 625px;
	display: block;
}
#nav_1470474 a, #nav_1470474 a:visited {
	color: #FFEAEA;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 8px;
}
a.cartSummaryLink {
	color: #FFFFFF;
}

li.featured_li table {
  max-width: 162px;
  width: 100%;
  height: auto;
}

td.feat_image img {
  width: 90%;
  height: auto;
}
.shop-catalogue{max-width:180px;max-height: 180px;width: 100%;height: 100%}

.entry-content h5 {
  font-size: 1.375em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 1.6em;
  line-height: 1.8em;
}

div#menu-button {
  color: white;
  padding: 20px 0px;
  width: 100%;
  text-align: center;
  display:none;
}
div#menu-button:hover {
  cursor: pointer;
}
div#mobile-menu { display:none; }
div#mobile-menu a {  color: white; }
div#cat_1628345_divs, div#cat_1628347_divs {
  display: block;
  float: left;
  width: 45%;
  text-align: center;
  padding: 10px;
  line-height: 28px;
}

span#pagination{color:white;}

div#bd-order-form fieldset {
  border: 1px solid #ccc;
  padding: 15px;
}
div#bd-order-form legend{ padding:0px 10px;font-weight:bold;}

div#bd-order-form input {
  max-width: 160px;
  width: 100%;
  padding: 5px;
  margin: 5px;
    float:left;
}
div#bd-order-form label {
  display: block;
  float: left;
  width: 100%;
  max-width: 70px;
  margin-left: 10px;
  text-align: right;
}

div#bd-order-form select {
  padding: 5px;
  float: left;
  display: block;
  /* width: 204px; */
  /* max-width: 184px; */
}

div#bd-order-form select {
  padding: 5px;
  float: left;
  display: block;
  width: 100%;
  max-width: 174px;
  margin: 5px 5px;
}
div#bd-order-form textarea{
  padding: 5px;
  float: left;
  display: block;
  width: 100%;
  max-width: 174px;
        margin: 5px 5px;
}
div#payment_options label {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

div#payment_options input {
  width: 10px;
  float: none;
}

div#bd_order {
  background: rgb(79, 5, 5);
  /* border: 1px solid rgb(68, 28, 28); */
  padding: 10px;
  color: white;
}

div#bd_order label {
  width: 200px;
  max-width: 200px;
  margin: 10px 0px;
}
div#bd_order input{ max-width:200px;}

div#regions {
  clear: both;
  float:left;
}

div#regions label {
  clear: both;
  max-width: 100%;
  text-align: left;
}

div#regions input {
  width: 20px;
  clear: both;
  float: none;
}
.checkboxes {
  float: left;
  width:50%;
}

.checkboxes label {
  max-width: 210px !important;
  text-align: left !important;
  clear: both;
  float: none !important;
}

.checkboxes input {
  max-width: 30px !important;
  clear: both;
  float: none !important;
}

div#product-interest {
  clear: both;
  float: none;
  text-align: left;
}

div#product-interest label {
  max-width: 250px;
  text-align: left;
}

div#product-interest input {
  max-width: 20px;
  float: none;
  clear: both;
}

/*Wholesale Payment Page 
----------------------------------*/

div#wp-form fieldset {
  border: 1px solid #cdcdcd;
  padding: 10px 15px;
  margin:10px 0px;
}
div#wp-form legend {
  
  padding: 5px 10px;
}

.form-group {
  margin: 5px 0px;
}

div#wp-form .form-group select {
  padding: 10px 10px;
  border: 1px solid #cdcdcd;
}
div#wp-form .form-group .cat_dropdown_smaller {
  margin-right: 12px;
}
div#wp-form .form-group select.cat_dropdown{
	max-width: 312px;
	width: 100%
}

div#wp-form .form-group input {
  max-width: 300px;
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #cdcdcd;
  
}

div#wp-form .form-group input[type='radio'] {
  max-width: 30px;
}

div#wp-form .form-group input[type='submit'] {
  padding: 5px 10px;
  max-width: 150px;
  width: 100%;
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 950px) {
	.bd #bannerspace_wrap{max-width:54%;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	body {font-size:14px;}
    	#topbar * {text-align:center;}
    	#topbar-menu{float:none !important;width:80%;margin: 0px auto;}
    	ul#topbar-menu li {  width: 40%; margin:0px;line-height:1.5em;}
		ul#topbar-menu li.menu-item a{width: 100%;font-size: 14px;  line-height: 32px;}
		#logo {height:340px;}
		div#logo .container a div#img_logo{margin:0px auto;}
		#logo #searchform{position:relative;clear:both; width:100%;float:none;text-align:center;top:50px;}
		#logo #searchform #s{width:90%;top:-30px;}
		div.callback{position:relative;top:20px;float:none;clear:both;width:100%;}
    
		div.slogan {
			position: relative;
			left: 0px;
			clear: both;
			float: none;
			width: 300px;
			height: 119px;
			margin: 0px auto;
			}

		ul#main-menu li{text-align:center;}
		ul#main-menu li a{width:100%;}
		a#menu-item-fix{margin:20px 0px;}
		#nav_1470474{float:none;clear:both;width:100%;text-align:center;}	
		#nav_1470474 li{width:100%;float:none;clear:both;}

		div.shopping-show{top:0px;float:none;padding:10px 30px 0px 30px;margin:0px;}

		.bd #bannerspace_wrap {  max-width: 63%;height:440px;}
		.bd #bannerspace, .bd .slide{max-width:768px;height:450px;}
		#bannerspace_wrap{padding:0px !important;float:none;text-align: center;}
		div#bannerspace{max-width:100% !important;margin:25px auto !important;float:none;text-align: center;}
		#bannerspace .imageWrapper{float: none !important;max-width: 90% !important;margin: 0px auto !important;text-align: center !important;}
		.bd #bannerspace .content{max-width:768px;}
		.bd #bannerspace h3{max-width:80%;margin:0px auto;text-align:center;}

    
    	div#menu-button{display:block;}
		#main-menu li {	display: none;	}
		#menu-item-menu{line-height:4em;display:block;}
		#menu-item-menu a{color:white}
    	#nav_1470474 li:hover ul{display:none !important;}
		
		.bd img#hsflower{left:40%;}
		.bd div#bd_tea_selector a{margin:20px auto;padding:10px 0px;}
    }
	@media only screen and (max-width : 630px) {
		.bd #bannerspace_wrap {  max-width: 100%;height:420px;}
		.bd div#bd_tea_selector{max-width:768px;width:100%;float:none;clear:both;text-align:center;padding:0px;padding-bottom:20px !important;height:auto;}
    img#hsflower{display:none;}
		div.featur_pro_left { float: none; max-width: 630px; width: 100%; clear: both;}
		ul.featured_pro{margin:0px auto;width:85%;}
		div.frsh_test_right{float:none;clear:both;margin:10px auto;width:100%;}
		h3.heading_purple{margin:15px auto;}
		.shop-catalogue{max-width: 100%}
		.catalogueTable td.catalogueItem {
		  float: none;
		  display: block;
		  clear: both;
		}
		.catalogueTable .shop-catalogue {
		 	padding: 0px;
		  	width: 100%;
		  	margin:0px auto;
		  	border:0px;
		  	height:45px;
		}
		.catalogueTable .shop-catalogue h4{background:#441C1C;padding:14px 0px;border:0px;}
		.catalogueTable .shop-catalogue h4 a{color:white;line-height: 15px;display: block;}
		.catalogueTable .shop-catalogue .image{height:auto;display:none;}
		.catalogueTable .entry-content img{display:none;}
		.catalogueTable .entry-content a, .entry-content a:hover{color:rgb(152, 107, 107);}
		table.productTable{table-layout: auto;width:100%;}
		table.productTable {max-width: 530px;display:block;margin:0px auto;}
		table.productTable td{display:block;float:left;width:48%;}
		div#sidebar{display:none;}
		#post-single.type-page .post-container, #post-single.error-404 .post-container{width:90%;}
		table.cart th, table.cart td { padding: 1% 2%;}
    	table.productTable.productSmall tr {  display: block;}
    
    
	}

    /* Extra Small Devices, Phones */ 
    @media only all and (max-width : 480px) {
		.bd #bannerspace_wrap, .bd #bannerspace, .bd .slide{max-width:468px;height:320px;}
		
		#call-to-action .container{width:100%;text-align:center;}
		#call-to-action a{position:relative;float:none;clear:both;padding:10px 0px;margin:15px auto;right:0px;}
		#site-features .feature-list{margin:0px !important;}
		#site-features ul.feature-list {display: block;text-align:center;}
		#site-features li.feature {width:100%;margin:0px;padding:10px 10px;margin:0px auto;}
		#site-features .feature p{width:100%;}
		
		div#bd-intro h1{line-height:1em !important;font-size:1.8em;}
		div.featur_pro_left {  float: none; max-width: 480px; width: 100%; text-align: center; margin: 0px auto; clear: both;}
		ul.featured_pro{margin:0px auto;max-width:480px;width:100%;text-align:center;}
		ul.featured_pro li.featured_li{display:block;width:100%;margin:0px auto;text-align:center;background:none;height:240px;margin-bottom:15px;max-width:100%;}
		ul.featured_pro li.featured_li table{text-align:center;margin:0px auto;background:#F4DAB0;display:block;height:245px;}
		ul.featured_pro li.featured_li table img{margin-top:5px;}
		td.feat_title h3 a{padding:5px;}
		ul.featured_pro li.featured_li table td.feat_price{width:100%;max-width:130px;position:relative;display:block;margin-top:5px;padding:10px;margin:0px auto;}
		h3.post-titlefe {
		  text-align: center;
		  margin: 0px;
		  padding: 0px;
		  font-size: 16px;
		}
		
		#footer .container{max-width:990px;width:100%;}
		#footer ul.widgets{display:block;}
		#footer ul.widgets li{width:100% !important;display:block;text-align:center;margin:10px 0px;padding:10px 0px;}
		
		h3#selection_done{line-height:1em;text-align:center;}
		
		
    	


		#post-single.type-page .post-container, #post-single.error-404 .post-container {
			max-width: 620px;
			width: 100%;
		}
		#post-single {
			margin: 0px;
		}
		#post-single .container, .forsearch .container {
			max-width: 930px;
			width: 100%;
			padding: 0px;
			margin: 0px auto;
			text-align: center;
		}
		.entry-content {
			max-width: 600px;
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
		

		input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox{max-width:300px; width:90%;}
}
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 430px) {
    div#cat_1628345_divs, div#cat_1628347_divs{ width:100%;padding:10px 0px;}
    }
@media only screen and (max-width : 340px){

    table.productTable td{width:90%;margin:0px 5%;}

}