/*
Theme Name: Takaronovenyek
Author: Demeter Biosystems
Author URI: http://takaronovenyek.hu
Version: 1.0
Text Domain: talajvizsgalat
*/



/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}
html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;}
html, body {overflow-x: hidden;}
html,
button,
input,
select,
textarea {font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;}
body {color: #242424; line-height: 1.5; margin: 0;}
a {color: #42974c; text-decoration: none;}
a:visited {color: #42974c;}
a:focus,
a:active,
a:hover {color: #42974c;	outline: 0;}
a:hover {text-decoration: underline;}
h1,
h2,
h3,
h4,
h5,
h6 {clear: both; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight: 600; line-height: 1.25;}
h1 {font-size: 48px; margin: 30px 0;}
h2 {font-size: 30px; margin: 25px 0 15px;}
h3 {font-size: 22px; margin: 10px 0;}
h4 {font-size: 20px; margin: 25px 0;}
h5 {font-size: 18px; margin: 30px 0;}
h6 {font-size: 16px; margin: 36px 0;}
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {margin: 0 0 1em;}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {margin: 16px 0; padding: 0 0 0 40px;}
p + ul {margin-top: 0;}
ul {list-style-type: square;}
nav ul,
nav ol {list-style: none; list-style-image: none;}
li > ul,
li > ol {margin: 0;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	margin: 0 0 20px;
	width: 100%;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-striped td, .table-striped th {
	padding-right: 0.75em;
	padding-left: 0.75em;
}
.table-fixed {
	table-layout: fixed;
}
.table-header thead th {
	background-color: #42974c;
	color: #ffffff;
	font-size: 14px;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: 700;
	font-size: 16px;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: transparent;
	border: 1px dashed #42974c;
	margin: 24px 0;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.fl {float: left;}
.fr {float: right;}
 
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #242424;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	border: none;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

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

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

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {background-color: #fff; margin: 0 auto; max-width: 1920px; width: 100%;}
.site-main {/*position: relative; */width: 100%; max-width: 960px; margin: 0 auto;}
.site-main .sidebar-container {float: right; width: 30%;}
.site-main .sidebar-inner {margin: 0 auto; max-width: 960px;}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
.site-header {position: relative; background: #fff; padding: 0; display: block; z-index: 9999; width: 100%; margin: 0 auto; border-bottom: 2px solid rgba(200,200,200,0.5);}
.header-content {width: 100%; max-width: 960px; margin: 0 auto; line-height: 0;}
.site-header a {color: #fff;}
.site-header a.logo {float: left; padding: 10px 0;}
.site-header a.logo img {height: 40px; width: auto;}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {position: relative; float: right;}
ul.nav-menu,
div.nav-menu > ul {margin: 0; padding: 0;}
.nav-menu li {display: inline-block; position: relative;}
.nav-menu li a {color: #646464; display: block; font-size: 16px; line-height: 1em; padding: 22px 10px; text-decoration: none; font-weight: 700; text-transform: uppercase;}
body.page-template-homepage .nav-menu li a {color: #fff;}
.nav-menu li:hover > a, .nav-menu li a:hover {color: #33893f; background: none; border-bottom: 2px solid #33893f; margin-bottom: -2px;}
body.page-template-homepage .nav-menu li:hover > a, body.page-template-homepage .nav-menu li a:hover {color: #ddd; background: none; border-bottom: 2px solid #ddd;}
.nav-menu .sub-menu,
.nav-menu .children {background-color: #fafafa; border: none; display: none; padding: 0; position: absolute; left: 0; z-index: 99999; box-shadow: 0 0px 4px #ddd; padding: 8px 0;}
.nav-menu .sub-menu ul,
.nav-menu .children ul {border-left: 0; left: 100%; top: 0;}
body.page-template-homepage ul.nav-menu ul a, ul.nav-menu ul a, .nav-menu ul ul a {color: #242424; margin: 0; width: 150px; padding: 7px 10px; font-size: 15px; text-transform: none; font-weight: 400; border-bottom: none!important;}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {color: #ababab!important; border-bottom: none!important; margin: 0!important;}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {display: block;}
ul.nav-menu ul li.nolink a:hover {color: #242424!important;}
.nav-menu .current_page_item > a, 
.nav-menu .current_page_ancestor > a, 
.nav-menu .current-menu-item > a, 
.nav-menu .current-menu-ancestor > a {color: #33893f;}
body.page-template-homepage .nav-menu .current_page_item > a, 
body.page-template-homepage .nav-menu .current_page_ancestor > a, 
body.page-template-homepage .nav-menu .current-menu-item > a, 
body.page-template-homepage .nav-menu .current-menu-ancestor > a {color: #fff;}
.menu-toggle {display: none;}
.nav-menu .btn-order {margin-left: 10px;}
.nav-menu .btn-order a {background: #42974c; border: 1px solid #42974c; color: #fff; padding: 10px 13px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.nav-menu .btn-order a:hover {background: #388342; border: 1px solid #388342; color: #fff; padding: 10px 13px;}
body.home .nav-menu .btn-order a {background-color: transparent; color: #fff; border: 1px solid #fff;}
body.home .nav-menu .btn-order a:hover {background-color: #fff!important; color: #42974c!important; border: 1px solid #fff!important;}
.nav-menu ul li.separator {border-top: 1px solid #ddd; margin-top: 7px; padding-top: 7px;}
.nav-menu ul li.separator:hover > a, .nav-menu ul li.separator a:hover {margin: 0!important;}

.quick-connect {
	float: left;
	margin: 6px 0 6px 20px;
	padding: 10px 0;
	color: #646464;
	line-height: 1.2em;
	font-size: 12px;
}
.quick-connect a {
	color: #646464;
}
body.page-template-homepage .quick-connect,
body.page-template-homepage .quick-connect a {
	color: #fff;
}

/* Navbar */
.navbar {background: none; margin: 0 auto; max-width: 960px; width: 100%; display: inline-block;}
.site-header .search-form {position: absolute; right: 20px; top: 1px;}
.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}
.site-header .search-field:focus {background-color: #fff; border: 2px solid #c3c0ab; cursor: text; outline: 0; width: 230px;}

/** 
 * Homepage 
 * ----------------------------------------------------------------------------
 */
body.homepage .site-main {max-width: 100%;}
body.homepage .hentry {padding-top: 0;}
body.homepage .content-inner {width: 100%; max-width: 960px; margin: 0 auto;}
body.homepage .content-inner img {margin: 0;}
.hero-image {position: relative; background: #000; max-height: 700px; overflow: hidden;}
.hero-image img {margin: 0; opacity: 0.70; filter:alpha(opacity=70);}
.hero-content {position: absolute; width: 100%; top: 35%; max-width: 960px; text-align: center;}
.hero-content h3 {color: #ddd; text-transform: uppercase; font-size: 30px; margin: 0 0 15px 0;}
.hero-content p.analysis-choices {font-size: 68px; text-transform: uppercase; line-height: 1em; font-weight: 600; color: #fff; margin: 0 0 30px;}
.hero-content p.analysis-choices a {color: #fff;}
.hero-content p.analysis-choices a:hover {color: #fff; text-decoration: underline;}
.hero-content  .button {margin-top: 0.5em; margin-bottom: 1em;}
.advantage-block {padding: 40px 0;}

/* Content blocks */
.content-block {
	margin: 0 0 40px 0;
}
.content-block h4.content-header {
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #646464;
	margin: 25px 0 16px 0;
}
.content-block .content-header-border {
	width: 80px;
	margin: 0 auto 30px auto;
	height: 5px;
	background: #42974c;
}
.content-block .left-header-border {
	width: 80px;
	margin: 0 0 30px 0;
	height: 5px;
	background: #42974c;
}

/* Services */
h5.service-header {
	margin: 20px 0 10px 0;
}
h5.service-header span.icon img {
	width: 48px;
	height: auto;
}
h5.service-header strong {
	font-weight: 400;
	color: #42974c;
	font-size: 20px;
	padding-left: 10px;
}

/* Who is it for */
.image-caption h5 {
	display: inline-block;
	width: 100%;
	margin: 20px 0 10px 0;
}
.image-caption h5 i.fa {
	display: inline-block;
	height: 32px;
	float: left;
	width: 10%;
	padding: 4px 0;
	font-size: 28px;
	color: #42974c;
	margin-right: 2%;
}
.image-caption h5 span {
	display: inline-block;
	width: 88%;
}

/* Request a quote */
.order-icons i.fa {
	font-size: 48px;
	color: #42974c;
}
.order-icons span {
	display: inline-block;
	margin-left: 10px;
	line-height: 1em;
}
.order-icons span strong {
	display: block;
	font-size: 20px;
	line-height: 1em;
}

/** 
 * How it works 
 * ----------------------------------------------------------------------------
 */
body.page-template-templateshowitworks-php #main {max-width: 800px;}
body.page-template-templateshowitworks-php .entry-header h1 {text-align: center;}
body.page-template-templateshowitworks-php h3 {font-size: 28px;}
body.page-template-templateshowitworks-php h4 {font-size: 22px; margin: 0 0 15px 0;}
body.page-template-templateshowitworks-php .one-half p {margin: 0;}

/** 
 * Pricing
 * ----------------------------------------------------------------------------
 */
.pricelist {margin: 0px 0px 2em;}
.pricelist .row-odd, .pricelist .row-even {padding: 10px 14px; border-bottom: 1px solid #eee;}
.pricelist .row-odd {background: #f6f6f6;}
.pricelist .row-even {background: #fff;}

/** 
 * Services
 * ----------------------------------------------------------------------------
 */
.service-table .service-row {margin: 0; padding: 10px 0; border-bottom: 1px solid #ddd;}
.service-table h4 {margin: 0;}
.service-table ul {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; padding: 0; margin: 0;}
.service-table ul li {position: relative; padding-left: 20px;}
.service-table ul li:before {content: "\f00c"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; color: #42974c; font-size: 14px; position: absolute; top: 2px; left: 0;}

/** 
 * Quote request
 * ----------------------------------------------------------------------------
 */
#quote .wpcf7 {background: #f2f2f2; padding: 15px; border: 1px solid #e2e2e2; margin: 10px 0 20px 0;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;}
#quote .wpcf7 fieldset {display: inline-block; width: 100%; padding: 10px 0; margin: 0; border: none;}
#quote .wpcf7 label {float: left; width: 15%; margin: 0 5% 0 0; padding: 10px 0; font-weight: 600;} 
#quote .wpcf7 .wpcf7-form-control-wrap {float: right; width: 80%; margin: 0;}
#quote .wpcf7 input[type="text"], 
#quote .wpcf7 input[type="email"], 
#quote .wpcf7 textarea {width: 100%; border: 1px solid #ddd; padding: 10px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
	box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
#quote .wpcf7 input[type="text"]:focus, 
#quote .wpcf7 input[type="email"]:focus, 
#quote .wpcf7 textarea:focus {border: 1px solid #42974c; box-shadow: inset 0 0 4px rgba(66,151,76,0.75);}
#quote .wpcf7 .button {float: right;}
#quote .wpcf7 p {margin: 0;}
#quote .wpcf7 .ajax-loader {display: none;}

/* Sample download */
#samples .boxed-form {background: #fff; padding: 40px 50px;}
#samples .wpcf7 fieldset {display: inline-block; width: 100%; padding: 6px 0; margin: 0; border: none;}
#samples .wpcf7 label {float: left; width: 15%; margin: 0 5% 0 0; padding: 10px 0; font-weight: 400;} 
#samples .wpcf7 .wpcf7-form-control-wrap {float: right; width: 80%; margin: 0;}
#samples .wpcf7 input[type="text"],
#samples .wpcf7 input[type="email"] {width: 100%; border: 1px solid #ddd; padding: 10px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
	box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
#samples .wpcf7 input[type="text"]:focus,
#samples .wpcf7 input[type="email"]:focus {border: 1px solid #42974c; box-shadow: inset 0 0 4px rgba(66,151,76,0.75);}
#samples .wpcf7 p {margin: 0;}
#samples .wpcf7 .ajax-loader {display: none;}
#samples div.wpcf7-response-output {margin: 1em 0 0; font-size: 14px; line-height: 1.4em;}

/** 
 * Wiki (Knowledge Base)
 * ----------------------------------------------------------------------------
 */
/* Wiki list page */
.wiki-menu-container {background: #fafafa; padding: 15px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 2px 2px #ddd; margin: 0 0 35px 0;}
.wiki-menu-container ul.wiki-menu {padding: 0; margin: 0; list-style: none; float: right;}
.wiki-menu-container ul.wiki-menu li {float: left; padding: 6px 12px; margin: 0; list-style-type: none;}
.wiki-menu-container ul.wiki-menu li a {font-weight: 700; color: #646464;}
.wiki-menu-container ul.wiki-menu li a:hover {color: #242424; text-decoration: none;}
.wiki-menu-container ul.wiki-menu li.current-wiki-cat a {color: #42974c;}
.wiki-menu-container ul.wiki-menu li.current-wiki-cat:hover a {color: #33893f;}
.wiki-menu-container form.searchform input[type="text"] {border: 1px solid #ddd; padding: 7px 10px; vertical-align: top; margin-right: 5px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
	box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
.wiki-menu-container form.searchform .button {border: none!important; padding: 9px 12px 10px;}

.wiki-box {min-height: 320px; border: none; margin-bottom: 4%;
	-moz-box-shadow: 0 2px 3px #ddd; -webkit-box-shadow: 0 2px 3px #ddd; box-shadow: 0 2px 3px #ddd;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.wiki-box .wiki-header {padding: 16px 30px; color: #fff; font-weight: 700; border-radius: 4px 4px 0 0;}
.wiki-box.fajok-es-fajtak .wiki-header {background: #f0c85f;}
.wiki-box.talajtol-a-tarcaig .wiki-header {background: #64b044;}
.wiki-box.technologia .wiki-header {background: #f27676;}
.wiki-box.talajbiologia .wiki-header {background: #82735c;}
.wiki-box .wiki-smallthumb {max-height: 200px; overflow: hidden;}
.wiki-box .wiki-leadtext {padding: 22px 30px;}
.wiki-box .wiki-leadtext h3 {margin-top: 0; font-size: 1.25em;}
.wiki-box .wiki-leadtext h3  a {color: #646464;}
.wiki-box .wiki-leadtext h3  a:hover {text-decoration: none; color: #242424;}
.wiki-box .wiki-leadtext p {margin: 0; color: #646464;}
.wiki-box .wiki-leadtext .button {position: absolute; bottom: 30px; font-size: 16px; padding-left: 12px; padding-right: 12px;}
.wiki-box a.wiki-morelink {display: block; width: 100%; padding: 10px 20px; background: #42974c; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 1.25em; text-decoration: none;}
.wiki-box a.wiki-morelink:hover {text-decoration: none; color: #fff; background: #242424;}
.wiki-box a.wiki-morelink span {float: right;}

/* Single wiki page */
body.single-wiki .site-main {max-width: 100%;}
body.single-wiki #primary {margin: 0 auto; float: none; width: 92%; max-width: 760px; font-size: 1.1em; line-height: 1.5em; font-family: 'Source Serif Pro', Georgia, Times New Roman, serif;}
body.single-wiki #primary .hentry {padding-top: 0;}
#wiki-header {position: relative;}
#wiki-header .wiki-header-wrap {z-index: 999; position: relative; width: 100%; max-width: 960px; margin: 60px auto 0; padding: 0;}
#wiki-header .wiki-header-wrap h1 {color: #242424; text-align: center; margin-top: 0; font-size: 40px; font-family: 'Source Serif Pro', Georgia, Times New Roman, serif; font-weight: 400;}
#wiki-header .wiki-header-wrap .wiki-excerpt {color: #888; text-align: justify; font-size: 17px; width: 60%; margin: 0 auto 30px auto; font-family: 'Source Serif Pro', Georgia, Times New Roman, serif;}
#wiki-header .content-header-border {width: 200px; margin: 0px auto 30px; height: 3px; background: #42974c;}
#wiki-header .wiki-thumbnail {position: absolute; top: 0; z-index: 1;}
#wiki-header .wiki-thumbnail .blackmask {width: 100%; height: 100%; display: block; position: absolute; z-index: 2; background: rgba(0,0,0,0.3);}
body.single-wiki blockquote {font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size: 20px; line-height: 1.3em;}
body.single-wiki blockquote:before, body.single-wiki blockquote:after {content: ""; display: block; margin: 20px auto; width: 25%; height: 1px; background: #ababab;}
body.single-wiki blockquote p {margin: 0;}
.related-products {background: #f2f2f2; overflow: hidden; margin: 35px 0 10px; border: 1px dashed #42974c; border-radius: 4px; -web-border-radius: 4px; -moz-border-radius: 4px;}
.related-products h4 {padding: 10px 18px; background: #42974c; color: #fff; font-weight: 700; text-transform: uppercase; font-size: 16px; margin: 0; border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}
.related-products h4 i.fa {margin-right: 10px;}
.related-products ul li {font-size: 16px; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;}

/** 
 * Nitrate search
 * ----------------------------------------------------------------------------
 */
#nitrateSearch ul {padding: 0; margin: 0; list-style: none;}
#nitrateSearch ul li {display: inline-block; width: 100%; padding: 10px 0; margin: 0;}
#nitrateSearch label {float: left; width: 10%; margin: 0 5% 0 0; padding: 10px 0; font-weight: 600;} 
#nitrateSearch input[type="text"], #nitrateSearch textarea {width: 100%; border: 1px solid #ddd; padding: 10px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; 
	box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
}
#nitrateSearch input[type="text"]:focus, #nitrateSearch textarea:focus {border: 1px solid #42974c; box-shadow: inset 0 0 4px rgba(66,151,76,0.75);}

#nitrate-table {margin: 2em 0 1em;}
#nitrate-table .nitrate-header {font-weight: 700; border-bottom: 2px solid #e2e2e2; background: #f2f2f2;}
#nitrate-table .nitrate-header .one-fourth {padding: 10px 15px;}
#nitrate-table .nitrate-row {border-bottom: 1px solid #e2e2e2;}
#nitrate-table .nitrate-row .one-fourth, #nitrate-table .nitrate-row .one-three-fourths {padding: 10px 15px;}
.nitrate-helper {color: #ababab; font-size: 14px; margin: 0 0 2em 0;}
 
/**
 * Order sampling 
 * ----------------------------------------------------------------------------
 */

 /* Form basics */
.frontend-form .formblock {border-bottom: 2px solid #42974c; margin-bottom: 3em;}
.frontend-form h4 {text-transform: uppercase; border-bottom: 2px solid #42974c; line-height: 1em; padding: 0 0 5px 0; margin: 0;}
.frontend-form fieldset {padding: 0; margin: 0; border: none; border-bottom: 1px dashed #42974c;}
.frontend-form .formblock fieldset:last-child {border: none;}
.frontend-form fieldset label {line-height: 1.5em; padding: 10px 0;}
.frontend-form fieldset input[type="text"], 
.frontend-form fieldset input[type="email"], 
.frontend-form fieldset input[type="number"], 
.frontend-form fieldset textarea {border: none; outline: none; line-height: 1.5em; padding: 10px; background: none;}
.frontend-form fieldset select {padding: 11px 5px; border: none; outline: none; line-height: 1.5em;}
.frontend-form fieldset input[type="text"]:focus, 
.frontend-form fieldset input[type="text"]:active,
.frontend-form fieldset input[type="email"]:focus, 
.frontend-form fieldset input[type="email"]:active, 
.frontend-form fieldset input[type="number"]:focus, 
.frontend-form fieldset input[type="number"]:active, 
.frontend-form fieldset textarea:focus, 
.frontend-form fieldset textarea:active {background: #eee;}
.frontend-form fieldset select:focus, 
.frontend-form fieldset select:focus:active {background: #eee;}
.frontend-form .chbox-holder {padding: 10px;}
.frontend-form .chbox-holder label {display: block; padding: 0; margin: 5px 0; cursor: pointer;}
.frontend-form input[type="checkbox"] {margin-right: 10px;}
.frontend-form .wpcf7-multiple-choice span.wpcf7-list-item {display: block; width: 100%;}
.frontend-form .wpcf7-multiple-choice span.wpcf7-list-item.first {padding-top: 10px;}
.frontend-form .wpcf7-multiple-choice span.wpcf7-list-item.last {padding-bottom: 10px;}
span.asterisk {font-weight: 700; color: #42974c;}

/* Map - General */
#map {width: 100%; left: 0; top: 0; position: relative; height: 500px;}
.leaflet-control-layers {background-color: #fff!important;}
.leaflet-control-layers-toggle {background-image: url(images/ico-leaflet-layers.png)!important;}
.map-legend {margin: 10px 0; /*padding: 0 10px; background: #f2f2f2; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;*/}
.map-legend strong {display: inline-block; margin-right: 10px;}
.map-legend div {padding: 5px 10px; /*border-left: 1px solid #e4e4e4;*/ display: inline-block; margin: 0;}
.map-legend div span {width: 14px; height: 14px; display: inline-block; margin-right: 5px; background-image: url(js/map/polygon/dist/images/spritesheet.png); background-repeat: no-repeat;}
.map-legend .legend-polygon span {background-position: -37px -7px;}
.map-legend .legend-edit span {background-position: -158px -7px;}
.map-legend .legend-delete span {background-position: -187px -7px;}

/* Map - Search */
.leaflet-control-geocoder {box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important;}
.leaflet-control-geocoder-form {padding: 0!important; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-weight: 300; font-size: 14px; box-shadow: 0 0 6px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.leaflet-control-geocoder-form input[type="text"] {padding: 6px 10px; border: none; line-height: 1.5em; border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px;}
.leaflet-control-geocoder-form.search-error input[type="text"] {background: #f46767;}
.leaflet-control-geocoder-form input[type="submit"] {padding: 6px 10px; border: none; line-height: 1.5em; color: #fff; background: #42974c; border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0;}

/* Map - Photon autocomplete */
ul.photon-autocomplete {position: absolute; margin: 0; padding: 0; background-color: #fff; z-index: 1000; box-shadow: 0 4px 9px rgba(0,0,0,0.2);}
.photon-autocomplete li {min-height: 40px; line-height: 1em; padding: 5px 10px; overflow: hidden; white-space: nowrap; font-size: 1em; color: #242424;}
.photon-autocomplete li strong {display: block;}
.photon-autocomplete li.on {background-color: #e7cb5e; cursor: pointer;}
.photon-autocomplete li.photon-no-result {text-align: center; color: #626262; font-size: 1em; line-height: 40px;}
.photon-autocomplete .photon-feedback {display: none;}
.photon-input {border: none; padding: 6px 9px; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 300; 
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	box-shadow: 0 1px 7px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.4); -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.4);}
.photon-input:focus {width: 300px; border: none;}

/* Map - Popups */
.leaflet-popup-content-wrapper {border: none; font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; border-radius: 6px!important; -moz-border-radius: 6px!important; -webkit-border-radius: 6px!important;}
.leaflet-popup-content-wrapper .leaflet-popup-content {min-width: 100px!important; border: none; margin: 10px 10px 5px 10px!important;}
.leaflet-popup-content-wrapper .prop_bubble_title {margin: -11px -11px 6px -11px; padding: 11px 11px 8px 11px; background: #ddd; border-bottom: 1px solid #ccc; border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0;}
.leaflet-popup-content-wrapper .prop_bubble_title h5 {margin: 0; text-align: center; font-size: 16px;}
.leaflet-popup-content-wrapper .prop_bubble_data {font-size: 14px; text-align: center;}
.popup_message {position: fixed; top: 20px; padding: 10px; text-align: center; background: rgba(0,0,0,0.8); left: 50%;width: 400px; margin-left: -200px; color: #fff; z-index: 9999; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

/* Property list and toggles */
#order_items {margin-top: 2em; padding: 0 0 2em 0;}
#order_items .toggle-header {padding: 6px 10px; border-bottom: 1px solid #ddd; cursor: pointer}
#order_items .toggle-header:hover {background: #f2f2f2;}
#order_items .toggle-header span.status {width: 10px; height: 10px; background: transparent; display: block; margin: 7px 0; border: 2px solid #42974c; border-radius: 10px;}
#order_items .toggle-header span.prop_name {font-weight: 600;}
/*#order_items .toggle-content {display: none;}*/
#order_items a.locate-property {display: inline-block; background: #ababab; color: #fff; font-size: 14px;  padding: 3px 7px; text-decoration: none; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#order_items a.locate-property.shownonmap {background: #42974c;}
#order_items a.locate-property:hover {text-decoration: none;}

/* Chosen */
.chosen-container {border: none; height: 44px; width: 74%!important; font-size: 100%!important; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;}
.chosen-container .chosen-choices {width: 100%; height: 100%!important; border: none!important; background: none!important;}
.chosen-container-active .chosen-choices {background: #eee!important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important;}
.chosen-container .chosen-choices li.search-field {height: 100%; border: none; width: auto;}
.chosen-container .chosen-choices li.search-field input[type=text] {height: 100%!important; width: auto!important; padding: 10px!important; font-size: 100%; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif!important;}
.chosen-container-multi .chosen-choices li.search-choice {margin: 9px 0 9px 10px!important; padding: 6px 22px 6px 8px!important; border: none!important;  background: #42974c!important; color: #fff!important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important;}
.chosen-container .chosen-drop {border: 1px solid #ccc!important;}
.chosen-container .chosen-results li {padding: 10px 5px!important;}
.chosen-container .chosen-results li.highlighted {background: #626262!important;}
.chosen-container .chosen-choices li.search-choice .search-choice-close {top: 6px!important; right: 5px!important; background: url(images/ico-close-chosen.png) center center no-repeat!important;}

/* Step-by-step box */
#ordering-steps {background: #42974c; color: #fff; padding: 10px;}
#ordering-steps h5 {margin: 0; text-transform: uppercase;}
#ordering-steps ul {margin: 5px 0 0; padding: 0; list-style-type: none;}
#ordering-steps ul li {margin: 0; padding: 0 0 7px; list-style: none;}
#ordering-steps ul li:last-child {padding: 0;}
#ordering-steps ul li span {background: #fff; color: #42974c; width: 1.5em; display: inline-block; text-align: center; margin-right: 10px; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;}

/* Login to Dashboard */
form#user-login {margin: 80px auto 60px; width: 40%;}
form#user-login fieldset {border: none;}
form#user-login label.hide {display: none;}
form#user-login .text-input {width: 100%; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 8px 12px;}
form#user-login label.chk_replace {padding: 12px;}
form#user-login input#stayloggedin {margin: 15px 8px 15px 0;}
form#user-login .button {float: right; margin-right: 12px;}

/* 
 * Landing pages 
 * ----------------------------------------------------------------------------
 */
body.page-template-templateslanding-page-php .site-header {background: transparent;}
body.page-template-templateslanding-page-php ul.nav-menu li.login-menu-item  {display: none;}
body.page-template-templateslanding-page-php .hentry {padding: 62px 0 40px;}
.landing-image {position: absolute; right: 0; left: 0; top: 0; z-index: 0; max-height: 560px; overflow: hidden; background: #000;}
.landing-image img {opacity: 0.95; filter: alpha(opacity=95);}
.landing-slide {margin-bottom: 1em;}
.landing-slide h2 {font-size: 60px; line-height: 60px; font-weight: 600; color: #fff; margin: 1.25em 0 20px;}
.landing-slide p {font-size: 22px; color: #fff; line-height: 1.4em;}
.landing-footer {margin-top: 1.5em; font-size: 14px; color: #626262;}
.landing-footer a {color: #626262!important;}
.landing-footer ul {padding: 0; margin: 0; list-style: none;}
.landing-footer ul li {float: left; margin-right: 15px;}
.landing-footer ul li:last-child {margin: 0;}
body.page-template-templateslanding-page-php .one-third h4 {margin: 0 0 5px 0;}
body.page-template-templateslanding-page-php footer {display: none;}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.hentry {padding: 62px 0 40px;}
.entry-header, .entry-content, .entry-summary, .entry-meta {margin: 0 auto; width: 100%;}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {max-width: 960px;}
.sidebar #primary {width: 65%; float: left; margin-right: 5%;}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-thumbnail img {display: block; margin: 0 auto 10px;}
.entry-header {margin-bottom: 30px;}
.entry-title {font-weight: 700; color: #42974c; letter-spacing: -0.03em; margin: 0; padding: 0 0 10px 0; border-bottom: 1px solid #ddd;}
.entry-title a {color: #242424;}
.entry-title a:hover {color: #242424;}
.entry-header .entry-title-container {
	width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
	position: relative;
	z-index: 101;
}
.entry-header .entry-title-container .entry-pretitle {
	color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.entry-header .entry-title-container h1.entry-title {
	color: #fff;
    font-size: 42px;
    margin: 10px 0;
	padding: 0;
    border: none;
}
.entry-header .entry-title-container h4.entry-titlelead {
	margin: 0;
	color: #fff;
    font-size: 20px;
	font-weight: 400;
}

/* Product titles and header */
.entry-header .entry-title-container.product-title {
	padding: 110px 0 170px 0;
}
.entry-header .entry-title-container.product-title h1.entry-title {
	display: inline-block;
	padding: 10px 25px;
	background: rgba(0,0,0,0.4);
	font-weight: 700;
	font-size: 64px;
	margin-bottom: 2px;
}
.entry-header .entry-title-container.product-title h4.entry-titlelead {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(0,0,0,0.4);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.03em;
}
.entry-header .product-featured-image {
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1;
	max-height: 600px;
	overflow: hidden;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {clear: both; font-size: 14px;}
.entry-meta a {color: #42974c;}
.entry-meta a:hover {color: #42974c;}
.entry-meta > span {margin-right: 20px;}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {/*-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word;*/}
.entry-content a,
.comment-content a {color: #42974c;}
.entry-content a:hover,
.comment-content a:hover {color: #42974c; text-decoration: underline;}
.entry-content blockquote {font-size: 24px;}
.entry-content blockquote cite, .entry-content blockquote small {font-size: 16px;}
footer.entry-meta {margin-top: 24px;}
.format-standard footer.entry-meta {margin-top: 0;}

.entry-content a.more-arrow-link {
	font-weight: 700;
}
.entry-content a.more-arrow-link:hover {
	color: #242424;
	text-decoration: none;
}
.entry-content a.more-arrow-link i.fa {
	color: #dfe1e6;
	margin-left: 5px;
}
.entry-content a.more-arrow-link:hover i.fa {
	color: #242424;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #42974c;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 960px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 960px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #42974c;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 960px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 960px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}



/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 960px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 960px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 960px;
	padding-bottom: 40px;
	width: 100%;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */
#tertiary .widget-area {padding: 40px 0 0;}
#tertiary .widget_nav_menu div {background: #f2f2f2;  font-size: 16px; border: 1px solid #e4e4e4; font-weight: 600; overflow: hidden; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#tertiary .widget_nav_menu div ul li {border-bottom: 1px solid #e4e4e4; padding: 0;}
#tertiary .widget_nav_menu div ul li a {display: block; padding: 10px 15px; color: #999;}
#tertiary .widget_nav_menu div ul li a:hover, #tertiary .widget_nav_menu div ul li a:active, #tertiary .widget_nav_menu div ul li a:focus {background: #fff; color: #242424; text-decoration: none;}
#tertiary .widget_nav_menu div ul li.current-menu-item {background: #fff;}
#tertiary .widget_nav_menu div ul li.current-menu-item a {color: #242424;}
#tertiary .widget_nav_menu div ul li ul.sub-menu {display: none; background: #fff; margin: 0; padding: 0;}
#tertiary .widget_nav_menu div ul li ul.sub-menu a {padding-left: 20px;}
#tertiary .widget_nav_menu div ul li.sidemenu-toggle.opened a {background: #fff; z-index: 999; position: relative; box-shadow: 0 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);}
#tertiary .widget_nav_menu div ul li.sidemenu-toggle.opened ul.sub-menu a {z-index: 99; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}
#tertiary .widget_nav_menu div ul li:last-child, #tertiary .widget_nav_menu div ul li ul.sub-menu li:last-child {border: none;}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {margin: 0 0 30px; padding: 0 20px; /*-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; word-wrap: break-word;*/}
.widget .widget-title {font: 600 22px 'Source Sans Pro', Arial, Helvetica, sans-serif; margin: 0 0 10px; color: #626262;}
.widget ul,
.widget ol {list-style-type: none; margin: 0; padding: 0;}
.widget li {padding: 5px 0;}
.widget .children li:last-child {padding-bottom: 0;}
.widget li > ul, .widget li > ol {margin-left: 20px;}
.widget a {color: #42974c;}
.widget a:hover {color: #42974c; text-decoration: underline;}

.bordered-widget {padding: 0 10px 10px 10px; border: 1px solid #e4e4e4; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.bordered-widget .widget-title {margin: 0 -10px; padding: 10px; background: #f2f2f2; margin-bottom: 10px; border-bottom: 1px solid #e4e4e4;}
 

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {color: #fff; line-height: 1.5em; background: #388342;}
.site-footer .widget-area,
.site-footer a {color: #fff;}
.site-footer .sidebar-container {padding: 20px 0;}
.site-footer .widget-area {margin: 0 auto; max-width: 960px; width: 100%;}
.site-footer .widget {background: transparent; color: #fff; float: left; margin-right: 20px; width: 210px;}
.site-footer .widget ul li {padding: 1px 0;}
.site-footer .widget a {color: #fff;}
.site-footer .widget-title {text-transform: uppercase; font-style: normal; font-size: 16px; font-weight: 600;}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {color: #626262;}
.site-info {margin: 0 auto; max-width: 960px; padding: 0 0 20px; width: 100%; text-align: center;}
.site-info p {margin: 0;}
.site-footer .footer-logo {margin: 0 0 20px 0;}
.site-footer ul.menu {padding: 0; margin: 0; list-style: none;}
.site-footer ul.menu li {padding: 0; margin: 0; list-style-type: none;}


/* 
 * Layout elements
 */
 
/* Columns */
.one-half,
.two-columns {width: 48%;}
.one-third,
.three-columns {width: 30.66%;}
.one-two-third {width: 65.33%;}
.one-fourth,
.four-columns {width: 22%;}
.one-three-fourths { width: 74%;}
.one-fifth {width: 16.8%;}
.one-sixth {width: 13.33%;}
.one-four-fifths {width: 79.2%;}
.one-tenth {width: 8%;}
.one-fourteenth {width: 6%;}

.two-columns,
.three-columns,
.four-columns ,
.one-two-third,
.one-three-fourths,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth,
.one-four-fifths,
.one-tenth,
.one-fourteenth  {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last { margin-right: 0px }
.column-first { margin-left: 0px }

.column-last:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

/* Buttons */
.button {display: inline-block; line-height: 1em; position: relative; outline: none; padding: 10px 18px; cursor: pointer; text-decoration: none; 
	overflow: visible; /* removes extra side padding in IE */
	white-space: wrap; nowhitespace: afterproperty;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; user-select:none;
}
.button:hover, .button:focus, .button:active {text-decoration: none!important;}
.button.small {font-size: 14px; font-weight: 400; line-height: 1.25em; padding: 6px 8px;} 
.button.medium {font-size: 18px; font-weight: 600; line-height: 1.25em;} 
.button.large {font-size: 28px; padding: 14px 26px;} 
.button.midlarge {font-size: 22px; padding: 16px 36px;} 
.button.white {border: none; background: #fff; color: #42974c;}
.button.white:hover, .button.white:focus, .button.white:active {border: none; background: #fff; color: #42974c;}
.button.whiteborder {border: 2px solid #fff; background: none; color: #fff;}
.button.whiteborder:hover, .button.whiteborder:focus, .button.whiteborder:active {text-decoration: none; color: #fff; background: #242424; border-color: #242424;}
.button.greyborder {border: 2px solid #ddd; background: none; color: #646464;}
.button.greyborder:hover, .button.greyborder:focus, .button.greyborder:active {text-decoration: none; color: #646464; background: none; border-color: #ababab;}
.button.green {background: #42974c; border: 2px solid #42974c; color: #fff;}
.button.green:hover, .button.green:focus, .button.green:active {text-decoration: none; color: #fff; background: #398e44; border: 2px solid #398e44!important;}
.button.grey {background: #ababab; border: 2px solid #ababab; color: #fff;}
.button.grey:hover, .button.grey:focus, .button.grey:active {text-decoration: none; color: #fff; background: #999; border: 2px solid #999!important;}
.button.blacklight {background: rgba(0,0,0,0.3); color: #fff; border: none!important;}
.button.blacklight:hover, .button.blacklight:active {text-decoration: none; background: rgba(0,0,0,0.2); color: #fff; border: none!important;}
.button.lightblue {background: #3f8abf; border: 2px solid #3f8abf; color: #fff;}
.button.lightblue:hover, .button.lightblue:focus, .button.lightblue:active {text-decoration: none; color: #fff; background: #2577aa; border: 2px solid #2577aa!important;}
.button.red {background: #ed5a5a; border: 2px solid #ed5a5a; color: #fff;}
.button.red:hover, .button.red:focus, .button.red:active {text-decoration: none; color: #fff; background: #d44246; border: 2px solid #d44246!important;}
.button.black {background: #242424; border: 2px solid #242424; color: #fff;}
.button.black:hover, .button.black:focus, .button.black:active {text-decoration: none; color: #fff; background: #484848; border: 2px solid #484848!important;}
.button.w100 {width: 100%; text-align: center;}

/* Callout ribbons */
.callout {position: relative; font-size: 28px;}
.callout.medium {font-size: 24px;}
.callout.regular {font-size: 16px;}
.callout:before, .callout:after {content: ""; position: absolute; top: 0; bottom: 0; width: 9999px;}
.callout:before {right: 100%;}
.callout:after{left: 100%;}
.callout.grey, .callout.grey:before, .callout.grey:after {background: #f2f2f2;}
.callout.darkbrown, .callout.darkbrown:before, .callout.darkbrown:after {background: #4c3c40; color: #fff;}
.callout.black, .callout.black:before, .callout.black:after {background: #242424; color: #fff;}
.callout.green, .callout.green:before, .callout.green:after {background: #42974c; color: #fff;}
.callout.center {text-align: center;}
.callout .callout-content {margin: 0 auto; width: 100%; max-width: 960px; padding: 30px 0;}
.callout .callout-content h3 {font-size: 42px; font-weight: 600; margin: 10px 0;}
.callout .callout-content h6 {font-size: 28px; font-weight: 400; margin: 10px 0;}
.callout .callout-content p {margin: 0;}
.callout.black .callout-content a {color: #ccc;}
.callout.green .callout-content a {color: #fff;}
.callout h4.callout-header {text-align: left; margin: 0 0 20px 0; font-size: 44px; color: #242424; font-weight: 400; line-height: 1.2em; margin-top: 0;}
.callout h5 {margin: 10px 0 20px 0;}
.callout.timely-manner i.fa {padding: 10px 12px 10px 0; border-right: 1px solid #fff; font-size: 32px;}
.callout.timely-manner span {line-height: 32px;}

/* Infoboxes */
.infobox {width: 100%; max-width: 300px; padding: 0px; background: #fafafa; box-shadow: inset 0 0 1px #ddd; -moz-box-shadow: inset 0 0 1px #ddd; -webkit-box-shadow: inset 0 0 1px #ddd;}
.infobox.fl {float: left; margin: 0 20px 5px 0; border-left: 4px solid #42974c;}
.infobox.fr {float: right; margin: 0 0 5px 20px; border-right: 4px solid #42974c;}
.infobox.fn {float: none; max-width: 100%; display: inline-block; margin: 0; border-left: 4px solid #42974c;}
.infobox .infobox-header {margin: 10px 10px 0 10px; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid #eee; padding: 0 0 5px 0;}
.infobox .infobox-content {padding: 10px; color: #484848;}

/* Attention boxes */
.attention-box {padding: 20px 25px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.attention-box.green {background: #42974c; color: #fff;}

/* Advantage label */
.advantage-check {
    display: inline-block;
    margin: 0 10px 7px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fafafa;
    overflow: hidden;
}
.advantage-check .advantage-text {
    display: inline-block;
    padding: 5px 5px 5px 10px;
}
.advantage-check .advantage-tick {
    display: inline-block;
    padding: 5px 10px;
    background: #42974c;
    color: #fff;
}

/* FontAwesome checklists */
.fa-ul .fa-li {
	line-height: 1.5em;
    color: #42974c;
}

/* 
 * Reusable patterns
 * ----------------------------------------------------------------------------
 */

/* Display and floating */
.dispnone {display: none!important;}

/* Alignment */
.tleft {text-align: left;}
.tright {text-align: right;}
.tcenter {text-align: center;}

/* Margins and paddings */
.m0 {margin: 0;}
.mb0 {margin-bottom: 0;}
.mt5 {margin-top: 5px;}
.mb20 {margin-bottom: 20px!important;}
.mb40 {margin-bottom: 40px;}
.mb80 {margin-bottom: 80px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt40 {margin-top: 40px;}
.mr5 {margin-right: 5px;}
.ml5 {margin-left: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.ml20 {margin-left: 20px;}
.pad0 {padding: 0;}
.pad10 {padding: 10px;}
.padtb20 {padding-top: 20px; padding-bottom: 20px;}

/* Font size and line height */
.fweight400 {font-weight: 400!important;}
.fweight600, .fweight600 a {font-weight: 600!important;}
.fweight700, .fweight700 a {font-weight: 700!important;}
.uppercase {text-transform: uppercase;}

/* Colors and borders */
.greentext {color: #42974c;}
.greytext, .greytext a, .greytext a:hover {color: #646464!important;}
.lightgreytext {color: #ababab;}
.silvertext {color: #dfe1e6;}
.border0 {border: none!important;}
.nolink, .nolink a {cursor: text!important;}

/* Success, error and notification messages */
p.success, 
p.error, 
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {color: #fff; padding: 10px 16px!important; border: none!important; text-align: center; margin-left: 0!important; margin-right: 0!important;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
}
p.error, div.wpcf7-mail-sent-ng {background: #d44246;}
p.success, div.wpcf7-mail-sent-ok {background: #42974c;}
div.wpcf7-validation-errors {background: #d09630;}
p.success-light {color: #42974c;}
p.error-light {color: #d44246;}
span.error-light {display: block; padding: 5px 0; font-weight: 600; color: #d44246;}
span.wpcf7-not-valid-tip {color: #d44246!important; text-align: right; margin-top: 7px; font-size: 14px!important;}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1279px) {
    #wiki-header {height: auto; overflow: visible;}
    #wiki-header .wiki-header-wrap {z-index: 999; position: relative; width: 100%; max-width: 960px; margin: 10px auto; padding: 20px;}
    #wiki-header .wiki-header-wrap h1 {color: #242424; font-size: 36px;}
    #wiki-header .wiki-header-wrap .wiki-excerpt {color: #242424; }
    #wiki-header .wiki-thumbnail {position: relative;}
    #wiki-header .wiki-thumbnail .blackmask {display: none;}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	
	/* Responsive homepage */
	body.page-template-homepage .site-header {
		background: #42974c!important;
	}
	.site-header a.logo {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
	}
	
	.quick-connect, 
	.quick-connect a {
	    display: block;
		text-align: center;
		float: none;
		font-size: 14px;
		padding-bottom: 20px;
		margin: 0;
	}
	body.page-template-homepage #content .entry-content {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-content {
		top: 10%;
	}
	.hero-image .content-inner {
		padding: 0!important;
	}
	.hero-content h3 {
		font-size: 22px;
	}
	body.page-template-homepage #homepage-hero .analysis-choices {
		font-size: 36px;
		margin-bottom: 12px;
	}
	body.page-template-homepage #main .content-inner, 
	body.page-template-full-sections #main .content-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
		
	/* Main navigation */
	.main-navigation {
		float: none;
		width: 100%;
		background: #fff;
		display: block;
	}
	.nav-menu li a {
	    color: #232323!important;
		border-bottom: 1px solid #eee!important;
		border-top: 0!important;
	}
	.nav-menu li a:hover {
		color: #42974c!important;
		border-bottom: 1px solid #eee!important;
		border-top: 0!important;
		background: none!important;
	}
	.nav-menu li:hover > a, .nav-menu li a:hover {
		margin-bottom: 0px!important;
	}
	.nav-menu .sub-menu, 
	.nav-menu .children {
		box-shadow: none;
	}
	
	.site-title {
		font-size: 30px;
	}
	.nav-menu .btn-order {
		margin-left: 0!important;
	}
	.nav-menu .btn-order a , .nav-menu .btn-order a:hover {
		padding: 22px 10px!important;
		background: none!important;
		box-shadow: none!important;
		border: none!important;
	}
	
	
	/* Content */
	body.page-template-homepage #main, 
	body.page-template-full-sections #main, 
	body.page-template-knowledge-base #main, 
	body.page-template-events #main, 
	body.search.search-results #main, 
	body.archive.tax-wiki_category #main {
		margin-top: 0!important;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: 700 16px "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
		color: #232323;
		width: 100%;
		text-align: center;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #242424;
		width: auto;
	}
	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #242424;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	/* Content - General */
	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
		
	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Wiki */
	#wiki-header .wiki-header-wrap .wiki-excerpt {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	/* Product */
	.entry-header .product-featured-image {
		max-width: 100%;
		max-height: 500px!important;
		overflow: hidden;
	}
	.entry-header .entry-title-container.product-title {
		padding: 30px 0 50px;
	}
	.entry-header .entry-title-container.product-title h1.entry-title {
		font-size: 32px;
	}
	.entry-header .entry-title-container.product-title h4.entry-titlelead {
		font-size: 20px;
	}
	
	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	
	/* Footer */
	.site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* Columns */
	.two-columns,
	.three-columns,
	.four-columns ,
	.one-two-third,
	.one-three-fourths,
	.one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.three-fourth,
	.one-fifth,
	.one-sixth,
	.one-four-fifths  {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.column-last:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}
	.one-half.tright {
		text-align: center;
		margin-bottom: 20px;
	}
	.one-half.tleft {
		text-align: center;
	}
	
	/* Buttons */
	.button.large {font-size: 18px;}
	.button.medium {font-size: 14px;}
	.button.small {font-size: 12px;}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/* UPDATES BY ZSOMBOR DIRICZI ION 29TH JUNE 2015 */
body.page-template-homepage .site-header {
	background: transparent;
}
body.page-template-homepage #main,
body.page-template-full-sections #main,
body.page-template-knowledge-base #main,
body.page-template-events #main,
body.search.search-results #main,
body.archive.tax-wiki_category #main {
	max-width: 100%!important;
	margin-top: -62px;
}
body.page-template-homepage #main .content-inner,
body.page-template-events #main .content-inner,
body.page-template-full-sections #main .content-inner {
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
}
body.page-template-knowledge-base #main .content-inner,
body.search.search-results #main .content-inner,
body.archive.tax-wiki_category #main .content-inner {
	max-width: 100%;
	width: 1280px;
	margin: 0 auto;
}
body.page-template-homepage #main .hentry {
	padding-top: 0;
}
body.page-template-homepage #homepage-hero .analysis-choices {
	/*display: none;*/
}
body.search.search-results .entry-header, 
body.archive.tax-wiki_category .entry-header {
	background: #42974c;
}

.pricing-table {
	margin: 0 0 25px 0;
}
.pricing-package {
	float: left;
	width: 33%;
	margin: 0 0.16%;
	background: #fcfcfc;
}
.pricing-package .package-header {
	text-align: center;
	color: #fff;
}
.pricing-package .package-header h4 {
	margin: 0;
	padding: 24px 10px;
	text-transform: uppercase;
	font-size: 30px;
}
.pricing-package .package-header p {
	margin: 0;
	padding: 10px;
	font-size: 14px;
}
.pricing-package .package-body {}
.pricing-package .package-body ul.package-features {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pricing-package .package-body ul.package-features li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
.pricing-package .package-body .package-price {
	text-align: center;
	color: #646464;
	text-transform: uppercase;
	margin: 0;
	padding: 20px; 
}
.pricing-package .package-body .package-price span {
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
}
.pricing-package .package-footer {
	text-align: center;
	font-size: 14px; 
	padding: 10px 0 16px 0;
	color: #ababab;
}
.pricing-package .package-footer p {
	margin: 0;
}

#package-1.pricing-package .package-header {
	background: #68a570;
}
#package-1.pricing-package .package-header p {
	background: #7db584
}
#package-1.pricing-package .package-body .package-price span {
	color: #68a570;
}
#package-1.pricing-package .package-footer {
	border-bottom: 5px solid #68a570;
}
#package-2.pricing-package .package-header {
	background: #42974c;
}
#package-2.pricing-package .package-header p {
	background: #56b862
}
#package-2.pricing-package .package-body .package-price span {
	color: #42974c;
}
#package-2.pricing-package .package-footer {
	border-bottom: 5px solid #42974c;
}
#package-3.pricing-package .package-header {
	background: #388342;
}
#package-3.pricing-package .package-header p {
	background: #51a15c
}
#package-3.pricing-package .package-body .package-price span {
	color: #388342;
}
#package-3.pricing-package .package-footer {
	border-bottom: 5px solid #388342;
}

/* MadMimi newsletter form */
#ema_signup_form {
    width: 50%;
    max-width: 480px;
    margin: 0 auto;
}
#ema_signup_form input[type="submit"] {
	display: block;
	margin: 10px auto 0 auto;
}

/* Compatbility menu */
.bahamix-menu ul {margin: 0; padding: 0; list-style: none; background: #f2f2f2; box-shadow: 0 0 3px #ccc;}
.bahamix-menu ul li a {display: block; padding: 12px 14px; color: #888; font-size: 16px; font-weight: 700; border-bottom: 1px solid #ddd;}
.bahamix-menu ul li:last-child a {border: none;}
.bahamix-menu ul li a:hover {background: #fff; color: #888; text-decoration: none;}
.bahamix-menu ul li.active a {background: #42974c; color: #fff;}
.bahamix-menu ul li a i.fa {margin-right: 10px;}

/* Compatbility calculator */
table#cover-crop-compat {margin: 40px 0 15px;}
.compat-percentage {font-size: 20px; font-weight: 700;}

/* Mix calculator */
.species-form {
	padding-top: 2em;
	display: none;
}
.mixer-header {
	margin: 20px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 12px; 
	font-weight: 600;
	text-align: center;
}
.mixer-subheader {
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
}
.cover_group {
	position: relative;
	border-top: 2px solid #42974c;
	padding: 15px 0;
}
.cover_group .group_header {
	display: inline-block;
	width: 100%;
	margin: 0;
}
.cover_group .group_header h5 {
	margin: 5px 0; 
	float: left;
}
.cover_group .group_header button {
	float: right;
}
.cover_group .group_header button i.fa {
	margin-right: 10px;
}
.cover_group .cover_row {
	margin-top: 10px; 
	border-top: 1px dashed #42974c;
	padding-top: 10px
}
.cover_group .cover_row select,
.cover_group .cover_row input {
	width: 100%!important;
	padding: 5px 0!important;
	border: 1px solid #eee!important;
}
.cover_group .cover_row input {
	text-align: center;
}
.cover_group .cover_row  span {
	display: block;
	padding: 6px 0;
	line-height: 1.5em;
	text-align: center;
}
.cover_group .cover_row  span.loading_crop {
	display: none;
	position: absolute;
	left: -25px;
}

/* Calculator charts */
#cover_crop_charts .one-fifth p  {
	text-align: center;
	margin-bottom: 0;
}
#cover_crop_charts .one-fifth h5 {
	text-align: center;
	margin: 15px 0 5px;
}
#cover_crop_charts .one-fifth canvas {
	width: 100%!important;
}
#cover_crop_charts .one-fifth .value {
	font-size: 22px; 
	font-weight: 700;
}

/* Event list page */
.event-post {
	margin-bottom: 2em;
}
.event-post:last-child {
	margin-bottom: 0;
}
.event-post h3 {
	margin-top: 0;
}
.event-post .event-meta {
	color: #ababab;
}
.event-post .event-meta span {
	margin-right: 30px;
}
.event-post .event-meta span i.fa {
	margin-right: 10px;
}
.event-post .date-box {
    border: 1px solid #ababab;
    color: #ababab;
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
}
.event-post.upcoming-event .date-box {
	border: 1px solid #42974c;
	color: #42974c
}
.event-post .date-box .event-month {
	display: block;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    background: #ababab;
    color: #fff;
    padding: 15px 0;
}
.event-post.upcoming-event .date-box .event-month {
	background: #42974c;
}
.event-post .date-box .event-day {
    display: block;
    font-weight: 700;
    font-size: 72px;
    line-height: 1em;
    padding: 25px 0;
}

/* Single event page */
.event-thumbnail {
    position: absolute;
    left: 0;
    max-height: 325px;
    overflow: hidden;
    z-index: 1;
    background: #000;
}
.event-thumbnail img {
    opacity: 0.8;
}
.event-header-wrap {
    position: relative;
    z-index: 999;
    color: #fff;
    padding: 50px 0 40px;
}
.event-header-wrap .event-date {
    margin: 0 0 20px 0;
}
.event-header-wrap .event-date span {
    background: #42974c;
    padding: 7px 15px;
    font-size: 20px;
	font-weight: 600;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.event-header-wrap h1 {
    font-size: 68px;
    line-height: 1em;
    margin: 0;
}
.event-header-wrap .event-venue {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0 0;
}

/* Homepage products */
#products .feature-text h3 {
	margin: 20px 0 0;
    font-size: 24px;
}
#products .feature-text h4 {
	margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #646464;
}

/* Cover Crop Chart */
.crop-chart.one-ninth {
    width: 11%;
    float: left;
	margin: 0;
}
.crop-element a {
    display: block;
    width: 100%;
    background: salmon;
    padding: 12px 0;
    text-align: center;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.crop-element.empty-crop, 
.crop-element.header-element {
	padding: 12px 0;
	border:none;
}
.crop-element.btop a {
	border-top: 1px solid #ddd;
}
.crop-element.bbottom a {
	border-bottom: 1px solid #ddd;
}
.crop-element.bleft a {
	border-left: 1px solid #ddd;
}
.crop-element p,
.crop-element h2,
.crop-element h3 {
	margin: 0;
}
.crop-element a span.cycle {
    position: absolute;
    top: 3px;
    left: 4px;
    line-height: 1em;
}
.crop-element a span.water {
    position: absolute;
    right: 3px;
    top: 4px;
    height: 5px;
    width: 5px;
    background: red;
}
.crop-element a span.architecture {
    position: absolute;
    right: 3px;
    bottom: 4px;
    height: 5px;
    width: 5px;
    background: blue;
}