@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: http://amazethecustomer.com/
Description: Developed specifically for client use only.
Version: 1.0
*/
/* SETUP */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, button, input, select, textarea, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol, ul {
		list-style: none;
		}
	:focus {
		outline: 0;
		}
/* HTML */
	html {
		background: #fff;
		font-size: 10px;
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #444;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open body {
		overflow: hidden;
		}
	a {
		color: #a0cb3d;
		text-decoration: none;
		}
	a:hover {
		color: #5d7e11;
		}
	h2, h3, h4, h5, h6 {
		line-height: 1.2em;
		position: relative;
		}
	h1 {
		font-family: 'Economica', sans-serif;
		font-size: 7em;
		font-weight: 700;
		text-transform: uppercase;
		}
	h2 {
		font-size: 2.25em;
		font-weight: 300;
		}
	h2.b {
		font-family: 'Economica', sans-serif;
		font-size: 3em;
		font-weight: 400;
		margin-bottom: 15px;
		padding-bottom: 15px;
		text-align: center;
		text-transform: uppercase;
		}
	h2.b:after {
		background: #a0cb3d;
		bottom: 0;
		content: '';
		height: 3px;
		margin-left: -50px;
		left: 50%;
		position: absolute;
		width: 100px;
		}
	h2.h {
		color: #fff;
		font-family: 'Economica', sans-serif;
		font-size: 6em;
		font-weight: 700;
		margin: 200px 0;
		text-transform: uppercase;
		}
	h2.h.ha {
		font-size: 4em;
		margin: 150px 0;
		}
	h3 {
		border-bottom: 1px solid #ccc;
		font-family: 'Economica', sans-serif;
		font-size: 3em;
		font-weight: 700;
		margin: 50px 0 10px 0;
		padding: 0 0 5px;
		}
	h4 {
		border-bottom: 1px solid #ccc;
		font-size: 1.75em;
		font-weight: 700;
		margin: 25px 0 10px 0;
		padding: 0 0 5px;
		position: relative;
		text-transform: uppercase;
		}
	h5 {
		font-size: 1.5em;
		line-height: 1.2em;
		margin: 25px 0 10px;
		}
	h6 {
		font-size: 1.4em;
		line-height: 1.2em;
		margin: 25px 0 10px;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	input[type=text],
	input[type=password],
	input[type=email],
	select,
	textarea {
		border-radius: 0;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
/* LAYOUT */
	#top {
		background: #fff;
		overflow: hidden;
		position: relative;
		}
	#header {
		background: #333;
		background: rgba(0,0,0,0.2);
		height: 60px;
		position: fixed;
		width: 100%;
		z-index: 10;
		-webkit-transition: background 250ms ease-out;
		-moz-transition: background 250ms ease-out;
		-o-transition: background 250ms ease-out;
		transition: background 250ms ease-out;
		}
	body.scrolled #header {
		background: rgba(0,0,0,0.8);
		}
	#header-padding {
		height: 60px;
		}
	#header-logo {
		float: left;
		height: 36px;
		margin-top: 12px;
		width: 250px;
		}
	#header-logo>a {
		background: url(assets/images/logo.svg) center center no-repeat;
		background-size: cover;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9180px;
		width: 100%;
		}
	#header-nav {
		float: right;
		text-transform: uppercase;
		}
	#menu-toggle {
		display: none;
		}
	#header-nav>ul {
		float: left;
		padding-top: 13px;
		}
	#header-nav>ul>li {
		float: left;
		margin-left: 10px;
		position: relative;
		}
	#header-nav>ul>li>a {
		background: rgba(0,0,0,0.4);
		border: 1px solid transparent;
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: 700;
		height: 12px;
		line-height: 1em;
		padding: 10px;
		position: relative;
		}
	#header-nav>ul#menu-cta>li>a {
		background: #fff;
		color: #333;
		}
	#header-nav>ul#menu-cta>li>a:hover {
		background: #a0cb3d;
		color: #fff;
		}
	#header-nav>ul>li.current-menu-item>a,
	#header-nav>ul>li.current-menu-ancestor>a,
	#header-nav>ul>li.current-page-ancestor>a,
	#header-nav>ul>li.current_page_parent>a {
		border-color: rgba(255,255,255,0.5);
		}
	#header-nav>ul#menu-cta>li.current_page_item>a {
		background: #a0cb3d;
		color: #fff;
		}
	#header-nav>ul li ul {
		background: #f7f7f7;
		font-size: 11px;
		font-weight: 400;
		left: 50%;
		opacity: 0;
		margin: 0 0 0 -80px;
		position: absolute;
		text-align: center;
		text-transform: none;
		visibility: hidden;
		width: 160px;
		z-index: 10;
		}
	#header-nav>ul li ul:before {
		border-color: transparent transparent #f7f7f7 transparent;
		border-style: solid;
		border-width: 6px;
		content: '';
		display: block;
		left: 50%;
		margin-left: -6px;
		pointer-events: none;
		position: absolute;
		top: -12px;
		}
	#header-nav>ul>li:hover>a {
		background: rgba(0,0,0,0.8);
		}
	#header-nav>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		}
	#header-nav>ul ul li + li {
		border-top: 1px solid #eaeaea;
		}
	#header-nav>ul>li ul a {
		color: #555;
		display: block;
		line-height: 1.4em;
		padding: 10px;
		}
	#header-nav>ul ul li:hover>a {
		background: #eaeaea;
		color: #333;
		}
	#menu-search {
		float: left;
		height: 30px;
		margin: 15px 0;
		overflow: hidden;
		}
	.menu-search-field,
	.menu-search-button {
		float: left;
		}
	.menu-search-field {
		display: none;
		}
	html.search-open .menu-search-field {
		display: block;
		}
	html.search-open #menu-main,
	html.search-open #menu-cta,
	html.search-open #menu-toggle {
		display: none;
		}
	#menu-search button {
		background: none;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		text-align: center;
		}
	#menu-search button:hover {
		color: #ccc;
		}
	.menu-search-field input {
		background: #fff;
		border: 1px solid #333;
		color: #333;
		font-size: 13px;
		font-weight: 300;
		height: 30px;
		line-height: 30px;
		margin: 0 0 0 5px;
		padding: 0 10px;
		width: 250px;
		}
	#menu-search ::-webkit-input-placeholder {color: #999;}
	#menu-search :-moz-placeholder {color: #999;}
	#menu-search ::-moz-placeholder {color: #999;opacity: 1;}
	#menu-search :-ms-input-placeholder {color: #999;}
	#contentholder {
		position: relative;
		}
