/*
	Theme Name:			Element Resources
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			1.0.0
	Template: 			genesis
	Template Version:	3.4.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #333333;
	font-family: 'Mulish', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.88;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #49851E;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #49851E;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

.large-font {
	font-size: 22px;
	line-height: 1.82;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #49851E;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 55px;
	line-height: 1.33;
	font-weight: 300;
}

h3 {
	font-size: 40px;
	font-weight: 500;
}

h4 {
	font-size: 30px;
	font-family: 'Mulish', sans-serif;
	line-height: 1.60;
	color:#333333;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select,
#page-container .gfield textarea {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #BDBDBD;
	border-radius: 0;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 17px 20px;
	width: 100%;
}

input:focus,
textarea:focus,
#page-container .gfield input:focus, 
#page-container .gfield select:focus,
#page-container .gfield textarea:focus {
	border: 1px solid #333;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 4px;
	padding: 0;
}

#page-container input:focus[type="checkbox"],
#page-container input:focus[type="image"],
#page-container input:focus[type="radio"] {
	outline: 1px solid #000;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #49851E;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.2;
	padding: 19px 36px;
	width: auto;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	text-decoration: none;
}

#page-container .button:hover,
#page-container .button:focus,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #232e20;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: 1px solid #000;
	outline-offset: -1px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: none !important;
}

#page-container .form-row input:focus,
#page-container .form-row textarea:focus {
	outline: 1px solid #FA7906;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	overflow: hidden;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */
.content {
	float: left;
	width: 780px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
}

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

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999;
	background-color: #fff;
}

.home:not(.sticky) .site-header {
	background-color: rgba(0, 0, 0, 0.5);
}

.sticky .site-header {
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 88px;
}

.home .site-header + * {
	margin-top: 0;
}

.hero-panel *:last-child {
	margin-bottom: 0;
}

.home .hero-panel {
    min-height: 800px;
}

.home .hero-panel:before {
    background: linear-gradient(180deg, #000000 -10.65%, rgba(73, 97, 66, 0) 89.35%);
	mix-blend-mode: overlay;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0 15px;
	width: auto;
}

.title-area a {
	display: block;
	font-size: 0;
	background: url( "images/logo.png" ) no-repeat center center;
	background-size: 100%;
	width: 180px;
	height: 57px;
}

/*.home:not(.sticky) .title-area a {
	background: url( "images/logo-home.svg" ) no-repeat center center;
	background-size: 100%;
}*/

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: left;
	float: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-size: 17px;
	font-weight: 400;
	padding: 35px 11px 36px;
	position: relative;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	background-color: transparent;
	line-height: 1;
}

.home:not(.sticky) .genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .menu-item-has-children:hover > a {
	color: #fff;
	background-color: #49851E;
}

.home:not(.sticky) .genesis-nav-menu a:hover,
.home:not(.sticky) .genesis-nav-menu a:focus,
.home:not(.sticky) .genesis-nav-menu .current-menu-item > a,
.home:not(.sticky) .genesis-nav-menu .current-menu-ancestor > a,
.home:not(.sticky) .genesis-nav-menu .menu-item-has-children:hover > a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

.genesis-nav-menu .sub-menu {
	background-color: #49851E;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 188px;
	z-index: 99;
}

.home:not(.sticky) .genesis-nav-menu .sub-menu {
    background-color: transparent;
}

.genesis-nav-menu .sub-menu li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #49851E;
	border-top: none;
	display: block;
	font-size: 17px;
	padding: 11px 24px;
	position: relative;
	color: #fff;
}

.home:not(.sticky) .genesis-nav-menu .sub-menu a {
	background-color: rgba(0, 0, 0, 0.3);
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: #49851E;
	text-decoration: none;
}

