/*
Theme Name: Reprotheme
Theme URI: https://www.reprodukt.com/
Version: 1.0
Description: Based on Woothemes/Woocommerce.
Author: Reprodukt
Author URI: https://www.reprodukt.com

Copyright: (c) 2013-2018 Reprodukt.

*/

/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
/*-------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
  border-radius: 0;
}
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea {
  overflow: auto;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 20px;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, "Lucida Sans", sans-serif;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: none;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Floating & Alignment */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after,
.col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full {
  zoom: 1;
}
*::before, *::after {
    box-sizing: border-box;
  }
/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */

    -moz-transform: rotate(0);
    /* FF3.5+ */

    -ms-transform: rotate(0);
    /* IE9 */

    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */

    -moz-transform: rotate(180deg);
    /* FF3.5+ */

    -ms-transform: rotate(180deg);
    /* IE9 */

    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */

    -moz-transform: rotate(0);
    /* FF3.5+ */

    -ms-transform: rotate(0);
    /* IE9 */

    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('includes/fonts/fontawesome-webfont.eot');
  src: url('includes/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/fontawesome-webfont.woff') format('woff'), url('includes/fonts/fontawesome-webfont.ttf') format('truetype'), url('includes/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* SETUP */
/*-------------------------------------------------------------------------------------------*/

:root {
  --primary: #333333;
  --background: #f2f2f2;
  --secondary: #c32e04;
  --highlight: #4aa044;
}

html[lang] {
	margin-top: 0 !important;
}
body {
	color: #333333;
	font: normal 14px/1.5 Helvetica,Arial,sans-serif;
	padding: 0 1em;
	/*background: url("images/bg-body.png");*/
	background-color: #f2f2f2;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}
#wrapper {
	margin: 0;
	padding: 3.4em 0 0 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}


/* Hyperlinks */
a, 
issuuembed a {
	color: var(--highlight);
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a img, 
a img:hover {
	border-bottom: none !important;
	text-decoration: none;
}
.nolink a {
    text-decoration: none;
	color: #333333; 
}
.nolink a:hover {
	color: #4aa044;
}
.entry a,
.term-description a,
.entry-content a {
	text-decoration: none;
	border-bottom: 1px solid #4aa044;
}
.entry a:hover,
.term-description a:hover,
.entry-content a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a.no_border, 
a.no_border:hover {
	border-bottom: none !important;
	text-decoration: none;
}

/* Typography & Elements*/
h1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	color: #333333;
} 
h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	color: #333333;
}
h3,
h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
h4 {
	
}
h5,
h6 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}
h1.full_underline,
.full_underline,
.fs_slideshow h3,
#customer_details h3,
#order_review h3,
.widget > h2,
.widget > h3 {
	font-size: 14px;
	line-height: 1.5;
	border-bottom: 2px solid;
	margin: 0 0 .75em 0;
	padding: 0 0 .5em 0;
	display: block;
	clear: both;
}
.blind_underline {
	margin: 0 0;
	padding: 0 0;
	display: block;
	clear: left;
}
.top_underline {
	padding: 1em 0 0 0;
	border-top: 1px solid;
}

/* HR */
hr, .hr {
	background: #333333;
	border: 0;
	height: 1px;
	margin: 0 0 1.5em 0;
	clear:left;
	display:block;
}
.hr_top,
.pagination-top {
	padding-bottom: 1em;
	border-top: 1px solid #333333;
}
#post-entries {
	padding: 1em 0 0 0;
	border-top: 1px solid #333333;
}
.hr_bottom {
	border-bottom: 1px solid #333333;
	padding: 1em 0 0 0;
}

.underline {
	border-bottom: 2px solid;
	margin: 0 0 .75em 0;
	padding: 0 0 .65em 0;
	display: inline-block;
	clear: left;
}
.underline_top {
	border-top: 1px solid;
	margin: .65em 0 0 0;
	padding: .75em 0 0 0;
}

p img {
	margin: 0;
	padding: 0;
}
p,
table,
form,
pre {
	margin: 0 0 1.5rem 0;
}
li > ul,
li > ol {
	margin: 0 0 0 1.5em;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1.5em;
}
.highlight {
	color: #4aa044;
	text-decoration: none;
}

.alignleft {
	float: left;
	margin: 0 1rem 1rem 0;
}
.alignright {
	float: right;
	margin: 0 0 1rem 1rem;
}
@media screen and (max-width: 600px) {
	.alignleft,
	.alignright {
		float: none!important;
		display: block;
		text-align: center;
		margin: 0 auto 1rem;
	}
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 1rem;
}
#wrapper .fa {
    font-size: 16px;
}
mark {
    background-color: transparent;
    color: #333333;
}

/* Tables & Lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
table tr {
	border-bottom: 1px solid #333333;
}
table tr.alt-table-row {

}
table td,
table th {
	text-align: left;
	vertical-align: middle;
	min-width: 2em;
}
table.my_account_orders td {
	vertical-align: top;
}

table td p:last-child,
table th p:last-child {
	margin-bottom: 0;
}
table thead tr {
	color: #333333;
	border-bottom: 1px solid #333333;
}
table thead th {
	padding: 0 0 .5em 0;
	font-weight: normal;
}
table thead th:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
table thead th:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

table tr th:last-child,
table tr td:last-child {
	border-right: 0;
}

table tbody tr:nth-child(2n) td {
	background: #ffffff none repeat scroll 0 0;
}
table tbody tr:nth-child(2n) td:last-child {

}
table tbody td,
table tfoot td,
table tfoot th {
	padding: .75em 0 .5em 0;
}

table.cart tbody td {
	padding: 1em 1em 1em 0;
}
table.cart tbody td:last-child {
    padding: 1em 0;
}

table tbody h2 {
	font-size: 1em;
	letter-spacing: normal;
	font-weight: normal;
}
table tbody h2 a {
	font-weight: normal;
}

table tbody tr {
	border-bottom: 1px solid #333333;
}
table tbody tr:last-child td:first-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
table tbody tr:last-child td {
	border-bottom: 0;
}

/* Top Menu */
#top {
	background-color: #f2f2f2;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	z-index: 999;
	-webkit-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.4);
}
.fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#top-menu {
	float: right;
	margin: 0;
}
#top-menu-left {
	float: left;
	margin: 0;
}
#top nav {
	width: 100%;
	align-self: center;
	padding: 1em 0 1em 1em;
}
#top nav > input,
#top nav > label {
	display: none;
}