/* MOBILE */
	#menu-mobile {
		background: #fff;
		color: #333;
		height: 0;
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		}
	#menu-mobile-holder {
		border: 1px solid #eaeaea;
		margin: 50px auto;
		max-width: 700px;
		position: relative;
		}
	#menu-mobile-title {
		background: #333;
		height: 50px;
		overflow: hidden;
		}
	#menu-mobile-logo {
		float: left;
		}
	#menu-mobile-logo>a {
		display: block;
		padding: 10px 20px;
		}
	#menu-mobile-logo>a>img {
		height: 30px;
		width: auto;
		}
	#menu-mobile-close {
		float: right;
		}
	#menu-mobile-close>a {
		color: #777;
		display: block;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
		}
	#menu-mobile-close>a:hover {
		color: #fff;
		}
	#menu-mobile-contact {
		border-bottom: 1px solid #eaeaea;
		font-size: 14px;
		overflow: hidden;
		padding: 10px 0;
		text-align: center;
		}
	#menu-mobile-contact>li {
		line-height: 20px;
		margin: 5px 0;
		}
	#menu-mobile-contact a {
		color: #a0cb3d;
		}
	#menu-mobile-contact a:hover {
		color: #ccc;
		}
	#menu-mobile-contact>li i {
		color: #777;
		}
	#menu-mobile-contact>li img {
		display: none;
		}
	#menu-mobile-social {
		border-bottom: 1px solid #eaeaea;
		}
	#menu-mobile-social #menu-social-menu>li>a {
		border: 1px solid #eaeaea;
		}
	#menu-mobile-social #menu-social-menu>li>a:hover {
		background: #a0cb3d;
		color: #fff;
		}
	#menu-mobile-search {
		border-bottom: 1px solid #eaeaea;
		}
	#menu-mobile-search input {
		background: #eaeaea;
		border: none;
		border-radius: none !important;
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		padding: 10px 20px;
		width: 100%;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		}
	#menu-mobile-items {
		font-size: 20px;
		}
	#menu-mobile-items>li a {
		border-bottom: 1px solid #eaeaea;
		color: #444;
		display: block;
		padding: 15px 0 15px 20px;
		}
	#menu-mobile-items>li a:hover {
		color: #a0cb3d;
		}
	#menu-mobile-items>li>a {
		font-weight: 900;
		position: relative;
		text-transform: uppercase;
		}
	#menu-mobile-items>li>a>i.fam {
		color: #a0cb3d;
		right: 20px;
		position: absolute;
		}
	#menu-mobile-items>li>ul {
		display: none;
		font-size: 0.9em;
		font-weight: 400;
		}
	#menu-mobile-items>li>ul.mm-show {
		display: block;
		}
	#menu-mobile-items>li>ul>li>a {
		padding-left: 40px;
		}
/* HERO */
	#hero {
		background: #333;
		color: #fff;
		height: 100vh;
		overflow: hidden;
		position: relative;
		}
	#hero .hero-hide {
		display: none !important;
		}
	#hero-video {
		height: 100%;
		opacity: 1;
		position: absolute;
		transition: opacity 350ms ease-in-out;
		width: 100%;
		z-index: -1;
		}
	#hero-video.hero-hidevideo,
	#hero-items.hero-hideimages {
		opacity: 0;
		}
	#hero-video>video {
		height: auto;
		left: 50%;
		min-height: 102%;
		min-width: 102%;
		position: absolute;
		-webkit-transform: translate(-51%, -51%);
		transform: translate(-51%, -51%);
		top: 50%;
		width: auto;
		}
	#hero-items,
	.hero-image,
	#hero-text {
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
		}
	.hero-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	#hero-text {
		background: rgba(0,0,0,0.3) url('assets/images/angle-white.svg') center bottom no-repeat;
		background-size: contain;
		}
	.hero-text {
		position: absolute;
		bottom: 30%;
		text-align: center;
		width: 100%;
		z-index: 2;
		}
	.hero-text-padding {
		position: relative;
		}
	.hero-text-header {
		font-family: 'Open Sans', sans-serif;
		font-size: 4em;
		font-weight: 300;
		margin: 20px auto;
		max-width: 600px;
		}
	.hero-text-button {
		margin: 20px 0;
		}
	.hero-text-button>a {
		background: #a0cb3d;
		background: linear-gradient(#a0cb3d, #7fa723);
		border: 2px solid #7fa723;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-family: 'Economica', sans-serif;
		font-size: 2em;
		font-weight: 700;
		padding: 0.5em 1.5em;
		text-transform: uppercase;
		}
	.hero-text-button>a:hover {
		background: #7fa723;
		}
	.hero-image {
		opacity: 0;
		z-index: 0;
		transition: opacity 350ms ease-in-out;
		}
	.hero-image.hero-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms .hero-image.hero-current {display: block;}
	.hero-nav.hero-hidecontrols {
		display: none;
		}
	.hero-nav {
		height: 0;
		text-align: center;
		}
	.hero-nav li {
		display: inline-block;
		padding: 0 5px;
		}
	.hero-nav a {
		color: rgba(255,255,255,0.4);
		display: block;
		}
	.hero-nav li.hero-current a {
		color: #fff;
		}
	.hero-nav a:hover,
	.hero-nav li.hero-current a:hover {
		color: #a0cb3d;
		}
/* MAP */
	#map {
		width: 100%;
		height: 200px;
		}
	#map img {
		max-width: inherit !important;
		}
/* SECTION */
	.section {
		position: relative;
		z-index: 0;
		}
	.section-noflow {
		overflow: hidden;
		}
	.section-padding {
		padding: 0 50px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
		z-index: 2;
		}
	.section-container {
		margin: 0 auto;
		max-width: 960px;
		}
	.section-header {
		background-image: url('assets/images/background-header.jpg');
		background-color: #5d7e11;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff;
		overflow: hidden;
		}
	.section-title {
		overflow: hidden;
		text-align: center;
		z-index: 1;
		}
	.section-normal {
		z-index: 3;
		}
	.section-white .content {
		background-color: #fff;
		margin: -100px 0 0;
		}
	.section-photo {
		background-color: #333;
		z-index: 1;
		}
	.section-review {
		background: #f3f3f3 url('assets/images/wave-light.svg') center bottom repeat-x;
		}
	.section-meta {
		background: #eaeaea;
		}
	.section-comments {
		background: #e5e5e5;
		}
	.section-angles {
		background: rgba(0,0,0,0.3);
		position: relative;
		}
	.section-header-angles {
		background: linear-gradient(0deg, rgba(0,0,0,0.75),rgba(0,0,0,0)) center bottom no-repeat;
		background-size: 100% 60%;
		position: relative;
		overflow: hidden;
		}
	.section-angles:before,
	.section-angles:after,
	.section-header-angles:after {
		background-size: contain;
		background-repeat: no-repeat;
		content: '';
		height: 80px;
		position: absolute;
		width: 100%;
		}
	.section-angles:before {
		background-image: url('assets/images/angle-white-top.svg');
		background-position: center top;
		top: -1px;
		}
	.section-angles:after,
	.section-header-angles:after {
		background-image: url('assets/images/angle-white.svg');
		background-position: center bottom;
		bottom: -1px;
		left: 0;
		}
	.section-sub {
		border-left: 1px solid #ddd;
		padding-left: 50px;
		position:  relative;
		}
	.section-submenu {
		background: #a0cb3d;
		overflow: hidden;
		}
	.section-footer {
		background: #111;
		color: #eaeaea;
		overflow: hidden;
		position: relative;
		}
	.section-footer:before {
		background: #222;
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		width: 50%;
		}
	.section-footer h5 {
		border-bottom: 1px solid #444;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.5em;
		font-weight: 700;
		padding-bottom: 5px;
		text-transform: uppercase;
		}
	.section-footer a {
		color:  #fff;
		}
	.section-footer a:hover {
		color:  #a0cb3d;
		}
	.section-by {
		color:  #777;
		}
	.section-by a {
		color:  #333;
		}
	.section-by a:hover {
		color:  #777;
		}
