/* 	
	font-family: 'InterFace W01 Regular1373137', sans-serif;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	font-family: 'InterFace W01 XBold1373143', sans-serif;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
*/

.wrap2 {
	width: 96%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.wrap {
	width: 94%;
	max-width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

.wrap:after {
	content: '';
	display: block;
	clear: both;
}

.wrap2:after {
	content: '';
	display: block;
	clear: both;
}

@media only screen and (max-width : 1024px) {
	.wrap, .wrap2 {
		max-width: 980px;
	}
}

a, a:hover, a:visited, a:active {
	color: #00a274;
}

body {
	font-family: 'InterFace W01 Regular1373137', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #666;
}

body.woocommerce-demo-store {
padding-top:45px
}
p {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	color: #00a274;
}

h1 em, h2 em, h1 i, h2 i {
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
}

i, em {
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
	font-style: normal;
}

.woocommerce-tabs em {
	font-style: italic;
	font-family: 'InterFace W01 Regular1373137', sans-serif;
}

strong {
	font-family: 'InterFace W01 Bold1373127', sans-serif !important;
	font-weight: normal;
}

.extra {
	font-family: 'InterFace W01 XBold1373143', sans-serif !important;
	font-weight: normal;
}

.green {
	color: #00a274 !important;
}

.greenbg {
	background-color: #00a274 !important;
}

.red {
	color: #ff675c !important;
}

.section-title, .entry-header h1.entry-title, .single-product h1.product_title, .site-main h1.page-title {
	font-size: 43.5px;
	position: relative;
	line-height: 1em;
	padding: 52px 0 14px;
	margin-bottom: 24px;
}

.section-title:after, .entry-header h1.entry-title:after, .single-product h1.product_title:after, .site-main h1.page-title:after {
	width: 50px;
	position: absolute;
	bottom: 0;
	height: 4px;
	background: #00a274;
	display: block;
	content: '';
}

.contentalign-center .entry-header h1.entry-title:after, .section-title:after {
	left: 50%;
	margin-left: -25px;
}

.contentalign-right .entry-header h1.entry-title:after {
	right: 0;
	left: auto;
}

/* header */

#masthead {
	min-height: 150px;
	background: url('images/default-top-bg.jpg') scroll repeat-x center top;
	position: relative;
}

#header-top {
	background-color: rgba(241,234,225,0.8);
	min-height: 150px;
	z-index: 9999;
}

.absolute_position {
	position: absolute !important;
	width: 100%;
}

.main-navigation {
	clear: none;
	width: 820px;
	float: right;
	padding-top: 35px;
	padding-bottom: 20px;
}

.main-navigation li {
	margin: 0 11px 0 11px;
}

.main-navigation a {
    padding: 5px 0;
    line-height: 24px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.main-navigation #menu-main-menu > li:hover > a {
	border-bottom: 5px solid #ff675c;
}

.main-navigation #menu-main-menu > li.current-menu-item > a, .main-navigation #menu-main-menu > li.current-menu-ancestor > a {
	border-bottom: 5px solid #00a274 !important;
}

#banner .slide {
	padding-top: 250px;
	height: 670px;
	width: 100%;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	background-position: center center;
	-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 57px;
	line-height: 0.9em;
}

#banner .slide.color-red {
	color: #ff675c;
}

#banner .slide.color-green {
	color: #00a274;
}

#banner .slide p {
	margin-bottom: 0;
}

#banner .slide em {
	font-size: 105%;
}

.slider-pager {
	position: absolute;
	bottom: 86px;
	width: 100%;
	z-index: 9998;
}

.slider-pager:after {
	content: '';
	display: block;
	clear: both;
}

.slider-pager span {
	cursor: pointer;
	display: block;
	float: left;
	border: 2px solid #fff;
	background: #fff;
	margin-right: 10px;
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.slider-pager span.cycle-pager-active {
	background: transparent;
}

#testimonials .slider-pager {
	left: 50%;
	bottom: 70px;
	margin-left: -4px;
	width: auto;
}

.woocommerce-top-info {
	width: 820px;
	float: right;
	text-align: right;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
}

.woocommerce-top-info > div {
	display: inline-block;
	margin-left: 6px;
}

.woocommerce-top-info > div > a:hover {
	text-decoration: underline;
}

.woocommerce-top-info .login-info a {
	display: block;
	line-height: 26px;
	text-decoration: none;
	padding: 15px 25px;
	color: #fff;
	background: #00a274;
}

