/*
Theme Name: Seattle Hempfest
Theme URI: http://www.420webpros.com
Description: Seattle Hempfest theme by 420 Web Pros
Version: 1.0
Author: 420 Web Pros
Author URI: http://www.420webpros.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 0 - fonts ===*/

@font-face {
    font-family: 'FestivalJomfruerchunky';
    src: url('fonts/festivaljomfruer-webfont.eot');
    src: url('fonts/festivaljomfruer-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/festivaljomfruer-webfont.woff') format('woff'),
         url('fonts/festivaljomfruer-webfont.ttf') format('truetype'),
         url('fonts/festivaljomfruer-webfont.svg#FestivalJomfruerchunky') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClaireHandRegular';
    src: url('fonts/clairehandregular-webfont.eot');
    src: url('fonts/clairehandregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clairehandregular-webfont.woff') format('woff'),
         url('fonts/clairehandregular-webfont.ttf') format('truetype'),
         url('fonts/clairehandregular-webfont.svg#ClaireHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaMedium';
    src: url('fonts/hv_____-webfont.eot');
    src: url('fonts/hv_____-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hv_____-webfont.woff') format('woff'),
         url('fonts/hv_____-webfont.ttf') format('truetype'),
         url('fonts/hv_____-webfont.svg#HelveticaMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltstd47LtCn';
    src: url('fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-ltcn-webfont.svg#fonts/helveticaneueltstd47LtCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*=== NED SECTION 0 - fonts ===*/


/*=== START SECTION 1 - Initial Styling ===*/
html, body {
	height: 100%;
}
body {
	font-family: HelveticaMedium, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #333;
	background: url(images/background.jpg) top center no-repeat #484b4e;
}
#wrapper {
	width: 960px;
	margin: 0 auto -25px;
	padding: 0px;
	background: #c6c6c6;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.alignleft {
 	float: left;
}
.alignright {
	float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright, img[align=right] {
	margin: 15px 0 0 15px;
	display: inline;
}
img.alignleft, div.alignleft, img[align=left] {
	margin: 15px 15px 0 0;
	display: inline;
}
a:link, a:visited, a:active, a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: FestivalJomfruerchunky;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	color: #005ca6;
	font-family: FestivalJomfruerchunky;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 181px;
	width: 960px;
	margin: 0px;
	background: url(images/header-bg.jpg) top left no-repeat;
	position: relative;
	z-index: 10;
}
#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	left: -1px;
	z-index: 18;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	margin: 0px;
	width: 198px;
	height: 181px;
	padding: 0;
	clear: both;
	display: block;
	text-indent: -99999px;
	background: url(images/logo.png) top left no-repeat;
	border: none;
}
#header h1 a:hover {
	text-decoration: underline;
}
#header #search_area {
	position: absolute;
	top: 18px;
	right: 49px;
	width: 0px;
	height: 49px;
	background: url(images/search-area-bg.png) no-repeat;
	display: none;
}
#search_area #search_form {
	width: 305px;
	height: 26px;
	background: url(images/search-form-bg.png) no-repeat;
	margin: 11px 13px;
	position: relative;
}
#search_form label {
	position: absolute;
	top: 5px;
	left: 4px;
	font-family: HelveticaMedium;
	font-size: 14px;
	color: #676767;
	z-index: 0;
	background: url(images/search-arrows.png) 220px 4px no-repeat;
	width: 270px;
}
#search_form input[type=text] {
	height: 25px;
	padding: 0;
	border: 0;
	background: none;
	width: 270px;
	margin: 1px 0 0 4px;
	float: left;
	position: relative;
	z-index: 1;
	outline: none;
}
#search_form #search_button {
	width: 30px;
	height: 25px;
	background: url(images/search-button.png) no-repeat;
	border: none;
}
.menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 860px;
	height: 49px;
	position: absolute;
	top: 68px;
	right: 49px;
	font-family: FestivalJomfruerchunky;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #111111;
	z-index: 15;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: right;
	height: 49px;
}
.menu li {
	display: block;
	list-style-type: none;
	margin: 0;
	float: left;
	height: 49px;
	position: relative;
}
.menu li#search {
	width: 60px;
	height: 49px;
	background: url(images/search-bg.png) top left no-repeat;
	cursor: pointer;
}
.menu li a:link, .menu li a:visited {
	text-decoration: none;
	border: none;
	display: block;
	float: left;
	font-size: 14px;
	padding: 18px 0 14px;
	color: #fff;
}
.menu li a span.element {
	display: block;
	border-left: 1px dotted #454545;
	padding: 0 19px;
	float: left;
}
.menu li:first-child a span {
	border: none;
}
.menu li a span.arrow {
	background: url(images/menu-down-arrow.png) top center no-repeat;
	float: left;
	display: block;
	width: 9px;
	height: 7px;
	margin: 5px 15px 0 0;
}
.menu li a:hover span.arrow, .menu li.current_page_item a span.arrow {
	background-position: bottom center;
}
.menu li a:hover, .menu li.current_page_item a {
	text-decoration: underline;
	color: #35a672;
}
.menu li > div {
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	z-index: 15;
	display: none;
}
.menu li:hover > div {
	display: block;
}
.menu li li > div {
	position: absolute;
	top: 15px;
	left: 100%;
	margin-left: -15px;
	width: auto;
	z-index: 15;
	display: none;
}
.menu div ul {
	margin: 0;
	padding:0 0 15px;
	list-style: none;
	float: none;
	z-index: 16;
	background: #006339;
	box-shadow: inset 0px 10px 40px #333;
	height: auto;
}
.menu div li {
	display: block;
	float: none;
	height: auto;
}
.menu div li a:link, .menu div li a:active,
.menu div li a:visited {
	display: block;
	float: none;
	height: auto;
	text-align: center;
	font-size: 12px;
	padding: 18px 0 0;
	color: #fff;
	text-decoration: none;
}
.menu div li a:hover, .menu div li.current_page_item a {
	text-decoration: none;
	color: #111111;
}
.menu div li a span.element {
	display: block;
	float: none;
	text-align: center;
}
.menu div li a span.arrow {
	display: none;
}
#header .menu a.no-click {
	cursor: default;
}
#half_banner {
	background: #000;
	width: 245px;
	height: 72px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 385px;
	bottom: -40px;
	z-index: 3;
}
#half_banner .kd_ads {
	margin: 6px 5px;
	width: 235px;
}
#cart_area {
	position: absolute;
	left: 105px;
	bottom: -40px;
	height: 49px;
	padding: 5px;
	border: 5px solid #000;
	background: #fff;
	width: 225px;
}
#cart_area #loading {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}
#cart_area p {
	margin: 0;
}
#cart_area table {
	width: 100%;
}
#cart_area .button {
	float: left;
	margin: 0;
	color: #fff;
	height: 21px;
	line-height: 23px;
	background-position: 100% -3px;
}
.woocommerce #wrapper #cart_area a.visitshop,
#cart_area .visitshop {
	float: none;
	clear: both;
	margin-top: 6px;
}
#/*cart_area form {
	float: right;
}*/
#sponsor_banner {
	background: url(images/we-like-2.png) 9px 14px no-repeat #000;
	width: 245px;
	height: 72px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	right: 50px;
	bottom: -40px;
	z-index: 3;
}
#sponsor_banner .kd_ads {
	margin: 6px 5px;
	float: right;
}
#sponsor_banner .kd_ads_block {
	position: relative;
	height: 60px;
	float: right;
}
#sponsor_banner .kd_ads_block a {
	display: block;
	width: 187px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: #333333;
	font-size: 12px;
	color: #cfcfcf;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main_cont {
	background: url(images/texture-bg.png) top center no-repeat;
	overflow: hidden;
}
#title_area {
	width: 874px;
	height: 111px;
	background: url(images/title-area-bg.png) top center no-repeat;
	margin: 63px auto 0;
	font-family: FestivalJomfruerchunky;
	font-size: 36px;
	line-height: 84px;
	text-indent: 24px;
	color: #fff;
	position: relative;
	z-index: 9;
}
#title_area small {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	float: right;
	margin-right: 45px;
}
#title_area small a {
	text-decoration: none;
	color: #fff;
	border: none;
	position: relative;
	display: block;
}
#title_area small a:before {
	content: '';
	position: absolute;
	border-left: 6px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: -15px;
	top: 42%;
	top: calc(50%-5px);
}
#title_area small a:after {
	content: '';
	position: absolute;
	border-left: 6px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	right: -23px;
	top: 42%;
	top: calc(50%-5px);
}
@-moz-document url-prefix() {
    #title_area a {
        padding-right: 23px;
    }
    #title_area small {
    	margin-right: 28px;
    }
}
#slider_area {
	width: 960px;
	height: 430px;
	margin: 0 auto;
	background: #C6C6C6;
	font-family: FestivalJomfruerchunky;
	font-size: 36px;
	line-height: 84px;
	text-indent: 24px;
	color: #fff;
	position: relative;
	z-index: 9;
}
#product_info #info_inner #next, #product_info #info_inner #prev,
#slider_area #next, #slider_area #prev {
	display: block;
	position: absolute;
	width: 36px;
	height: 44px;
	text-indent: -99999px;
	z-index: 10;
	cursor: pointer;
}
#product_info #info_inner:hover #next, #product_info #info_inner:hover #prev {
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}
#product_info #info_inner #next:active, #product_info #info_inner #prev:active,
#product_info #info_inner #next:hover, #product_info #info_inner #prev:hover {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	top: 107px;
}
#slider_area #next:hover, #slider_area #prev:hover {
	top: 174px;
}
#slider_area #next {
	background: url(images/slider-next.png) no-repeat;
	top: 172px;
	right: 18px;
}
#slider_area #next:active {
	top: 174px;
	right: 17px;
}
#slider_area #prev {
	background: url(images/slider-prev.png) no-repeat;
	top: 172px;
	left: 316px;
}
#slider_area #prev:active {
	top: 174px;
	left: 315px;
}
#product_info #info_inner #next {
	background: url(images/slider-next.png) no-repeat;
	top: 105px;
	right: 5px;
	opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#product_info #info_inner #prev {
	background: url(images/slider-prev.png) no-repeat;
	top: 105px;
	left: 5px;
	opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#slider_area h2 {
	position: absolute;
	bottom: 55px;
	color: #fff;
	font-size: 32px;
	left: 0;
}
#slider_area .slide-des {
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 50px;
}
#slider_area #slideshow_container {
	position: relative;
}
#slideshow_container .slide {
	top: 0;
	left: 0;
	position: absolute;
}
#subscribe {
	width: 129px;
	height: 35px;
	background: url(images/subscribe.png) top left no-repeat;
	display: block;
	position: absolute;
	top: 26px;
	right: 11px;
	border: none;
	padding: 0;
}
#share {
	width: 584px;
	height: 48px;
	background: url(images/share-bg.png) top center no-repeat;
	position: absolute;
	left: 7px;
	bottom: -8px;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	z-index: 2;
	font-family: ClaireHandRegular;
	text-indent: 17px;
}
#share.long {
	width: 860px;
	background-image: url(images/share-bg-long.png);
}
#share span {
	display: block;
	float: left;
}
#share .addtoany_list a {
	padding: 9px 0 0;
	width: 100px;
}
#share a.addtoany_share_save img {
	padding-top: 7px;
}
#share .addtoany_list a iframe, #share .addtoany_list a .fb-like {
	float: left;
}
#share a {
	border: none !important;
}
#share_buttons {
	float: left;
	padding-top: 4px;
}
#slider_area #share {
	left: 50px;
}
#share .breadcrumbs {
	font-family: helveticaneueltstd47LtCn;
	font-size: 12px;
	color: #005ca6;
	float: left;
}
#share .breadcrumbs a {
	color: #005ca6;
}
#share .breadcrumbs span {
	float: none;
	display: inline;
	display: inline-block;
	text-indent: 0;
	color: #666666;
}
#slideTabs {
	z-index: 10;
	position: absolute;
	bottom: 34px;
	right: 47px;
}
#slideTabs .slideTab {
	border: 1px solid #fff;
	cursor: pointer;
	float: left;
	margin-left: 2px;
}
#slideTabs .activeTab {
	border-color: #000;
}
#links_area {
	position: absolute;
	top: 0;
	left: 50px;
	background: url(images/links-bg.png) bottom left no-repeat;
	width: 240px;
	height: 255px;
	z-index: 3;
	padding-bottom: 15px;
}
#links_area a.button {
	width: 219px;
	padding: 0;
	color: #fff;
	margin: 14px 10px 0;
	text-indent: 10px;
}
#share iframe {
	font-family: ClaireHandRegular;
}
#main {
	width: 860px;
	background: #fff;
	margin: -18px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#main:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#inline-main {
	width: 860px;
	background: #fff;
	margin: 0 -58px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: url(images/shaded-bg.jpg) top center repeat-y;
}
#main.bg {
	background: url(images/shaded-bg.jpg) top center repeat-y;
}
.blog #main, #main.home-page {
	background-color: #efefef;
}
#content {
	width: 584px;
	float: left;
	line-height: 18px;
	background: url(images/content-bg.jpg) top right repeat-y;
	margin-top: 20px;
}
#inline-content {
	width: 584px;
	float: left;
	line-height: 1.3em;
	background: url(images/content-bg.jpg) top right repeat-y;
}
.full #content, .product-single #content {
	width: 100%;
}
.product-grid #content {
	width: 666px;
}
#content img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post, div.page, .wpsc-product, .woocommerce-page #content ul.products {
	padding: 16px;
	font-size: 13px;
	background: url(images/post-gradient-2.png) top left repeat-x;
}
#content div.page-content {
	padding: 26px;
}
.product-single .page, .product-single .wpsc-product {
	padding: 16px 0;
}
.post h2 {
	font-size: 18px;
	padding: 0;
	float: left;
	display: block;
	width: 420px;
}
div.page h2 {
	font-size: 18px;
	padding: 0;
	display: block;
	clear: none;
}
#content div.page-content h1 {
	font-family: ClaireHandRegular;
	font-size: 23px;
	line-height: 28px;
	color: #006738;
	font-weight: normal;
	clear: none;
}
.entry-post {
	overflow: hidden;
}
.entry-post h2 a:link, .entry-post h2 a:visited,
.entry-post h2 a:active, .entry-post h2 a:hover{
	color: #005ca6;
	border: none;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-head {
	overflow: hidden;
}
.entry-head h2 {
	margin: 11px 11px 0 16px;
	clear: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content p, .entry-excerpt p {
	margin: 7px 0;
}
.entry-content blockquote {
	font: italic 12px/1.5em Georgia, "Times New Roman", Times, serif;
	color: black;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0;
	margin: 30px 0 30px 0;
}
.entry-content blockquote p {
	background: url(images/blockquote2.png) no-repeat left top;
	padding: 0 30px 0 40px;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 59px;
	width: 58px;
	display: block;
	float: right;
	margin: 0;
	color: #000000;
	font-family: helveticaneueltstd47LtCn;
	background: url(images/date-bg.png) top left no-repeat;
}
.entry-month {
	font-size: 13px;
	width: 58px;
	text-align: center;
	height: 13px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
	color: #fff;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 29px;
	width: 58px;
	margin: 0;
	color: #0E6F43;
	line-height: 27px;
}
.navigation {
	clear: both;
	padding: 0 20px 10px;
	overflow: hidden;
	font-family: ClaireHandRegular;
	line-height: 28px;
}
.navigation a:link, .navigation a:visited,
.navigation span {
	color: #006738;
	border: none;
	font-size: 18px;
}
.navigation .alignleft a {
	background: url(images/nav-prev.png) center left no-repeat;
	padding-left: 25px;
}
.navigation .alignright a {
	background: url(images/nav-next.png) center right no-repeat;
	padding-right: 25px;
}
.entry-meta {
  margin: 0 0 10px 16px;
  float: left;
  color: #333;
}
.entry-meta a:link, .entry-meta a:visited,
.entry-meta span {
	color: #005ca6;
	border: none;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
.entry-avatar {
	float: left;
}
.entry-avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	margin-top: 10px;
}
.pagetitle {
	text-align: center;
}
.entry-comments {
	padding: 16px;
}
#product_info, #product_info .featured_product {
	background: url(images/post-gradient-2.png) top left repeat-x #fff;
	height: 250px;
	overflow: hidden;
}
#product_info #info_inner {
	position: relative;
	min-height: 250px;
	width: 100%;
	margin-top: 6px;
}
#product_info .featured_product {
	position: absolute;
	top: 0;
	height: 229px;
	width: 666px;
	left: 0;
	padding-top: 15px;
}
#page_info, #event_info {
	background: url(images/post-gradient-2.png) top left repeat-x;
	position: relative;
}
#page_info #info_content, #event_info #info_content {
	padding: 25px 50px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	font-family: ClaireHandRegular;
}
#event_info #info_content {
	padding-bottom: 0;
}
#page_info #info_content p {
	margin: 8px 0;
}
#event_info #info_content h2 {
	font-family: ClaireHandRegular;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