/* BACKGROUNDS */
	.bg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.bg-about {
		background-size: contain;
		}
/* BOX */
	.box {
		overflow: hidden;
		}
	.box-dark {
		background: #333 url('assets/images/wave.svg') center bottom repeat-x;
		color: #ccc;
		}
	.box-dark a {
		color: #fff;
		}
	.box-dark a:hover {
		color: #ccc;
		}
	.box-half {
		margin: 0 auto;
		max-width: 40%;
		}
	.box-content {
		margin: 50px;
		}
/* CONTENT */
	.content100,.content80,.content75,.content70,.content67,.content60,.content50,.content40,.content35,.content33,.content30,.content25,.content20,.content17,
	.inner100,.inner80,.inner75,.inner70,.inner67,.inner60,.inner50,.inner40,.inner35,.inner33,.inner30,.inner25,.inner20,.inner17 {
		float: left;
		position: relative;
		}
	.content,.inner {position: relative;width: 100%;}
	.content100,.inner100 {width: 100%;}
	.content80,.inner80 {width: 80%;}
	.content75,.inner75 {width: 75%;}
	.content70,.inner70 {width: 70%;}
	.content67,.inner67 {width: 66.7%;}
	.content60,.inner60 {width: 60%;}
	.content50,.inner50 {width: 50%;}
	.content40,.inner40 {width: 40%;}
	.content35,.inner35 {width: 35%;}
	.content33,.inner33 {width: 33.3%;}
	.content30,.inner30 {width: 30%;}
	.content25,.inner25 {width: 25%;}
	.content20,.inner20 {width: 20%;}
	.content17,.inner17 {width: 16.6%;}
	.content-header {
		padding-top: 250px;
		padding-bottom: 100px;
		margin: 0 auto;
		max-width: 960px;
		position: relative;
		text-align: center;
		}
	.content-header h2 span {
		border-top: 2px solid #fff;
		display: inline-block;
		margin-top: 10px;
		padding-top: 10px;
		}
	.content-footer {
		margin: 50px 20px;
		}
	.content-buffer {
		margin: 50px;
		}
	.content-full {
		margin: 50px 0;
		}
	.content-large {
		margin: 100px 0;
		}
	.content-small {
		margin: 20px 0;
		}
	.content-left {
		margin: 50px 50px 50px 0;
		}
	.content-type-footer .content-left {
		margin: 50px 50px 50px 0;
		}
	.content-type-footer .content-right {
		margin: 50px 0 50px 50px;
		}
	.content-right {
		margin: 50px 0;
		}
	.inner-gap {
		margin: 50px 0;
		}
	.inner-left {
		margin: 0 25px 0 0;
		}
	.inner-middle {
		margin: 0 25px;
		}
	.inner-right {
		margin: 0 0 0 25px;
		}
	.inner-pad {
		margin-bottom: 50px;
		margin-top: 50px;
		}
/* CONTENT DISPLAY */
	.contenttext {
		font-size: 1.4em;
		}
	.contenttext p {
		font-weight: 300;
		line-height: 1.6em;
		margin: 10px 0;
		}
	.contentps p {
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.6em;
		margin: 15px 0;
		}
	.contentblock-holder {
		margin: 50px 0;
		}
	.contentblock-holder .contentblock {
		margin: 0 120px;
		}
	.contentblock {
		font-size: 1.5em;
		}
	.contentblock h1,
	.contentblock h2,
	.contentblock h3,
	.contentblock h4,
	.contentblock h5,
	.contentblock h6 {
		border: none;
		color: #333;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 0;
		text-transform: uppercase;
		}
	.contentblock h1 {
		font-size: 3rem;
		}
	.contentblock h2 {
		font-size: 2.5rem;
		}
	.contentblock h3 {
		font-size: 2rem;
		}
	.contentblock h4 {
		font-size: 1.8rem;
		}
	.contentblock h5 {
		font-size: 1.6rem;
		}
	.contentblock h6 {
		font-size: 1.4rem;
		}
	.contentblock p {
		line-height: 2em;
		margin: 10px 0;
		text-align: justify;
		}
	.contentblock ul,
	.contentblock ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentblock li {
		line-height: 1.2em;
		margin: 5px 0 5px 35px;
		padding: 0 0 0 5px;
		}
	.contentblock img[align="left"],
	.contentblock img.alignleft {
		float: left;
		margin: 25px 50px 25px -120px;
		}
	.contentblock img[align="right"],
	.contentblock img.alignright {
		float: right;
		margin: 25px -120px 25px 50px;
		}
	.contentblock img[align="middle"],
	.contentblock img[align="center"] {
		display: block;
		margin: 25px auto;
		}
	.contentblock blockquote {
		background: #fafafa;
		border-left: 2px solid #a0cb3d;
		float: left;
		font-weight: 300;
		margin: 25px 50px 25px 0;
		max-width: 50%;
		padding: 15px 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: left;
		}
	.contentblock blockquote p {
		line-height: 1.3em;
		}
	.contentblock blockquote p:first-child,
	.contentblock blockquote p:last-child {
		display: inline;
		}
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft {
		margin: 25px 50px 25px 0;
		}
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		margin: 25px 0 25px 50px;
		}
	.contentblock blockquote.aligncenter,
	.contentblock img.aligncenter,
	.contentblock .wp-caption.aligncenter {
		margin-top: 25px;
		margin-bottom: 25px;
		}
	.contentblock-holder .contentblock blockquote,
	.contentblock-holder .contentblock blockquote.alignleft,
	.contentblock-holder .contentblock img.alignleft,
	.contentblock-holder .contentblock .wp-caption.alignleft {
		margin-left: -120px;
		}
	.contentblock-holder .contentblock blockquote.alignright,
	.contentblock-holder .contentblock img.alignright,
	.contentblock-holder .contentblock .wp-caption.alignright {
		margin-right: -120px;
		}
	.contentblock embed,
	.contentblock iframe,
	.contentblock object,
	.contentblock video {
		margin-bottom: 25px;
		max-width: 100%;
		}
	.contentblock p > embed,
	.contentblock p > iframe,
	.contentblock p > object,
	.contentblock span > embed,
	.contentblock span > iframe,
	.contentblock span > object {
		margin-bottom: 0;
		}