.woocommerce-top-info .cart-info {
	padding: 0 21px;
	background: #fff;
}

.woocommerce-top-info .cart-info > div {
	display: inline-block !important;
	float: none !important;
}

.woocommerce-top-info .cart-info div a {
	display: block;
	line-height: 26px;
	padding: 15px 4px;
	text-decoration: none;
}

.woocommerce-top-info .cart-info div a:hover {
	text-decoration: underline;
}

.woocommerce-top-info .cart-info .cart-items a {
	color: #000;
}

.woocommerce-top-info .cart-info .checkout-link-container a {
	color: #ff675c;
}

.site-branding {
	width: 190px;
	float: left;
	padding-top: 15px;
}

/* homepage */

#video1 {
	text-align: center;
	background: #f8f4f0;
}

#video1 .wrap {
	padding-bottom: 48px;
}

#second-content {
	text-align: center;
}

#video2 {
	text-align: center;
	background: #f8f4f0;
}

#video2 .wrap {
	padding-bottom: 48px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-video {
	height: 20px;
	margin-top: 24px;
}

.share-video > * {
	margin: 0 5px -4px;
	display: inline-block;
	height: 20px;
}

.share-video.share-post {
	text-align: right;
	float: right;
	width: 50%;
	margin-top: 0;
}

.share-video.share-post > * {
	margin-right: 0;
	margin-left: 10px;
	max-width: 100px;
}

.single-product-footer {
	clear: right;
	margin-top: 70px;
	margin-bottom: 32px;
}

.spf-left .share-video.share-post {
	height: 21px;
	margin-bottom: 50px;
}

.spf-left .share-video.share-post > * {
	margin-left: 0;
	margin-right: 10px;
}

#featured-cats {
	margin-top: 60px;
	margin-bottom: 20px;
}

#featured-cats .f-cat:first-child {
	margin-left: 0;
}

#featured-cats .f-cat {
	float: left;
	margin-left: 33px;
	width: 312px;
}

.f-cat .f-thumb {
	background: #f1eae1;
	height: 242px;
	margin-bottom: 15px;
}

#featured-cats .f-cat a {
	display: block;
}

#featured-cats .f-cat a img {
	display: block;
}

#featured-cats .f-cat .f-cat-title a {
	display: block;
	border: 2px solid #00a274;
	color: #00a274;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5em;
	padding: 14px;
}

#featured-cats .f-cat:hover .f-cat-title a {
	border: 2px solid #ff675c;
	color: #ff675c;
}

.second-content {
	padding-bottom: 32px;
}

/* testimonials */

#testimonials .t-slide {
	background: #00a274;
	color: #fff;
	width: 100%;
	height: 550px;
}

#testimonials .t-slide .t-content {
	min-height: 550px;
	float: left;
	width: 47%;
	max-width: 620px;
	padding-top: 146px;
	padding-left: 96px;
	margin-left: -100px;
	background: url('images/quote.png') scroll no-repeat 98px 90px #00a274;
	font-size: 28px;
	line-height: 1.3em;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

#testimonials .t-slide .t-content em {
	font-size: 117%;
}

#testimonials .t-slide .t-content p {
	margin-bottom: 30px;
}

#testimonials .t-slide .t-content h3 {
	font-size: 28px;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
	line-height: 1em;
	padding: 20px 0;
	position: relative;
}

#testimonials .t-slide .t-content h3:before {
	position: absolute;
	top: 0;
	content: '';
	width: 60px;
	height: 4px;
	background: #fff;
	display: block;
}

#testimonials .t-slide .t-image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	float: left;
	width: 50%;
}

/* page */

.page .hentry {
	text-align: left;
}

.entry-content h3 {
	font-size: 30px;
	line-height: 1em;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
	color: #666;
	margin-bottom: 30px;
}

.entry-content h3 em {
	display: block;
	font-size: 18px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.entry-content a {
	color: #ff675c;
}

a.button, a.greenbutton, a.whitebutton, a.button-image {
	border: 2px solid #00a274;
	margin-top: 1em;
	color: #00a274;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	padding: 18px 36px;
	display: inline-block;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	text-decoration: none !important;
	letter-spacing: 2px;
}

a.button:hover, a.greenbutton:hover {
	color: #ff675c;
	border: 2px solid #ff675c;
}

a.whitebutton {
	background: #fff;
	color: #00a274;
	border: 2px solid #fff;
	padding: 18px 55px;
}

#green-section a.whitebutton {
	color: #00a274;
}

a.whitebutton:hover, #green-section a.whitebutton:hover {
	background: #00a274;
	color: #fff;
}