#top ul.nav li a {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 0 1em 0 0;
	text-decoration: none;
}
#top ul.nav li a:hover {

}
#top ul.nav li:hover a {
	
}
#top ul.nav li.current_page_item > a,
#top ul.nav li.current_page_parent > a,
#top ul.nav li.current-menu-ancestor > a,
#top ul.nav li.current-cat > a,
#top ul.nav li.li.current-menu-item > a {
	text-decoration: none;
	color: #333333;
}
#top ul.nav li.parent > a:after {
	top: 1.4em;
}
#top ul.nav ul li.parent > a:after {
	top: 1.4em;
}

#social-links {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-self: center;
	padding-right: 1em;
}
#social-links a {
	display: inline-block;
	margin: 0 0 0 16px;
}
#social-links a:hover {
	text-decoration: none;
}

@media (max-width: 799px) {
	#top-menu {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#top-menu-left {
		float: left;
		width: 100%;
		margin: 0;
		padding-top: 3em;
	}
	#top nav,
	#social-links {
		width: 50%;
		background-color: #f2f2f2;
	}
	#social-links {
		
	}
	#social-links a {
		/* min-width: 1em; */
	}
	#top nav > label {
		font-weight: bold;
		text-transform: uppercase;
		color: #4aa044;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#top nav > label, 
	nav ul li ul {
		display: block;
	}
	#top nav > div {
		position: fixed;
		top: 0;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		overflow: auto;
	}
	#top nav > input:checked + div {
		top: 0;
		bottom: 0;
		opacity: 1;
		display: block;
		visibility: visible;
		background-color: #f2f2f2;
		height: 100%;
	}
	#top nav ul ul li a:before {
		content:'↪ ';
		display: inline;
	}
	#top nav ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #333333;
		padding: .75em 0;
		margin: 0 1em 0 1em;
	}
	#top nav li:hover ul {
		position: relative;
		width: auto;
	}
	#top nav ul ul li:hover > ul {
		right: auto;
		top: auto;
		left: auto;
	}
}

/* Header */
#header {
	background: transparent url("images/headers/randomheader.php") no-repeat scroll 90px 20px;
	background-size: 350px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header-head {
	padding: 3.5em 1em;
}
@media (max-width: 799px) {
	#header {
		background: none;
	}
	#header-head {
		padding: 3em 0 2em 0;
		text-align: center;
	}
	#header-head #logo img {
		display: block;
		margin: 0 auto;
	}
}
#logo {
	display: inline-block;
	border: 3px solid #000000;
}
#header-head #logo img {
	background: transparent;
	height: 2.5em;
}
#header-head #logo img:hover {
	background: #ffffff;
}
#header-head hgroup,
#header-head .site-title,
#header-head .site-description {
	display: none;
}
#header-nav {
	padding: .8em 0;
}
.breadcrumbs {
	display: none;
}
.navigation {
	margin: 0 1em;
}
.navigation ul,
.navigation ul.nav {
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul.nav li {
	padding: 0 1em 0 0;
	display: inline-block;
}
.navigation ul.nav li a {
	display: inline-block;
    text-decoration: none;
	color: #333333;
}
.navigation ul.nav li a:hover {
	color: #4aa044;
}
.navigation ul.nav li.current_page_item > a,
.navigation ul.nav li.current_page_parent > a,
.navigation ul.nav li.current-menu-ancestor > a,
.navigation ul.nav li.current-cat > a,
.navigation ul.nav li.current-menu-item > a {
	color: #4aa044;
}

#konto {
  display: block !important;
}

/* Content */
#main {
	background-color: #ffffff;
	padding: 1em 1em .85em 1em;
	margin: 0 0 1em 0;
}

/* Homepage Components */
.widget_woothemes_features:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.widget_woothemes_features .features .feature {
	margin: 0 0 2.244em;
	clear: both;
}
.widget_woothemes_features .features .feature img {
	float: left;
	margin: 0 1em 1em 0;
}
.widget_woothemes_features .features .feature h3.feature-title {
	padding: 0!important;
	border: none!important;
	font-size: 1.387em!important;
	font-weight: 700;
}
.widget_woothemes_features .features .feature h3.feature-title a {

}
.featured-products li.product h3 {
	padding: 0!important;
	border: none!important;
	font-size: 1.387em!important;
}
.featured-products li.product .entry {
	margin-top: .618em;
}

/* Sidebar */
#sidebar {
	overflow: hidden;
}
#sidebar .secondary {
	float: left;
	margin-right: 20px;
}
#sidebar .secondary.last {
	margin: 0;
}

/* Footer */
#footer {
	margin: 0;
	padding: 3em 0 2em 0;
	color: #9a9a9a;
}
#footer a {
	color: #9a9a9a;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}
#footer-widgets {
	margin-bottom: 1em;
}
#footer-widgets .widget {
	margin-bottom: 1em;
}
#footer-widgets .widget h3 {
	font-weight: normal;
	color: #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	margin: 0 0 .75em 0;
	padding: 0 0 .5em 0;
}
#footer-widgets .widget_text {
	background: transparent;
	padding: 0;
}