#event_table {
	width: 630px;
	margin: 25px auto 0;
}
#event_table th {
	text-align: right;
	font-size: 12px;
	font-family: FestivalJomfruerchunky;
	color: #005ca6;
	vertical-align: top;
	font-weight: normal;
	line-height: 18px;
}
#event_table td {
	font-family: helveticaneueltstd47LtCn;
	font-size: 14px;
	vertical-align: top;
	padding: 0 0 20px 25px;
	line-height: 18px;
}
#event_table td a:link, #event_table td a:visited,
#event_table td a:active, #event_table td a:hover {
	border: none;
	color: #005ca6;
}
#event_table td #address_icon {
	float: right;
}
#event_content {
	background: url(images/post-gradient-2.png) top left repeat-x;
	position: relative;
}
#event_content .entry-content {
	padding: 40px 50px 30px;
}
	#central_logo {
	position: absolute;
	top: 15px;
	left: 3px;
}
#product_info #page_head_text {
	position: absolute;
	left: 200px;
	top: 30px;
	width: 550px;
}
#product_info #page_head_text h2 {
	font-family: ClaireHandRegular;
	font-weight: normal;
	color: #0e7144;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#product_info #page_head_text p {
	margin: 3px 0;
}
#terms_triangle {
	position: absolute;
	bottom: -4px;
	right: -4px;
}
#info_inner #searchform {
	position: absolute;
	left: 200px;
	bottom: 60px;
}
#cat_list, #search_field {
	float: left;
}
.woocommerce #wrapper div.product form.cart .variations td.label,
#cat_list, .variation-list {
	color: #fff;
	background: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: FestivalJomfruerchunky;
	font-size: 12px;
	line-height: 28px;
	height: 26px;
	padding: 0 5px;
	margin-right: 50px;
}
.woocommerce #wrapper div.product form.cart .variations select,
#cat_list select, .variation-list select {
	background: #000;
	color: #fff;
	border: none;
	font-weight: normal;
	font-size: 12px;
	outline: none;
}
#search_field {
	background: url(images/search-bg-2.png) no-repeat;
	width: 243px;
	height: 26px;
	position: relative;
}
#search_field #s {
	margin-left: 25px;
	width: 181px;
	border: none;
	background: none;
	margin-top: 4px;
}
#search_field input[type=submit] {
	width: 31px;
	background: none;
	border: none;
}
#search_field label {
	position: absolute;
	top: 5px;
	left: 25px;
	font-family: helveticaneueltstd47LtCn;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	z-index: 0;
	width: 270px;
	pointer-events: none;
}
.wpsc_page_numbers_top {
	position: absolute;
	bottom: 20px;
	left: 200px;
	font-size: 18px;
	color: #287cb1;
	font-family: ClaireHandRegular;
}
.wpsc_page_numbers_top .item-count {
	font-size: 14px;
	display: inline-block;
	color: #323232;
	margin: 0 40px 0 15px;
	font-family: HelveticaMedium;
}
.wpsc_page_numbers_top span, .wpsc_page_numbers_top a {
	font-family: HelveticaMedium;
	font-size: 14px;
}
#content h2.page-title {
	font-family: ClaireHandRegular;
	font-weight: normal;
	color: #0e7144;
	font-size: 18px;
	line-height: 28px;
	margin: 0 18px 10px;
	padding: 0;
	width: 100%;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	padding: 10px;
	border: 1px solid #bbb;
}
ol.commentlist li a {

}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 276px;
	float: right;
	margin: 0;
	background: url(images/sidebar-bg.png) top right no-repeat #efefef;
}
#sidebar img {
	height: auto;
}
#sidebar.custom-sidebar {
	margin-top: 26px;
	padding-top: 20px;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2, #featured_product h2,