a.greenbutton {
	background: #00a274;
	color: #fff;
	padding: 18px 55px;
}

a.greenbutton:hover {
	background: #ff675c;
	color: #fff;
}

#green-section blockquote {
	font-size: 30px;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
}

#green-section blockquote p {
	line-height: 1.5em;
	margin-bottom: 0;
}

.contentalign-left {
	text-align: left;
}

.contentalign-center {
	text-align: center;
}

.contentalign-right {
	text-align: right;
}

/* footer */

#newsletters {
	text-align: center;
}

.site-footer {
	background: #006257;
	text-align: center;
	color: #fff;
	padding: 44px 0 24px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #3eb795;
}

.site-footer a:hover {
	border-bottom: 1px solid #fff;
}

.site-footer span {
	color: #2c423c;
	padding: 0 6px;
}

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

.site-footer .copyright {
	font-size: 16px;
}

.site-footer .credits {
	font-size: 12px;
	text-transform: uppercase;
}

#social-links {
	border-top: 1px solid #f1eae1;
	background: #f8f4f0;
}

#social-links a {
	display: block;
	border-right: 1px solid #f1eae1;
	float: left;
	height: 104px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	text-indent: -9999px;
	text-align: left;
	width: 16.5%;
}

#social-links a:hover {
	background-color: #f1eae1;
}

#social-links a:first-child {
	border-left: 1px solid #f1eae1;
	text-align: center;
	text-indent: 0;
	width: 34%;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1em;
	padding: 43px 20px;
	text-decoration: none;
	letter-spacing: 1px;
}

.sl-facebook {
	background: url('images/facebook.png?ver=2') scroll no-repeat center center;
}

.sl-pinterest {
	background: url('images/pinterest.png') scroll no-repeat center center;
}

.sl-instagram {
	background: url('images/instagram.png?ver=2') scroll no-repeat center center;
}

.sl-youtube {
	background: url('images/youtube.png') scroll no-repeat center center;
}

#green-section {
	background: #00a274;
	font-size: 44px;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding: 80px 0 20px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

#green-section a {
	color: #f1eae1;
	text-decoration: underline;
}

#green-section a:hover {
	text-decoration: none;
}

/* contact page */

#contact-left {
	width: 245px;
	float: left;
	font-size: 24px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	color: #666;
}

#contact-left a {
	color: #ff675c;
}

#contact-left p {
	margin-bottom: 1.1em;
}

.contact-info {
	line-height: 1.1em;
}

#contact-right {
	width: 740px;
	float: right;
	border-left: 1px solid #f1eae1;
	padding-left: 25px;
	color: #000;
}

 #contact-left .entry-header h1.entry-title {
 	padding-top: 42px;
 }

 .page-template-contact-php #primary {
 	margin-top: 35px;
 }

 .page-template-contact-php .entry-content {
 	margin-top: 2.6em;
 }

 .contactform .gfield_required {
 	display: none;
 }

 #label_5_1 {
 	display: none;
 }

 .gform_wrapper .left_label .gfield_label {
 	font-weight: normal;
 	font-family: 'InterFace W01 Regular1373137', sans-serif;
 }

 .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .left_label .ginput_complex input, .gform_wrapper .left_label .ginput_complex select{
 	width: 380px;
 	max-width: 70%;
 	-webkit-border-radius: 0;
 		border-radius: 0;
 	background: #f1eae1;
 	border: 0 none;
 	font-size: 16px;
 	padding: 8px 4px;
 	line-height: 1em;
}

 .gform_wrapper textarea.medium {
 	width: 380px;
 	max-width: 67%;
 	-webkit-border-radius: 0;
 		border-radius: 0;
 	background: #f1eae1;
 	border: 0 none;
 	font-size: 16px;
 	line-height: 20px;
 	padding: 6px 4px;
 	height: 158px;
}

.gform_wrapper .left_label .gfield_label {
	padding-top: 8px;
	line-height: 1em;
	width: 21%;
}

.gform_wrapper .gfield_html {
	padding-bottom: 28px;
}

.gform_wrapper .gfield_checkbox #choice_5_1 {
	margin-top: 12px;
}

 .gform_wrapper .gform_footer.left_label {
 	padding-left: 21%;
 }

 .gform_wrapper .gform_footer.left_label input[type="submit"], a.redbutton {
 	margin-left: 15px;
 	-webkit-border-radius: 0;
 		border-radius: 0;
 	color: #fff;
 	background: #ff675c;
 	text-transform: uppercase;
 	font-size: 20px;
 	font-family: 'InterFace W01 Bold1373127', sans-serif;
 	letter-spacing: 1px;
 	padding: 0 80px;
 	line-height: 2.78em;
 	border: 0 none;
 	text-decoration: none;
}

