/*!
Theme Name: charlies
Theme URI: http://underscores.me/
Author: CMA
Author URI: http://creativemediaalliance.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: charlies
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

charlies 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

/* 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 */
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clear {
	clear:both;
}

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

::selection {
    background: #00724d;
    color: #FFF;
}

::-moz-selection {
    background: #00724d;
    color: #FFF;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #333;
	color: white;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #c7893a;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #c7893a;
}

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: #10593f;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/

.wrapper {
	max-width: 1200px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

.eight-fifty {
	max-width: 850px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

.six-fifty {
	max-width: 850px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}


@media only screen and (max-width : 1200px ) {
.wrapper {
	padding-right: 20px;
	padding-left: 20px;
}
	}

@media only screen and (max-width : 850px ) {
.eight-fifty {
	padding-right: 20px;
	padding-left: 20px;
}
	}
	
@media only screen and (max-width : 650px ) {
.six-fifty {
	padding-right: 20px;
	padding-left: 20px;
}
	}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00724d;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #c7893a;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-background::before{
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    width:100%;
    height:35px;
    content:" ";
    background-color: rgb(0, 110, 71);
	opacity: 0.9; 
	margin-bottom: 0; 
	-webkit-margin-bottom-collapse: collapse; 
}


#header-wrapper {
	position:fixed;
	top:0;
	width: 100%;
	display: block;
	height: 80px;
	z-index:99999;
}

.logo-wrap {
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 20px; 
	padding-right: 20px; 
	margin-top: 0;
	display: block;
	float: left;
}

.logo-background{
	background-image: url("images/cp-circle-90.png");
	background-repeat: no-repeat;
	background-position: center 35px; 
}

.nav-wrap {
	display: block;
	float: right;
}

.show{
	display: inline-block;
}

.logo-wrap img {
	width: 97px;
	height: auto;
}

.hamburger{
	display: none; 
}

.hide{
	display: none; 
}


.ubermenu .ubermenu-item .mobile{
	display: none; 
}




@media screen and (max-width: 1155px){
	#header-wrapper::before{
		position:absolute;
		z-index:-1;
		top:0;
		left:0;
		width:100%;
		height:35px;
		content:" ";
		background-color: rgb(0, 110, 71);
		opacity: 0.9;
		margin-bottom: 0; 
		
	}
	
	.logo-wrap {
		background-image: url("images/cp-circle-90.png");
		margin-top: 0; 
		padding-top: 10px; 
		background-repeat: no-repeat;
		background-position: center 35px; 
	}
	
	.hamburger{
		display: inline-block;
	}
	
	#top-nav, #bottom-nav{
		display: none; 
	}
	
}