.home:not(.sticky) .genesis-nav-menu .sub-menu a:hover,
.home:not(.sticky) .genesis-nav-menu .sub-menu a:focus,
.home:not(.sticky) .genesis-nav-menu .sub-menu .current-menu-item > a,
.home:not(.sticky) .genesis-nav-menu .sub-menu .current-menu-ancestor > a,
.home:not(.sticky) .genesis-nav-menu .sub-menu .menu-item-has-children:hover > a {
	background: rgba(0, 0, 0, 0.5);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -39px 0 0 186px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .btn.menu-item {
	margin: 22px 0 22px 32px;
}

.genesis-nav-menu .btn.menu-item a {
	background-color: #49851E;
	padding: 13px 21px;
	color: #fff;
}

.genesis-nav-menu .btn.menu-item a:hover,
.genesis-nav-menu .btn.menu-item a:focus {
	background-color: #232E20;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: #49851E;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #232E20;
	border-width: 0;
}

.menu-toggle {
	float: right;
	padding: 0 5px;
	position: relative;
	z-index: 1000;
	font-size: 0px;
	margin-top: 22px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	text-rendering: auto;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 7px 10px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
	position: relative;
	top: -4px;
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.dashicons-icon::before {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}

.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	position: relative;
	top: 3px;
}

.menu-toggle::before {
	font-size: 35px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content p a,
.entry-content li a {
	text-decoration: underline;
}

.entry-content p a:hover,
.entry-content li a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 12px;
	display: inline-block;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
	background-color: #0ebfe9;
	text-decoration: none;
}

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

.sidebar {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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

.site-footer {
	background-color: #49851E;
	padding: 67px 0 21px;
}

.site-footer,
.site-footer a {
	color:#fff;
}

.site-footer .boxes {
	padding-bottom: 22px;
}

.site-footer .boxes .logo {
	padding-top: 15px;
}

.site-footer .boxes p {
	margin: 0 0 4px;
}

.site-footer .boxes p a {
	text-decoration: underline;
}

.site-footer .boxes p a:hover {
	text-decoration: none;
}

.site-footer .google-captcha,
.site-footer .copyright-text {
	font-size: 15px;
}

.site-footer .copyright-text a:hover,
.site-footer .google-captcha a:hover {
	text-decoration: underline;
}

.site-footer .copyright-text {
	padding-top: 12px 0 0;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 80px;
}

.bottom-gap {
	padding-bottom: 80px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-color: #49851E;
}

.dark-bg-section * {
	color: #fff;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 17px;
	line-height: 1.88;
}

.site-inner ul li:before {
	content: '';
	background: #333;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 13px;
	left: 0;
	border-radius: 50%;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a,
#page-container .sidebar ul li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container .sidebar ul li a {
	font-style: normal;
}

#page-container form li a:hover,
#page-container .sidebar ul li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #49851E;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content .read-more {
	color: #49851E;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	color: #fff;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
}

#page-container .gform_footer {
	padding-top: 30px;
	justify-content: center;
	padding-bottom: 0;
}

#page-container .gform_wrapper .gfield_required {
	color: #FA7906;
	font-size: 18px;
	padding-left: 0;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
	margin-left: 0;
}

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