/* Posts */
#breadcrumb, 
.post .video {
  margin-bottom: 1.5em;
}
.post,
.type-page {
	margin: 0em;
	clear:both;
}
.category-blog {
  border-bottom: 2px solid #333333;
  margin: 0 0 .75em;
  padding: 0 0 1.5rem 0;
}
.entry {
  overflow: hidden;
}
.entry ul ul,
.entry ol ul,
.entry ul ol,
.entry ol ol {
  margin-bottom: 0!important;
}
.entry ul li li {
  list-style: none;
}
.entry blockquote {
  position: relative;
  font-style: italic;
}
.entry img,
.entry img.thumbnail {
  height: auto;
}
.last-entry {
  border-bottom: 0;
  margin: 0;
}
.page .post header h1 {
  margin: 0;
}
.post header h1 a:link,
.type-page header h1 a:link,
.post header h1 a:visited,
.type-page header h1 a:visited {
  color: #333;
}
.post .post-meta,
.type-page .post-meta {
  margin: 0 0 1.5rem 0;
  opacity: 0.5;
}
.post .post-meta li,
.type-page .post-meta li {
  display: inline;
  color: #333;
}
.post .post-meta li a,
.type-page .post-meta li a {
  color: #333;
}
.post-more {

}
.post .post-more,
.type-page .post-more {
  clear: both;
}
.post .post-more a {
  
}
.post .post-more a:hover {
  
}
.post .post-more .comments a:before,
.type-page .post-more .comments a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  content: '\f075';
}
.post p.tags,
.type-page p.tags {
  width: 100%;
  clear: both;
}
.post p.tags a,
.type-page p.tags a {

}
.post p.tags:before,
.type-page p.tags:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  content: '\f02c';
}
.post img,
.type-page img,
.post img.thumbnail,
.type-page img.thumbnail {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
  height: auto;
}
.post img:hover,
.type-page img:hover,
.post img.thumbnail:hover,
.type-page img.thumbnail:hover {
  border-color: #cdcdcd;
}
.post img.wp-smiley,
.type-page img.wp-smiley {
  padding: 0;
  border: 0;
}
.wp-caption {
  padding: .077em;
  text-align: center;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  max-width: 100%;
}
.wp-caption img {
  margin: 0;
  padding: .327em 0;
  background: none;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  text-align: center;
}
.shipping ul {
  margin: 0;
}
#shipping_method li {
  list-style: none;
}
.number_list {
  margin: 0 0 1.5em 1.5em !important;
}
.number_list li {
  list-style: decimal outside none;
}
#post-author {

}
#post-author .profile-image {

}
#post-author .profile-image img {
  
}
#post-author .profile-link {

}

/* Search Results */
.search-results #main > article {
  margin-bottom: 2.618em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #333333;
}

/* Pagination / WP-Pagenavi / Woo-Pagination */
.nav-entries,
.wp-pagenavi {
  padding: 1em 0;
}
.woo-pagination {
  margin: 0;
  padding: 0;
  float: right;
  max-width: 50%;
}
.woocommerce_ordering {
  margin: 0;
  float: left;
  max-width: 50%;
}
.listing::after {
	content: "\00a0\00b7";
}
.listing:last-of-type::after {
	content: " ";
}
.pagination::after {
	clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.woo-pagination .page-numbers,
.nav-entries a > span,
#post-entries a {
  display: inline;
  text-decoration: none;
}
.woo-pagination .page-numbers:hover,
.nav-entries a > span:hover,
#post-entries a:hover {
	text-decoration: none;
}
.woo-pagination .page-numbers.current,
.nav-entries a > span.current,
#post-entries a.current {
	text-decoration: none;
}
.nav-entries a {
	display: block;
}
.term-description {
	padding: 0 0;
}