@media screen and (max-width: 430px){
	.ubermenu .ubermenu-item .yellow{
		display: none; 
	}
	
	.ubermenu-icon .fas .fa-bars{
		float: right; 
	}
	
	.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega{
		width: 200px !important; 
	}
	
	.ubermenu .ubermenu-item .mobile{
		display: block; 
	}
	
	.logo-wrap{
		padding-top: 9px; 
	}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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 {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-meta  {
	text-align: center;
	text-transform: uppercase;
	color: #999;
	font-size:14px;
	margin-top:-10px;
	padding-bottom: 10px;
}

.entry-meta a{
	color: #999;
}

.entry-meta a:hover{
	color: #00724d;
}

.categorygrid {
	display: block;
	padding-top: 30px;
}

.categorygrid h3{
	text-align: center;
	font-size: 2.5em;
    font-family: 'Patua One', cursive;
	font-weight:400;
	color: #333;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}



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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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;
}

/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
a.center-button span {
  	background: transparent url(images/sprite.png) no-repeat top left;
  	display: block;
  	line-height: 43px;
  	width: 184px;
  	color: #fff;
  	font-size: 14px;
	text-transform: uppercase;
}

a.center-button {
	display: block;
	float: none;
	height: 43px;
	text-align: center;
	width: 184px;
	margin-left:auto;
	margin-right:auto;
}

a.center-button:hover span {
  background: transparent url(images/sprite.png) no-repeat top right;
  color: #fff;
}

a.left-button span {
  	display: block;
  	line-height: 43px;
  	width: 184px;
  	color: #fff;
  	font-size: 14px;
	text-transform: uppercase;
}

a.left-button {
  background: transparent url(images/sprite.png) no-repeat top left;
	display: block;
	float: none;
	height: 43px;
	text-align: center;
	 width: 184px;
}

a.left-button:hover span {
  background: transparent url(images/sprite.png) no-repeat top right;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	background: transparent url(images/sprite-fome.png) no-repeat top left;
  	display: block;
	line-height: 25px;
	transition: background 0.5s;
  	width: 184px !important;
	text-align: center;
	font-size: 14px !important; 
}

.gform_wrapper .gform_footer{
	text-align: center; 
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home-copy {
	width: 100%;
	display: block;
	position:relative;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.home-copy h1{
	text-align: center;
	font-size: 2.813em;
    font-family: 'Patua One', cursive;
	color: #333;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight:400;
}

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

.home-copy h1{
	font-size: 2em;
 	line-height: 1.2em;
	margin-bottom: 10px;
}
	}

.home-copy p{
	font-size: 1.125em;
}

.home-copy h2{
	text-align: center !important;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-weight:700;
}

.home-copy h6{
	font-size: 1.4em;
	color: #000;
	font-weight:700;
	text-align: center !important;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.home-copy h6 a {
    white-space: nowrap;
}

.home-copy li{
	margin-bottom: 10px;
}

.mask-bottom-white {
	width: 100%;
	height:50px;
	display: block;
	background:url(images/grungy-white-bottom.png);
	background-repeat:repeat-x;
	position:relative;
	margin-top: -50px;
	z-index:9999;
}

.mask-top-white {
	width: 100%;
	height:50px;
	display: block;
	background:url(images/grungy-white-top.png);
	background-repeat:repeat-x;
	position:relative;
	z-index:9999;
}

.mask-top-tan {
	width: 100%;
	height:50px;
	display: block;
	background:url(images/grungy-tan-top.png);
	background-repeat:repeat-x;
	position:relative;
	margin-top: -50px;
	z-index:9999;
}

.mask-bottom-tan {
	width: 100%;
	height:17px;
	display: block;
	background:url(images/grungy-tan-bottom.png);
	background-repeat:repeat-x;
	position:relative;
	margin-top: -17px;
	z-index:9999;
}

.bottom-tan {
	width: 100%;
	min-height:50px;
	display: block;
	background:#e6e3d5;
	clear:both;
	margin-top: 17px;
	margin-bottom: 15px;
	float: left;
}



/*--------------------------------------------------------------
## Banners
--------------------------------------------------------------*/

.banner-image {
	display: block;
	height: 450px;	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center center;
	background-position:fixed;
	object-fit: cover;
}

@media only screen and (max-width : 769px ) {
.banner-image {
		background-attachment:scroll;
	}
}

/*--------------------------------------------------------------
## Two Column
--------------------------------------------------------------*/

.two-column-wrap {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.left-column-wrap {
	display: block;
	float: left;
	width: 48%;
	margin-right: 2%;
}

.right-column-wrap {
	display: block;
	float: left;
	width: 48%;
}

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

.left-column-wrap {
	float: none;
	width: 100%;
	margin-right: 0%;
}

.right-column-wrap {
	float: none;
	width: 100%;
}
}

/*--------------------------------------------------------------
## Full Width Block
--------------------------------------------------------------*/
.full-width-wrapper {
	width: 100%;
	display:block;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #343434;
	background: #ebe8dd; 
}

.full-width-wrapper h3 {
	font-family: 'Patua One', cursive;
	font-size: 2.500em;
	color: #343434;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.full-width-wrapper_white {
	width: 100%;
	display:block;
	padding-bottom: 50px;
	padding-top: 50px;
	background: #fff; 
}

/*--------------------------------------------------------------
## Testimonial Block
--------------------------------------------------------------*/

.testimonial-block-wrapper {
	width: 100%;
	display:block;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #343434;
	background: #ebe8dd; 
}

.testimonial-block-wrapper h3{
	font-family: 'Patua One', cursive;
	font-size: 2.500em;
	color: #343434;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.testimonial-icon {
    background-image: url(images/quote-top.jpg);
    background-position: center 0%;
    background-repeat: no-repeat;
    height: 35px;
}

.testimonial-block-wrapper ul {
	margin:0;
	padding:0;
}

.testimonial-block-wrapper li {
	background: white;
	list-style: none;
	min-height: 130px;
	font-style: italic;
	margin-bottom: 20px;
	overflow: hidden;
}

.testimonial-block-wrapper li:nth-of-type(1) {
	width: 100%;
	display: inline-table;
    background-repeat: no-repeat;
    background-image: none;
	background-image: url("images/quote-bottom.jpg");
	background-position: center 0;
	position: relative;
	padding-top: 30px;
}

.testimonial-block-wrapper li:nth-of-type(2) {
	width: 38%;
	margin-right: 2%;
	display: inline-block;
	float: left;
}

.testimonial-block-wrapper li:nth-of-type(3) {
	width: 60%;
	display: inline-block;
}

.testimonial-block-wrapper li:nth-of-type(4) {
	width: 100%;
	display: inline-table;
}

.testimonial-block-wrapper li:nth-of-type(5) {
	width: 60%;
	margin-right: 2%;
	display: inline-block;
	float: left;
}

.testimonial-block-wrapper li:nth-of-type(6) {
	width: 38%;
	display: inline-block;
}

.testimonial-block-wrapper li:nth-of-type(7) {
	width: 100%;
	display: inline-block;
}

.testimonial-block-wrapper li:nth-of-type(8) {
	width: 49%;
	margin-right: 1%;
	display: inline-block;
	float: left;
}

.testimonial-block-wrapper li:nth-of-type(9) {
	width: 49%;
	margin-left: 1%;
	display: inline-block;
}

.testimonial-block-wrapper li:nth-of-type(10)  {
	width: 100%;
	display: inline-block;
}

.test-block { 
	padding: 30px;
}

.test-block span{
	font-weight: 700;
	margin-left: 5px;
}

@media only screen and (max-width : 620px ) {
	
.testimonial-block-wrapper li:nth-of-type(1) {
	background-image: none;
	padding-top: 0px;
}
	
.testimonial-icon {
    display: none;
}

	
.testimonial-block-wrapper li:nth-of-type(2) {
	width: 100%;
	margin-right: 0%;
	float: none;
}

.testimonial-block-wrapper li:nth-of-type(3) {
	width: 100%;
}
	
.testimonial-block-wrapper li:nth-of-type(5) {
	width: 100%;
	margin-right: 0%;
	float: none;
}

.testimonial-block-wrapper li:nth-of-type(6) {
	width: 100%;
}
	
.testimonial-block-wrapper li:nth-of-type(8) {
	width: 100%;
	margin-right: 0%;
	float: none;
}

.testimonial-block-wrapper li:nth-of-type(9) {
	width: 100%;
	margin-right: 0%;
}
	}


/*--------------------------------------------------------------
## Form Block
--------------------------------------------------------------*/
.form-block-wrapper {
	width: 100%;
	display:block;
	background: #c7893a;
	padding-bottom: 50px;
	padding-top: 50px;
}

.form-block-wrapper h3 {
	text-align: center;
	font-size: 2.813em;
    font-family: 'Patua One', cursive;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight:400;
}

.form-block-copy {
	text-align: center;
	color: #fff;
}

/*--------------------------------------------------------------
## Left/Right Blocks
--------------------------------------------------------------*/

.leftright-wrapper {
	width: 100%;
	display:block;
	background: #ebe8dd;
	padding-bottom: 20px;
}

.leftright-wrap { 
	padding-top: 36px;
	display:block;	
}

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

.leftright-wrap {
	padding-right: 15px;
	padding-left: 15px;		
}
}

.leftright-image{
	width:100%;
	position: relative; 
}

.leftright-image img {
	width:100%;
	height:auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.thumbnail_caption {
	position: absolute; 
   	bottom: 30px; 
   	width: 89%; 
	background: #d7d2c4;
	padding: 10px;
}


@media only screen and (max-width : 719px ) {
.thumbnail_caption {
   position: relative; 
   width: 100%; 
	margin-top: -5px;
	bottom: 0px; 
}
	}


.leftright-posts h2 {
    font-family: 'Patua One', cursive;
	font-size: 2.500em;
	color: #343434;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media only screen and (max-width : 719px ) {
.leftright-posts h2 {
	margin-top: 10px;
}
	}

.leftright-posts h2 a{ 
	text-decoration: none;
	color: #343434;	
}

.leftright-posts h2 a:hover{ 
	text-decoration: none;
	color: #00724d;	
}

.leftright-posts p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

/* ODD */

.leftright-wrap.odd > .leftright-image {
	float:left;
	width:48%;
}

.leftright-wrap.odd > .leftright-posts {
	float:right;
	width:48%;
}

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

.leftright-wrap.odd > .leftright-image {
	display:block;
	float:none;
	width:100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

.leftright-wrap.odd >.leftright-posts {
		display:block;
		margin:auto;
		float:none;
		width:100%;
	}
}


/* EVEN */
.leftright-wrap.even > .leftright-image {
	float:right;
	width:48%;
}

.leftright-wrap.even > .leftright-posts {
	float:left;
	width:48%;
}

.leftright-wrap.even  > .leftright-image > .thumbnail_caption {
   right: 0;
}


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

.leftright-wrap.even > .leftright-image {
		display:block;
		float:none;
		margin:auto;
		width:100%;
		padding-bottom: 15px;
	}

.leftright-wrap.even >.leftright-posts {
		display:block;
		margin:auto;
		float:none;
		width:100%;
	}
}

.video {
    display: inline-block;
    margin: 0;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
}

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

.number-block {
	padding-bottom: 8px;
}


.number-block h3 {
	margin: 0px;
	font-size: 18px;
}

.number-block a{
	color: #333;
   
}

.number-block a:hover{
	color: #00724c;
   
}

/*--------------------------------------------------------------
## Motion-Banner
--------------------------------------------------------------*/

.motion-banner-wrap-straight {
	position: static;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	height: 420px;
	text-align: center;
}

.motion-banner-wrap {
	position: static;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	height: 420px;
	text-align: center;
	margin-top:-50px;
	padding-bottom: 50px;
}

.motion-header-image {
  	max-height: 420px;
	width: 100%;
  	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center center;
	background-position:fixed;
	object-fit: cover;
}

.motion-header-image.is-mobile {
	background-attachment:scroll;
}


@media only screen and (max-width : 769px ) {
.motion-header-image {
		background-attachment:scroll;
	}
}
.motion-banner-text-wrap {
	max-width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	padding-top: 150px;
}

.motion-banner-text-wrap-straight {
	max-width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	padding-top: 75px;
}


.motion-banner-text {
	position: relative;
	text-align: center;
	display:block;
	height: 420px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
}

.motion-banner-text h4{
	font-size: 2.00em;
    font-family: 'Patua One', cursive;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight:400;
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
}

.smoke-layer-straight {
	width: 100%;
	display: block;
	position:static;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.smoke-layer {
	width: 100%;
	display: block;
	position:static;
	margin-top:-50px;
		padding-bottom: 50px;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/

.testimonial-banner-wrap {
	position: static;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	height: 420px;
	text-align: center;
}

.testimonial-header-image {
  	max-height: 420px;
	width: 100%;
  	position: static;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
	background:url(images/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position:center center;
	background-position:fixed;
	object-fit: cover;

}

.testimonial-header-image.is-mobile {
	background-attachment:scroll;
}

.testimonial-banner-text-wrap {
	max-width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	display: table;
	height: 420px;
}

.testimonial-banner-text {
	position: relative;
	font-style: italic;
	font-weight: 700;
	font-size: 1.625em;
	text-shadow: 0px 1px 2px rgba(30, 30, 30, 0.75);
	vertical-align: middle;
	display: table-cell;
}

@media only screen and (max-width : 769px ) {
.testimonial-header-image {
		background-attachment:scroll;
	}
	
.testimonial-banner-wrap {
	height: auto;
}
	
.testimonial-banner-text-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	height: auto;
}
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
.gform_wrapper.two-column_wrapper ul.gform_fields{
display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
display: block;
float: left;
width: 50%;
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
display: none;
}

.gform_wrapper .right_half textarea.large{
	height: 230px;
	margin-top: 12px; 
}

.gform_submit_button{
	
}


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

.news-footer {
	width: 100%;
	display:block;
	padding-bottom: 50px;
	padding-top: 10px;
	color: #343434;
	background: #fff; 
}

.news-footer h3 {
	font-family: 'Patua One', cursive;
	font-size: 2.500em;
	color: #343434;
	line-height: 1.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.footer-wrapper {
	background-color: #00724d;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat;	
	width: 100%;
	display: block;
}

.first-footer-wrapper{
	width: 100%;
	display: block;
	float:left;
	clear:both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.right-footer {
	float: right;
	width: 45%;
	text-align: right;
	color: white;
}

.right-footer h3 {
	font-family: 'Patua One', cursive;
	font-weight:400;
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 0px;
}

.newsletter-copy {
	max-width: 300px;
	float:right;
	clear:both;
	display: block;
	padding-bottom: 10px;
}

.newsletter-form {
	float:right;
	clear:both;
}

.left-footer {
	float: left;
	width: 45%;
	font-family: 'Patua One', cursive;
	font-size: 1em;
}

.left-footer a{
	color: #fff;
}

.left-footer a:hover{
	color: #c7893a;
}

.left-footer-one {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.left-footer-two {
	float: left;
	width: 48%;
}

.left-footer-one ul,
.left-footer-two ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.center-footer {
	float: left;
	width: 120px;
}

.logo-foot-wrap img {
	width: 120px;
	height: auto;
}

.logo-foot-wrap {
	display: block;
	float: left;
}



/*--------- social ---------*/

.green-footer-wrapper {
	background: #10593f;
	width: 100%;
	display:block;
	clear: both;
	overflow:hidden;
}

.social-wrap {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 20;
	position: relative;
}

ul.social {
	display:inline-block;
	margin: 0;
    padding: 0;
    font-size: 28px;
}

ul.social li {
	list-style-type: none;
	float: left;
}

ul.social li a i {
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

ul.social li a i:hover {
	color: #1c8161;
}

.last-footer {
	color: #fff;
	text-align: center;
	padding-top: 20px;
	display:block;
	padding-bottom:30px;
}

.last-footer a {
	color: #fff;
}

.last-footer a:hover {
	color: #c7893a;
}

.last-footer-copy {

}

.last-footer-copy ul{ 
  display: inline;
 
list-style: none;
margin:0;
padding:0;
}


.last-footer li a{ 
color: #fff;
}

.last-footer li {
	display: inline;
	list-style-type: none;
}
.last-footer li:after { content: " | "; }
.last-footer li:first-child:before { content: ""; }
.last-footer li:last-child:after { content: ""; }


@media only screen and (max-width : 860px ) {
	.testimonial-banner-text{
		font-size: 1.5em; 
	}
	.testimonial-banner-text-wrap{
		width: 96%; 
	}
	
	.six-fifty{
		width: 96%; 
		margin-right: auto; 
		margin-left: auto; 
	}
}

@media only screen and (max-width : 640px ) {
	.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column{
		width: 100%;
	}
	
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
		display: inline-block;
	}
	
	.center-footer{
		width: 100%; 
	}
	
	.logo-foot-wrap{
		float: none; 
		margin-left: 35%; 
		margin-right: auto; 
	}
	
}


@media only screen and (max-width : 600px ) {
	.testimonial-banner-text{
		font-size: 1.25em; 
	}
	
	.testimonial-banner-text-wrap{
		padding-top: 10%; 
	}
}


@media only screen and (max-width : 480px ) {
.right-footer, .left-footer{
	float: none;
	width: 100%; 
	text-align: center; 
	margin-bottom: 20px; 
}
	
.left-footer {
	margin-top: 20px; 
	padding-bottom: 20px; 
	display: block;
	overflow: hidden;
}
	
 .newsletter-form{
		float: none;
		text-align:center;
		width: 100%;
	}
	
	
}

@media only screen and (max-width : 420px ) {
	.testimonial-banner-text{
		font-size: 1.2em; 
	}
	
	.testimonial-banner-text-wrap{
		padding-top: 5%; 
	}
	
	.logo-foot-wrap{
		margin-left: 28%; 
	}
}