/*!
Theme Name: Colesbourne Park Theme
Author: Athena Web Designs
Author URI: https://www.athenawebdesigns.co.uk/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: colesbourne-park

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

colesbourne-park is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	text-align: left;
	color: #222;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	/*color: #82bf23;*/
	color: #5a9412;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}

h2 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size: 1.3em;
}

h3 {
	margin-bottom: 0.4em;
	font-size: 1em;
}

h4 {
	margin-bottom: 0.3em;
	font-size: 1em;
}

h5 {
	margin-bottom: 0.2em;
	font-size: 1em;
}

h6 {
	margin-bottom: 0.1em;
	font-size: 1em;
}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft, .post-thumbnail {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright, .blog-box:nth-child(2n) .post-thumbnail {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.custom-caption,
.wp-caption .wp-caption-text {
	position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    padding: 0.5em;
    background-color: rgba(0,0,0,0.75);
    color: #ffffff;
	z-index: 3;
	font-size: 0.9em;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: .5em 1em;
	border: none;
	border-radius: 3px;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	color: #fff;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*background-color: #a7d067;*/
	background-color: #82bf23;
	text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #444444;
	margin: 0;
	font-weight: 400;
}

.wrapper {
	width: 95%;
	max-width:1200px;
	margin: 0 auto;
}

.page-section {
	margin: 4em auto;
}

.page-section:first-child,
#section-1 {
	margin-top: 0;
}

.page-section:last-child {
	margin-bottom: 0;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}


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

.site-header {
	padding: 1em 0;
	position: relative;
}

.site-header .wrapper:first-child {
	position: relative;
}

.site-header .site-logo {
	display: table;
	margin: 0 auto 2em;
}

.site-header .site-logo img {
	display: block;
	margin: auto;
	max-height: 150px;
}

.site-header .social {
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .social a {
	display: inline-block;
	float: right;
	margin-left: 0.5em;
}

.site-header .social a:hover {
	text-decoration: none;
	opacity: 0.75;
}

.site-header .social img {
	display: block;
	margin: auto;
	max-width: 32px;
	max-height: 32px;
}



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

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
}

.main-navigation a:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -2px;
	width: 0px;
	height: 2px;
	background-color: #444444;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.main-navigation ul ul a:after {
	left: 0;
	transform: none;
}

.main-navigation ul ul {
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	z-index: 99999;
    background-color: #fff;
    padding: .5em 0;
}


.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	float: none;
    padding: .3em;
}



.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation li:hover > a:after,
.main-navigation li.focus > a:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after {
	width: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 700;
}

.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
Page Section: Banner Image
--------------------------------------------------------------*/

.section-type-banner {
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.section-type-banner .wrapper {
	position: relative;
	height: 100%;
}

.section-type-banner .overlay {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: transparent;
	z-index: 3;
}

.section-type-banner .content {
	position: absolute;
	display: table;
	width: auto;
	/*min-width: 50%;*/
	height: auto;
	z-index: 99;
}

.section-type-banner .content,
.section-type-banner .content > * {
	color: #ffffff;
}

.section-type-banner .titles h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: 300;
	max-width: 350px;
	line-height: 1.3;
	margin: 0;
}

.section-type-banner .titles .top {
	display: table;
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: solid 1px #ffffff;
	clear: both;
	font-size: 0.415em;
}

.section-type-banner .titles .bottom {
	display: table;
	margin-top: 4px;
	padding-top: 8px;
	border-top: solid 1px #ffffff;
	clear: both;
	font-size: 0.415em;
}

.section-type-banner .titles.h-left .top,
.section-type-banner .titles.h-left .bottom {
	margin-left: 0;
	margin-right: auto;
}

.section-type-banner .titles.h-left h1,
.section-type-banner .titles.h-left h1 {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}


.section-type-banner .titles.h-right .top,
.section-type-banner .titles.h-right .bottom {
	margin-left: auto;
	margin-right: 0;
}

.section-type-banner .titles.h-right h1,
.section-type-banner .titles.h-right h1 {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}


.section-type-banner .titles.h-middle .top,
.section-type-banner .titles.h-middle .bottom {
	margin-left: auto;
	margin-right: auto;
}

.section-type-banner .titles.h-middle h1,
.section-type-banner .titles.h-middle h1 {
	text-align: center;
	display: table;
	margin: 0 auto;
}