/* Single Product Images/Summary */
.single-product .images,
.single-product .summary {
	margin: 0;
	padding: 0;
}
.single-product .images img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
	-webkit-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.8);
	box-shadow: 0px 10px 20px -20px rgba(0,0,0,0.8);
}
.single-product .summary h1 {
	margin-bottom: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.single-product .summary .product_meta {
	margin: 0 0 1.5rem;
}
.product_author,
.product_info {
	display: block;
}
.product_preorder {
	display: block;
	color: #4aa044;
	text-transform: uppercase;
	/*white-space: nowrap;*/
}
.single-product .summary .price {
	font-weight: bold;
	color: #4aa044;
	margin: 0;
}
.single-product .summary .stock {
	font-weight: bold;
}
.single-product .quantity { 
	display: none;
}
.single-product .product .onsale {

}
.single-product .single_variation_wrap .price {

}
.single-product .thumbnails a {
	
}
.single-product .thumbnails a.last {
	
}
.single-product .variations select {
	
}

/* Single Product Tabs */
.single-product .woocommerce_tabs {
	margin: 0 0 .85em 0;
	border-bottom: 1px solid #333333;
}
.single-product .woocommerce_tabs ul.tabs li {
	margin: 0 .53em 0 0;
}
.single-product .woocommerce_tabs ul.tabs li a {
	border-right-width: 1px;
	padding: .53em .857em !important;
}
.single-product .woocommerce_tabs .panel {
	padding: 0;
	border: 0;
}

/* Single Product Related/Upsells */
.upsells,
.related {
	margin: 0 0 .85em 0;
	border-bottom: 1px solid #333333;
}
.upsells ul.products:after,
.related ul.products:after {
	flex: auto;
	/*content: "";*/
}
.upsells .products li.product:nth-child(2n),
.related .products li.product:nth-child(2n) {
	clear: none;
	float: left;
}
.upsells .products li.product.first,
.related .products li.product.first {
	clear: both;
}
.upsells .products li.product img,
.related .products li.product img {
	width: auto;
}

/* Products Lists */
ul.products {
	list-style: none;
	padding-top: .25em;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.products:after {
	flex: auto;
}
ul.products li.product {
	width: calc(50% - .5em);
	margin-bottom: 1em;
	-ms-flex-item-align: baseline;
    align-self: baseline;
}

ul.products li.product a,
ul.products li.product img {
	border: 0 !important;
}
ul.products li.product img, 
ul.products li.product a img:hover {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 0 .85em; 
	padding: 0; 
}
ul.products li.product .onsale {

}
ul.products li.product .button {
	display: none;
}
ul.products li.product .button.loading:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-left: .618em;
	font-weight: normal;
	content: "\f021";
	-webkit-animation-name: spin-360;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
}
ul.products li.product .button.added:after {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-left: .618em;
	font-weight: normal;
	content: "\f00c";
}
ul.products li.product:hover .button {
	display: block;
}


/* Widgets */
.widget {
	background: transparent;
	margin-bottom: 1em;
	padding: 0;
}
.widget img {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.widget ul {
	clear: both;
	list-style: none;
}
.widget ul li a {
	text-decoration: none;
	border-bottom: 0;
}
.widget ul li a:hover {
	text-decoration: none;
}
.widget ul li a:hover h3 {
	text-decoration: none;
	color: #4aa044;
}
.widget ul li a .neuerscheinung,
.widget ul li a:hover .neuerscheinung {
	text-transform: uppercase;
	font-weight: bold;
	color: #4aa044;
}
.widget ul li a .preorder,
.widget ul li a:hover .preorder {
	text-transform: uppercase;
	/*white-space: nowrap;*/
	color: #4aa044;
}

.widget .navi {
	padding: 1em 0 1em 0;
	margin: 1em 0 0 0;
	clear: left;
	display: block;
	border-top: 1px solid #333333;
}
.widget_text {
	background: #ffffff;
	padding: 1em;
}
.textwidget {
	
}
.textwidget iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
	width: 100%;
	display: block;
}
.addon-widget {
	padding: 0;
	border: none;
	text-align: center;
}
.addon-widget h3 {
	border-bottom: 0 none;
	margin: 1em;
	padding: 0;
	text-align: left;
}

/* Blog/Posts Widget */
.widget_archive,
.widget_recent_entries {
	padding: 1em;
	background: #ffffff;
}
.widget_recent_entries ul li {
	border-bottom: 1px solid #333333;
	margin: 0 0 .75em 0;
	padding: 0 0 .5em 0;
}
.widget_recent_entries ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.widget_archive select {
	width: 100%;
}

/* Products Widget */
.widget_recent_products,
.widget_best_sellers,
.widget_preview_products,
.widget_recent_entries {
	padding: 1em 1em 0 1em;
	background: #ffffff;
}

/* Product List Widget */
.widget .product_list_widget {
	
}
.widget .product_list_widget li {
	border-bottom: 1px solid #333333;
	margin: 1em 0;
	padding: 0 0 1em 0;
}
.widget .product_list_widget li.empty {
	display: none;
}
.widget .product_list_widget li:last-child,
.widget .list_widget li:last-child {
	border: none;
	margin: 0;
	padding: 0 0 .85em 0;
}
.widget .product_list_widget li:after,
.widget .list_widget li:after,
.widget .product_list_widget_carousel li:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.widget .product_list_widget li img,
.widget .product_list_widget_carousel li img  {
	width: calc(50% - .5em);
	height: auto;
	float: left;
	padding: 0 1em 0 0;
}
.widget .product_list_widget .quantity {
	display: block;
}
.widget .product_list_widget .quantity,
.widget .product_list_widget .quantity .amount {
	font-weight: normal;
}
.widget .product_list_widget_carousel li {
	border-bottom: none;
	padding: 0 0 1em;
}
.widget .product_list_widget h3,
.widget .product_list_widget_carousel h3 {
	margin: 0;
	padding: 0;
}

/* Shopping Cart & Login Widget */
.widget_shopping_cart {
	margin: 0;
	padding: 1em 1em .65em 1em;
	background: transparent;
}
.widget_shopping_cart h3 {
	display: none;
}

#login {
	width: 100%;
	font-weight: bold;
}
#cart-contents {
	width: 100%;
	font-weight: normal;
}
#login a,
#cart-contents a {
	border-bottom: 0 none;
	color: #4aa044;
	display: inline-block;
	text-decoration: none;
}
#login a:hover,
#cart-contents a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom: 0;
}
#login li {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
}
#login li.logout::before {
	content: '| ';
	color: #4aa044;
}
.widget_shopping_cart ul.cart_list li {
	border-bottom: 1px solid #4aa044;
	margin: 0 0 .75em 0;
	padding: 0 0 .5em 0;
}
.widget_shopping_cart ul.cart_list li:first-child {
	border-top: 1px solid #4aa044;
	margin: .5em 0 .75em 0;
	padding: .75em 0 .5em 0;
}
.widget_shopping_cart ul.cart_list li:last-child {
    margin: 0;
    padding: 0 0 .5em 0;
    border: 0;
}
.widget_shopping_cart ul.cart_list li:only-child {
    border-top: 1px solid #4aa044;
	margin: .5em 0 0 0;
	padding: .75em 0 .5em 0;
}
.widget_shopping_cart ul.cart_list li a {
	text-decoration: none;
}
.widget_shopping_cart ul.cart_list img {
	display: none;
}
.widget_shopping_cart .total {
	display: none;
}
.widget_shopping_cart .buttons {
	text-align: left;
	padding: .75em 0 0;
	border-top: 1px solid #4aa044;
}
.widget_shopping_cart .buttons .button {
	border: 0 none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.widget_shopping_cart .buttons .checkout {
	float: right;
}
.widget_shopping_cart .buttons a.checkout:before {
	display: inline-block;
	font-weight: normal;
	content: '\2192\00a0';
}

/* Search Widget */
.widget_product_search {
	padding: 0 1em;
}
#searchform {
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#searchform .s,
#searchform #s {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #4aa044;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	color: #4aa044 !important;
	margin: 0;
	padding: .75em 2.75em .5em .75em;
	width: 100%;
}
::-webkit-input-placeholder { color: #4aa044; opacity: 1 !important; }
:-moz-placeholder { color: #4aa044; }
::-moz-placeholder { color: #4aa044; opacity: 1 !important; }
:-ms-input-placeholder { color: #4aa044; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#searchform .search-submit,
#searchform #searchsubmit {
	/*background: rgba(0, 0, 0, 0) url("images/ico-search.png") no-repeat scroll right center;*/
	border: medium none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 1.5em;
	right: .5em;
	top: .5em;
}
#searchform #searchsubmit {
	font-family: 'FontAwesome';
	content: '\f002';
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover {
	
}
#searchform label {
	display: none;
}

/* BLOG AUTHOR */
.widget_woo_blogauthorinfo {
  padding-bottom: 1px;
}
.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 1em .618em 0;
}
.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 .618em 1em;
}
/* TWITTER */
.widget_woo_twitter .back {
  padding: 1em;
  background: #fbfbfb;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_woo_twitter h3 {
  border-bottom: 0;
  margin: 0;
}
.widget_woo_twitter ul {
  background: #ffffff;
  padding-left: 0;
  border: 1px solid #333333;
}
.widget_woo_twitter ul li {
  border-bottom: 1px solid #333333;
  padding: 1em;
  list-style: none;
}
.widget_woo_twitter ul li:last-child {
  border: none;
}
.widget_woo_twitter ul li a {
  padding: 0;
}
.widget_woo_twitter ul li .time {
  color: #afafaf;
}
.widget_woo_twitter p {
  font-weight: bold;
  color: #afafaf;
}
.widget_woo_twitter p a {

}
/* WOOTABS */
.widget_woodojo_tabs,
.woocommerce_tabs {
  clear: both;
}
.widget_woodojo_tabs ul.nav-tabs,
.woocommerce_tabs ul.nav-tabs,
.widget_woodojo_tabs ul.tabs,
.woocommerce_tabs ul.tabs,
.widget_woodojo_tabs ul.nav,
.woocommerce_tabs ul.nav {
  margin: 0;
  border: none!important;
  list-style: none;
}
.widget_woodojo_tabs ul.nav-tabs:after,
.woocommerce_tabs ul.nav-tabs:after,
.widget_woodojo_tabs ul.tabs:after,
.woocommerce_tabs ul.tabs:after,
.widget_woodojo_tabs ul.nav:after,
.woocommerce_tabs ul.nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget_woodojo_tabs ul.nav-tabs li,
.woocommerce_tabs ul.nav-tabs li,
.widget_woodojo_tabs ul.tabs li,
.woocommerce_tabs ul.tabs li,
.widget_woodojo_tabs ul.nav li,
.woocommerce_tabs ul.nav li {
  float: left;
  margin-bottom: 0;
  display: block;
}
.widget_woodojo_tabs ul.nav-tabs li a,
.woocommerce_tabs ul.nav-tabs li a,
.widget_woodojo_tabs ul.tabs li a,
.woocommerce_tabs ul.tabs li a,
.widget_woodojo_tabs ul.nav li a,
.woocommerce_tabs ul.nav li a {
  border-bottom: 0;
  background: rgba(230, 230, 230, 0.5);
  border: 1px solid #eeeeee;
  border-bottom-width: 0;
  border-right-width: 0;
  display: block;
  color: #959595 !important;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: .382em .53em !important;
}
.widget_woodojo_tabs ul.nav-tabs li a:hover,
.woocommerce_tabs ul.nav-tabs li a:hover,
.widget_woodojo_tabs ul.tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.widget_woodojo_tabs ul.nav li a:hover,
.woocommerce_tabs ul.nav li a:hover {
  color: #333333;
}
.widget_woodojo_tabs ul.nav-tabs li:last-child a,
.woocommerce_tabs ul.nav-tabs li:last-child a,
.widget_woodojo_tabs ul.tabs li:last-child a,
.woocommerce_tabs ul.tabs li:last-child a,
.widget_woodojo_tabs ul.nav li:last-child a,
.woocommerce_tabs ul.nav li:last-child a {
  border-right-width: 1px;
}
.widget_woodojo_tabs ul.nav-tabs li.active,
.woocommerce_tabs ul.nav-tabs li.active,
.widget_woodojo_tabs ul.tabs li.active,
.woocommerce_tabs ul.tabs li.active,
.widget_woodojo_tabs ul.nav li.active,
.woocommerce_tabs ul.nav li.active {
  position: relative;
}
.widget_woodojo_tabs ul.nav-tabs li.active a,
.woocommerce_tabs ul.nav-tabs li.active a,
.widget_woodojo_tabs ul.tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.widget_woodojo_tabs ul.nav li.active a,
.woocommerce_tabs ul.nav li.active a {
  position: relative;
  background: #ffffff;
  color: #333333;
}
.widget_woodojo_tabs ul.nav-tabs li.active a:after,
.woocommerce_tabs ul.nav-tabs li.active a:after,
.widget_woodojo_tabs ul.tabs li.active a:after,
.woocommerce_tabs ul.tabs li.active a:after,
.widget_woodojo_tabs ul.nav li.active a:after,
.woocommerce_tabs ul.nav li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #ffffff;
}
.widget_woodojo_tabs .tab-pane,
.woocommerce_tabs .tab-pane {
  margin-top: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: .53em;
}
.widget_woodojo_tabs .tab-pane ul li,
.woocommerce_tabs .tab-pane ul li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: .857em;
  padding: 0 0 1em;
}
.widget_woodojo_tabs .tab-pane ul li:last-child,
.woocommerce_tabs .tab-pane ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_woodojo_tabs .tabs-below ul.nav-tabs li a,
.woocommerce_tabs .tabs-below ul.nav-tabs li a {
  border-width: 0 1px 1px!important;
}
.widget_woodojo_tabs .tabs-below ul.nav-tabs li.active a:after,
.woocommerce_tabs .tabs-below ul.nav-tabs li.active a:after {
  display: none;
}