#product_info .featured_product h2 {
	font-size: 18px;
	font-family: ClaireHandRegular;
	font-weight: normal;
	color: #006738;
	text-indent: 32px;
	background: url(images/leaf-icon.png) top left no-repeat;
	line-height: 33px;
	width: auto;
}
#sidebar h2.widgettitle a:link, #sidebar h2.widgettitle a:active,
#sidebar h2.widgettitle a:visited, #sidebar h2.widgettitle a:hover {
	color: #006738;
	text-decoration: none;
}
#sidebar ul {
	margin: 0px 20px 0 23px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul ul li, #sidebar ul ul li {
	font-size: 12px;
	margin-left: 3px;
	font-family: FestivalJomfruerchunky;
	padding: 3px 0;
	border-bottom: 1px solid #bfbfbf;
	background: url(images/sidebar-arrow.png) center right no-repeat;
}
#sidebar li.widget {
	overflow: hidden;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	color: #005ca6;
	border: none;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#featured_product {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
#featured_product .button {
	position: absolute;
	top: 0;
	right: 0;
}
#product_info .featured_product .product-description {
	height: 70px;
	overflow: hidden;
}
#product_info .featured_product .button {
	margin: 0;
}
#product_info .featured_product .imagecol {
	width: 221px;
	height: 220px;
	float: right;
	margin-right: 45px;
	position: relative;
	clear: both;
	display: table;
}
#product_info .featured_product .imagecol p {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#featured_product .imagecol {
	width: 221px;
	float: left;
	margin-right: 20px;
	position: relative;
	clear: both;
}
#featured_product .imagecol .button {
	position: absolute;
	top: 8px;
	left: 10px;
	margin: 0 5px 0 0;
	padding: 0 50px 0 15px;
}
#featured_product .imagecol img,
#product_info .featured_product .imagecol img {
	border: 1px solid #000;
}
#featured_product .product-info {
	float: left;
	width: 295px;
	padding: 0;
	background: none;
}
#product_info .featured_product .product-info {
	float: left;
	width: 295px;
	padding: 0;
	background: none;
	margin-left: 45px;
}
#featured_product h2.product-title,
#product_info .featured_product h2.product-title {
	background: none;
	text-indent: 0;
	color: #005ca6;
	font-size: 18px;
	line-height: 28px;
	font-family: FestivalJomfruerchunky;
	float: none;
	width: 250px;
	margin: 10px 0 0;
}
#featured_product .product-price ,
#product_info .featured_product .product-price{
	font-family: helveticaneueltstd47LtCn;
	color: #676767;
	font-size: 18px;
	font-weight: bold;
}
#sidebar.home-left {
	float: left;
	margin-left: -16px;
	width: 260px;
	background: url(images/post-gradient-2.png) top left repeat-x;
}
#sidebar .home-left ul {
	margin: 0 0 0 23px;
}
#sidebar.home-left .wrap {
	background: url(images/sidebar-gradient.png) top right no-repeat;
	min-height: 400px;
}
#sidebar.product-grid-sidebar {
	float: left;
	margin: 10px 0 0 -16px;
	width: 210px;
	background: url(images/post-gradient-2.png) top left repeat-x;
}
#sidebar.product-grid-sidebar .widget {
	overflow: visible;
}
#sidebar.product-grid-sidebar li li ul {
	background: #efefef;
	padding: 5px;
	margin-top: 5px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#sidebar.product-grid-sidebar li.wpsc-current-cat > ul ul,