a.redbutton {
	margin-left: auto;
	padding: 18px 50px;
}

.gform_wrapper .gform_footer.left_label input[type="submit"]:hover, a.redbutton:hover {
	background: #00a274;
}

.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {
	margin-bottom: 10px;
}

/* e-news */

#newsletters {
	background: #f8f4f0;
	color: #000;
}

#newsletters .nl-info {
	width: 100%;
	max-width: 440px;
	margin: 0 auto 18px;
}

#newsletters .nl-privacy {
	font-size: 14px;
	font-style: italic;
}

#newsletters .gform_wrapper {
	margin: 0;
}

#newsletters .gform_wrapper input.medium {
	background: #fff !important;
	color: #00a274;
	font-size: 18px;
	padding: 22px 18px;
	line-height: 1em;
	width: 100%;
	max-width: 100%;
}

#newsletters .gform_wrapper .ginput_container {
	margin-top: 0;
}

#newsletters .gform_wrapper input.medium::-webkit-input-placeholder {
	color: #00a274;
}

#newsletters .gform_wrapper input.medium:-moz-placeholder { /* Firefox 18- */
	color: #00a274;
}

#newsletters .gform_wrapper input.medium::-moz-placeholder {  /* Firefox 19+ */
	color: #00a274;
}

#newsletters .gform_wrapper input.medium:-ms-input-placeholder {
	color: #00a274;
}

#newsletters .gform_wrapper .gform_footer.left_label input[type="submit"] {
	background: #00a274;
	margin-left: 0;
	font-size: 24px;
	line-height: 1em;
	padding: 18px 0;
	width: 100%;
	text-align: center;
}

#newsletters .gform_wrapper .gform_footer.left_label input[type="submit"]:hover {
	background: #ff675c;
}

#newsletters .gform_body {
	width: 750px;
	float: left;
}

#newsletters .gform_footer {
	float: left;
	width: 70px;
	clear: none;
	margin: 0 !important;
	padding: 0 !important;
}

.enews-form {
	width: 100%;
	margin: 0 auto;
	max-width: 838px;
	padding-bottom: 30px;
}

.enews-form:after {
	content: '';
	display: block;
	clear: both;
}

#newsletters .gform_wrapper form ul.left_label li {
	width: 50%;
	padding-right: 16px;
	float: left;
	clear: none;
}

/* blog */

#blog-left {
	width: 263px;
	float: left;
	padding-top: 60px;
}

#blog-right {
	width: 726px;
	float: right;
	border-left: 1px solid #f1eae1;
	padding-left: 28px;
	padding-top: 55px;
	margin-left: 13px;
}

.archive #blog-right .hentry, .blog #blog-right .hentry {
	border-bottom: 1px solid #f1eae1;
}

.single-post #primary, .archive #primary, .blog #primary {
	margin: 35px auto 20px;
}

.blog-preview-thumb {
	width: 187px;
	float: left;
	height: auto;
}

.blog-preview-thumb img {
	display: block;
}

.blog-preview-date {
	width: 102px;
	float: left;
	text-align: center;
	color: #000;
}

.blog-preview-date p.the-month {
	font-size: 41px;
	margin-bottom: 0;
	line-height: 0.75em;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.blog-preview-date p.the-day {
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1em;
	letter-spacing: -2px;
}

.blog-preview-date p.the-year {
	font-size: 33px;
	margin-bottom: 0;
}

.blog-preview-info {
	width: 408px;
	float: left;
}

.blog .entry-header h1.entry-title, .single .entry-header h1.entry-title, .archive .entry-header h1.entry-title {
	padding-top: 0;
}

.blog .entry-header h1.entry-title {
	padding-bottom: 10px;
}

.blog .entry-header h1.entry-title:after, .single .entry-header h1.entry-title:after, .archive .entry-header h1.entry-title:after {
	display: none;
}

.single .entry-header h1.entry-title {
	font-size: 52px;
	line-height: 1em;
}

.blog .entry-header h1.entry-title, .archive .entry-header h1.entry-title {
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 0;
}

.blog .entry-header h1.entry-title a, .archive .entry-header h1.entry-title a {
	text-decoration: none;
}

.blog .entry-header h1.entry-title a:hover, .archive .entry-header h1.entry-title a:hover {
	color: #ff675c;
}

#blog-right .post-cats {
	color: #dfcfba;
	font-size: 16px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	line-height: 1em;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

#blog-right .post-cats:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 2px;
	content: '';
	display: block;
	background: #dfcfba;
}