/* Archives Pages & Lists */
#archives {
  padding: 0;
  margin: 0;
}
.archives_list {
  list-style: none;
  margin: 0;
}
.archives_list li {
  border-bottom: 1px solid #333333;
  margin: 0 0 .75em 0;
  padding: 0 0 .5em 0;
}
#contact-page ol.forms li:last-child {
  margin-right: 3.8%;
}
.archive-description {
  clear: both;
  margin-bottom: 1.5em;
}

/* Contact Page */
#contact-page:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
#contact-page ol.forms {
  float: left;
  list-style: none;
  width: 100%;
}
#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 1.5em;
  position: relative;
  width: 48%;
}
#contact-page ol.forms li:first-child {
  margin-right: 3.8%;
}
#contact-page ol.forms li:nth-child(2n) {
  clear: none;
}
#contact-page ol.forms li.textarea,
#contact-page ol.forms li.screenReader,
#contact-page ol.forms li.inline,
#contact-page ol.forms li.buttons {
  width: 100%;
}
#contact-page ol.forms li input.txt,
#contact-page ol.forms li textarea {
  width: 100%;
}
#contact-page ol.forms li .error {
  display: block;
  color: red;
}
#contact-page ol.forms li.textarea .error {
  display: block;
}
#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}
#contact-page ol.forms li.inline input {
  width: auto;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0 0 1em;
}
#contact-page ol.forms input#sendCopy {
  border: none;
  margin-right: 1em;
}
.entry #contact-page ol.forms li {
  list-style: none;
}
.page-template-template-contact-php #single_map_canvas img {
  max-width: inherit;
}
.page-template-template-contact-php .location-twitter {
  margin: 0 ;
  padding: 0 ;
}
.page-template-template-contact-php .location-twitter .col-left {
  float: none;
}
.page-template-template-contact-php .location-twitter ul {
  margin: 0;
  padding: 0;
}
.page-template-template-contact-php .location-twitter ul li {
  list-style: none;
  padding: 0;
}
.page-template-template-contact-php .location-twitter #office-location {
  margin: 0 0 1.5em;
}
.page-template-template-contact-php .location-twitter #office-location a {
  text-decoration: underline;
}
.page-template-template-contact-php .location-twitter #office-location ul li {
  margin: 0 0 1em;
}
.page-template-template-contact-php .location-twitter .contact-social {
  float: none;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter {
  margin: 0 0 1.5em;
}
.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #bbbbbb;
}
.page-template-template-contact-php .location-twitter .contact-social #connect {
  background: none;
  border: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect h3 {
  display: none;
}
.page-template-template-contact-php .location-twitter .contact-social #connect .social {
  float: none;
}