#sidebar.product-grid-sidebar ul ul ul,
#sidebar.product-grid-sidebar ul ul li a.wpsc_category_image_link {
	display: none;
}
#sidebar.product-grid-sidebar li.wpsc-current-cat > ul li,
#sidebar.product-grid-sidebar li.wpsc-cat-ancestor > ul li {
	display: block;
	padding: 3px 0 0;
	background-position: right 11px;
}
#sidebar.product-grid-sidebar .wrap {
	background: url(images/sidebar-gradient.png) top right no-repeat;
	min-height: 400px;
}
#sidebar.product-grid-sidebar ul ul li {
	border-bottom: none;
	background-position: right 7px;
	position: relative;
}
#sidebar.product-grid-sidebar ul ul li a {
	border-bottom: 1px solid #bfbfbf;
	padding-right: 20px;
}
#sidebar.product-grid-sidebar ul ul ul li a {
	border-bottom: none;
	border-top: 1px solid #bfbfbf;
	padding: 3px 0 0;
}
#sidebar.product-grid-sidebar ul ul ul li:first-child a {
	border-top: none;
}
#sidebar.product-grid-sidebar li:hover > ul.children {
	display: block;
	position: absolute;
	top: -9px;
	right: -145px;
	z-index: 12;
	width: 164px;
}
#sidebar.home-middle {
	width: 324px;
	margin-right: -16px;
	background: url(images/post-gradient-2.png) top left repeat-x;
}
#sidebar.home-middle ul {
	margin: 0;
}
#sidebar.home-middle li {
	background: url(images/post-gradient-2.png) top left repeat-x;
	padding: 0 15px;
	margin-bottom: 20px;
}
#sidebar .posts_list li {
	background: none;
	overflow: hidden;
	border: none;
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#sidebar .posts_list .entry-date {
	float: left;
	margin-right: 5px;
}
#sidebar .posts_list .post_extra_info {
	float: left;
	width: 211px;
	font-size: 15px;
}
#sidebar .posts_list .post_extra_info p {
	margin: 8px 0 0;
	padding: 0;
}
#sidebar .posts_list li:hover .entry-date {
	background-position: bottom left;
	color: #fff !important;
}
#sidebar .posts_list li:hover .entry-day {
	color: #fff !important;
}
#sidebar .posts_list .post_extra_info a:link {
	text-decoration: underline;
}
#sidebar .posts_list .post_extra_info a:hover, #sidebar .posts_list li:hover a:link {
	text-decoration: none;
}
#sidebar .posts_list .post_extra_info .comments a:link {
	text-decoration: none;
	font-size: 11px;
	font-family: HelveticaMedium;
	color: #333;
}
#sidebar .volunteer_list li {
	border: none;
	font-size: 12px;
	font-family: FestivalJomfruerchunky;
	text-align: center;
	background: none;
}
#sidebar .volunteer_list li img {
	display: block;
	margin: 0 auto;
}
#sidebar .volunteer_list a:link {
	text-decoration: none;
}
#sidebar.home-bottom-ads {
	clear: both;
	width: 568px;
	margin: 0;
	padding: 30px 0 20px;
	float: none;
	background: none;
}
#sidebar.home-bottom-ads ul {
	margin: 0;
}
#sidebar.home-bottom-ads li {
	display: block;
	background: none;
}
#sidebar.home-bottom-ads .kd_ads_block {
	width: 568px !important;
	overflow: hidden;
	background: none;
}
#sidebar.home-bottom-ads .kd_ads_block a {
	display: block;
	float: left;
	margin-left: 22px;
}
#sidebar.home-bottom-ads .kd_ads_block a:first-child {
	margin-left: 0;
}
#sidebar.home-right {
	margin-top: 18px;
	padding-top: 25px;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