.section-type-banner .content.v-top {
	top: 1em;
	bottom: auto;
}

.section-type-banner .content.v-bottom {
	top: auto;
	bottom: 1em;
}

.section-type-banner .content.v-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}

.section-type-banner .content.h-left {
	left: 0;
	right: auto;
	text-align: left;
}

.section-type-banner .content.h-right {
	left: auto;
	right: 0;
	text-align: right;
}

.section-type-banner .content.h-middle {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
}

.section-type-banner .content.v-middle.h-middle {
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	right: auto;
	bottom: auto;
}

.section-type-banner .overlay.v-top.h-middle {
	background: none;
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: linear-gradient(180deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
}

.section-type-banner .overlay.v-bottom.h-middle {
	background: none;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -o-linear-gradient(0deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: linear-gradient(0deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
}

.section-type-banner .overlay.h-left {
	background: none;
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: linear-gradient(90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
}

.section-type-banner .overlay.h-right {
	background: none;
	background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -moz-linear-gradient(-90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: -o-linear-gradient(-90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 60%);
}

.section-type-banner .overlay.v-middle.h-middle {
	background: rgba(0, 0, 0, 0.4);
}


/*--------------------------------------------------------------
Page Section: Banner Slides
--------------------------------------------------------------*/

.section-type-slides.section-type-banner {
	height: auto;
}

.section-type-slides .slide {
	height: 500px;
	position: relative;
	overflow: hidden;
}

.section-type-slides .image {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.section-type-slides .image.animate {
	-moz-transition: all 18s linear;
	-webkit-transition: all 18s linear;
	-o-transition: all 18s linear;
	transition: all 18s linear;
}

.section-type-slides .image.active {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


.section-type-slides .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}


.section-type-slides .slick-prev,
.section-type-slides .slick-next {
	top: auto;
	right: 75px;
    bottom: 0;
	left: auto;
    transform: none;
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.4);
    z-index: 99;
	border-radius: 0px;
	background-image: url(images/arrow-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.section-type-slides .slick-next {
	left: auto;
	right: 10px;
	background-image: url(images/arrow-right.png);
}

.section-type-slides .slick-prev:before,
.section-type-slides .slick-next:before {
	display: none;
}

.section-type-slides .slick-prev:hover,
.section-type-slides .slick-prev:focus {
	background-color: rgba(68,68,68,0.8);
	background-image: url(images/arrow-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.section-type-slides .slick-next:hover,
.section-type-slides .slick-next:focus {
	background-color: rgba(68,68,68,0.8);
	background-image: url(images/arrow-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.section-type-slides .slick-prev:focus,
.section-type-slides .slick-next:focus {
	background-color: rgba(255,255,255,0.4);
}


/*--------------------------------------------------------------
Page Section: Text 
--------------------------------------------------------------*/

.section-type-text {
	
}

.section-type-text.page-section:first-child {
	margin-top: 4em;
}

.section-type-text.page-section:last-child {
	margin-bottom: 4em;
}



/*--------------------------------------------------------------
Page Section: Two Text
--------------------------------------------------------------*/

.section-type-two-text {
	
}

.section-type-two-text + .section-type-two-text {
	margin-top: -2em;
}

.section-type-two-text .col {
	position: relative;
}

.section-type-two-text .left {
	width: 48%;
	float: left;
}

.section-type-two-text .right {
	width: 48%;
	float: right;
}

.section-type-two-text .col {
	min-height: 330px;
}

.section-type-two-text .image.no-crop {
	position: relative;
	background-image: none !important;
}

.section-type-two-text .image.no-crop img {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.section-type-two-text .left .image img {
	margin-left: 0;
}

.section-type-two-text .right .image img {
	margin-right: 0;
}

.section-type-two-text .image.crop {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-two-text .image.crop img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}



/*--------------------------------------------------------------
Page Section: Map
--------------------------------------------------------------*/

.acf-map {
	position: relative;
	width: 100%;
	height: 400px!important;
}

.section-type-map {
	margin: 0 auto;
}

.section-type-map .map-container {
	position: relative;
}

.section-type-map .address-box {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 2;
	width: 26em;
	margin-right: -480px;
	padding: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	color: #fff;
}

.section-type-map .address-box:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	margin-top: -20px;
	border-style: solid;
	border-width: 20px 25px 20px 0;
	/*border-color: transparent #82bf23 transparent transparent;*/
	border-color: transparent #5a9412 transparent transparent;
}


/*--------------------------------------------------------------
Page Section: Text and Image
--------------------------------------------------------------*/

.vert-col {
	width:48%;
	float: left;
}

.vert-col:nth-child(2n) {
	float: right;
}

.vert-full {
	width:100%;
}

.section-type-text-image .col, .section-type-2-columns-text-only .col {
	margin-bottom: 2em;
}

.section-type-text-image .left, .section-type-2-columns-text-only .left {
	float: left;
	width: 48%;
}

.section-type-text-image .right, .section-type-2-columns-text-only .right {
	float: right;
	width: 48%;
}

/*--------------------------------------------------------------
Page Section: Notice
--------------------------------------------------------------*/

.section-type-notice-text-image .cta {
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	padding: 0.5em 1em;
	color: #ffffff;
	margin-bottom: 1em;
}

.section-type-notice-text-image .cta > * {
	color: #ffffff;
}
.section-type-notice-text-image .cta a {
	color: #ffffff;
	font-weight: bold;
}

.section-type-notice-text-image .image, .section-type-text-image .image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 330px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-type-notice-text-image .image img, .section-type-text-image .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}


/*--------------------------------------------------------------
Page Section: Quote
--------------------------------------------------------------*/

.section-type-quote {
	
}

.section-type-quote blockquote {
	display: table;
	margin: 0 auto;
	font-size: 2em;
	font-style: italic;
	position: relative;
	font-weight: 300;
	text-align: center;
}

.section-type-quote blockquote:before {
	content: '';
	background-image: url(images/open-quote.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: -5px;
	font-size: 4em;
	color: #dadada;
	width: 25px;
	height: 25px;
}

.section-type-quote blockquote:after {
	content: '';
	background-image: url(images/close-quote.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -30px;
	bottom: 0;
	font-size: 4em;
	color: #dadada;
	width: 25px;
	height: 25px;
}

.section-type-quote cite {
	display: table;
	margin: 1em auto 0;
	font-style: normal;
}


/*--------------------------------------------------------------
Page Section: Featured Text
--------------------------------------------------------------*/

.gr-boxes {
	float:left;
	width:30.3333%;
	margin: .5em 0;
}

.gr-boxes h2 img {
	vertical-align: middle;
	margin-right: 10px;
	width:30px;
}

.gr-boxes:nth-child(3n-1) {
	margin: .5em 4.5%;
}

.gr-box {
	width:100%;
	padding: .75em;
	float:left;	
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	color: #fff;
	margin-bottom: 1em;
}

.gr-box p {
    padding: 0;
    margin: 0;
}

.gr-box a {
    color: #fff;
}


/*--------------------------------------------------------------
Page Section: Green Contact Boxes
--------------------------------------------------------------*/

.section-type-contact-boxes {
	
}

.section-type-contact-boxes .box {
	width: 30.333333%;
	margin-right: 4.5%;
	margin-bottom: 1em;
	color: #ffffff;
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	float: left;
	padding: 0.75em;
}

.section-type-contact-boxes .box:nth-child(3n) {
	margin-right: 0;
}

.section-type-contact-boxes .box:nth-child(3n+1) {
	clear: left;
}

.section-type-contact-boxes .box .content {
	margin: 0.5em 0;
}

.section-type-contact-boxes .box a {
	color: #ffffff;
	display: block;
	font-weight: 600;
	position: relative;
	padding-left: 22px;
}

.section-type-contact-boxes .box a.phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	background-image: url(images/phone-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-type-contact-boxes .box a.website:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 17px;
	height: 17px;
	background-image: url(images/website-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-type-contact-boxes .box a.phone + a.website {
	margin-top: 5px;
}


/*--------------------------------------------------------------
Page Section: Tiles
--------------------------------------------------------------*/

.section-type-tiles {
	
}

.section-type-tiles .tile {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
	margin-bottom: 2%;
}

.section-type-tiles .tile.start {
	clear: left;
}

.section-type-tiles .tile.end {
	margin-right: 0;
}

.section-type-tiles .one-column {
	width: 32%;
	margin-right: 2%;
}

.section-type-tiles .two-columns {
	width: 66%;
	margin-right: 2%;
}

.section-type-tiles .full {
	width: 100%;
	margin-right: 0;
}

.section-type-tiles .link {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 9;
}

.section-type-tiles .title {
	position: absolute;
	left: 1em;
	bottom: 1em;
	padding: 0.9em;
	font-size: 1.125em;
	min-width: 250px;
	text-align: center;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	/*background-color: rgba(130, 191, 35, 0.9);*/
	background-color: rgba(90, 148, 18, 0.9);
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.section-type-tiles .one-column .title {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-type-tiles .tile:hover .title {
	bottom: 1.5em;
}


/*--------------------------------------------------------------
Page Section: Full Width Call to action
--------------------------------------------------------------*/

.section-type-full-cta {
	width: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    font-size: .8em;
}

.section-type-full-cta .box {
	display: table;
	width: 50%;
	max-width: 500px;
	min-width: 400px;
	padding: 4em;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 300px;
}

.section-type-full-cta .box.green {
	/*background-color: #82bf23;*/
	background-color: #5a9412;
	border-left: solid 0.5em #ffffff;
	border-right: solid 0.5em #ffffff;
}

.section-type-full-cta .box.green,
.section-type-full-cta .box.green > * {
	color: #ffffff;
}

.section-type-full-cta .box.left {
	margin-left: 0;
	margin-right: auto;
}

.section-type-full-cta .box.right {
	margin-left: auto;
	margin-right: 0;
}

.section-type-full-cta blockquote {
	font-size: 2em;
	font-style: italic;
	font-weight: 300;
	position: relative;
}

.section-type-full-cta blockquote:before {
	content: '';
	background-image: url(images/open-quote-white.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: -5px;
	font-size: 4em;
	color: #dadada;
	width: 25px;
	height: 25px;
	opacity: 0.5;
}

.section-type-full-cta blockquote .last-word {
	position: relative;
}

.section-type-full-cta blockquote .last-word:after {
	content: '';
	background-image: url(images/close-quote-white.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -30px;
	bottom: -10px;
	font-size: 4em;
	color: #dadada;
	width: 25px;
	height: 25px;
	opacity: 0.5;
}

.section-type-full-cta cite {
	font-style: normal;
	display: table;
	margin: 1em 0 0 auto;
    font-size: 1.2em;
}



/*--------------------------------------------------------------
Page Section: Title
--------------------------------------------------------------*/

.section-type-title {
    margin: 0 auto;
}


/*--------------------------------------------------------------
Page Section: Table
--------------------------------------------------------------*/

.section-type-table {
    
}

.section-type-table.page-section:last-child {
	margin-bottom: 4em;
}

.section-type-table .content + table {
	margin-top: 1.5em;
}

.section-type-table table {
	margin-bottom: 0;
	font-size: .9em;
}

.section-type-table thead {
    color: #fff;
    /*background-color:#82bf23;*/
    background-color:#5a9412;
}

.section-type-table td {
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.section-type-table table input[type=number] {
	max-width: 64px;
}

.section-type-table table input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

.section-type-table table input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

.section-type-table table .total-text {
	display: inline-block;
	float: right;
	font-size: 1.4em;
	font-weight: 600;
}

.section-type-table table #total {
	font-size: 1.4em;
	font-weight: 600;
	display: table;
	margin: 0 auto;
}

.section-type-table .purchase-information {
	margin-top: 2em;
	text-align: center;
}

.section-type-table .snowdrops-form {
	margin-top: 2em;
}

.section-type-table .form-row {
	width: 100%;
	display: inline-block;
	float: left;
	margin: 0 auto 1em;
}

.section-type-table .form-row.third {
	width: 31%;
	margin-right: 3.5%;
}

.section-type-table .form-row.third:nth-child(3n) {
	margin-right: 0;
}

.section-type-table label {
	display: block;
	width: 100%;
	margin: 0 auto -0.1em;
	font-size: 0.9em;
}

.section-type-table input[type="text"],
.section-type-table input[type="email"],
.section-type-table input[type="tel"],
.section-type-table textarea {
	width: 100%;
	padding: 0.5em;
}

.section-type-table textarea {
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	min-height: 100px;
	max-height: 300px;
}

.section-type-table span.wpcf7-not-valid-tip {
    color: #f13737;
    font-size: 0.9em;
    margin-top: -0.1em;
}

.section-type-table div.wpcf7-validation-errors, 
.section-type-table div.wpcf7-acceptance-missing {
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-color: #FF9800;
	text-align: center;
}

.section-type-table input[type="submit"] {
	float: right;
}

.section-type-table div.wpcf7 .ajax-loader {
	float: right;
	margin-top: 0.5em;
}

.section-type-table textarea[name="your-order"] {
	display: none;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

#blog-banner {
	margin-bottom: 1em;
}

#single-banner {
	margin-bottom: 2em;
}

.blog-box {
    margin: 2em 0;
}

.entry-meta {
    font-size: .9em;
}

.cat-links, .byline, .edit-link {
    display: none;
}

.post-thumbnail {
    width:48%;
    max-width: 500px;
    border: #eeeff1 1px solid;
}

.post-thumbnail img {
    display: block;
}

.entry-title {
    font-weight: normal;
}

.pagination {
	display: block;
	text-align: center;
	margin: 0 auto 2em;
}

.pagination a.page-numbers {
	background-color: #71b61b;
    color: #ffffff;
    padding: 0.5em;
}
.pagination a.page-numbers:hover {
	text-decoration: none;
	opacity: 0.8;
}

.pagination .page-numbers.current {
	background-color: #444444;
	padding: 0.5em;
	color: #ffffff;
}

.nav-links {
	width: 100%;
	margin: 1em auto;
}

.nav-links:before,
.nav-links:after {
	content: " ";
	display: table;
}

.nav-links:after {
	clear: both;
}

.nav-links .nav-previous a:before {
	content: '« ';
}

.nav-links .nav-next a:after {
	content: ' »';
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


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

.site-footer {
	font-size: .9em;
	padding: 3em 0;
	background-color: #f3f3f3;
	margin-top: .5em;
}


.site-footer a {
	color: inherit;
}

.site-footer .col {
	float: left;
}

.site-footer .contact {
	width: 55%;
	min-width: 550px;
	border-right: solid 1px #a5a5a5;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
}

.site-footer .links {
	width: auto;
	padding-left: 3em;
}

.site-footer h3.title {
	text-transform: uppercase;
	width: 100%;
	float: left;
	margin-bottom: 1.5em;
	font-size: 1.25em;
	font-weight: 400;
}

.site-footer .address {
	padding-left: 20px;
	position: relative;
	display: table;
	float: left;
	line-height: 1.9;
}

.site-footer .address:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 18px;
	background-image: url(images/map-pin.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-footer .info {
	display: table;
	float: left;
	padding-left: 4em;
}

.site-footer .info a {
	padding-left: 28px;
	position: relative;
	margin-bottom: 1.25em;
	display: block;
}

.site-footer .info a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background-image: url(images/phone.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-footer .info a.phone:before {
	background-image: url(images/phone.png);
}

.site-footer .info a.email:before {
	background-image: url(images/email.png);
}

.site-footer .legal {
	width: 100%;
	float: left;
	margin-top: 2em;
	opacity: .6;
}

.site-footer .legal p {
	font-size: .8em;
}

.site-footer .links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.site-footer .links li {
	margin: 0 0 0.25em;
	padding: 0 0 0 13px;
	position: relative;
}

.site-footer .links li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(images/chevron.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*--------------------------------------------------------------
Cookie Box
--------------------------------------------------------------*/

.cookieBox {
	z-index: 999;
	opacity: 0.95;
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 15em;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 0.8em;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.cookieBox p {
	margin: 0;
	padding: 0;
}

.cookieBox .cookieAccept {
	display: inline-block;
	margin-top: .3em;
	padding: 1px 3px;
	border-radius: 2px;
	color: #fff;
	background-color: #888;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.cookieBox .cookieAccept:hover {
	background-color: #000;
}


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

@media screen and (max-width: 1080px) {
	
	
	/*--------------------------------------------------------------
	Page Section: Tiles
	--------------------------------------------------------------*/
	
	.section-type-tiles .title {
		min-width: 0px;
		width: 85%;
		max-width: 300px;
	}
	
	
}/* 1080px */


@media screen and (max-width: 900px) {
    
	
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
	.site-header .site-logo {
		margin-bottom: 1em;
	}
	
	
	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/
	
	.menu-toggle {
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 1em;
		outline: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		padding: 1em;
	}
	
	.menu-toggle:hover {
		background-color: transparent;
		opacity: 0.8;
	}

	.menu-toggle .menu-icon {
		display: block;
		width: 40px;
		height: 33px;
		position: relative;
		margin: 0;
		border-radius: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	.menu-toggle .menu-icon span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #444444;
		border-radius: 0px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.menu-toggle .menu-icon span:nth-child(1) {
	  top: 0px;
	}

	.menu-toggle .menu-icon span:nth-child(2),
	.menu-toggle .menu-icon span:nth-child(3) {
	  top: 14px;
	}
	
	.menu-toggle .menu-icon span:nth-child(3) {
		opacity: 0;
	}

	.menu-toggle .menu-icon span:nth-child(4) {
	  top: 29px;
	}

	.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(1) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}

	.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
	}

	.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(4) {
		top: 10px;
		width: 0%;
		left: 50%;
	}

		
	.menu-menu-container {
		position: fixed;
		top: 0;
		right: -250px;
		width: 250px;
		min-height: 100vh;
		z-index: 99999999;
		-moz-transition: right 0.4s linear;
		-webkit-transition: right 0.4s linear;
		-o-transition: right 0.4s linear;
		transition: right 0.4s linear;
	}
	
	.main-navigation.toggled .menu-menu-container {
		right: 0;
	}
	
	.main-navigation ul {
		display: block;
		position: relative;
		width: 250px;
		height: auto;
		min-height: 100vh;
		background-color: #444444;
		top: 0;
		right: 0;
		padding-top: 2em;
	}

	.main-navigation li {
		float: none;
		margin-bottom: 0.5em;
	}
	
	.main-navigation li:last-child {
		margin-bottom: 0;
	}
	
	.main-navigation a {
		color: #ffffff;
		padding: 0.75em 1em;
	}
	
	.main-navigation a:after,
	.main-navigation ul ul a:after {
		display: none;
	}
	
	.main-navigation li:hover > a,
	.main-navigation li.focus > a,
	.main-navigation .current_page_item > a, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current_page_ancestor > a {
		font-weight: inherit;
		background-color: #71b61b;
	}
	
	

	.main-navigation ul ul {
		position: relative;
		box-shadow: none;
		background-color: transparent;
		min-height: 0px;
	}

	.main-navigation ul ul a {
		width: auto;
	}

	
	
	/*--------------------------------------------------------------
	Page Section: Tiles
	--------------------------------------------------------------*/
	
	.section-type-tiles .tile.start {
		clear: inherit;
	}

	.section-type-tiles .tile.end {
		margin-right: inherit;
	}

	.section-type-tiles .tile.two-columns + .tile.one-column,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column {
		width: 49%;
		margin-right: 2%;
		clear: left;
	}
	
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column {
		width: 49%;
		float: left;
		margin-right: 0;
		clear: none;
	}
	
	

	.section-type-tiles .tile.two-columns {
		width: 100%;
		margin-right: 0;
		clear: left;
	}

	.section-type-tiles .tile.full {
		width: 100%;
		margin-right: 0;
		clear: left;
	}
	
	
	
	
	

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	.site-footer .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.site-footer .contact {
		float: none;
		border: none;
		width: 100%;
		min-width: 0px;
		padding: 0;
		-webkit-box-ordinal-group: 3;
    	-ms-flex-order: 2;
        order: 2;
	}
	
	.site-footer .links {
		width: 100%;
		padding: 0;
		float: none;
		display: block;
		margin-bottom: 2.5em;
		-webkit-box-ordinal-group: 2;
    	-ms-flex-order: 1;
        order: 1;
	}
	
	.site-footer h3.title {
		margin-bottom: 1em;
	}
	
	
	
}/* 900px */


@media screen and (max-width: 768px) {
	
	/*--------------------------------------------------------------
	General Styling
	--------------------------------------------------------------*/
	
	.page-section {
		margin: 2.5em auto;
    } 
    
    .section-type-slides, .section-type-map {
        max-width:100%;
    }
	
	
	/*--------------------------------------------------------------
	Page Section: Banner 
	--------------------------------------------------------------*/
	
	.section-type-banner {
		height: 400px;
	}
	
	.section-type-banner .overlay {
		background: rgba(0, 0, 0, 0.4) !important;
	}
	
	.section-type-banner .content {
		left: 50% !important;
		top: 50% !important;
		-webkit-transform: translateY(-50%) translateX(-50%) !important;
		-moz-transform: translateY(-50%) translateX(-50%) !important;
		-ms-transform: translateY(-50%) translateX(-50%) !important;
		-o-transform: translateY(-50%) translateX(-50%) !important;
		transform: translateY(-50%) translateX(-50%) !important;
		right: auto !important;
		bottom: auto !important;
	}
	
	.section-type-banner .titles .top,
	.section-type-banner .titles .bottom {
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
	}

	.section-type-banner .titles h1,
	.section-type-banner .titles h1 {
		text-align: center !important;
		display: table !important;
		margin: 0 auto !important;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Slides 
	--------------------------------------------------------------*/
	
	.section-type-slides .slide {
		height: 400px;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Text 
	--------------------------------------------------------------*/
	
	.section-type-text.page-section:first-child {
		margin-top: 2.5em;
	}
	
	.section-type-text.page-section:last-child {
		margin-bottom: 2.5em;
	}
    
	
    /*--------------------------------------------------------------
	Page Section: Two Text
	--------------------------------------------------------------*/
	
	.section-type-two-text + .section-type-two-text {
		margin-top: 0;
	}
	
	.section-type-two-text .col {
		min-height: 0px;
	}
	
	.section-type-two-text .col + .col {
		margin-top: 2em;
	}
	
	.section-type-two-text .left {
		width: 100%;
		float: none;
	}

	.section-type-two-text .right {
		width: 100%;
		float: none;
	}
	
	.section-type-two-text .image img {
		float: left;
	}
	
	.section-type-two-text .image.crop {
		position: relative;
		height: 330px;
	}
	
	/*
	.section-type-two-text .image.crop {
		position: relative;
		width: auto;
		height: auto;
		background-image: none !important;
	}
	
	.section-type-two-text .image.crop img {
		position: relative;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
		opacity: 1;
	}
	*/
	
	
	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/
	
	
	.section-type-text-image .left {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	
	.section-type-text-image .right {
		width: 100%;
		float: none;
	}
	
	.section-type-text-image .image img {
		position: relative;
	}
	
	/*--------------------------------------------------------------
	Page Section: Quote
	--------------------------------------------------------------*/
	
	.section-type-quote blockquote {
		padding: 0 0.5em;	
	}
	
	.section-type-quote blockquote:before {
		left: -15px;
	}
	
	.section-type-quote blockquote:after {
		right: -10px;
	}
    
	
	/*--------------------------------------------------------------
	Page Section: Green Contact Boxes
	--------------------------------------------------------------*/

	.section-type-contact-boxes .box,
	.section-type-contact-boxes .box:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
	}

	.section-type-contact-boxes .box:nth-child(2n) {
		margin-right: 0;
	}

	.section-type-contact-boxes .box:nth-child(3n+1) {
		clear: none;
	}
	.section-type-contact-boxes .box:nth-child(2n+1) {
		clear: left;
	}
	
    
    /*--------------------------------------------------------------
	Page Section: Table
	--------------------------------------------------------------*/ 
	
	.section-type-table.page-section:last-child {
		margin-bottom: 2.5em;
	}
	
	.section-type-table .form-row.third {
		width: 100%;
		margin-right: 0;
	}
	
	
	/*--------------------------------------------------------------
	Blog
	--------------------------------------------------------------*/
    
    .blog-box {
        max-width:600px;
        margin: 0 auto;
    }
    
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	.site-footer {
		padding: 2em 0;
	}
	
	.site-footer .address {
		display: block;
		width: 100%;
		margin-bottom: 1.5em;
	}
	
	.site-footer .info {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	/*--------------------------------------------------------------
	Alignment
	--------------------------------------------------------------*/

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone,
    .post-thumbnail,
    .blog-box:nth-child(2n) .post-thumbnail {
		display: block;
		float: none;
		width: 100%;
		margin: 1em 0;
	}
    
    .post-thumbnail img {
        width:auto;
        max-width: 100%;
    }
	
    .entry-header {
       clear:both;
      
    }
	
	
}/* 768px */



@media screen and (max-width: 700px) {

   /*--------------------------------------------------------------
	Page Section: 2 Columns
	--------------------------------------------------------------*/
    
    .section-type-2-columns-text-only .left, .section-type-2-columns-text-only .right, .vert-col {
	    width: 100%;
    }
    
    .vert-col .image {
        margin: 1em 0;
    }


}/* 700px */


@media screen and (max-width: 600px) {
	
	
	
	/*--------------------------------------------------------------
	Page Section: Quote
	--------------------------------------------------------------*/
	
	.section-type-quote blockquote {
		padding: 0 0.75em;	
	}
	
	.section-type-quote blockquote:before {
		left: -5px;
	}
	
	.section-type-quote blockquote:after {
		right: 0px;
	}
	
	
	
	
	/*--------------------------------------------------------------
	Page Section: Tiles
	--------------------------------------------------------------*/
	
	.section-type-tiles .tile.two-columns + .tile.one-column,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column,
	.section-type-tiles .one-column,
	.section-type-tiles .two-columns,
	.section-type-tiles .full {
		width: 100% !important;
		margin: 0 auto 2em !important;
		float: none !important;
		height: 0;
		padding-bottom: 120%;
	}
	
	.section-type-tiles .tile:last-child
	.section-type-tiles .tile.two-columns + .tile.one-column:last-child,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .tile.full + .tile.one-column:last-child,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .tile.two-columns + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .tile.full + .tile.one-column + .tile.one-column + .tile.one-column + .tile.one-column:last-child,
	.section-type-tiles .one-column:last-child,
	.section-type-tiles .two-columns:last-child,
	.section-type-tiles .full:last-child {
		margin-bottom: 0 !important;
	}
	
	.section-type-tiles .title {
		width: 90%;
		max-width: 300px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Full Width Call to action
	--------------------------------------------------------------*/

	.section-type-full-cta {
		min-height: 400px;
		margin-bottom: 6.5em;
		position: relative;
	}
	
	.section-type-full-cta.page-section:last-child {
		margin-bottom: 6.5em;
	}
	
	.section-type-full-cta .box {
		padding: 1.5em 2.5em;
		width: 90%;
		max-width: 90%;
		min-width: 90%;
		min-height: 0px;
		margin: 0 auto !important;
		position: absolute;
		left: 5%;
		bottom: -5em;
	}
	
	.section-type-full-cta .box.green {
		border-left: none;
		border-right: none;
	}
	
	.section-type-full-cta blockquote {
		font-size: 1.25em;
	}

   /*--------------------------------------------------------------
	Page Section: Featured Text
	--------------------------------------------------------------*/
    
    .gr-boxes {
	    width:100%;
        margin: 0;
    }
    
    .gr-boxes:nth-child(3n-1) {
        margin: 0;
    }
	
	
	
	/*--------------------------------------------------------------
	Page Section: Table
	--------------------------------------------------------------*/
	
	.section-type-table {
		max-width: 100%;
	}
	
	.section-type-table .table-container {
		width: 100%;
		max-width: 100%;
		overflow-x: scroll;
	}
	
	.section-type-table table {
		width: 100%;
		min-width: 600px;
	}
	
	
	
	/*--------------------------------------------------------------
	Alignment
	--------------------------------------------------------------*/
	
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
		float: left;
		text-align: left;
	}
	
	.nav-previous + .nav-next {
		margin-top: 0.5em;
	}
	
	
}/* 600px */



@media screen and (max-width: 550px) {
	
	
	/*--------------------------------------------------------------
	Page Section: Green Contact Boxes
	--------------------------------------------------------------*/

	.section-type-contact-boxes .box,
	.section-type-contact-boxes .box:nth-child(3n),
	.section-type-contact-boxes .box:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		clear: left;
	}
	
}





@media screen and (max-width: 480px) {
	
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
	
	.site-header .site-logo {
		margin-bottom: 1em;
	}
	
	.site-header .social {
		position: relative;
		display: table;
		margin: 1em auto;
	}
	
	.site-header .social a {
		margin-left: 0.95em;
	}
	
	.site-header .social a:last-child {
		margin-left: 0;
	}
	
	.site-header .social img {
		max-width: 38px;
		max-height: 38px;
	}
	
	
	
	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/
	
	.section-type-banner .titles h1,
	.section-type-banner .titles h1 {
		font-size: 3em;
	}

	
	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/
	
	.menu-toggle {
		top: 4em;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Full Width Call to action
	--------------------------------------------------------------*/
	
	.section-type-full-cta.page-section:last-child {
		margin-bottom: 5.5em;
	}
	
	
	
	
}/* 480px */




@media screen and (max-width: 420px) {
	
	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/
	
	.section-type-banner .titles h1,
	.section-type-banner .titles h1 {
		font-size: 2.5em;
	}
	
	
}/* 420px */

@media screen and (max-width: 380px) {
	
	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/
	
	.section-type-banner .titles h1,
	.section-type-banner .titles h1 {
		font-size: 2.25em;
	}
	
	
}/* 380px */