/* Image Gallery */
.image-gallery-item img {
  max-width: 100%;
  padding: .236em;
  margin: 0 1em 1em 0;
  border: 1px solid #e0e0e0;
  background: #fbfbfb;
  -webkit-border-radius: 0.236em;
  border-radius: 0.236em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.image-gallery-item img:hover {
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 0.327em 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0.327em 0px rgba(0, 0, 0, 0.2);
}

/* Archives & Sitemap */
.page-template-template-archives-php #main .post h3,
.page-template-template-sitemap-php #main .post h3,
.page-template-template-archives-php #main .page h3,
.page-template-template-sitemap-php #main .page h3,
.page-template-template-archives-php #main .post h4,
.page-template-template-sitemap-php #main .post h4,
.page-template-template-archives-php #main .page h4,
.page-template-template-sitemap-php #main .page h4 {
  font-weight: bold;
}
.page-template-template-archives-php #main .post ul,
.page-template-template-sitemap-php #main .post ul,
.page-template-template-archives-php #main .page ul,
.page-template-template-sitemap-php #main .page ul,
.page-template-template-archives-php #main .post ol,
.page-template-template-sitemap-php #main .post ol,
.page-template-template-archives-php #main .page ol,
.page-template-template-sitemap-php #main .page ol {
  list-style: none;
  margin-left: 0;
}
.page-template-template-archives-php #main .post ul ul,
.page-template-template-sitemap-php #main .post ul ul,
.page-template-template-archives-php #main .page ul ul,
.page-template-template-sitemap-php #main .page ul ul,
.page-template-template-archives-php #main .post ol ul,
.page-template-template-sitemap-php #main .post ol ul,
.page-template-template-archives-php #main .page ol ul,
.page-template-template-sitemap-php #main .page ol ul,
.page-template-template-archives-php #main .post ul ol,
.page-template-template-sitemap-php #main .post ul ol,
.page-template-template-archives-php #main .page ul ol,
.page-template-template-sitemap-php #main .page ul ol,
.page-template-template-archives-php #main .post ol ol,
.page-template-template-sitemap-php #main .post ol ol,
.page-template-template-archives-php #main .page ol ol,
.page-template-template-sitemap-php #main .page ol ol {
  margin-left: 20px;
}
@media screen and (max-width: 799px) {
  .page-template-template-archives-php #main .fl,
  .page-template-template-sitemap-php #main .fl,
  .page-template-template-archives-php #main .fr,
  .page-template-template-sitemap-php #main .fr {
    float: none!important;
  }
}

/* Slider */
.fs_slideshow {
	margin: 0 auto;
	padding: 0;
}
#slides {
	margin: 0;
	padding: .25em 0 0 0;
}
#slides ul.slidesjs-pagination {
	width: 100% !important;
	margin: .85em 0 .65em 0;
	padding: 0;
	list-style: none;
	cursor: default;
	text-align: center;
	z-index: -1;
}
#slides li.slidesjs-pagination-item {
	position: relative;
	display: inline-block;
	margin: 0 .2em;
	width: 7px;
	height: 7px;
	cursor: pointer;
	text-align: center;
}
@media screen and (max-width: 399px) {
  	#slides li.slidesjs-pagination-item {
  		margin: .15em;
		width: 5px;
		height: 5px;
	}
}
#slides li.slidesjs-pagination-item a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	border-bottom: none !important;
	background-color: #333333;
	text-indent: -999em;
	cursor: pointer; /* make the text accessible to screen readers */
	position: absolute;
}
#slides li.slidesjs-pagination-item a.active {
	background-color: #4aa044;
}
.slidesjs-slide {
	border-bottom: none !important;
}
.slidesjs-navigation {
	margin: .85em 0 .65em 0;
	padding: 0;
	border-bottom: none !important;
}
.slidesjs-previous {
	float:left;
}
.slidesjs-next {
	float:right;
}
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.zoom,
.simplelightbox {
	cursor:zoom-in;
	text-align: center;
}
/* 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	position: relative;
	zoom: 1;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 35px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	color: #c6c6c6;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	font-size: 0;
}
.flex-direction-nav a:before {
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 100%;
	margin-right: .618em;
	font-weight: normal;
	font-size: 30px !important;
}
.flex-direction-nav .flex-next {
	right: -62px;
}
.flex-direction-nav .flex-next:before {
	content: '\f054';
}
.flex-direction-nav .flex-prev {
	left: -52px;
}
.flex-direction-nav .flex-prev:before {
	content: '\f053';
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	color: #5381b5;
	text-decoration: none!important;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.flex-control-nav {
	margin: 2.618em 0 -1.5em;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	text-align: center;
	position: relative;
}
.flex-control-paging li a.flex-active:after,
.flex-control-paging li a:hover:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: #5381b5;
	-webkit-border-radius: 400px;
	border-radius: 400px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width: 1100px) {
	.flex-direction-nav .flex-prev {
		left: 0;
		top: auto;
		bottom: -4px;
	}
	.flex-direction-nav .flex-next {
		right: -18px;
		top: auto;
		bottom: -4px;
	}
	.flex-direction-nav a:before {
		font-size: 20px;
	}
	.no-pagination .flex-direction-nav a {
		bottom: -35px;
	}
	#featured.fade .flex-direction-nav .flex-prev,
	#featured.fade .flex-direction-nav .flex-next {
		bottom: -5em;
	}
}
#featured-slider .has-slide-background .slide-background {
	z-index: 1;
}
#featured-slider .has-slide-background .slide-content {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	left: 2em;
	padding: 1em 2em;
	background: rgba(0, 0, 0, 0.7);
	color: #ffffff;
}
#featured-slider .has-slide-background .slide-content h1 {
	color: #ffffff;
} 
*/