#sidebar.home-right ul {
	margin: 0 19px;
}
#sidebar.home-right li.KadomAdsWidget a.kdads-link {
	display: block;
	margin: 25px 0;
}
#sidebar.home-right li.KadomAdsWidget a.kdads-link:first-child {
	margin-top: 0;
}
#sidebar.home-right img {
	display: block;
	margin: 0 auto;
}
#sidebar.home-right ul ul {
	margin: 0;
}
#sidebar .widget_polls-widget {
	background: url(images/top-left-gradient.png) top left no-repeat;
	margin-top: 25px;
	margin-left: -19px;
	padding: 1px 0 15px 19px;
	width: 257px;
	overflow: hidden;
}
#sidebar .wp-polls {
	font-family: HelveticaMedium;
	font-size: 14px;
}
#sidebar .wp-polls ul.wp-polls-ul li {
	border: none;
	background: none;
	color: #00467b;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#push {
	height: 25px;
}
#footer_sidebar {
	min-height: 125px;
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/we-like.png) center left no-repeat;
}
#footer_sidebar ul {
	margin: 27px 0 0 40px;
	padding: 0;
	list-style: none;
}
#footer_sidebar li {
	display: block;
	float: left;
	padding: 0 0 0 34px;
}
#footer_sidebar li h2 {
	display: none;
}
#footer_sidebar li a {
	border: none;
}
#footer_sidebar img {
	max-height: 100px;
	width: auto;
}
#inner_footer {
	height: 121px;
	background: #111111;
}
#inner_footer table {
	margin: 0 50px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
}
#inner_footer table td {
	padding-top: 20px;
}
#inner_footer a:link, #inner_footer a:active,
#inner_footer a:hover, #inner_footer a:visited {
	color: #666666;
	text-decoration: none;
	border: none;
}
#inner_footer a#credits:link, #inner_footer a#credits:active,
#inner_footer a#credits:hover, #inner_footer a#credits:visited,
#inner_footer .footer-menu a:link, #inner_footer .footer-menu a:active,
#inner_footer .footer-menu a:hover, #inner_footer .footer-menu a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin: 0 20px 0 0;
	padding: 0;
	display: block;
	float: left;
}
.footer-menu li ul {
	display: none;
}
#footer {
	height: 25px;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 0;
	background: url(images/footer-bg.png) top right repeat-x;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10000;
}
#footer_content {
	width: 1001px;
	height: 25px;
	margin: 0 auto;
	position: relative;
	font-family: FestivalJomfruerchunky;
	font-size: 13px;
	line-height: 28px;
}
#footer_content #footer_logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul {
	margin: 0 0 0 204px;
	padding: 0;
	list-style: none;
}
#footer li {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	border-left: 1px solid #46886A;
	line-height: 14px;
}
#footer li:first-child {
	border: none;
}
#footer li#time {
	width: 350px;
	text-shadow: 2px 2px 1px #0d492e;
}
#footer li a span {
	float: left;
	display: block;
	padding: 0px 10px;
}
#footer li a span.arrow {
	background: url(images/footer-arrow.png) top center no-repeat;
	float: left;
	display: block;
	width: 9px;
	height: 7px;
	margin: 5px 15px 0 0;
	padding: 0;
}
#footer #starts {
	color: #5a957a;
}
#footer .goog-te-gadget-simple {
	background: transparent;
	border: none;
	width: 165px;
	height: 25px;
	padding: 0;
	font-family: FestivalJomfruerchunky;
	position: relative;
}
.goog-te-gadget-icon {
	margin-top: -4px;
	position: absolute;
	top: 0;
	right: 5px;
}
#footer .goog-te-menu-value span, #footer .goog-te-menu-value img {
	display: none;
}
#footer .goog-te-menu-value span:first-child {
	display: inline;
	vertical-align: middle;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
.fancybox-wrap a {
	border: none;
}
body #TB_window {
	visibility: visible;
}
.woocommerce div.product form.cart .button,
.woocommerce #wrapper a.button,
.button, #content a.button, #sidebar .wp-polls .Buttons,
#content .single_product_display form.product_form input.button {
	display: inline-block;
	float: right;
	background: url(images/button-bg.png) top right no-repeat;
	height: 27px;
	font-size: 14px;
	line-height: 29px;
	padding: 0 40px 0 15px;
	color: #fff;
	text-shadow: -1px 1px 0 #00567e;
	-webkit-box-shadow: 3px 3px 10px -4px #000;
	-moz-box-shadow: 3px 3px 10px -4px #000;
	box-shadow: 3px 3px 10px -4px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: FestivalJomfruerchunky;
	margin-bottom: 6px;
	/*margin-top: 18px;*/
	border: none;
}
#links_area a.button:hover {
	background-position: bottom right;
	color: #676767;
	text-shadow: none;
}
#sidebar .wp-polls .Buttons {
	padding: 0 15px 0 0;
	margin: 0 19px 0 0;
}
#info_inner .view-cart {
	width: 164px;
	position: absolute;
	bottom: 10px;
	left: 200px;
}
#content .productcol .view-cart {
	width: 164px;
	margin-top: 25px;
	clear: both;
}
.mailing-list {
	display: inline-block;
	float: right;
	background: url(images/mail-bg.png) top right no-repeat #fff;
	height: 27px;
	width: 219px;
	font-size: 14px;
	line-height: 29px;
	color: #676767;
	-webkit-box-shadow: 3px 3px 10px -4px #000;
	-moz-box-shadow: 3px 3px 10px -4px #000;
	box-shadow: 3px 3px 10px -4px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: FestivalJomfruerchunky;
	margin: 14px 10px 0;
	border: none;
	text-indent: 40px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #838383;
	overflow: hidden;
	cursor: pointer;
}
.mailing-list #news_form {
	text-indent: 0;
	padding: 10px;
	line-height: 18px;
}
.mailing-list input[type=text] {
	width: 197px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #005CA6;
}
.mailing-list label {
	color: #005CA6;
}
.clearboth {
	clear: both;
}
br.clearboth {
	width: 100%;
	height: 0;
	font-size: 0;
}
ul.wp_crm_contact_form, ul.wp_crm_contact_form ul, ul.wp_crm_contact_form li,
ul.regform, ul.regform ul, ul.regform li {
	clear: both;
	list-style: none;
}
div.uploadify {
	float: left;
}
.upload-name {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	display: none;
}
.uploadify-queue {
	float: none;
	clear: both
}
.divider {
	border-top: 1px solid #ccc;
	height: 1px;
	font-size: 0px;
	margin: 10px 0;
	clear: both;
}
.box-area {
	background: url(images/post-gradient-2.png) top left repeat-x;
	padding: 26px;
	margin-left: -26px;
	width: 808px;
}
#schedule_table {
	width: 100%;
}
#schedule_table th {
	width: 33%;
	font-family: FestivalJomfruerchunky;
	color: #005ca6;
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
}
#schedule_table th span {
	font-size: 12px;
	display: block;
	line-height: 12px;
}
#schedule_table td {
	vertical-align: top;
}
#schedule_table table {
	font-size: 14px;
	font-family: helveticaneueltstd47LtCn;
}
#schedule_table table td {
	padding: 0 15px 10px 0;
	white-space: nowrap;
	text-align: right;
}
#schedule_table table th {
	color: #005ca6;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	width: auto;
	font-family: helveticaneueltstd47LtCn;
	padding-bottom: 0;
}
.cloud-zoom {
	cursor: crosshair;
}
p #wrap {
	border: 1px solid #000;
}
.wp_crm_error_messages {
	border: 1px solid #f00;
	background: #F2D5E1;
	padding: 3px 8px;
	display: none;
}
/*=== END SECTION 7 - Misc. & Plugins ===*/

/*=== START SECTION 8 - Product Grid ===*/
#content #grid_view_products_page_container {
	clear: both;
	overflow: hidden;
	padding: 0 6px;
}
#content .wpsc_category_grid .category_grid_item {
	width: 128px;
	height: 170px;
	float: left;
	text-align: center;
	margin: 0 0 20px 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