.blog-preview-info .entry-content {
	color: #000;
	margin-top: 0.5em;
}

.blog-preview-info .entry-content p {
	margin-bottom: 1em;
}

.blog-preview-info .blog-readmore {
	text-align: right;
}

.blog-preview-info .blog-readmore a, .return-to-blog a.button {
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	padding: 8px 15px;
	letter-spacing: 1px;
	color: #fff;
	background: #00a274;
	text-decoration: none;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	text-transform: uppercase;
	border: 0 none;
}

.return-to-blog {
	width: 50%;
	float: left;
}

.return-to-blog a.button {
	margin-top: 0;
}

.blog-preview-info .blog-readmore a:hover, .return-to-blog a.button:hover {
	background: #ff675c;
}

.single-post .entry-footer {
	padding: 56px 0 74px;
}

.single-post .entry-footer .share-video.share-post {
	padding-top: 6px;
}

.spf-left .share-video.share-post {
	text-align: left;
	width: 100%;
}

.single-post .hentry {
	margin-bottom: 0;
}

#blog-left h1.blog-heading {
	font-size: 42px;
	line-height: 1em;
	line-height: 0.8em;
	padding: 0 0 0 12px;
	letter-spacing: -1px;
}

#blog-left h1.blog-heading em {
	display: block;
}

#blog-left #category-list {
	margin-top: 52px;
}

#blog-left #category-list h2 {
	background: #f4eee7;
	font-size: 24px;
	color: #666;
	padding: 6px 15px;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
	line-height: 1em;
	margin-bottom: 2px;
}

#blog-left #category-list ul {
	list-style: none;
	margin-left: 0;
}

#blog-left #category-list ul li {
	font-size: 24px;
	line-height: 1em;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	padding: 11px 0 11px 15px;
}

#blog-left #category-list ul li a {
	text-decoration: none;
}

#blog-left #category-list ul li a:hover, #blog-left #category-list ul li.current-cat a {
	color: #ff675c;
}

.blog-post-banner {
	margin-bottom: 40px;
}

.blog-post-banner img {
	display: block;
}

.the-date {
	width: 50%;
	float: left;
	color: #dfcfba;
	font-size: 16px;
	line-height: 20px;
	font-family: "InterFace W01 Bold1373127",sans-serif;
	text-transform: uppercase;
}

.single-post .post-meta {
	border-bottom: 2px solid #f1eae1;
	padding-bottom: 20px;
}

.single-post .entry-header h1.entry-title {
	padding-bottom: 0;
}

.single-post .entry-content {
	color: #000;
}

.single-post .entry-content blockquote {
	font-size: 30px;
	line-height: 1.1em;
	color: #666;
	position: relative;
	padding: 0.8em 0 0.6em;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
	margin: 0 0 0.8em;
}

.single-post .entry-content blockquote p {
	margin-bottom: 0;
}

.single-post .entry-content blockquote:before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	top: 6px;
	position: absolute;
}

.single-post .entry-content blockquote:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	position: absolute;
	bottom: 0;
}

#blog-pagination {
	text-align: right;
	padding: 30px 0 10px;
}

#blog-pagination .page-numbers {
	display: inline-block;
	color: #fff;
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	text-decoration: none;
	background: #f1eae1;
	margin-left: 5px;
	font-size: 20px;
}

#blog-pagination a.page-numbers:hover {
	background: #ff675c;
}

#blog-pagination .page-numbers.current {
	background: #00a274;
}

/* shop */

.woocommerce-page div.product > * {
	clear: none !important;
	width: 59.5%;
	float: right;	
}

.woocommerce-page div.product > [itemprop="offers"] {
	width: 12.5%;
}

.woocommerce-page div.product > form.cart {
	width: 47%;
	text-align: right !important;
	margin-bottom: 0;
}

.woocommerce-page div.product > form.cart > * {
	display: inline-block !important;
	float: none !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 39%;
	max-width: 390px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 59.5%;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.woocommerce-page #content #primary div.product .woocommerce-tabs ul.tabs {
	padding-left: 0 !important;
	border-bottom: 2px solid #f1eae1;
}

.woocommerce-page #content #primary div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0 none;
}