/* Multi-column Tag Map */
#mcTagMap {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#mcTagMap .tagindex, 
#sc_mcTagMap .tagindex {
	padding: 0 1em 0 0;
	width: calc(33.3333% - 1em);
}
#mcTagMap .tagindex:nth-child(3n) {
	padding: 0 0;
	width: 33.3333%;
}
#mcTagMap .tagindex h4, 
#sc_mcTagMap .tagindex h4 {
border-bottom: 3px solid #333333;
margin: 0 0 .75em 0;
padding: 0 0 .5em 0;
}
#mcTagMap .tagindex ul, 
#sc_mcTagMap .tagindex ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
#mcTagMap .tagindex ul li, 
#sc_mcTagMap .tagindex ul li {
	list-style: none;
	margin: 0 0 .75em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid;
}
#mcTagMap .tagindex ul li a {
	border-bottom: none;
	text-decoration: none;
}
#mcTagMap .holdleft, 
#sc_mcTagMap .holdleft {
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width: 499px) {
	#mcTagMap .holdleft, 
	#sc_mcTagMap .holdleft {
		width: 100%;
		display: block;
		margin: 0 0;
		float: left;
		text-align: left;
	}
	#mcTagMap .tagindex, 
	#mcTagMap .tagindex:nth-child(3n) {
		padding: 0 0;
		width: 100%;
	}
}
#mcTagMap .noMargin, 
#sc_mcTagMap .noMargin {
	margin: 0;
}
#mcTagMap .morelink, 
#sc_mcTagMap .morelink {
	display: none;
}
#mcTagMap .morelink a {
    color: #333333;
    text-decoration: none;
}
#mcTagMap .tagDescription {
	display: block;
}
#mcTagMap #mcTagMapNav {
	display: block;
	background: #eee;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #888;
}
#mcTagMap #mcTagMapNav a {
	text-decoration: none;
	padding: 3px 2px 3px 6px;
	border-left: 1px solid #888;
}
#mcTagMap #mcTagMapNav a:first-child {
	border-left: none;
}

/* Forms, Buttons, Dropdowns */
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email] {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: inherit; /* Make inputs the same size as normal text */
  font-family: inherit; /* Make inputs use the correct typeface instead of the browser default */
  line-height: inherit;
  outline: none;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type=tel]:focus,
input[type=email]:focus {
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input.input-text,
.form-row input[type="text"],
.form-row textarea {
  width: 100%;
  color: #4aa044;
  border: 1px solid #4aa044;
  padding: .75em .5em .5em .5em;
}

.button,
a.button,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
  display: inline-block;
  margin-bottom: 1em;
  padding: .75em 1em .5em 1em;
  border: 2px solid #4aa044;
  border-radius: 0;
  color: #4aa044;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer; /* Inputs need pointers! */
  overflow: visible;
  width: auto;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover,
a.button:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover,
#cookie-notice .button:hover {
  text-decoration: none;
  background: transparent;
  border: 2px solid #333333;
  color: #333333;
}
.button:active,
a.button:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active,
#cookie-notice .button:active {
  border: 2px solid #333333;
  border-radius: 0;
  color: #333333;
}
.button.large,
a.button.large,
#commentform #submit.large,
.submit.large,
input[type=submit].large,
input.button.large,
button.button.large,
#wrapper .woo-sc-button.large {
  font-size: 1.387em;
}
.button.small,
a.button.small,
#commentform #submit.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small,
#wrapper .woo-sc-button.small {
  font-size: .857em;
}
.button.alt-1,
a.button.alt-1,
#commentform #submit.alt-1,
.submit.alt-1,
input[type=submit].alt-1,
input.button.alt-1,
button.button.alt-1,
#wrapper .woo-sc-button.alt-1 {
  background: #94d0e9;
  border: 1px solid #6abde0;
}
.button.alt-1:hover,
a.button.alt-1:hover,
#commentform #submit.alt-1:hover,
.submit.alt-1:hover,
input[type=submit].alt-1:hover,
input.button.alt-1:hover,
button.button.alt-1:hover,
#wrapper .woo-sc-button.alt-1:hover {
  background: #6abde0;
}
.button.alt-2,
a.button.alt-2,
#commentform #submit.alt-2,
.submit.alt-2,
input[type=submit].alt-2,
input.button.alt-2,
button.button.alt-2,
#wrapper .woo-sc-button.alt-2 {
  background: #a4d157;
  border: 1px solid #8dc035;
}
.button.alt-2:hover,
a.button.alt-2:hover,
#commentform #submit.alt-2:hover,
.submit.alt-2:hover,
input[type=submit].alt-2:hover,
input.button.alt-2:hover,
button.button.alt-2:hover,
#wrapper .woo-sc-button.alt-2:hover {
  background: #8dc035;
}


.order-number,
.order-date {
  font-weight: bold;
}
.order-status {
  text-transform: uppercase;
  color: #4aa044;
}

.checkout {
	margin-bottom: 0;
}
.checkout #customer_details,
.checkout #order_review {

}
.checkout #customer_details > div {
    margin-bottom: 1em;
}