/* SUB MENU */
	.submenu {
		font-size: 1.1em;
		overflow: hidden;
		text-transform: uppercase;
		}
	.submenu>li {
		display: inline-block;
		padding-right: 5px;
		}
	.submenu>li>a {
		background: #95bf34;
		color: #fff;
		display: block;
		padding: 0.5em 1em;
		}
	.submenu>li>a:hover {
		background: #333;
		}
	.submenu>li.current_page_item>a {
		font-weight: 700;
		}
/* CRUMBS */
	ul.submenu + ul.crumbs {
		border-top: 1px solid #789e1f;
		margin-top: 10px;
		padding-top: 10px;
		}
	.crumbs {
		color: #445e08;
		font-size: 1em;
		white-space: nowrap;
		}
	.crumbs>li {
		display: inline-block;
		}
	.crumbs>li:before {
		content: '/';
		color: #789e1f;
		padding: 0 5px;
		}
	.crumbs>li:first-child:before {
		padding-left: 0;
		}
	.crumbs>li a {
		color: #577510;
		}
	.crumbs>li a:hover {
		color: #fff;
		}
/* PAGE MENU */
	.pagemenu {
		margin: 25px 0;
		overflow: hidden;
		}
	.pagemenu h4 {
		background: #444;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		line-height: 1em;
		margin: 0;
		padding: 9px;
		text-transform: uppercase;
		}
	.pagemenu>ul {
		font-size: 1.2em;
		margin: 0 10px;
		}
	.pagemenu>ul>li {
		border-bottom: 1px solid #f7f7f7;
		position: relative;
		}
	.pagemenu li:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #a0cb3d;
		border-image: none;
		content: '';
		display: inline-block;
		left: -10px;
		padding-left: 5px;
		position: absolute;
		top: 11px;
		}
	.pagemenu>ul>li a,
	.pagemenu>ul>li span {
		display: block;
		line-height: 1.5em;
		padding: 5px 0;
		}
	.pagemenu>ul>li.recentcomments {
		padding: 5px 0;
		}
	.pagemenu>ul>li.recentcomments>a,
	.pagemenu>ul>li a {
		color: #555;
		}
	.pagemenu>ul>li.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
		}
	.pagemenu>ul>li a:hover {
		color: #a0cb3d;
		}
	.pagemenu>ul ul {
		font-size: 0.9em;
		margin: 10px;
		}
	.pagemenu>ul ul>li {
		margin: 10px;
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a {
		font-weight: 700;
		}
	.pagemenu>ul>li.recentcomments>a {
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>a:hover {
		background: none;
		color: #a0cb3d;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #555;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background: none;
		border: 1px solid #ccc;
		color: #555;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 10px 0;
		padding: 5px;
		width: 100%;
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
	.pagemenu-sub {
		margin: 0;
		}
/* ICONLINE */
	.iconline {
		font-size: 1.3em;
		margin: 15px 0;
		overflow: hidden;
		}
	.iconline-icon {
		color: #a0cb3d;
		display: block;
		float: left;
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		width: 25px;
		text-align: center;
		}
	.iconline p {
		line-height: 1.4em;
		margin: 5px 0 0 40px;
		}
/* LINE MENUS */
	.linemenu ul {
		font-size: 1.4em;
		margin: 10px 0;
		}
	.linemenu li {
		margin: 10px 0;
		}
	.linemenu a {
		display: block;
		padding: 5px 0;
		}
	.linemenu a:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #a0cb3d;
		border-image: none;
		content: '';
		display: inline-block;
		padding-left: 5px;
		position: relative;
		top: -2px;
		}
/* SOCIAL */
	.menu-social {
		text-align: center;
		}
	.menu-social>li {
		display: inline-block;
		padding: 0 5px;
		}
	.menu-social>li>a {
		display: block;
		font-size: 18px;
		}
	#menu-social-menu {
		margin: 10px;
		}
	#menu-social-menu>li {
		padding: 5px;
		}
	#menu-social-menu>li>a {
		border: 1px solid #444;
		border-radius: 50%;
		color: #a0cb3d;
		height: 40px;
		line-height: 40px;
		width: 40px;
		}
	#menu-social-menu>li>a:hover {
		color: #fff;
		}
/* PAGINATION */
	.site-navigation {
		border-top: 1px solid #ddd;
		clear: both;
		color: #777;
		font-size: 1.3em;
		margin: 40px 0;
		}
	.site-navigation-pages {
		margin-top: -1px;
		text-align: center;
		}
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 1px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 10px;
		text-transform: uppercase;
		}
	.site-navigation-pages a {
		color: #777;
		}
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>div.page-numbers:hover {
		border-top: 1px solid #a0cb3d;
		color: #a0cb3d;
		}
	.site-navigation-pages>div.page-numbers:hover>a {
		color: #a0cb3d;
		}
/* PRICETABLE */
	.pricetable {
		margin: 20px 0;
		overflow: hidden;
		width: 100%;
		}
	.pricetable-row {
		font-size: 1.4em;
		overflow: hidden;
		}
	.pricetable-row.pricetable-show {
		border-bottom: 1px solid #eaeaea;
		padding: 15px 0;
		}
	.pricetable-header {
		float: left;
		font-weight: 600;
		line-height: 1.3em;
		text-align: right;
		width: 100px;
		}
	.pricetable-info {
		float: right;
		width: calc(100% - 100px);
		}
	.pricetable-col {
		float: left;
		line-height: 1.3em;
		text-align: center;
		}
	.pricetable-1 .pricetable-col {width: 100%;}
	.pricetable-2 .pricetable-col {width: 50%;}
	.pricetable-3 .pricetable-col {width: 33.3%;}
	.pricetable-4 .pricetable-col {width: 25%;}
	.pricetable-5 .pricetable-col {width: 20%;}
	.pricetable-6 .pricetable-col {width: 16.6%;}
	.pricetable-buffer {
		margin: 0 10px;
		}
	.pricetable-title {
		font-weight: 700;
		text-transform: uppercase;
		}
	.pricetable-price {
		color: #333;
		font-size: 2em;
		}
	.pricetable-price span {
		color: #999;
		font-size: 1rem;
		}
	.pricetable-check .fa-times {
		color: #ccc;
		}
	.pricetable-highlight {
		color: #333;
		font-weight: 700;
		}
	.pricetable-disclaimer {
		font-size: 0.9rem;
		font-weight: 300;
		}
	.pricetable-url {
		padding-top: 20px;
		}
	.pricetable-url a {
		margin: 0 5px;
		}