#content .product_grid_item {
	width: 311px;
	height: 185px;
	float: left;
	text-align: center;
	margin: 0 0 20px;
}
#content .product_grid_item .item_image {
	width: 138px;
	float: left;
}
#content .product_grid_item img {
    max-width: 120px;
}
.woocommerce ul.products li.product.first, .woocommerce-page ul.products li.product.first,
#content .wpsc_category_grid .product_grid_item.first-item,
#content .product_grid_item.first-item {
	margin-left: 0;
}
#content div.product_grid_item div.item_no_image {
	margin: 0;
	float: left;
}
#content .grid_product_info {
	text-align: center;
}
#content .product_grid_item .grid_product_info {
	width: 162px;
	text-align: left;
	float: left;
}
#content .product_grid_item .grid_product_info .grid_description {
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	height: 59px;
}
#content .product_grid_item .grid_product_info .grid_description p {
	margin: 0 0 5px;
}
#content .product_grid_item .grid_product_info .grid_description ul {
	margin: 0;
	padding: 0 0 0 14px;
}
#content .product_grid_item .grid_product_info .more_details {
	margin: 0;
	float: none;
}
#content .product_grid_item .grid_product_info .pricedisplay {
	font-weight: bold;
}
#content .product_grid_item .grid_product_info .pricedisplayold {
	text-decoration: line-through;;
	color: #D91D24;
	font-size: 12px;
}
#content .wpsc_category_grid h2.categorytitle {
	font-size: 12px;
	line-height: 15px;
	color: #287cb1;
	width: auto;
	font-family: FestivalJomfruerchunky;
	font-weight: normal;
	text-align: center;
}
#content .product_grid_item h2.prodtitle {
	font-size: 12px;
	line-height: 15px;
	color: #287cb1;
	width: auto;
	font-family: FestivalJomfruerchunky;
	font-weight: normal;
	text-align: left;
	margin-top: 0;
}
#content h2.prodtitle a:link,
#content h2.prodtitle a:visited,
#content h2.prodtitle a:active,
#content h2.prodtitle a:hover {
	color: #287cb1;
	border: none;
	text-decoration: none;
}
.product_grid_item .pricedisplay {
	font-size: 15px;
	color: #333333;
	font-family: helveticaneueltstd47LtCn;
}
#content .wpsc_category_grid a {
	background: none;
	border: none;
	margin: 0 0 10px;
}
#content .wpsc_category_grid a span.item_no_image {
	background: #efefef;
	border: 1px solid #ccc;
	text-indent: -99999px;
	display: block;
	top: 0;
}
#content .wpsc_category_grid a span.item_no_image span {
	display: none;
}
.product-info {
	background: url(images/post-gradient-2.png) top left repeat-x;
	padding: 18px;
	position: relative;
}
#content #single_product_page_container {
	width: auto;
}
#content .single_product_display {
	padding: 0;
}
#content .single-product .entry-content {
	padding: 0;
}
.grid_view_clearboth {
	clear: both;
}
#content a.product-grid-image {
	display: block;
	width: 128px;
	height: 128px;
	border: none;
}
#content a.product-grid-image img {
	display: block;
	margin: 0 auto;
}
.woocommerce ul.products li.product img.no-image, .woocommerce-page ul.products li.product img.no-image
#main #content .product_grid_item img.no-image,
#main #content .product_grid_item img.no-image {
	width: 110px;
	height: 110px;
}
/*=== END SECTION 8 - Product Grid ===*/

/*=== START SECTION 9 - Single Product  ===*/
.product-options-table {
	padding: 12px 12px 0 12px;
}
.product-options-table h2 {
	color: #287CB1;
	font-weight: normal;
	line-height: 22px;
	margin: 10px 0;
}
.product-options-title {
	width: 403px;
}
.product-options-options {
	width: 433px;
}
#content .single_product_display form.product_form input.button {
	width: 201px;
	padding: 0;
	color: #fff;
	margin: 14px 10px 0;
	text-indent: 10px;
	text-align: left;
}
.wpsc_variation_forms {
	margin: 0;
}
.variation-list {
	margin-right: 9px;
	width: 201px;
	padding: 0;
	text-indent: 10px;
	float: right;
}
#content .variation-list select {
	width: 140px;
}
.woocommerce #wrapper div.product form.cart div.quantity,
.woocommerce #wrapper div.product form.cart table div.quantity,
.wpsc_quantity_update {
	display: inline-block;
	width: 106px;
	height: 28px;
	background: url(images/qty-bg.png) no-repeat;
	position: relative;
	top: -2px;
}
.woocommerce #wrapper .quantity label,
#content .wpsc_quantity_update label {
	position: absolute;
	top: 6px;
	left: 5px;
	font-family: helveticaneueltstd47LtCn;
	font-size: 14px;
	display: block;
	color: #676767;
	font-weight: bold;
}
.woocommerce #wrapper .quantity .qty,
#content .single_product_display .wpsc_quantity_update input[type=text] {
	margin: 0;
	line-height: 1.2em;
	font-size: 14px;
	width: 65px;
	border: none;
	padding: 0;
	height: 23px;
	background: none;
	position: absolute;
	top: 2px;
	right: 5px;
}
.woocommerce #wrapper div.product p.price, .woocommerce #wrapper div.product span.price,
#content .single_product_display .wpsc_product_price {
	font-family: helveticaneueltstd47LtCn;
	color: #676767;
	font-size: 18px;
	font-weight: bold;
}
#content .single_product_display .imagecol {
	margin-right: 19px;
	width: 403px;
}
#content .single_product_display .imagecol img.product_image {
	border: 1px solid #898989;
	box-shadow: 1px 1px 5px #898989;
}
#content .productcol {
	width: 400px;
	float: left;
}
.single-product .related.products h2,
.productcol h3, .wpsc_also_bought_title {
	font-family: ClaireHandRegular;
	font-size: 18px;
	font-weight: normal;
	color: #006738;
}
.additional_images {
	margin-top: 15px;
}
.additional_images a:link {
	border: 1px solid #898989;
	box-shadow: 1px 1px 5px #898989;
	display: block;
	float: left;
	margin-left: 9px;
}
.additional_images a:first-child {
	margin-left: 0;
}
.additional_images a:hover img {
	outline: 3px solid #d0d3da;
	outline-offset: -3px;
}
#content .single_product_display .product_description {
	width: 200px;
	float: left;
}
#content .single_product_display .product_description h3 {
	margin-bottom: 15px;
}
.my-products {
	float: right;
	width: 179px;
}
.my-products * {
	cursor: pointer;
}
.want-this {
	width: 87px;
	height: 87px;
	background: url(images/product-status.png) top left no-repeat;
	float: left;
	position: relative;
}
.own-this {
	width: 87px;
	height: 87px;
	background: url(images/product-status.png) top right no-repeat;
	float: right;
	position: relative;
}
.own-this .spinner, .want-this .spinner {
	position: absolute;
	top: 15px;
	left: 13px;
	display: none;
}
.want-this:hover, .want-this.active {
	background-position: bottom left;
}
.own-this:hover, .own-this.active {
	background-position: bottom right;
}
.single-product .related.products,
.wpsc_also_bought {
	background: url(images/post-gradient-2.png) top left repeat-x;
	padding: 18px;
	overflow: hidden;
	position: relative;
}
#content .wpsc_also_bought #search_field {
	background: url(images/search-bg-3.png) no-repeat;
	width: 315px;
	height: 26px;
	position: absolute;
	top: 22px;
	right: 18px;
}
#content .wpsc_also_bought #search_field #s {
	margin-left: 25px;
	width: 252px;
	border: none;
	background: none;
	margin-top: 4px;
}
.wpsc_also_bought_item {
	float: left;
	margin-left: 18px;
	width: 122px;
}
#content .wpsc_also_bought .first {
	margin-left: 0;
}
.woocommerce #wrapper ul.products li.product a img,
.wpsc_also_bought_item img {
	border: 1px solid #898989;
	box-shadow: 1px 1px 5px #898989;
	display: block;
	width: 120px;
	margin-bottom: 0;
}
.also_bought_title {
	margin: 10px 0 5px;
}
.woocommerce #wrapper .related.products .woocommerce-loop-product__title {
	margin: 0;
}
.woocommerce #wrapper .related.products a:link h2.woocommerce-loop-product__title,
.woocommerce #wrapper .related.products a:visited h2.woocommerce-loop-product__title,
.woocommerce #wrapper .related.products a:active h2.woocommerce-loop-product__title,
.woocommerce #wrapper .related.products a:hover h2.woocommerce-loop-product__title,
.also_bought_title a:link, .also_bought_title a:visited,
.also_bought_title a:active, .also_bought_title a:hover {
	font-size: 11px;
	color: #287cb1;
	border: none;
	font-weight: bold;
}
.woocommerce #wrapper div.product .related span.price,
.also_bought_product_price {
	font-family: helveticaneueltstd47LtCn;
	color: #676767;
	font-size: 13px;
	font-weight: bold;
}
.also_bought_product_price p {
	margin: 0;
}
.single_additional_description {
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}
/*=== END SECTION 9 - Single Product  ===*/