.woocommerce-page #content #primary div.product .woocommerce-tabs ul.tabs li {
	width: 24% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: static;
	float: left;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
		box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	border: 2px solid #f1eae1;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	background: none transparent;
	-webkit-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
	padding: 0 5px;
	margin-right: 1% !important;
	border-bottom: 0 none;
	line-height: 0.9em;
	
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	height: 45px;
}

.woocommerce-page #content #primary div.product .woocommerce-tabs ul.tabs li.active {
	background: #f1eae1;
}

.woocommerce-page #content #primary div.product .woocommerce-tabs ul.tabs li a {
	color: #333;
	width: 100%;
}

.single-product #primary {
	margin-top: 56px;
}

.single-product h1.product_title {
	padding-bottom: 20px !important;
	font-family: 'InterFace W01 Bold1373127', sans-serif !important;
	margin-bottom: 12px !important;
}

.weight-and-servings {
	font-size: 30px;
	line-height: 1em;
	color: #00a274;
}

.single-product .cart .quantity {
	position: relative;
	overflow: visible !important;
	width: 80px !important;
	top: 8px;
}

.single-product .cart .quantity:before {
	content: 'QTY';
	display: block;
	position: absolute;
	top: -2em;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	width: 100%;
	text-align: center;
	color: #333;
	padding-right: 22px;
}

.spf-left {
	float: left;
	width: 50%;
}

.spf-right {
	float: right;
	width: 50%;
	text-align: right;
}

.single-product.woocommerce div.product .price {
	color: #00a274 !important;
	font-size: 30px !important;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	margin-bottom: 0;
	line-height: 50px !important;
}

.single-product.woocommerce .quantity input.qty {
	border: 0 none !important;
	color: #00a274;
	font-size: 30px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	width: 60px !important;
	line-height: 1em !important;
}

.single-product.woocommerce div.product form.cart .button {
	color: #fff;
	font-size: 28px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	padding: 11px 60px;
	text-shadow: 0 0 0 #fff;
	border: 0 none;
	background: #00a274;
	-webkit-border-radius: 0;
		border-radius: 0;
	margin-left: 70px;
}

.single-product.woocommerce div.product form.cart .button:hover {
	background: #ff675c;
}

.woocommerce-page #content div.product .woocommerce-tabs .panel {
	min-height: 180px;
}

#shop-links {
	line-height: 1em;
	background: #00a274;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

#shop-links .wrap {
	padding: 10px 0;
}

#shop-links .wrap span {
	padding: 5px 0;
	margin-left: 30px;
	color: #fff;
	display: inline-block;
}

#shop-links .wrap span.current-product-cat {
	text-transform: uppercase;
	margin-left: 0;
}

#shop-links .wrap span a {
	color: #fff;
}

#shop-links .wrap span a:hover {
	color: #ff675c;
}

.woocommerce .related.products {
	clear: both;
	width: 100% !important;
	float: none !important;
}

.woocommerce .products li.product {
	width: 31% !important;
	margin-left: 3.5% !important;
	margin-right: 0 !important;
	clear: none !important;
}

.woocommerce .products li.product a img, .woocommerce .products li.product a:hover img {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
		box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
	margin-bottom: 16px !important;
max-height:250px
}

.woocommerce .products li.product:first-child, .woocommerce .products li.product:nth-of-type(3n+1), .woocommerce .products li.product.colnumber1 {
	margin-left: 0 !important;
}

.woocommerce-page ul.products li.product h3 {
	text-align: center;
	border: 2px solid #00a274;
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0 20px;

	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	height: 56px;
}

.woocommerce-page ul.products li.product h3 span {
	width: 100%;
}

.woocommerce .products li.product a:hover h3 {
	color: #ff675c;
	border: 2px solid #ff675c;
}

.woocommerce .related.products h2 {
	font-size: 36.5px;
	margin-bottom: 18px;
	padding-top: 26px;
	border-top: 2px solid #f1eae1;
}

.woocommerce-message br {
	display: none;
}

.tax-product_cat.woocommerce .products li {
	text-align: center;
}

.tax-product_cat.woocommerce .products li > a.add_to_cart_button {
	display: none;
}

.tax-product_cat.woocommerce .products li .product-desc {
	color: #666;
	margin-top: 14px;
}

.tax-product_cat.woocommerce .products li .product-desc p {
	margin-bottom: 0;
	font-style: italic;
}

.tax-product_cat.woocommerce .products li .product-desc p strong {
	font-style: normal;
}