.entry-image-link img {
	border: 1px solid #e6e6e6;
	padding: 5px;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 30px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

.entry-footer:empty {
	display: none;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

a.focus-visible .aligncenter {
	outline: 1px solid #000;
}

.cky-notice-group {
	justify-content: center !important;
}

.cky-btn {
	border-radius: 0 !important;
}

.cky-btn:hover {
	opacity: 1 !important;
	border-color: #232E20 !important;
	background-color: #232E20 !important;
	color: #fff !important;
}

.team-panel h2 {
	margin-bottom: 50px;
}

.all-team {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.all-team .team-item {
	width: calc( 33% - 30px );
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-bottom: 40px;
}

.all-team .team-item::before {
	content: '';
	display: none;
	width: 37px;
	height: 30px;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url( "images/hover-polygon.svg" ) no-repeat 0 0;
	background-size: cover;
}

.all-team .team-item.active::before {
	display: block;
}

.all-team .team-item .img-box img {
	border-radius: 20px;
}

.all-team .team-item .name-and-title {
	padding-top: 17px;
}

.all-team .team-item .name-and-title h4,
.all-team .team-item .name-and-title h5 {
	color: #333;
	margin: 9px 0 0;
	font-size: 24px;
}

.all-team .team-item .name-and-title h4 {
	text-transform: uppercase;
	margin: 0;
	font-size: 26px;
	font-family: 'Ubuntu', sans-serif;
	line-height: normal;
}

.all-team .mobile-txt {
	background: rgba(82, 149, 34, 0.4);
}

.desktop-team-intro ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.desktop-team-intro ul li {
	width: 49%;
}

.all-team .mobile-txt {
	display: none;
	padding: 46px 0 54px;
	position: relative;
}

.desktop-team-intro .close {
	display: block;
	width: 17px;
	height: 19px;
	background: url( "images/cross.svg" ) no-repeat 0 0;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 0;
	text-indent: -9999px;
	display: block;
}

.all-team .mobile-txt *:last-child {
	margin-bottom: 0;
}

.all-team .team-item .mobile-txt {
	text-align: left;
	background: rgba(82, 149, 34, 0.4);
	padding: 20px;
	margin-top: 20px;
	border-radius: 15px;
	display: none;
}

.desktop-team-intro {
	display: none;
	margin-bottom: 41px;
	width: 100%;
	padding: 46px 0 54px;
	position: relative;
}

.desktop-team-intro.active {
	display: block;
}

.desktop-team-intro::before {
	background: rgba(82, 149, 34, 0.4);
	width: 5000%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.desktop-team-intro *:last-child {
	margin: 0;
}

.overflow .cont {
    background: #fff;
    margin: -127px auto 0;
    position: relative;
    padding: 40px 70px;
    border-radius: 20px;
    max-width: 1310px;
	z-index: 99;
}

.larger-font p {
	font-size: 32px;
	line-height: 1.5;
}

.hero-panel {
	background: #49851E;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 430px;
	padding: 100px 0;
}

.hero-panel h1 {
	margin-bottom: 25px;
}

.hero-panel h4 {
	font-size: 28px;
	font-weight: 500;
}

.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(89.7deg, rgba(82, 149, 34, 0.8) 6.78%, rgba(82, 149, 34, 0.348224) 43.02%, rgba(82, 149, 34, 0) 83.7%);
	z-index: 1;
}

.hero-panel * {
	color: #fff;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}

.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hero-panel video {
	width: 100%;
	object-fit: cover;
}

.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.heading-box {
	padding-bottom: 65px;
}

.image-radius img {
	border-radius: 20px;
}

.site-inner .checkmark-list-style ul {
	padding-top: 9px;
}

.site-inner .checkmark-list-style ul li {
	padding-left: 45px;
	margin-bottom: 25px;
}

.site-inner .checkmark-list-style li:before {
	width: 27px;
	height: 20px;
	background: url( "images/tick-icon.svg" ) no-repeat;
	top: 7px;
}

.boxes-photos-area h5 {
	color: #333333;
	padding: 25px 0;
	margin-bottom: 50px;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
}

.boxes-photos-area.column-2 h5 {
	font-size: 30px;
}

.boxes-photos-area .panel-grid-cell {
	position: relative;
}

.boxes-photos-area .title-two-lines h5 {
	padding: 12px 0 11px;
}

.boxes-photos-area h5:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 73px;
	background: #49851E;
}

#page-container .boxes-btn-large .button {
	min-width: 282px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	display: table;
	margin: 0 auto;
}

#page-container .boxes-btn-small .button {
	background: rgba(82, 149, 34, 0.5);
	padding: 5px 20px;
	font-size: 17px;
	min-width: 102px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	display: table;
	margin: 0 auto;
}
 

/* divider 
--------------------------------------------- */

.divider {
	display: block;
	border-top: 3px solid #49851E;
	max-width: 106px;
	margin: 25px 0 30px;
}

.divider.center,
[style="text-align: center;"] .divider {
	margin-right: auto;
	margin-left: auto;
}


/* Accordion
--------------------------------------------- */

.accordian-area h2 {
	margin-bottom: 50px;
}

body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header { 
	background: transparent;
	border-bottom: 1px solid #cccc;
	padding: 0 0 13px;
}

body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title { 
	font-size: 32px;
	font-weight: 700;
	color: #333333;
}

body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color: transparent;
	padding: 20px 70px 0 0;
}