/* HIGHLIGHTS */
	.highlights {
		background: #fff;
		bottom: 0;
		overflow: hidden;
		padding: 1px;
		position: absolute;
		}
	.highlights-item {
		float: left;
		text-align: center;
		width: 25%;
		}
	.highlights-link {
		display: block;
		padding: 1px;
		}
	.highlights-image {
		margin-bottom: 5px;
		overflow: hidden;
		position: relative;
		}
	.highlights-image:before {
		bottom: 6px;
		box-shadow: 0 0 0 1px rgba(255,255,255,0.4), 0 0 0 180px rgba(255,255,255,0.4);
		content: '';
		left: 6px;
		pointer-events: none;
		position: absolute;
		right: 6px;
		top: 6px;
		transition: all 200ms ease-out;
		z-index: 3;
		}
	.highlights-header {
		border: 0;
		color: #555;
		font-size: 2em;
		font-weight: 300;
		margin: 0;
		padding: 5px 5px 15px;
		text-transform: uppercase;
		}
	.highlights-link:hover .highlights-header {
		color: #333;
		}
	.highlights-link:hover .highlights-image:before {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
		}
/* IMAGEBLOCKS */
	.imageblocks {
		background: #fafafa;
		overflow: hidden;
		}
	.imageblocks-shift {
		margin: -100px 0;
		}
	.imageblocks-item {
		overflow: hidden;
		position: relative;
		}
	.imageblocks-image {
		bottom: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 50%;
		}
	.imageblocks-item:nth-child(odd) .imageblocks-image {
		left: 0;
		}
	.imageblocks-item:nth-child(even) .imageblocks-image {
		right: 0;
		}
	.imageblocks-image>img {
		display: block;
		height: auto;
		left: 50%;
		min-height: 102%;
		min-width: 102%;
		position: absolute;
		-webkit-transform: translate(-51%, -51%);
		transform: translate(-51%, -51%);
		top: 50%;
		width: auto;
		}
	.imageblocks-info {
		float: right;
		overflow: hidden;
		width: 50%;
		}
	.imageblocks-item:nth-child(even) .imageblocks-info {
		float: left;
		}
	.imageblocks-content {
		margin: 50px;
		}
	.imageblocks-min .imageblocks-content {
		min-height: 250px;
		}
	.imageblocks-link {
		display: inline-block;
		font-size: 1.1em;
		font-weight: 700;
		padding-left: 10px;
		position: relative;
		}
	.imageblocks-link:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #999;
		content: '';
		left: 0;
		position: absolute;
		top: 3px;
		}
/* RECIPES */
	#contentholder .wprm-print .wprm-recipe-tastefully-simple,
	#contentholder .wprm-recipe-container .wprm-recipe-tastefully-simple {
		font: 13px 'Open Sans', sans-serif;
		border-color: #ccc;
		color: #333;
		margin: 50px 0;
		padding: 25px;
		}

	#contentholder .wprm-print .wprm-recipe-tastefully-simple .wprm-recipe-times-container,
	#contentholder .wprm-recipe-container .wprm-recipe-tastefully-simple .wprm-recipe-times-container {
		border-color: #ccc;
		border-style: dashed;
		}
/* LINKS */
	.links {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
		position: relative;
		}
	.links:after {
		background: #ddd;
		content: '';
		height: 100%;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: -1;
		}
	.links-item {
		width: 50%;
		}
	.links-holder {
		margin: 50px 100px;
		text-align: center;
		}
	.links-image {
		font: normal 0/0 sans-serif;
		margin: 0 auto;
		max-width: 150px;
		overflow: hidden;
		}
	.links-image-round {
		border: 1px solid #ddd;
		border-radius: 50%;
		padding: 5px;
		}
	.links-image-round img {
		border-radius: 50%;
		display: block;
		}