.tax-product_cat.woocommerce .products li .price {
	margin-top: 24px;
	float: left;
	width: 25%;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	color: #00a274 !important;
	text-align: center;
	line-height: 32px;
}

.tax-product_cat.woocommerce .products li .cart {
	float: right;
	width: 75%;
	margin-top: 24px;
	text-align: center;
	position: relative;
}

.tax-product_cat.woocommerce .products li .cart > * {
	display: block;
	float: left;
	margin-left: 9px;
}

.tax-product_cat.woocommerce .products li .cart > .button {
	border: 0 none !important;
	background: #00a274;
	text-shadow: 0 0 0 transparent;
	color: #fff;
	-webkit-border-radius: 0;
		border-radius: 0;
	font-size: 18px;
	line-height: 18px;
	padding: 7px 20px !important;
	text-transform: uppercase !important;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.tax-product_cat.woocommerce .products li .cart > .button:hover {
	background: #ff675c;
}

.tax-product_cat.woocommerce .products li .cart > .quantity {
	position: relative;
	overflow: visible !important;
	top: 3px;
}

.tax-product_cat.woocommerce .products li .cart > .quantity:before {
	content: 'QTY';
	display: block;
	font-size: 11.5px;
	color: #333;
	position: absolute;
	top: -24px;
	width: 100%;
	text-align: center;
	padding-right: 20px;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.tax-product_cat.woocommerce .products li .cart > .quantity .qty {
	border: 0 none !important;
}

.tax-product_cat.woocommerce .products li.product:after, .tax-product_cat.woocommerce .products li .cart:after {
	content: '';
	clear: both;
	display: block;
}

.tax-product_cat.woocommerce .products li.product {
	margin-bottom: 85px !important;
}

.tax-product_cat.woocommerce .products li.product .product-desc {
	min-height: 125px;
}

#free-postage {
	background: #ff675c;
	color: #fff;
	text-align: center;
}

#free-postage h3 {
	font-size: 44px;
	line-height: 1em;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	color: #fff;
	margin-bottom: 4px;
}

#free-postage p {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	line-height: 1em;
}

#free-postage .wrap {
	padding: 42px 0;
}

.tax-product_cat h1.page-title, .post-type-archive-product h1.page-title {
	font-size: 43.5px;
	text-align: center;
	position: relative;
	line-height: 1em;
	padding: 26px 0;
	margin-bottom: 22px;
}

.tax-product_cat h1.page-title:after, .post-type-archive-product h1.page-title:after {
	height: 3px;
	content: '';
	display: block;
	width: 50px;
	background: #00a274;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	bottom: 0;
}

.tax-product_cat .term-description, .post-type-archive-product .page-description {
	text-align: center;
	margin: 0 auto 70px;
	width: 100%;
	max-width: 780px;
}

.woocommerce-page.post-type-archive-product ul.products li.product h3 {
	border: 0 none;
	background: #ff675c;
	color: #fff !important;
}

.woocommerce-page.post-type-archive-product ul.products li.product a:hover h3 {
	background: #00a274;
	border: 0 none;
}