body #page-container .sow-accordion-panel span.sow-icon-fontawesome {
	width: 23px;
	height: 15px;
	background: url( "images/down-arrow.svg" ) no-repeat;
	margin-top: 25px;
}

body #page-container .sow-accordion-panel.sow-accordion-panel-open span.sow-icon-fontawesome {
	background: url( "images/up-arrow.svg" ) no-repeat;
}

.sow-icon-fontawesome[data-sow-icon]:before {
	display: none;
}

.form-row {
    padding: 60px 0;
    position: relative;
	background-color: #000;
}

.form-row:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.form-row .so-panels-full-wrapper {
    position: relative;
    z-index: 99;
}

.form-row h2 {
    color: #fff;
    position: relative;
}

p.gform_required_legend {
    display: none;
}

.form-row p.gform_required_legend,
.form-row .gfield_description {
    color: #fff;
}

#page-container .form-row .gfield label {
    color: #fff;
}

span.divider.white {
    border-top: 3px solid #fff;
}

.highlight-row {
    padding: 70px 0 100px;
}

.highlight-row .checkmark-list-style {
    padding: 40px 0 0;
}

.green-highlight-row {
    padding: 60px 0 110px;
}

.green-highlight-row.with-boxes {
    padding: 80px 0 300px;
}

.green-highlight-row * {
    color: #fff;
}

.green-highlight-row h2 {
    font-size: 65px;
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 40px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.green-highlight-row h2:after {
    content: "";
    background: #fff;
    width: 625px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.green-highlight-row h3 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 40px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.green-highlight-row h4 {
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

#page-container .green-highlight-row .button {
    background-color: #fff;
    color: #496142;
}

#page-container .green-highlight-row .button:hover,
#page-container .green-highlight-row .button:focus {
	background-color: #232e20;
	color: #fff;
}

.boxes-panel {
    margin: -260px auto 0 !important;
}

.white-box {
    box-shadow: 2px 19px 29px 9px rgb(0 0 0 / 15%);
    border-bottom: 10px solid #49851E;
    padding: 40px 30px;
    min-height: 475px;
    background: #fff;
}

.white-box h4 {
    margin: 0 0 20px;
    min-height: 140px;
}

.image-radius.image-shadow img {
    box-shadow: 2px 19px 29px 9px rgba(0, 0, 0, 0.15);
}

#page-container .contact-form .button   {
	min-width: 280px;
}

.blog .hero-panel,
.archive .hero-panel,
.single-post .hero-panel {
    min-height: 200px;
    padding: 50px 0;
}

.form-row a {
    color: #fff;
    text-decoration: underline;
}

.ow-button-base a.ow-button-hover:hover,
.ow-button-base a.ow-button-hover:focus {
    background: #000;
    border-color: #000;
	color: #fff !important;
}

.single-team h1.entry-title {
	display: none;
}

.form-row fieldset legend.gfield_label {
    color: #fff;
}

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