/*=== START SECTION 10 - gallery  ===*/
.preview-image-wrap {
	padding: 31px 0px 42px;
	position: relative;
}
#photos_go_back {
	width: 93px;
	height: 92px;
	background: url(images/photos-go-back.png) no-repeat;
	position: absolute;
	top: -60px;
	right: -30px;
	border: none;
}
.preview-image-content {
	position: relative;
}
.gallery-ad-space {
	position: absolute;
	top: 20px;
	right: 0;
}
.gallery-preview-image {
	width: 528px;
	margin-right: 20px;
	float: left;
}
.gallery-preview-image img {
	max-width: 528px;
	display: block;
	margin: 0 auto;
}
.gallery-preview-right {
	width: 238px;
	float: left;
	margin-right: -10px;
}
.gallery-preview-info {
	width: 166px;
	font-family: helveticaneueltstd47LtCn;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}
.carousel-wrap {
	width: 860px;
	margin-left: -26px;
	background: url(images/post-gradient-2.png) top left repeat-x;
	padding: 25px 0 9px;
}
.carousel {
	width: 788px;
	margin: 0;
	padding: 0;
}
.carousel li {
	width: 100px !important;
	padding: 0 0 0 25px;
	margin: 0;
}
.carousel li a {
	border: none;
}
#content .carousel li img {
	padding: 0;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
}
.bx-wrapper .bx-prev {
    background: url("images/carousel-icon-left.png") no-repeat scroll top left transparent;
    height: 21px;
    width: 17px;
    left: 0px;
    position: absolute;
    text-indent: -999999px;
    top: 38px;
    outline: none;
    display: block;
    border: none;
}
.bx-wrapper .bx-prev:hover {
	background-position: top left;
}
.bx-wrapper .bx-next {
    background: url("images/carousel-icon-right.png") no-repeat scroll top left transparent;
    height: 21px;
    width: 17px;
    position: absolute;
    right: 0px;
    text-indent: -999999px;
    top: 38px;
    outline: none;
    display: block;
    border: none;
}
.bx-wrapper .bx-next:hover {
	background-position: top left;
}
.bx-wrapper {
	padding: 0 38px 0 13px;
	margin: 0 0 0 30px;
}
#content .ngg-album .ngg-albumtitle {
	text-align: center;
	font-weight: normal;
}
#content .ngg-album {
	float: left;
	border: none;
	font-family: ClaireHandRegular;
	text-align: center;
	font-weight: normal;
	margin: 0 18px;
}
#content .ngg-album a {
	border: none;
}
#content .ngg-album {
	width: 115px;
}
#content .ngg-gallery-list li img {
	width: 100px;
	height: 100px;
}
#content .ngg-gallery-list li a {
	padding: 0;
	border: none;
}
/*=== END SECTION 10 - gallery  ===*/

/*=== START SECTION 11 - CRM  ===*/
#content ul.wp_crm_contact_form li,
#content ul.regform li {
	padding: 5px 0;
}
.regform label,
.wp_crm_contact_form label {
	display: block;
	float: left;
	width: 47%;
	font-weight: bold;
	padding: 5px 0;
}
.wp_crm_input_wrapper label{
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	padding-bottom: 5px;
}
.checkbox_element .control-label.wp_crm_input_label,
.regform li label.checkbox {
	width: 100%;
	float: none;
}
.regform li label.sublabel {
	clear: both;
	font-weight: normal;
	width: auto;
}
.wp_crm_input_wrapper .input-large,
.regform input[type=text],
.regform input[type=password],
.regform select,
.regform textarea {
	width: 50%;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 2px 5px;
}
.regform select {
	width: 51%;
	margin-left: 5px;
}
.booth_options_element .wp_crm_input_wrapper .input-large,
.booth_options_element .wp_crm_input_wrapper select,
.booth_options_element .regform .input-large,
.booth_options_element .regform select {
	width: 75px !important;
	margin: 0 10px 10px;
}
.wp_crm_contact_form h3,
.regform h3 {
	font-family: helveticaneueltstd47LtCn;
	margin: 25px 0 10px;
	font-size: 28px;
}
#content .wpi_left_col, #content .wpi_right_col {
	float: none;
	width: auto;
}
#wp_invoice_itemized_table td {
	padding: 3px;
}
#wp_invoice_itemized_table td.title_column {
	padding-right: 15px;
}
.wpi_subtotal .bottom_line_title {
	font-weight: bold;
}
.booth_options_element label {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
label.checkbox {
	display: block;
}
.sig-container {
	padding: 10px 0 15px 25px;
}
.rule-text {
	font-size: 15px;
	font-weight: bold;
}
.regform li .uploadify object {
	width: 126px;
	height: 35px;
}
/*=== END SECTION 11 - CRM  ===*/

/*=== START SECTION 12 - TABS  ===*/
.tab-padding {
	padding-bottom: 45px;
}
#main #content .post-tabs {
	margin-top: -56px;
	padding: 0 32px;
}
#main #content .zero-top {
	margin-top: 0;
}
.post-tabs ul, .post-tabs li {
	margin: 0;
	padding: 0;
}
#content .post-tabs ul ul ul {
	margin: 0;
	padding: 0 0 0 12px;
}
#content .ui-widget-content, #content .ui-tabs-nav {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 0 0 20px;
}
#content .ui-tabs .ui-tabs-nav li, #content .ui-tabs-nav a {
	border: none;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 50px;
	color: #0e643c;
}
#content .ui-tabs-nav a {
	padding: 5px 19px;
}
#content .ui-tabs-nav a:focus {
	outline: none;
}
#content .ui-tabs .ui-tabs-nav li {
	margin-right: 1px;
	font-size: 15px;
	font-weight: normal;
	font-family: helveticaneueltstd47LtCn;
	line-height: 28px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	background: #5f9b5e; /* Old browsers */
	background: -moz-linear-gradient(top, #5f9b5e 0%, #a5c2a3 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f9b5e), color-stop(50%,#a5c2a3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5f9b5e 0%,#a5c2a3 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5f9b5e 0%,#a5c2a3 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5f9b5e 0%,#a5c2a3 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5f9b5e 0%,#a5c2a3 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9b5e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected,
#content .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .ui-tabs .ui-tabs-nav li:hover {
	height: 70px;
	margin-bottom: -19px;
	box-shadow: 0 -5px 10px #ccc;
	background: #126740; /* Old browsers */
	background: -moz-linear-gradient(top, #126740 0%, #1f6c46 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#126740), color-stop(50%,#1f6c46), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #126740 0%,#1f6c46 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #126740 0%,#1f6c46 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #126740 0%,#1f6c46 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #126740 0%,#1f6c46 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126740', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#content .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
#content .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
#content .ui-tabs .ui-tabs-nav li:hover a {
	color: #fff;
}
/*=== END SECTION 12 - TABS  ===*/

/*=== START SECTION 13 FAQ SETTINGNS ===*/
.question {
	margin-bottom: 5px;
}
.question span {
	background: url(images/faq-bg.png) center right no-repeat #0069A6;
	padding: 0;
	display: block;
	line-height: 31px;
	color: #fff;
	font-size: 14px;
	font-family: FestivalJomfruerchunky;
	padding-left: 10px;
	cursor: help;
	border: 1px solid #4D91BD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.answer {
	padding: 10px;
	display: none;
}
.answer-a {
	font-size: 14px;
	font-family: FestivalJomfruerchunky;
	padding: 8px 5px 0 0;
}
/*=== END SECTION 13 FAQ SETTINGNS ===*/

/*=== START SECTION 14 DIRECTIONS SETTINGNS ===*/
.directions-wrap {
	position: relative;
	clear: both;
	padding-top: 50px;
}
.directions-tabs {
	width: 112px;
	float: left;
	padding-top: 25px;
}
.directions-tabs a {
	display: block;
	width: 77px;
	height: 77px;
	background: url(images/direction-icons.png);
	margin-bottom: 25px;
	position: relative;
	border: none;
}
.directions-tabs a span {
	position: absolute;
	top: -20px;
	color: #006738;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	width: 77px;
	text-align: center;
	display: none;
}
.tab-text {
	width: 112px;
	font-family: ClaireHandRegular;
	font-size: 18px;
	color: #4487be;
	float: left;
}
.directions-tabs a:hover span, .directions-tabs a.active span {
	display: block;
}
#content .directions-tabs a#bike-icon {
	background-position: top right;
}
#content .directions-tabs a#bike-icon:hover, #content .directions-tabs a#bike-icon.active {
	background-position: top left;
}