.spf-right .redbutton {
	display: block;
	text-align: center;
	width: 245px;
	line-height: 1em;
	padding: 18px 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.spf-right .nextproduct.redbutton {
	border: 2px solid #00a274;
	color: #00a274;
	background: #fff;
	margin-bottom: 10px;
}

.spf-right .nextproduct.redbutton:hover {
	color: #ff675c;
	border: 2px solid #ff675c;
	background: #fff;
}

h3.hiddentab {
	display: none;
	background: #f8f4f0;
	position: relative;
	font-size: 19px !important;
	font-family: 'InterFace W01 Bold1373127', sans-serif;
	text-align: center;
	line-height: 20px;
	padding: 15px;
	margin-bottom: 1px;
}

h3.hiddentab:after {
	content: '+';
	position: absolute;
	top: 16px;
	right: 20px;
}

h3.hiddentab.expanded:after {
	content: '-';
}

h3.hiddentab:hover {
	background: #666;
	color: #fff;
}

h3.hiddentab:hover:after {
	color: #fff;
}

/* wsform */

.wsform_wrapper {
	width: 530px;
}

.wsform_wrapper .left_label .gfield_label {
	width: 143px;
	margin-right: 0;
}

.wsform_wrapper .right_label input.medium, .wsform_wrapper .right_label select.medium, .wsform_wrapper .left_label input.medium, .wsform_wrapper .left_label select.medium {
	width: 383px;
	max-width: 100%;
}

.wsform_wrapper .gform_footer.left_label {
	padding-left: 143px;
}

.wsform_wrapper .gform_footer.left_label input[type="submit"] {
	margin-left: 0;
}

.wsform_wrapper .halfwidth1 {
	width: 322px;
	position: relative;
	float: left;
}

.wsform_wrapper .halfwidth2 {
	width: 198px;
	position: relative;
	float: right;
	clear: none !important;
}

.wsform_wrapper .halfwidth1 input.medium {
	width: 180px !important;
}

body .wsform_wrapper .halfwidth2 input.medium {
	width: 115px !important;
}

.wsform_wrapper .halfwidth1 .ginput_container {
	width: 100%;
	padding-left: 143px;
}

.wsform_wrapper .halfwidth2 .ginput_container {
	width: 100%;
	padding-left: 80px;
}

.wsform_wrapper .halfwidth1 .gfield_label {
	position: absolute;
	left: 0;
	top: 0;
	width: 143px;
}

.wsform_wrapper .halfwidth2 .gfield_label {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px !important;
}

.product-cat-books-more .ingredients_tab_tab, .product-cat-books-more .serving_tab_tab {display:none !important}

.hidelabel label {
	display: none;
}

.tax-product_cat.woocommerce .products li .cart > .button {
	margin-top: 0;
}

.post-type-archive-product.woocommerce ul.products li:last-of-type, .page-id-6.woocommerce ul.products li:last-of-type {
display: none;
}

#wwof_product_listing_table .product_link img {
width:90px !important;
height:90px !important;
}

#wwof_product_listing_table .product_link br {
display:none
}

#wwof_product_listing_table tr {border-bottom:1px solid #ccc}

#wwof_product_listing_table th {background:#00a274; color:#fff;padding-left:5px}

#wwof_product_listing_table .price span {color:#00a274;font-weight:bold}

#wwof_product_listing_table tbody tr td {padding-bottom:5px;padding-top:5px}

.fancybox-wrap .product-categories {display:none !important}

.main-navigation ul ul {
	background: #00a274;
	text-align: center;
	margin-top: 7px;
	margin-left: -50px;
}

.main-navigation ul ul li a {
	color: #fff;
	line-height: 24px;
	padding: 18px 0;
	border-top: 1px solid #fff;
}

.main-navigation ul ul li:hover {
	background: #006257;
}

.main-navigation ul ul li {
	margin: 0 4px;
}

.main-navigation ul.sub-menu > li:first-child a {
	border-top: 0 none;
}

#primary #green-section h2 {
	color: #fff;
	padding: 0;
	margin-bottom: 0;
}

#primary #green-section {
	font-size: 18px;
	font-family: 'InterFace W01 Regular1373137', sans-serif;
}

#testimonials .t-slide .t-content h3 {
	color: #fff;
}

.link-block {
	width: 312px;
	margin-left: 33px;
	float: left;
}

.link-block:first-child {
	margin-left: 0;
}

.lb-text {
	text-align: center;
	margin-bottom: 0;
	padding: 16px 21px;
	display: block;
}

.link-block .button {
	width: 100%;
	text-transform: uppercase;
}

#link-blocks {
	padding-top: 64px;
	padding-bottom: 30px;
}

.link-block a {
	display: block;
}

.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
	width: 67% !important;
}

.wsform_wrapper .halfwidth1 input.medium {
	width: 140px;
	margin-left: 28px;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gform_footer.left_label, .gform_wrapper .gform_footer.right_label {
	margin-left: 32.5% !important;
}

.small-info {
	font-size: 11px;
	line-height: 1.3em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0 !important;
}

.social-links {
	margin-bottom: 24px;
}

.social-links a {
	display: inline-block;
	border-bottom: 0 none;
	height: 44px;
	width: 44px;
	margin: 0 25px;
}

.social-links a:hover {
	border-bottom: 0 none;
}

h2.sub-title {
	font-size: 36px;
	line-height: 1em;
	font-family: 'AdobeCaslonW01-SmBdIt', sans-serif;
}

h2.sub-title span {
	font-family: 'InterFace W01 Bold1373127', sans-serif;
}

.archive .price, .archive .cart, .single-product .price, .single-product .single-product-footer, .single-product .cart {display:none !important}

.view_cart a {
    background-color: #a46497;
    background-image: none;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0.618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
color:#fff
}

.disclaimer {font-size:12px;line-height:14px}

.single .entry-content h2 {margin-bottom:20px}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 9px 8px 9px;
    width:130px !important;
}
}