.woocommerce-checkout .form-row .chzn-container {
  width: 100%!important
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
  height: auto;
  line-height: 1.5;
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-single div b {
  background: url('images/chosen-sprite.png') no-repeat 0 3px!important
}
.woocommerce-checkout .form-row .chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 4px!important
}
.woocommerce-checkout .form-row .chzn-container-single .chzn-search input {
  line-height: 1.5;
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.woocommerce-checkout .form-row .chzn-container .chzn-drop {
  width: 100%!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  font-size: 1em;
}
.chzn-container .chzn-drop {
  background: #ffffff;
  border: 1px solid #4aa044;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  box-shadow: none;
  z-index: 999;
}
.chzn-container-single .chzn-single,
.chzn-container-single a:hover {
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #4aa044;
  padding: .75em .5em .5em .5em;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chzn-container-single .chzn-default { color: #333 }
.chzn-container-single .chzn-single span {
  color: #4aa044;
    display: block;
    margin-right: 2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover { background-position: right -11px }
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  margin: 0;
  padding: .75em .5em .5em .5em;
  outline: 0;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}
.chzn-container-multi .chzn-choices {
  background-color: #ffffff;
  background-image: none;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto!important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  background: transparent!important;
  border: 0!important;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default { color: #333 }
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  border: 1px solid;
  line-height: 1.5;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus { background: #ffffff }
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('images/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover { background-position: right -11px }
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close { background-position: right -11px }
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 1.5;
  padding: .25em .5em;
  color: #333333;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #eeeeee;
  background-image: none;
  color: #333333;
}
.chzn-container .chzn-results li em {
  background: #eeeeee;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em { background: transparent }
.chzn-container .chzn-results .no-results {
  background: #eeeeee;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #333333;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option { padding-left: 15px }
.chzn-container-multi .chzn-drop .result-selected { display: none }
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down { bottom: 0 }
.chzn-container .chzn-results-scroll-down span { background: url('images/chosen-sprite.png') no-repeat -4px -3px }
.chzn-container .chzn-results-scroll-up span { background: url('images/chosen-sprite.png') no-repeat -22px -3px }
.chzn-container-active .chzn-single {
  box-shadow: none;
  border: 1px solid;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #4aa044;
  box-shadow: none;
  background-color: #ffffff;
  background-image: none;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b { background-position: -18px 1px }
.chzn-container-active .chzn-choices {
  box-shadow: none;
  border: 1px solid;
}
.chzn-container-active .chzn-choices .search-field input { color: #333!important }
.chzn-disabled {
  cursor: default;
  opacity: .5!important;
}
.chzn-disabled .chzn-single { cursor: default }
.chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor: default }
.chzn-rtl { text-align: right }
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl }
.chzn-rtl .chzn-choices li { float: right }
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 .5em .5em;
  padding: 0 .5em 0 0;
  color: inherit;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: 0 }
.chzn-rtl .chzn-search input {
  background: #ffffff url('images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,-webkit-gradient(linear,0% 0,0% 100%,color-stop(1%,#eee),color-stop(15%,#ffffff));
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,-webkit-linear-gradient(top,#eee 1%,#ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,-moz-linear-gradient(top,#eee 1%,#ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,-o-linear-gradient(top,#eee 1%,#ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,-ms-linear-gradient(top,#eee 1%,#ffffff 15%);
  background: url('images/chosen-sprite.png') no-repeat -38px -22px,linear-gradient(top,#eee 1%,#ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/* 8.2 Gravity forms */
ul.gform_fields li {
  list-style: none;
}
.gfield {
  margin-bottom: 1.5em;
}
.gfield_label {
  width: 100%;
  font-weight: bold;
  margin-bottom: .618em;
  display: block;
}
.gfield_required {
  color: red;
}
.ginput_container {
  margin-bottom: 1.5em;
}
.ginput_container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.ginput_container label {
  display: block;
}
.ginput_container input,
.ginput_container textarea {
  width: 100%;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right,
.ginput_container .ginput_full {
  margin-bottom: 1em;
  display: block;
}
.ginput_container .ginput_left label,
.ginput_container .ginput_right label,
.ginput_container .ginput_full label {
  font-size: .875em;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right {
  width: 48%;
  float: left;
  clear: left;
}
.ginput_container .ginput_right {
  float: right;
  clear: none;
}
.ginput_container .gfield_checkbox,
.ginput_container .gfield_radio {
  margin-left: 0;
}
.ginput_container .gfield_checkbox label,
.ginput_container .gfield_radio label {
  display: inline-block;
  margin-left: .618em;
}
.ginput_container .gfield_checkbox input,
.ginput_container .gfield_radio input {
  width: auto;
}
img.ui-datepicker-trigger {
  border: 0;
  padding: 0;
}

/* Admin Styles */
#wpadminbar {
    bottom: 0;
    top:inherit;
}
.post-edit-link { 
	display: none; 
}

/* Cookie Notice */

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    left: 0;
    text-align: center;
}
.cookie-notice-container {
    padding: 1em;
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cn-top {
    top: 0;
}
.cn-bottom {
    bottom: 0;
}
#cookie-notice a {
    text-decoration: none;
    border-bottom: 1px solid #4aa044;
}
#cookie-notice a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
#cookie-notice .button {
	margin: 0 0 0 1em;
	padding: .75em 1em .5em 1em;
	border: 2px solid #4aa044;
	color: #4aa044;
	min-width: 5em;
}

/* Newsletter Widget */

.tnp-subscription {
	font-size: inherit;
	display: block;
	margin: 1em 0 3em 0;
	max-width: 100%;
	width: 100%;
}
.tnp-subscription div.tnp-field {
	margin-bottom: 1em;
	border: 0;
	padding: 0;
}
.tnp-field-list {
	margin-right: 1em;
	display: inline-block;
}
.tnp-subscription label {
	display: block;
	color: inherit;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 0;
	margin: 0;
}
.tnp-subscription input[type="text"], 
.tnp-subscription input[type="email"],
.tnp-subscription select {
	width: 100%;
	height: auto;
	padding: .5em;
	display: block;
	border: 1px solid #4aa044;
	background-color: white;
	color: #4aa044;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
.tnp-subscription input.tnp-submit,
.tnp-subscription input[type="submit"] {
	width: auto!important;
}
.tnp-subscription input[type=checkbox], 
.tnp-widget input[type=radio] {
	width: auto;
	display: inline;
}