#content .directions-tabs a#car-icon {
	background-position: right -97px;
}
#content .directions-tabs a#car-icon:hover, #content .directions-tabs a#car-icon.active {
	background-position: left -97px;
}

#content .directions-tabs a#plane-icon {
	background-position: right -194px;
}
#content .directions-tabs a#plane-icon:hover, #content .directions-tabs a#plane-icon.active {
	background-position: left -194px;
}

#content .directions-tabs a#bus-icon {
	background-position: right -291px;
}
#content .directions-tabs a#bus-icon:hover, #content .directions-tabs a#bus-icon.active {
	background-position: left -291px;
}

#content .directions-tabs a#boat-icon {
	background-position: right -388px;
}
#content .directions-tabs a#boat-icon:hover, #content .directions-tabs a#boat-icon.active {
	background-position: left -388px;
}

#content .directions-tabs a#train-icon {
	background-position: right -485px;
}
#content .directions-tabs a#train-icon:hover, #content .directions-tabs a#train-icon.active {
	background-position: left -485px;
}
.directions-text {
	width: 632px;
	text-align: center;
	font-family: FestivalJomfruerchunky;
	color: #005ca6;
	font-size: 18px;
	line-height: 28px;
}
.directions-fields {
	float: right;
	width: 632px;
	position: relative;
}
.directions-fields div {
	background: url(images/direction-gradient.png) center left no-repeat;
	min-height: 573px;
	position: relative;
	top: 0;
	left: 0;
	display: none;
	padding-left: 37px;
	padding-bottom: 26px;
}
.directions-fields div p {
	margin-top: 20px;
}
.directions-fields div#bike {
	display: block;
}
/*=== END SECTION 14 DIRECTIONS SETTINGNS ===*/

/*=== START SECTION 15 CONTACT FORM ===*/
.wpcf7 label {
	display: block;
	width: 47%;
	float: left;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	width: 50%;
	padding: 3px 5px;
	width: 50%;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 input[type=submit] {
	width: auto;
}
#content div.wpcf7 {
	padding: 10px 0 0 0;
}
.listing-details .value, #content .listing-details .value a, #content .businessdirectory  {
	color: #008000;
	font-weight: bold;
}
#content .listing-details label, #content .businessdirectory a {
	color: #333399;
}
.regform label.hardlabel {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
.regform li.booth-options input,
.regform li.booth-options select {
	width: 75px;
	margin: 0 10px 10px;
}
.regform li.hidden {
	display: none;
}
.acrm-notice {
	position:absolute;
	padding:5px;
	margin:1em 0 3em;
	border:1px solid #ff0000;
	background: #f2d5e1;
	display: inline-block;
	/* css3 */
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.acrm-notice:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 9px;
	border-width: 0 10px 10px;
	border-style: solid;
	border-color: red transparent;
	display: block;
	width: 0;
}

/* creates the smaller  triangle */
.acrm-notice:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 10px;
	border-width: 0 9px 9px;
	border-style: solid;
	border-color: #f2d5e1 transparent;
	display: block;
	width: 0;
}
.uploadify-button  {
	padding: 0 10px;
}
/*=== END SECTION 15 CONTACT FORM ===*/

#content .feed-head {
	color: #339;
	margin: 20px 0;
}
#content .micro_head a {
	color: #008000;
	font-weight: bold;
}
#content .micro_body {
	font-weight: bold;
}

.regwrap {
	display: block;
	width: 744px;
	position: relative;
	overflow: hidden;
}
#content .regform .panel {
	float: left;
	width: 800px;
	clear: none;
	margin: 0;
	padding: 0;
}
#main #content .panel-leave,
#main #content .panel-prev {
	float: left;
	clear: both;
}
.panel-next {
	margin-right: 10px;
}

table.booth-list-table {
	width: 100%;
}
table.booth-list-table td {
	padding: 2px 5px 2px 0;
}
.acrm_form noscript {
	display: block;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #de7e6d;
	color: #7d2a1c;
	background: #e8a397;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ecb5ac), color-stop(100%, #e8a397));
	background-image: -webkit-linear-gradient(top, #ecb5ac, #e8a397);
	background-image: -moz-linear-gradient(top, #ecb5ac, #e8a397);
	background-image: -o-linear-gradient(top, #ecb5ac, #e8a397);
	background-image: linear-gradient(top, #ecb5ac, #e8a397);
	-webkit-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
	-moz-box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
	box-shadow: 0 1px 2px #efc0b8 inset, 0 1px 1px #dfdfdf;
}
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

table.tableizer-table {
	border: 1px solid #CCC; font-family: Helvetica, Arial, serif;
	font-size: 12px;
}
.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
}
.tableizer-table th {
	background-color: #176942;
	color: #FFF;
	font-weight: bold;
}
.jrClass-2015-Sponsor-IMG {

}
.DONOTUSE{
	border: none;
	text-decoration: none !important;
	float: left;
	display: inline;
	margin: 0 10px;
}
#images_hz {
	width: 960px;
	height: auto;
	overflow: hidden;
	border: none;
	text-decoration: none
}
#images_hz img {
	display: inline;
	text-decoration: none !important;
	margin: 0 10px;
	border: none;
	float: left;
}
.woocommerce #wrapper div.product form.cart .button {
	float: none;
	margin-top: 0;
}
.woocommerce #wrapper div.product form.cart .variations,
.woocommerce #wrapper div.product form.cart {
	margin-bottom: 0;
}
.gform_page_footer {
	text-align: right;
}
.gform_page_footer .button {
	float: none;
}
.gform_page_footer .button.gform_previous_button {
	float: left;
}
.gf_progressbar_wrapper {
	display: none;
}
.gform_wrapper h3 {
	margin-top: 30px;
}
.gform_wrapper h3 + br {
	display: none;
}
.entry-content .gform_wrapper p {
	margin: 1rem 0;
}