/* ITEMS */
	.items {
		display: block;
		text-align: left;
		}
	.items-item {
		float: left;
		margin: 0 auto;
		max-width: 600px;
		width: 33.3%;
		}
	.items-holder {
		background: #f9f9f9;
		border: 1px solid #eaeaea;
		display: block;
		margin: 20px;
		overflow: hidden;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		display: block;
		}
	.items-image {
		border-bottom: 1px solid #eaeaea;
		font: normal 0/0 sans-serif;
		position: relative;
		}
	.items-image-item {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.items-image-cover {
		background-color: rgba(255,255,255,0);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		height: 100%;
		left: 0;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 1;
		}
	a.items-link:hover .items-image-cover {
		background-color: rgba(255,255,255,0.25);
		}
	.items-category {
		color: #a0cb3d;
		font-weight: 700;
		padding: 20px 20px 5px;
		margin: 0;
		}
	.items-header {
		border: none;
		color: #333;
		font-size: 2.5em;
		font-weight: 300;
		margin: 0;
		padding: 20px;
		}
	.items-category + .items-header {
		padding-top: 0 !important;
		}
	a.items-link:hover .items-header {
		color: #a0cb3d;
		}
	.items-info,
	.items-details {
		border-top: 1px solid #eaeaea;
		color: #777;
		margin: 0 20px;
		overflow: hidden;
		padding: 20px 0;
		}
	.items-info + .items-details {
		margin-top: 20px;
		padding-top: 20px;
		}
	.items-info p {
		margin: 0;
		}
	.items-info p+p {
		margin-top: 5px;
		}
	.items-details {
		color: #777;
		font-size: 1.1em;
		overflow: hidden;
		padding-bottom: 20px;
		}
	.items-details a {
		color: #777;
		}
	.items-details a:hover {
		color: #a0cb3d;
		}
	.items-date {
		float: left;
		}
	.items-date i {
		padding-left: 1px;
		}
	.items-meta {
		float: right;
		}
	.items-meta a {
		display: inline-block;
		padding: 0 5px;
		}
	.items-full .items-item {
		width: 25%;
		}
	.items-button {
		padding-bottom: 10px;
		text-align: center;
		}
	.items-color {
		margin-top: 50px;
		}
	.items-color .items-item {
		margin: 0 !important;
		width: 25%;
		}
	.items-color .items-holder {
		border: none;
		border-radius: 0;
		margin: 0;
		}
	.items-color .items-item:nth-child(odd) .items-holder {
		background: #eaeaea;
		}
	.items-color .items-item:nth-child(even) .items-holder {
		background: #fafafa;
		}
	.items-color .items-image {
		border-bottom: none;
		}
	.items-color .items-info,
	.items-color .items-details {
		border-color: #999;
		color: #999;
		margin: 0 25px;
		}
	.items-color .items-details a {
		color: #676767;
		}
	.items-color .items-details a:hover {
		color: #a0cb3d;
		}
	.items-color .items-category {
		color: #999;
		padding: 25px 25px 0;
		}
	.items-color .items-header {
		color: #333;
		font-size: 2.5em;
		font-weight: 600;
		margin: 0;
		padding: 25px 25px 15px;
		}
	.items-color .items-link:hover .items-header {
		color: #555;
		}
	.items-alt {
		margin-top: 50px;
		}
	.items-alt .items-holder {
		margin: 10px;
		}
	.items-alt .items-header {
		font-size: 1.5em;
		padding: 10px;
		}
	.items-alt .items-details {
		padding-bottom: 10px;
		}
	.items-alt .items-info,
	.items-alt .items-details {
		margin: 0 10px;
		padding: 10px 0;
		}
/* ITEMSLIST */
	.itemlist {
		margin: 10px 0;
		}
	.itemlist-item {
		margin: 10px 0;
		padding: 0 10px;
		}
	.itemlist-item + .itemlist-item {
		border-top: 1px solid #ddd;
		padding-top: 10px;
		}
	.itemlist-link {
		color: #333;
		display: block;
		overflow: hidden;
		}
	.itemlist-image {
		float: left;
		max-width: 75px;
		}
	.itemlist-info {
		margin-left: 100px;
		}
	.itemlist-header {
		line-height: 1.3em;
		margin: 5px 0;
		}
	.itemlist-text {
		color: #999;
		}
/* TABLES */
	.contentblock table,
	.listtable {
		border: none;
		margin: 10px 0;
		}
	.contentblock table td,
	.contentblock table th,
	.listtable td,
	.listtable th {
		border: 1px solid #eaeaea;
		font-size: 1.3rem;
		padding: 10px;
		vertical-align: top;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #a0cb3d;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd) {
		background: #f7f7f7;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even) {
		background: #fcfcfc;
		}
	.listtable .highlight {
		color: #999;
		}
/* FILE LIST */
	.file-list {
		margin: 50px 0;
		list-style: none;
		padding: 0;
		}
	.file-list-item {
		margin: 10px 0;
		padding: 0;
		}
	.file-list-link {
		background: #fafafa;
		border: 1px solid #ccc;
		border-radius: 10px;
		color: #555;
		display: block;
		}
	.file-list-icon {
		color: #ccc;
		float: left;
		font-size: 2.2em;
		padding-top: 11px;
		text-align: center;
		width: 50px;
		}
	.file-list-info {
		border-left: 1px solid #ccc;
		margin: 0 0 0 50px;
		padding: 10px;
		}
	.file-list-title {
		font-size: 1.4em;
		font-weight: 600;
		margin: 0;
		padding: 5px 0;
		}
	.file-list-text {
		font-size: 1.2em;
		font-weight: 300;
		line-height: 1.6em;
		text-align: left;
		}
	.file-list-text p + p {
		margin-top: 5px;
		}
	.file-list-text ul,
	.file-list-text ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.file-list-text li {
		line-height: 1.2em;
		margin: 5px 0 5px 35px;
		padding: 0 0 0 5px;
		}
	.file-list-link:hover .file-list-title,
	.file-list-link:hover .file-list-icon {
		color: #a0cb3d;
		}
/* LISTS */
	.contentblock ul,
	.contenttext ul,
	.sitemap,
	.normallist {
		list-style-type: disc;
		list-style-position: inside;
		}
	.contentblock ol,
	.contenttext ol {
		list-style-type: decimal;
		list-style-position: inside;
		}
	.sitemap ul,
	.normallist ul,
	.contentblock ul ul,
	.contentblock ol ul,
	.contenttext ul ul,
	.contenttext ol ul {
		list-style-type: circle;
		list-style-position: inside;
		}
	.contentblock ol ol,
	.contentblock ul ol,
	.contenttext ol ol,
	.contenttext ul ol {
		list-style-type: lower-latin;
		list-style-position: inside;
		}
	.normallist {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.normallist li {
		line-height: 1.4em;
		margin: 0 0 0 25px;
		padding: 0 0 0 5px;
		}
	.sitemap {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 50px auto;
		max-width: 960px;
		}
	.titlelist dt {
		background: #f7f7f7;
		border-radius: 5px;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
	.centerlist {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: center;
		}
	.centerlist li {
		line-height: 1.2em;
		margin: 10px 0;
		padding: 0;
		}
	.taglist ul {
		font-size: 1.1em;
		font-weight: 600;
		margin: 10px 0;
		}
	.taglist ul>li {
		display: inline-block;
		padding: 0 5px 5px 0;
		}
	.taglist ul>li>a {
		background: #fff;
		color: #333;
		padding: 0.5em 1em;
		display: inline-block;
		}
	.taglist ul>li>a:hover {
		background: #a0cb3d;
		color: #fff;
		}
/* FRAME */
	.frame {
		background: #fff;
		margin: 50px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 10px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object {
		height: 100% !important;
		left: 0;
		position: absolute;
		top: 0;
		width: 100% !important;
		}
/* IMAGES */
	.comment-content img,
	.entry-content img,
	.entry-summary img,
	.wp-caption {
		max-width: 100%;
		}
	.comment-content img[height],
	.entry-content img,
	.entry-summary img,
	img[class*="align"],
	img[class*="wp-image-"],
	img[class*="attachment-"] {
		height: auto;
		}
	img.size-full,
	img.size-large,
	.wp-post-image,
	.post-thumbnail img {
		height: auto;
		max-width: 100%;
		}
/* ALIGNMENT */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
/* ASSISTIVE TEXT */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #f7f7f7;
		border-radius: 3px;
		clip: auto;
		color: #333;
		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;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		margin-bottom: 10px;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption {
		color: #555;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
	.wp-smiley {
		border: 0;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		}
/* OEMBED */
	.twitter-tweet {
		float: left;
		margin: 25px 50px 20px -120px !important;
		}
/* GALLERY */
	.gallery {
		margin: 50px 0;
		overflow: hidden;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		float: left;
		overflow: hidden;
		width: 16.6%;
		}
	.gallery-icon {
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		border: 1px solid #ddd;
		display: block;
		padding: 5px;
		}
	.gallery-icon a:hover {
		background: #f7f7f7;
		border-color: #333;
		}
	.gallery-caption {
		display: none;
		}
/* POST */
	.format-gallery .items-image-cover {
		background-image: url(assets/images/post-gallery.svg);
		}
	.format-video .items-image-cover {
		background-image: url(assets/images/post-video.svg);
		}
	.post-info {
		font-size: 1.1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 10px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #ccc;
		padding-left: 10px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-description {
		margin: 25px 0;
		}
	.author-avatar {
		float: left;
		}
	.author-text {
		margin-left: 125px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		margin: 50px 0;
		}
	.comment {
		border-top: 1px solid #ccc;
		margin: 20px 0;
		padding-top: 20px;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #333;
		}
	.comment-reply-link,
	.comment-edit-link,
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #777;
		}
	.comment-reply-link:hover,
	.comment-edit-link:hover,
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #a0cb3d;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 0 20px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		background: #fff;
		border: 1px solid #ccc;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		padding-bottom: 20px;
		padding-top: 20px;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #ccc;
		background: #fff;
		display: inline-block;
		font-size: 1rem;
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	#comments-count,
	.comment-respond h3 {
		background: #333;
		border: none;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #f7f7f7;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* HEADERS */
	.boxheader {
		border-bottom: none;
		margin: 100px 0 50px;
		overflow:  hidden;
		padding: 0;
		position: relative;
		text-align:  center;
		}
	.boxheader:after {
		background: #ddd;
		content: '';
		height: 1px;
		left: 0;
		position: absolute;
		top: 50%;
		width: 100%;
		z-index: 0;
		}
	.boxheader span {
		background: #fff;
		border: 1px solid #ddd;
		display: inline-block;
		letter-spacing: 0.1em;
		padding: 0.5em 1em;
		position:  relative;
		z-index: 1;
		}
/* IMAGES */
	.img {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 20px auto;
		overflow: hidden;
		}
	.img-circle {
		border: 1px solid #777;
		border-radius: 50%;
		padding: 4px;
		}
	.img-circle img {
		border-radius: 50%;
		}
	.img-small {
		max-width: 100px;
		}
	.img-line {
		margin: 0 auto;
		}
	.imagebox {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 25px 0;
		overflow: hidden;
		position: relative;
		}
/* QUOTE */
	.quote {
		font-size: 2.5em;
		font-style: italic;
		font-weight: 300;
		line-height: 1.8em;
		margin: 0 auto;
		max-width: 900px;
		text-align: center;
		}
	.quote>p {
		margin: 5px 0;
		}
	.quote-by {
		border-top: 1px solid #ddd;
		margin: 0 auto;
		max-width: 900px;
		padding-top: 5px;
		text-align: center;
		}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.nb {
		border: none;
		padding: 0;
		}
	.fi {
		margin-top: 0;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 50px 0;
		}
	.more {
		border-top: 1px solid #ccc;
		font-size: 1em;
		line-height: 1.2em;
		padding: 5px 0 0 0;
		text-align: right;
		}
	.clear {
		font: normal 0/0 sans-serif;
		clear: both;
		}
	.clearfix:after,
	.section:after,
	.section-content:after,
	.content:after,
	.inner:after,
	.contenttext:after,
	.contentblock:after,
	.items:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
/* BUTTONS */
	input.submit,
	.button,
	.formbutton {
		background: #a0cb3d;
		border: 1px solid #7fa723;
		border-radius: 5px;
		color: #445e08;
		cursor: pointer;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1em;
		padding: 0.75em 1.3em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		}
	input.submit:hover,
	.button:hover,
	.formbutton:hover {
		background: #fff;
		}
	.formbutton,
	.button-inline {
		display: inline-block;
		}
	.button-icon {
		padding: 0 2em;
		}
	.button-icon>span {
		display: block;
		font-weight: 600;
		line-height: 2.5em;
		margin-right: 35px;
		text-align: center;
		}
	.button-icon>i {
		border-left: 1px solid #7fa723;
		color: #dbf2a6;
		height: 100%;
		line-height: 2.5em;
		padding: 0 10px;
		position: absolute;
		right: 0;
		top: 0;
		}
	.button-icon:hover>i {
		color: #445e08;
		}
	.button-large {
		font-size: 2em;
		}
/* FORMS */
	.gform_wrapper .gform_fields {
		list-style: none;
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield_label {
		color: #a0cb3d;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #a0cb3d;
		padding-left: 4px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #777;
		font-size: 1rem;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #a0cb3d;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		color: #333;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.3em;
		padding: 10px;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	input[type=checkbox],
	input[type=radio] {
		min-width: auto !important;
		width: auto !important;
		}
	.forminput option,
	.formselect option {
		color: #333;
		}
	.gform_wrapper .validation_error {
		color: #a0cb3d;
		font-size: 1.4rem;
		font-weight: 700;
		}
	.gfield_checkbox {
		font-size: 1.2em;
		margin: 10px 0;
		}
	.gfield_checkbox label {
		padding-left: 10px;
		}
	::-webkit-input-placeholder {color: #aaa;}
	:-moz-placeholder {color: #aaa;}
	::-moz-placeholder {color: #aaa;opacity: 1;}
	:-ms-input-placeholder {color: #aaa;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.dark {color: #333;}
	.light {color: #777;}
	.highlight {color: #a0cb3d;}
	.sep {color: #a0cb3d;font-weight: 700;}
/* TEXT */
	.normalfont {font-family: 'Open Sans', sans-serif;}
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
	.xsmall {font-size: .8em;}
	.small {font-size: .9em;}
	.medium {font-size: 1em;}
	.large {font-size: 1.2em;}
	.xlarge {font-size: 1.3em;}
	.xxlarge {font-size: 1.5em;}
	.big {font-size: 2em;}
	.left, .left p {text-align: left !important;}
	.right, .right p {text-align: right !important;}
	.center, .center p {text-align: center !important;}
	.justify, .justify p {text-align: justify !important;}
@media screen and (max-width: 1240px), screen and (max-height: 900px) {
	html {font-size: 9px;}
	h1 {font-size: 5.6em;}
	h2 {font-size: 1.8em;}
	h3 {font-size: 2.4em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1.2em;}
	h6 {font-size: 1.1em;}
}
@media screen and (max-width: 1240px) {
	h2.h {
		font-size: 4em;
		margin: 150px 0;
		}
	h2.h.ha {
		font-size: 2.5em;
		margin: 100px 0;
		}
	#menu-main,
	#menu-cta {
		display: none;
		}
	#menu-toggle {
		display: block;
		}
	.content-header {
		padding-top: 200px;
		padding-bottom: 75px;
		}
	.box-half {
		width: 60%;
		max-width: 100%;
		min-width: 280px;
		}
	.submenu>li {
		padding-bottom: 5px;
		}
}
@media screen and (max-width: 1050px) {
	h3 {margin-top: 25px;}
	.hero-welcome img {
		max-width: 300px;
		}
	.hero-text {
		bottom: 25%;
		}
	.hero-text-header {
		font-size: 3em;
		}
	.content-type-copyright {
		padding-bottom: 75px;
		}
}
@media screen and (max-width: 900px) {
	html {overflow-x: hidden;}
	html {font-size: 8.5px;}
	h1 {font-size: 4em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 2em;}
	.section-padding {
		padding-left: 25px;
		padding-right: 25px;
		}
	.section-footer:before {
		display: none;
		}
	.content-type-footer.content,
	.content.content-type-main {
		overflow: hidden;
		}
	.content-type-footer .content50,
	.content-type-copyright .content50,
	.content-type-main .content75,
	.content-type-main .content25 {
		float: none;
		width: 100%;
		}
	.content-type-footer .content50 .content-left,
	.content-type-footer .content50 .content-right,
	.content-type-main .content75 .content-left,
	.content-type-main .content25 .content-right {
		margin: 25px 0;
		}
	.content-type-footer .content25 {
		width: 50%;
		}
	.content-type-footer.content,
	.content-type-copyright.content {
		overflow: hidden;
		}
	.content-type-footer .content50,
	.content-type-copyright .content50 {
		float: none;
		width: 100%;
		}
	.section-sub {
		border-left: none;
		margin: 50px 0;
		padding-left: 0;
		}
	.contentblock-holder .contentblock {
		margin: 0 60px;
		}
	.contentblock-holder .contentblock blockquote,
	.contentblock-holder .contentblock blockquote.alignleft,
	.contentblock-holder .contentblock img.alignleft,
	.contentblock-holder .contentblock .wp-caption.alignleft {
		margin-left: -60px;
		}
	.contentblock-holder .contentblock blockquote.alignright,
	.contentblock-holder .contentblock img.alignright,
	.contentblock-holder .contentblock .wp-caption.alignright {
		margin-right: -60px;
		}
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		max-width: 50%;
		}
	.imageblocks-shift {
		margin: -50px 0;
		}
	.imageblocks-content {
		margin: 25px;
		}
	.links-holder {
		margin: 25px;
		}
	.items-item {
		width: 50%;
		}
}
@media screen and (max-width: 850px) {
	.pricetable {
		box-shadow: inset -10px 0 5px -5px rgba(0,0,0,0.2);
		overflow-x: scroll;
		padding: 15px 0;
		}
	.pricetable.pricetable-1 .pricetable-scroll {width: 250px;}
	.pricetable.pricetable-2 .pricetable-scroll {width: 400px;}
	.pricetable.pricetable-3 .pricetable-scroll {width: 550px;}
	.pricetable.pricetable-4 .pricetable-scroll {width: 700px;}
	.pricetable.pricetable-5 .pricetable-scroll {width: 850px;}
	.pricetable.pricetable-6 .pricetable-scroll {width: 1000px;}
}
@media screen and (max-width: 750px) {
	#menu-mobile-holder {
		border: none;
		margin: 0;
		max-width: 1000px;
		}
	.bg-about {
		background: none !important;
		}
	.inner-type-split .inner50 {
		float: none;
		width: 100%;
		}
	.inner-type-split .inner50 .inner-middle,
	.inner-type-split .inner50 .inner-right {
		margin: 25px 0;
		}
	.content-large {
		margin: 50px 0;
		}
	.contentblock img.alignleft,
	.contentblock img.alignright {
		max-width: 40%;
		}
	.gallery-item {
		width: 20% !important;
		}
	.gallery-item dt {
		padding: 10px 10px 5px 10px;
		}
	.comment-author .avatar {
		display: none;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin-bottom: 10px;
		padding: 10px 5px px;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 0;
		}
	.comment-list .children {
		margin-left: 30px;
		}
	.not-mobile {
		display: none !important;
		}
	.mobile {
		display: block !important;
		}
}
@media screen and (max-width: 600px) {
	h2.h {
		font-size: 2.5em;
		margin: 100px 0;
		}
	h2.h.ha {
		font-size: 2em;
		margin: 75px 0;
		}
	#header,
	#header-padding {
		height: 40px;
		}
	#header-logo {
		float: left;
		height: 18px;
		margin-top: 11px;
		width: 125px;
		}
	#header-nav>ul {
		padding-top: 6px;
		}
	#header-nav>ul>li {
		margin-left: 0;
		}
	#header-nav>ul>li>a {
		padding: 7px;
		}
	#menu-search {
		margin: 5px 0;
		}
	.menu-search-field input {
		width: 150px;
		}
	.hero-welcome img {
		max-width: 200px;
		}
	.hero-text {
		bottom: 10%;
		}
	.content-header {
		padding-top: 100px;
		padding-bottom: 50px;
		}
	.content-type-copyright.content {
		overflow: hidden;
		}
	.content-type-copyright .content50 {
		float: none;
		width: 100%;
		}
	.inner-type-footer .inner50 {
		float: none;
		width: 100%;
		}
	.inner-type-footer .inner50 .inner-left,
	.inner-type-footer .inner50 .inner-right {
		margin: 25px 0;
		}
	.contentps p {
		margin: 10px;
		text-align: center !important;
		}
	.box-half {
		width: 80%;
		}
	.highlights {
		margin: 50px 0 0;
		padding: 10px;
		position: static;
		}
	.highlights-item {
		width: 50%;
		}
	.highlights-link {
		padding: 10px;
		}
	.imageblocks {
    	background: none;
		display: flex;
		flex-wrap: wrap;
    	overflow: hidden;
		}
	.imageblocks-shift {
		margin: 50px 0;
		}
	.imageblocks-item {
    	background: #fafafa;
		margin: 10px;
		width: calc(50% - 20px);
		}
	.imageblocks-image {
		position: static;
		width: 100%;
		}
	.imageblocks-image>img {
		display: inline;
		min-height: 0;
		min-width: 0;
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
		}
	.imageblocks-info {
		float: none !important;
		width: 100%;
		}
	.imageblocks-content {
		margin: 25px;
		}
	.imageblocks-min .imageblocks-content {
		min-height: 0;
		}
	.links {
		display: block;
		}
	.links:after {
		display: none;
		}
	.links-item {
		width: 100%;
		}
	.links-holder {
		margin: 50px 25px;
		}
	.items-item {
		width: 50% !important;
		}
}
@media screen and (max-width: 500px) {
	.hero-text-header {
		font-size: 2.5em;
		}
	.alignleft,
	.alignright {
		float: none !important;
		}
	.contentblock-holder .contentblock {
		margin: 0;
		}
	.contentblock blockquote,
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft,
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright,
	.contentblock blockquote.aligncenter,
	.contentblock img.aligncenter,
	.contentblock .wp-caption.aligncenter {
		float: none !important;
		margin: 25px 0 !important;
		max-width: 100%;
		width: auto !important;
		}
	.gallery-item {
		width: 25% !important;
		}
}
@media screen and (max-width: 480px) {
	.hero-text-header {
		font-size: 2.5em;
		}
	.items-item {
		float: none !important;
		margin: 0 0 20px 0;
		width: auto !important;
		}
	.items-holder {
		margin: 0;
		}
	.content-sub {
		padding: 75px 0 10px;
		}
	.content-type-footer.content {
		overflow: hidden;
		}
	.content-type-footer .content25 {
		float: none;
		margin: 20px 0;
		width: auto;
		}
	.content-footer {
		margin: 20px 0;
		}
}
@media screen and (max-width: 400px) {
	.menu-search-field input {
		width: 100px;
		}
	.imageblocks {
    	background: none;
		display: block;
    	overflow: hidden;
		}
	.imageblocks-item {
		margin: 25px 0;
		width: 100%;
		}
	.gallery-item {
		width: 33.3% !important;
		}
}
@media screen and (max-width: 320px) {
}
@media \0screen {
	html.no-backgroundsize #top {
		min-width: 980px;
		}
	.contentblock img,
	.items-image img,
	.imagebox img {
		width: auto;
		}
}
/* FIXES */
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
	}