@media only screen and (max-width: 1320px) {
	.overflow .cont {
		max-width: calc( 100% - 40px );
	}
}

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

	.wrap,
	#page-container .so-panels-full-wrapper,
	#page-container .panel-grid.panel-no-style,
	.all-team,
	#page-container .hero-panel:not([data-stretch-type]) .wrap,
	#page-container .hero-panel:not([data-stretch-type]) .widget_siteorigin-panels-builder,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc( 100% - 40px );
	}

	#page-container .so-panels-full-wrapper .so-panels-full-wrapper,
	#page-container .so-panels-full-wrapper .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style,
	#page-container .so-panels-full-wrapper .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style,
	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style,
	#page-container .panel-grid.panel-no-style .panel-row-style:not([data-stretch-type]) {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}

	.sidebar {
		width: 320px;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 37px 11px;
	}

	.genesis-nav-menu .btn.menu-item {
		margin-left: 20px;
	}

	.all-team .team-images .team-item .name-and-title h4 {
		font-size: 24px;
	}

	.all-team .team-images .team-item .name-and-title h5 {
		font-size: 20px;
	}

	.overflow .cont {
		padding: 40px 15px;
	}

	h1 {
		font-size: 50px;
	}
	
	h2,
	.green-highlight-row h2 {
		font-size: 38px;
	}
	
	h3,
	.green-highlight-row h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 25px;
	}

	.boxes-photos-area.column-2 h5,
	.boxes-photos-area h5,
	.boxes-photos-area .title-two-lines h5 {
		font-size: 16px;
		padding-left: 11px;
	}

	.boxes-photos-area .title-two-lines h5 {
		padding: 18px 0 18px 11px;
	}

	.white-box h4 {
		min-height: auto;
	}

	body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
		font-size: 20px;
	}

	.all-team .team-item .name-and-title h5 {
		font-size: 20px;
	}
}

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

	.site-header {
		position: relative;
	}

	.content,
	.sidebar,
	.site-header .widget-area {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu {
		padding-top: 20px;
	}

	.genesis-nav-menu a {
		padding: 10px;
		font-size: 17px;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
		float: none;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 10px;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	.genesis-nav-menu .btn.menu-item {
		margin: 10px 0 20px;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
		text-align: center;
	}

	.sidebar {
		clear: both;
	}

	.site-header + * {
		margin-top: 0;
	}

	.genesis-nav-menu .btn.menu-item a {
		width: 130px;
	}

	.site-footer .boxes {
		text-align: center;
	}

	.site-footer .boxes .logo {
		padding-top: 0;
		width: 275px;
		margin: 0 auto 20px;
	}

	.site-footer {
		padding: 30px 0;
	}

	.boxes-photos-area .widget_sow-image img {
		margin: 0 auto;
	}

	.boxes-photos-area h5:before {
		width: 80px;
		height: 10px;
		bottom: 0;
		top: unset;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.heading-box {
		padding-bottom: 30px;
	}

	.top-gap {
		padding-top: 30px;
	}

	.bottom-gap {
		padding-bottom: 30px;
	}

	.boxes-photos-area.column-2 h5,
	.boxes-photos-area h5,
	.boxes-photos-area .title-two-lines h5 {
		font-size: 20px;
		padding: 0 0 25px;
		margin-bottom: 30px;
	}

	.white-box {
		padding: 30px;
		min-height: 100%;
		text-align: center;
	}

	.boxes-panel {
		margin: 50px auto 0 !important;
	}

	.green-highlight-row.with-boxes {
		padding: 30px 0;
	}

	.green-highlight-row {
		padding: 30px 0 40px;
	}

	.site-inner br {
		display: none;
	}

	.highlight-row .checkmark-list-style {
		padding: 0;
	}

	.highlight-row {
		padding: 30px 0 20px;
	}

	.form-row {
		padding: 30px 0;
	}

	.google-captcha p,
	.copyright-text p {
		text-align: center !important;
	}

	.copyright-text {
		padding-top: 30px;
	}

	.larger-font p {
		font-size: 22px;
	}

	.overflow .cont {
		padding: 0;
		margin: 30px auto 0;
		border-radius: 0;
		max-width: 100%;
	}

	.green-highlight-row h2 {
		margin: 0 0 25px;
		padding: 0 0 25px;
	}

	.desktop-team-intro,
	.all-team .team-item .mobile-txt .close,
	.all-team .team-item::before {
		display: none !important;
	}

	.all-team .team-item .mobile-txt {
		display: block !important;
	}

	.all-team .team-item {
		width: calc( 50% - 15px );
	}
	
	.ow-button-base a {
    	width: 100%;
	}
	
}

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

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}

	.entry-content .entry-image {
		float: left;
		margin-right: 20px;
	}

	.all-team .team-images .team-item {
		width: 100%;
	}

	body #page-container .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
		line-height: 1.3;
	}

}

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

	.entry-content .entry-image {
		float: none;
		margin: 0 auto 20px;
	}

	.entry-image-link img {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	h2 {
		font-size: 35px;
	}

	.hero-panel:before {
		background: linear-gradient(89.7deg,rgba(0,0,0,.8) 6.78%,rgba(0,0,0,.348224) 43.02%,rgba(0,0,0,0) 83.7%);
	}

	.hero-panel h1 {
		margin-bottom: 15px;
	}

	.hero-panel h4 {
		font-size: 20px;
		line-height: 1.3;
	}

	.all-team .team-item {
		width: 100%;
	}

}