/*
	Theme Name: StoredEnergy
	Theme URI: https://storedenergy.nl
	Description: Maatwerk thema voor StoredEnergy
	Version: 1.0
	Author: Rogier van Roon
	Author URI: https://rogiervanroon.nl
	Text Domain: framework
	Domain Path: /languages
*/

.ph-badge, a.ph-badge {
	background-color: #ff4a00 !important;
	color: #ffffff !important;
}

/*
|------------------------------------------------------
|	Framework: Render all browsers more consistently
|------------------------------------------------------
*/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	display: block;
	overflow-x: hidden;
	background-color: #FFFFFF;
	margin: 0;
	font: 16px/1 sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul {
	margin: 0;
	padding: 0;
}

main, li {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}

strong {
	font-weight: bold;
}

a, button {
	color: inherit;
}
a {
	text-decoration: none;
}

button {
	overflow: visible;
	border: 0;
	font: inherit;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
}

:-moz-focus-inner {
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

/*
|------------------------------------------------------
|	Framework: Responsive Videos
|------------------------------------------------------
*/

.video-wrapper {
	position:relative;
	padding-top: 75.25%; 	
	/* 56.25% 16:9 */
	/* 100% 1:1 */
	/* 75% 4:3 */
	/* 66.66% 3:2 */
	/* 62.5% 8:5 */
	height:0;
	overflow:hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
|------------------------------------------------------
|	General: Typography
|------------------------------------------------------
*/

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	font-size: 62.5%;
}

h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 10px;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color: #5F6C72;
}

body.scroll-locked {
	overflow: hidden;
}

/* copy to editor.css */

h1 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 32px;
	font-family: 'Bree Serif', serif !important;
	color: #008651;
}

h2,
.site-title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #008651;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #000000;
	line-height: 32px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #008651;
}

h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #000000;
}

h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: 'Bree Serif', serif;
	color: #008651;
}

a {
	color: #008651;
	text-decoration: none;
}

/* end copy to editor.css */

a:hover {
	color: #008651;
}

a:focus {
	outline: 0;
}

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

input {
    -webkit-appearance: none;
}

input:focus {
	outline: 0;
	border: 1px solid #008651;
}

p {
	margin-bottom: 20px;
}

.text-block p:last-child {
	margin-bottom: 0px;
}

small {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}

address {
	font-style: normal;
	display: inline-block;
}

.metadata span {
	min-width: 150px;
	display: inline-block;
}

/*
|------------------------------------------------------
|	General: Hoofdkantoor
|------------------------------------------------------
*/

.adres ul {
	margin: 0px 0px 25px 25px;
}

.adres li {
	position: relative;
	list-style: none;
	line-height: 26px;
}

.adres li:first-child {
	margin-bottom: 10px;
}

.adres ul li:before {
	margin-left: 0px;
	color: #4c4c4c;
}

.adres li:first-child:before {
		position: absolute;
		content: "\f1ad";
		font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
		left: -25px;
}

.adres li:nth-child(2):before {
		position: absolute;
		content: "\f095";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		left: -25px;
}

.adres li:nth-child(3):before {
		position: absolute;
		content: "\f0e0";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		left: -25px;
}

.adres li:nth-child(4):before {
		position: absolute;
		content: "";
		padding-top: 25px;
}

.adres li:nth-child(5):before {
		position: absolute;
		content: "";
		padding-top: 25px;
}

.adres li:nth-child(4) {
	margin-top: 20px;
}

.adres li:nth-child(6):before {
		position: absolute;
		content: "\f095";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		left: -25px;
}

.adres li:nth-child(7):before {
		position: absolute;
		content: "\f017";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		left: -25px;
}

.adres li:nth-child(8):before {
		position: absolute;
		content: "\f0e0";
		font-family: 'Font Awesome 5 Pro';
		font-weight: bold;
		left: -25px;
}

.adres li:nth-child(9):before {
		position: absolute;
		content: "\f179";
		font-family: 'Font Awesome 5 Brands';
		font-weight: bold;
		left: -25px;
}

.adres .gform_wrapper li:before {
	content: "";
}

/*
|------------------------------------------------------
|	Content: Masonry with pure CSS
|------------------------------------------------------
*/

.masonry { /* Masonry container */
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.masonry figure { /* Masonry bricks or child elements */
	width: 20%;
	flex-grow: 1;
	text-align: center;
	display: flex;
}

.masonry figure:nth-child(even) {
/* 	background-color: red; */
}

.masonry figure:nth-child(odd) {
/* 	background-color: blue; */
}

.masonry figure img {
	align-self: center;
	max-width: 170px;
	margin: auto;
}

@media only screen and (max-width : 768px) {
	.masonry figure {
		width: 33.333%;
	}
	
	.masonry figure img {
		max-width: 100%;
	}
}

@media only screen and (max-width : 480px) {
	.masonry figure {
		width: 33.333%;
	}
	
	.masonry figure img {
		max-width: 100px;
	}
}

/*
|------------------------------------------------------
|	Custom: Cookiebar
|------------------------------------------------------
*/

.cookie-notice-container {
	padding: 0px;
}

#cn-notice-text {
	font-size: 14px;
	line-height: 26px;
	max-width: 800px;
	margin: auto;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	display: block;
}

#cookie-notice .cn-set-cookie {
		text-shadow: none !important;
		color: #ffffff;
		position: relative;
		font-size: 12px;
		padding: 5px 10px !important;
		border-radius: 5px;
		padding: 0px;
		text-align: center;
		border: 0px;
		margin: 10px auto;
		display: table;
}

#cookie-notice .button.wp-default:hover {
	color: #ffffff;
	text-decoration: none;
}

#cookie-notice .cn-set-cookie:hover {
	color: #000000;
	background-color: #ffffff;
}

/*
|------------------------------------------------------
|	Custom: Cookiebar
|------------------------------------------------------
*/

#breadcrumbs {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 0px;
	margin-top: 15px;
}

#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

@media only screen and (max-width: 480px) {
	#breadcrumbs {
		display: none;
	}
	#breadcrumbs li {
		margin-right: 5px;
	}
}

#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #ccc;
}

.breadcrumbs {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}

@media only screen and (max-width: 480px) {
	.breadcrumbs {
		font-size: 12px;
		padding-left: 10px;
	}
}

.bread-current {
	overflow: hidden;
	max-width: 200px;
	text-overflow: ellipsis;
	font-weight: normal;
	display: block;
	white-space: nowrap;
}

/*
|------------------------------------------------------
|	Content: Miscellaneous
|------------------------------------------------------
*/

.swiper-container.projecten-slider {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 40px;
}

.swiper-container.projecten-slider .swiper-button-prev,
.swiper-container.projecten-slider .swiper-button-next {
	top: 40%;
}

.split ul {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

@media only screen and (max-width : 768px) {
	.split ul {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
}

.item-dienst {
	overflow: hidden;
	position: relative;
}

.hover-effect h3 {
	z-index: 1;
	position: absolute;
	bottom: 0px;
	padding: 10px 20px;
	color: #ffffff;
	text-align: left;
}

.hover-effect img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.1); /* Safari 3-8 */
		transform: scale(1.1); 
}

.hover-effect:hover img {
		-webkit-transform: scale(1.3); /* Safari 3-8 */
		transform: scale(1.3); 
}

/*
|------------------------------------------------------
|	Framework: Miscellaneous
|------------------------------------------------------
*/

:selection {
	background:#008651;
	color:#FFF;
	text-shadow:none;
}
:-webkit-selection {
	background:#008651;
	color:#FFF;
	text-shadow:none;
}
:-moz-selection {
	background:#008651;
	color:#FFF;
	text-shadow:none;
}

blockquote {
	font-style: italic;
	padding: 0px 0px 0px 40px;
	font-weight: 600;
}

blockquote:before {
	font-style: normal;
		position: absolute;
		content: "\f10e";
		font-family: 'Font Awesome 5 Pro';
		font-size: 30px;
		margin-left: -39px;
		margin-top: -3px;
		font-weight: 600;
		color: #008651;
}

main .entry-title,
main .sub-title,
.metadata {
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

main .entry-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
|------------------------------------------------------
|	Framework: Tooltips
|------------------------------------------------------
*/

[data-title] {
	z-index: 1;
	cursor: pointer;
}

[data-title]:before,
[data-title]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

[data-title]:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -55px;
	padding: 7px;
	width: 100px;
	border-radius: 3px;
	background-color: #FFFFFF;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #ffffff;
	content: attr(data-title);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

[data-title]:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-top: 5px solid #FFFFFF;
	border-top: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

[data-title]:hover:before,
[data-title]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*
|------------------------------------------------------
|	WordPress: Core
|------------------------------------------------------
*/

.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

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

a img.alignnone {
	margin:5px 20px 20px 0;
}

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

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

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	padding:10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

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

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

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*
|------------------------------------------------------
|	ACF: Layout builder - Rows
|------------------------------------------------------
*/

.grid-row {
	position: relative;
	background-position:center center;
	background-size:cover;
}

main section:first-of-type > .grid-container {
	padding-top: 0px;
}

.page_homepage main section:first-of-type > .grid-container {
	padding-top: 40px;
}

.page_homepagina main section:first-of-type > .grid-container {
	padding-top: 40px;
}

@media only screen and (max-width : 1024px) {
	.grid-row {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.grid-row.default {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.grid-row.stretch {
	padding-left: 0px;
	padding-right: 0px;
}

.grid-row > .grid-container {
	background-size:cover;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width : 1024px) {
	.grid-row > .grid-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.grid-row.default > .grid-container,
.grid-row.full > .grid-container,
.grid-row.stretch > .grid-container {
	display: flex;
}

.grid-row.stretch > .grid-container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
}

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

	.grid-row .grid-container,
	.grid-row .grid-container.left-first {
		flex-direction: column;
	}
	.grid-row.extra-padding .grid-container {
		flex-direction: inherit;
	}
	.grid-row .grid-container.right-first {
		flex-direction: column-reverse;
	}
}

.grid-row.no-padding > .grid-container,
.grid-row > .grid-container.no-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}

.grid-row.no-padding-top > .grid-container,
.grid-row > .grid-container.no-padding-top {
	padding-top: 0px;
}

.grid-row.no-padding-bottom > .grid-container,
.grid-row > .grid-container.no-padding-bottom {
	padding-bottom: 0px;
}

.has-bg-color *,
.has-bg-color .gform_confirmation_message {
}

.has-bg-color .button,
.has-bg-color input[type="submit"] {}

/*
|------------------------------------------------------
|	ACF: Layout builder - Columns
|------------------------------------------------------
*/

.grid-row .grid-container > div {
	position: relative;
}

@media only screen and (max-width : 768px) {
	.grid-row .grid-container.portrait-full > div {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.grid-row.no-bottom-padding .grid-container {
	padding-bottom: 0px;
}

.grid-row.top,
.grid-row.center,
.grid-row.bottom {
	display: flex;
}

.grid-row.top > div {
	align-items:flex-start;
	padding-top: 0px;
}

.grid-row.center > div {
	align-items: center;
}

.grid-row.bottom > div {
	align-items:flex-end;
	padding-bottom: 0px;
}

.grid-row.bottom img:last-child {
	position: relative;
	bottom: 0px;
}

.grid-container.flex-center {
	display: flex;
	align-items: center;
	width: 100%;
}

/*
|------------------------------------------------------
|	ACF: Image Hotspots Field
|------------------------------------------------------
*/

.hotspot-wrapper {
	position: relative;
}

.hotspot-wrapper img {
	width: 100%;
}

.hotspot-wrapper .hotspot {
	position: absolute;
	font-size: 30px;
	margin-top: -30px;
	margin-left: -15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hotspot-wrapper .hotspot:hover {
	/* transform: scale(1.1); */
}

/*
|------------------------------------------------------
|	ACF: Star Rating Field
|------------------------------------------------------
*/

.fa-star,
.fa-star-half {
	position: relative;
}

.fa-star:before {
		color: #008651;
	position: absolute;
}

.fa-star-half:before {
		color: #008651;
	position: absolute;
}

.fa-star:after {
		content: "\f005";
		color: #e4e4e4;
}

.fa-star-half:after {
		content: "\f005";
		color: #e4e4e4;
}

/*
|------------------------------------------------------
|	ACF: Contactgegevens
|------------------------------------------------------
*/

.contact-info span {
	display: inline-block;
	min-width: 180px;
}

.footer .contact-info span {
	display: inline-block;
	min-width: 30px;
}

.contact-info i {
	display: inline-block;
	min-width: 30px;
}

/*
|------------------------------------------------------
|	ACF: Google Maps
|------------------------------------------------------
*/

.maps-wrapper {
	position: relative;
}

.google-maps {
	background-color: #e1dfda;
	height: 100%;
	width: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
}

.marker {
	opacity: 0;
	position: absolute;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
		display: none;
}

. {
	content: "\f3c5";
}

/*
|------------------------------------------------------
|	Google Maps: Snazzy info window
|------------------------------------------------------
*/

.si-float-wrapper {
	position: absolute;
	width: 100%;
}

.si-float-wrapper
.si-float-wrapper * {
	box-sizing: border-box;
}

[class*='si-wrapper'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	cursor: default;
}

.si-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -40px;
	margin-left: 0;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}

.si-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 0;
	margin-left: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.si-wrapper-left {
	margin-top: -20px;
	margin-left: -11px;
	-webkit-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
}

.si-wrapper-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: -20px;
	margin-left: 11px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

[class*='si-shadow-wrapper'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .29804;
	z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.si-shadow-frame {
	box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
	position: relative;
	width: 15px;
	height: 15px;
	margin: auto;
}

[class*='si-shadow-inner-pointer'] {
	position: absolute;
	width: 141%;
	height: 141%;
	box-shadow: -.70711px .70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%,50%) rotate(-45deg);
	transform: translate(-50%,50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%,-50%) rotate(-45deg);
	transform: translate(50%,-50%) rotate(-45deg);
}

.si-frame {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2;
}

.si-content-wrapper {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 20px 30px 20px 20px;
	background-color: hsla(0, 0%, 20%, 0.9);
}

.si-has-border .si-content-wrapper {
	border: 1px solid #008651;
}

.si-content {
	color: #ffffff;
	font-size: 16px;
	overflow: auto;
	white-space: nowrap;
}

.si-close-button {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial,Baskerville,monospace;
	font-size: 24px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0px;
	border-radius: 0px;
}

.si-close-button:hover,
.si-close-button:focus {
	border: 0px;
	border-radius: 0px;
	color: #ffffff;
	opacity: 0.8;
	background-color: transparent;
}

[class*='si-pointer-border'] {
	position: absolute;
	border: 15px solid transparent;
	z-index: 3;
}

[class*='si-pointer-bg'] {
	position: relative;
	border: 10px solid transparent;
	z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
	border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.si-pointer-border-left,
.si-pointer-border-right {
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.si-pointer-top {
	border-bottom: 0;
}

.si-pointer-border-top {
	bottom: 0;
	border-top-color: hsla(0, 0%, 20%, 0.9);
}

.si-pointer-bg-top {
	border-top-color: hsla(0, 0%, 20%, 0.9);
}

.si-has-border .si-pointer-bg-top {
	top: -1px;
	margin-bottom: 0;
}

.si-pointer-bottom {
	border-top: 0;
}

.si-pointer-border-bottom {
	top: 0;
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.si-pointer-bg-bottom {
	border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.si-has-border .si-pointer-bg-bottom {
	bottom: -1px;
	margin-top: 0;
}

.si-pointer-left {
	border-right: 0;
}

.si-pointer-border-left {
	right: 0;
	border-left-color: hsla(0, 0%, 20%, 0.9);
}

.si-pointer-bg-left {
	border-left-color: hsla(0, 0%, 20%, 0.9);
}

.si-has-border .si-pointer-bg-left {
	left: -1px;
	margin-right: 0;
}

.si-pointer-right {
	border-left: 0;
}

.si-pointer-border-right {
	left: 0;
	border-right-color: hsla(0, 0%, 20%, 0.9);
}

.si-pointer-bg-right {
	border-right-color: hsla(0, 0%, 20%, 0.9);
}

.si-has-border .si-pointer-bg-right {
	right: -1px;
	margin-left: 0;
}

/*
|------------------------------------------------------
|	ACF: Sliders
|------------------------------------------------------
*/

.testimonial-slider {
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;	
}

/*
|------------------------------------------------------
|	Framework: Predefined Classes
|------------------------------------------------------
*/

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.nested-grid,
.grid-container.nested-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.max-width {
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.no-results {
	display: block;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;	
}

.centered {
	text-align: center;
}

.centered ul {
	display: inline-block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.centered li {
	text-align: left;
}

.no-margin {
	margin: 0px;
}

.margin-top {
	margin-top: 20px;
}

.margin-right {
	margin-right: 40px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

.margin-left {
	margin-left: 40px;
}

.no-padding {
	padding: 0px;
}

.extra-padding {
	min-height: 500px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -100px;
}

@media only screen and (max-width : 480px) {
	.extra-padding {
		min-height: 200px;
		background-position: center top;
	}
}

.extra-padding h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	text-shadow: 0px 0px 10px #000000;
	font-family: 'Open Sans', sans-serif;
 	color: #ffffff;
	border-radius: 2px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
}

@media only screen and (max-width : 480px) {
	.extra-padding h3 {
		font-size: 18px;
		line-height: 26px;
	}
}

.padding-top {
	padding-top: 20px;
}

.padding-bottom {
	padding-bottom: 20px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

@media only screen and (max-width : 480px) {
	.align-right {
		text-align: left;
	}
}

/*
|------------------------------------------------------
|	General: Print
|------------------------------------------------------
*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*
|------------------------------------------------------
|	Custom: Header
|------------------------------------------------------
*/

.header {
	background-size: cover;
	position: relative;
}

.header-wrapper {
	background-color: transparent;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

.header-wrapper.sticky {
	background-color: #000000;
	position: fixed;
	z-index: 8;
	top: 0;
	width: 100%;
}
.admin-bar .header-wrapper.sticky {
	top: 32px;
}

@media only screen and (max-width : 768px) {
	.header-wrapper {
		position: fixed;
		z-index: 8;
		top: 0;
		width: 100%;
	}
}

.header-wrapper.triggered {
	-webkit-transition: background-color 0s ease-in-out;
	-moz-transition: background-color 0s ease-in-out;
	-o-transition: background-color 0s ease-in-out;
	transition: background-color 0s ease-in-out;
	background-color: #000000;
	z-index: 8;
}

.header-wrapper.sticky + .page-header {
	padding-top: 85px;
}

.inside-header {
	color: #ffffff;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo {
	max-width: 200px;
	float: left;
	position: relative;
	z-index: 2;
}

.logo img {
	margin: 10px 0px;
}

@media only screen and (max-width : 768px) {
	.logo img {
		margin: 0px;
	}
}

.site-title {
	line-height: 1;
}

/*
|------------------------------------------------------
|	Custom: Pageheader
|------------------------------------------------------
*/

header,
.page-header,
.pageheader-slider .swiper-slide {
	background-position: center center;
	background-size: cover;
}

.inside-page-header {
	max-width: 600px;
	padding-top: 60px;
	padding-bottom: 100px;
}

.inside-page-header {
	font-weight: bold;
}

.inside-page-header h1,
.inside-page-header h2,
.inside-page-header h3,
.inside-page-header p {
	color: #ffffff;
	margin-bottom: 20px;
}

.inside-page-header h3 {
	color: #ffffff;
	background-color: #008651;
	border-radius: 2px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
}

h3.bold {
	color: #000000;
	background-color: #e4e4e4;
	border-radius: 2px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 26px;
	display: block;
	text-align: center;
}

.page-header,
.pageheader-slider .swiper-slide {
	background-position: center center;
	background-size: cover;
	/*
	display: flex;
	align-items: center;
	*/
	min-height: 250px;
}

.pageheader-slider .swiper-slide .grid-40 {
	background-color: #FFFFFF;
	padding: 20px;
	margin: 40px 0px;
}

@media (min-width: 1024px){
	div.grid-15 {
		width: 16.666%;
	}
}

/*
|------------------------------------------------------
|	Custom: Iconboxes
|------------------------------------------------------
*/

.iconbox-title {
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	max-width: 190px;
	margin-left: auto;
	margin-right: auto;
	color: #5F6C72;
}

@media only screen and (max-width : 1024px) {
	.iconbox-title {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 30px;
	}
}

.iconboxes > div {
	position: relative;
	cursor: help;
}

.iconbox-block {
	position: relative;
	display: block;
}

.iconbox-icon i {
	color: #ffffff;
	background-color: #008651;
	border-radius: 50%;
	font-size: 30px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	text-align: center;
}

.iconbox-big-icon i {
	color: #ffffff;
	background-color: #008651;
	border-radius: 50%;
	font-size: 40px;
	line-height: 100px;
	width: 100px;
	height: 100px;
	text-align: center;
}

.iconbox-icon p {
	display: none;
}

.iconbox-icon.opened p {
	display: block;
}

.iconbox-icon.opened {
	line-height: 26px;
	width: 200px;
	height: auto;
	border-radius: 0px;	
}

/*
|------------------------------------------------------
|	Custom: Tooltip
|------------------------------------------------------
*/

[tooltip] {
	font-size: 15px;
}

[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
	z-index: 1001;
}

[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	min-width: 300px;
	max-width: 300px;
	height: auto;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
	background: #e4e4e4;
	color: #000000;
	z-index: 1000;
}

[tooltip]:before,
[tooltip]:after {
	display: block;
}

[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #e4e4e4;
}

[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, 0.5em);
}

[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #e4e4e4;
}

[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}

[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, 0.5em);
}

@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}
@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards;
}

/*
|------------------------------------------------------
|	Custom: Expanding Searchbar
|------------------------------------------------------
*/

.searchbox{
		position: absolute;
		top: 0px;
		min-width: 100px;
		width: 0%;
		height: 40px;
		right: 0px;
		overflow: hidden;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		-ms-transition: width 0.3s;
		-o-transition: width 0.3s;
		transition: width 0.3s;
}

@media only screen and (max-width : 768px) {
	.searchbox{
	}
}

input[type="search"].searchbox-input {
		top: 0;
		right: 0;
		border: 0;
		border-radius: 2px;
		outline: 0;
		background: #ffffff;
		border: 0px;
		width: 100%;
		height: 40px;
		margin: 0;
		font-weight: 500;
		font-family: 'Bree Serif', serif;
		color: #000000;
		line-height: 40px;
}

input[type="search"].searchbox-input:focus {
	background: #ffffff;
	border: 0px;
}

.searchbox-input::-webkit-input-placeholder {
		color: #008651;
}

.searchbox-input:-moz-placeholder {
		color: #008651;
}

.searchbox-input::-moz-placeholder {
		color: #008651;
}

.searchbox-input:-ms-input-placeholder {
		color: #008651;
}

.searchbox-icon:before {
	content: "\f002";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	width: 20px;
	display: inline-block;
}

.searchbox-open .searchbox-icon:before {
	content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
}

.searchbox-icon,
.searchbox-submit {
	width: 100px;
	height: 38px;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0px;
	margin: 0px;
	border: 0;
	outline: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #000000;
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.searchbox-icon small {
	position: relative;
	padding-left: 5px;
	top: -3px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.searchbox-open .searchbox-icon,
.searchbox-open .searchbox-submit {
	width: 40px;
}

.searchbox-open .searchbox-icon small {
	opacity: 0;
}

.searchbox-open {
		width: 100%;
}

@media only screen and (max-width : 768px) {
	.searchbox {
		display: none;
	}
}

/*
|------------------------------------------------------
|	Custom: Ajax search
|------------------------------------------------------
*/

.knowledgebase-form input {
		width: 500px;
		height: 50px;
		border: 0;
		padding: 0 15px;
		font-size: 16px;
		border: solid 1px #ccc;
}

.easy-autocomplete {
		margin: auto;
		position: relative;
}

.easy-autocomplete-container ul {
		position: absolute;
		margin: 0;
		border: solid 1px #ccc;
		border-top: 0px;
		display: none;
		width: 100%;
		z-index: 9;
}

.easy-autocomplete-container li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		background-color: #ffffff;
		list-style: none;
		text-align: left;
		padding: 10px 15px;
		cursor: pointer;
}

.easy-autocomplete-container li.selected {
	color: #008651;
}

.easy-autocomplete i.fa {
		position: absolute;
		right: 15px;
		top: 18px;
}

.submit-filter {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0px;
	height: 50px;
	border-radius: 0px;
	padding: 0px 15px;
		font-size: 22px;
}

/*
|------------------------------------------------------
|	Content: FAQ
|------------------------------------------------------
*/

.accordion dt a:hover,
.accordion dt a:focus {
	color: #008651;
}

.accordion dt,
.accordion dd {
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 0;
}

.accordion dt a,
.accordion dd a {
    display: block;
    color: black;
    font-weight: bold;
}

/*
|------------------------------------------------------
|	Content: Colored listings
|------------------------------------------------------
*/

.text-block ul {
	list-style: none;
	margin-left: 28px;
	margin-bottom: 20px;
}

.text-block ul li:before {
	content: "•";
	font-size: 18px;
	line-height: normal;
	color: #008651;
	position: relative;
		padding-right: 13px;
		margin-left: -20px;
}

.text-block ol {
	list-style: none;
	margin-left: 40px;
	counter-reset: li;
	margin-bottom: 20px;
}

.text-block ol li {
	counter-increment: li;
}

.text-block ol li:before {
	content: counter(li);
	color: #008651;
		display: inline-block;
		width: 30px;
		padding-right: 10px;
		margin-left: -40px;
		text-align: right;
		direction: rtl
}

/*
|------------------------------------------------------
|	Content: Checklist
|------------------------------------------------------
*/

ul.checklist {
		padding: 0px;
		margin-left: 30px !important;
}

ul.checklist li {
		list-style: none;
		font-weight: 500;
	/* margin: 0px 0px 15px 0px; */
}

ul.checklist li:before {
		font-family: 'Font Awesome 5 Pro';
		content: "\f058";
		font-weight: bold;
		padding-right: 8px;
		margin-left: -30px;
		color: #008651;
}

/*
|------------------------------------------------------
|	Content: Author
|------------------------------------------------------
*/

.author_bio_section{
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #D8D8D8;
	padding: 15px;
}
 
.author_name {
	font-weight: bold;
}
 
.author_details img {
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	float: left;
	margin: 0 10px 10px 0;
}

/*
|------------------------------------------------------
|	Content: Pagination
|------------------------------------------------------
*/

.pagination {
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 40px auto;
}

.pagination ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pagination li {
	float: left;
}

.pagination li a {
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #575757;
}

.pagination li a[disabled] {
	pointer-events: none;
}

.pagination li a[disabled] i {
	color: #e4e4e4;
}

.pagination li:first-child a {
	background-color: transparent;
	border-right: solid 1px #e4e4e4;
	width: 50px;
	margin-right: 20px;
}

.pagination li:last-child a {
	background-color: transparent;
	border-left: solid 1px #e4e4e4;
	width: 50px;
	margin-left: 20px;
}

.pagination li.current a {
	background-color: #008651;
	color: #FFFFFF;
	border-radius: 50%;
}

/*
|------------------------------------------------------
|	Framework: Swiper
|------------------------------------------------------
*/

.swiper-container {
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
}

.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
}

.swiper-slide {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
}

.swiper-pagination {
		position: absolute;
		text-align: center;
		-webkit-transition: 0.2s opacity;
		-o-transition: 0.2s opacity;
		transition: 0.2s opacity;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
		bottom: 10px;
		left: 0;
		width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
		cursor: pointer;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
		opacity: 1;
		background: #008651;
}

.swiper-button-prev {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute !important;
	z-index: 2;
	top: 50%;
	background-image: none;
	cursor: pointer;
	left: -18px;
	margin-top: -25px;
	text-align: center;
	width: 50px;
	/* opacity: 0; */
}

.swiper-button-prev:before {
	color: #979797;
	content: "\f104";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 40px;
}

.swiper-button-next {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute !important;
	z-index: 2;
	top: 50%;
	background-image: none;
	cursor: pointer;
	margin-top: -25px;
	right: -18px;
	text-align: center;
	width: 50px;
	/* opacity: 0; */
}

.swiper-button-next:before {
	color:#979797;
	content:"\f105";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size:40px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	opacity: 1;
}

@media only screen and (max-width : 768px) {
	.swiper-container:hover .swiper-button-prev,
	.swiper-container:hover .swiper-button-next {
		opacity: 0 !important;
	}
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
		height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-transition-property: height,-webkit-transform;
		transition-property: height,-webkit-transform;
		-o-transition-property: transform,height;
		transition-property: transform,height;
		transition-property: transform,height,-webkit-transform;
}

/*
|------------------------------------------------------
|	Custom: Navigation
|------------------------------------------------------
*/

#primary-navigation {
	float: right;
	position: relative;
	z-index: 1;
	z-index: 8;
	height: 40px;
	padding-right: 110px;
	margin-top: 10px;
	margin-right: 10px;
}

@media only screen and (max-width : 768px) {
	#primary-navigation {
		padding: 0px;
		margin: 0px;
		float: left;
		left: 0;
        width: 100%;
	}
}

@media only screen and (max-width : 768px) {
	#primary-navigation {
		display: none;
	}
	
	#primary-navigation.overlay-menu {
		display: block;
	}
}

@media only screen and (max-width : 768px) {
	.primary-menu ul {
		display: inline-block;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0);
		margin-left: -10px;
		margin-right: -10px;
	}
	.header-wrapper.triggered .primary-menu ul {
		background-color: rgba(0, 0, 0, 1);
	}
}

.primary-menu ul li {
	display: inline-block;
}

.primary-menu ul li a {
	line-height: 60px;
	padding: 0px 40px;
	display: block;
	text-transform: uppercase;
}

#primary-navigation li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	line-height: 40px;
	height: 40px;
	position: relative;
	margin-left: 10px;
}

#primary-navigation li:last-child {
	background-color: transparent !important;
	font-size: 75%;
	padding-left: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    border-left: 1px #ffffff solid;
}

#primary-navigation li:last-child:hover a {
	background-color: transparent !important;
}

@media only screen and (max-width : 768px) {
	#primary-navigation li {
		display: block;
		width: 100%;
		margin: 0px;
	}
}

#primary-navigation.no-pageheader li a {
	color: #000000;
}

#primary-navigation li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #ffffff;
	font-weight: bold;
}

#primary-navigation li.has-children > a:after {
	padding-left: 5px;
	content: "\f0d7";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
}

#primary-navigation li.has-children:hover > a:after {
	padding-left: 5px;
	content: "\f0d8";
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
}

#primary-navigation .active a {
	background-color: #008651;
	border-radius: 2px;
}

#primary-navigation.no-pageheader .active a {
	color: #ffffff;
}

#primary-navigation a:hover,
#primary-navigation li.has-children:hover > a {
	color: #008651;
	background-color: #ffffff;
	border-radius: 2px;
}

#primary-navigation.no-pageheader a:hover,
#primary-navigation.no-pageheader li.has-children:hover > a {
	color: #ffffff;
	background-color: #000000;
	border-radius: 2px;
}

#primary-navigation li.active.has-children > ul a {
	color: #FFFFFF;
}

#primary-navigation ul ul {
	background-color: #008651;
	display: none;
	position: absolute;
	top: 40px;
}

@media only screen and (max-width : 1024px) {
	#primary-navigation ul ul {
		position: relative;
		top: 0;
	}
}

#primary-navigation ul ul li {
	float: none;
	width: 150px;
}

#primary-navigation ul ul li a,
#primary-navigation ul ul li:hover a {
	padding: 0px 10px;
	color: #FFFFFF;
}

#primary-navigation ul li:hover > ul {
	display: block;
}

#primary-navigation ul ul li ul {
	left: 150px;
	top: 0;
	padding-top: 0px;
}

/*
|------------------------------------------------------
|	Custom: Simple Mobile menu
|------------------------------------------------------
*/

.mobile-trigger {
	float: right;
	display: none;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

@media only screen and (max-width : 768px) {
	.mobile-trigger {
		display: block;
	}
}

.mobile-trigger .mobile-text {
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
}

.mobile-trigger .mobile-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 30px;
	height: 5px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.mobile-trigger .mobile-icon:before,
.mobile-trigger .mobile-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #ffffff;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}

.mobile-trigger .mobile-icon:before {
	top: -10px;
}

.mobile-trigger .mobile-icon:after {
	top: 10px;
}

.mobile-trigger .mobile-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}

.mobile-trigger .mobile-icon.is-clicked:before,
.mobile-trigger .mobile-icon.is-clicked:after {
	background-color: #FFFFFF;
}

.mobile-trigger .mobile-icon.is-clicked:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mobile-trigger .mobile-icon.is-clicked:after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

/*
|------------------------------------------------------
|	Custom: Menu toggle animation
|------------------------------------------------------
*/

body .mobile-trigger:before,
body .mobile-trigger.opened:before,
body .slideout-toggle.opened a:before {
	content: "";
	font-family: "Lato", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	line-height: 0;
	right: 70px;
}

.mobile-trigger span {
	font-size: 0px;
	display: inline-block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 4px;
	background-color: #4c4c4c;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.mobile-trigger span:before,
.mobile-trigger span:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #4c4c4c;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}

.mobile-trigger span:before {
	top: -8px;
}

.mobile-trigger span:after {
	top: 8px;
}

.mobile-trigger.opened span {
	background-color: rgba(58, 58, 58, 0);
}

.mobile-trigger.opened span:before, .mobile-trigger.opened span:after {
	background-color: #ffffff;
}

.mobile-trigger.opened span:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mobile-trigger.opened span:after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

/*
|------------------------------------------------------
|	Custom: Overlay Menu
|------------------------------------------------------
*/

.overlay {
	position: fixed;
	z-index: 10;
	background: #008651;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0.2s, height 0.2s;
	overflow: hidden;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
}

.overlay.open li:nth-of-type(0) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.overlay.open li:nth-of-type(1) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.overlay nav {
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
}

.overlay #primary-navigation li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}

.overlay #primary-navigation li {
	display: block;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 0;
	border-left: 0px #fff solid;
	font-size: 22px;
}

.overlay #primary-navigation li:last-child {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
	border-left: 0px;
}

.overlay #primary-navigation li a {
	display: block;
	position: relative;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.overlay #primary-navigation li a:hover:after,
.overlay #primary-navigation li a:focus:after,
.overlay #primary-navigation li a:active:after,
.overlay #primary-navigation li.active a:after {
	width: 100%;
	height: 3px;
	background: #FFFFFF;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

/*
|------------------------------------------------------
|	Custom: WooCommerce
|------------------------------------------------------
*/

.admin-bar p.demo_store {
	position: fixed;
	bottom: 0px;
	top: auto;
}

.cart-contents,
.cart-contents:hover {
	line-height: 40px;
	color: #5F6C72;
	font-size: 21px;
	margin-left: 10px;
	width: 50px;
}

.cart-contents sup {
	background-color: #008651;
	color: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

/*
|------------------------------------------------------
|	Custom: Buttons
|------------------------------------------------------
*/

button,
.button,
a.button,
.widget_button_widget a,
.widget_button_widget a:visited,
button:visited,
.button:visited,
a.button:visited,
.woocommerce a.button.alt,
.woocommerce a.button.alt:visited {
	display: inline-block;
	margin: 20px 20px 0px 0px;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
	border: solid 1px #008651;
	background-color: #008651;
	color: #FFFFFF;
	cursor: pointer;
}

@media only screen and (max-width : 768px) {
	button,
	.button,
	a.button,
	.widget_button_widget a,
	.widget_button_widget a:visited,
	button:visited,
	.button:visited,
	a.button:visited,
	.woocommerce a.button.alt,
	.woocommerce a.button.alt:visited {
		letter-spacing: 2px;
		font-size: 12px;
		padding: 10px 20px;
	}
}

.footer .widget_button_widget a {
	background-color: #ffffff;
	color: #5F6C72;
}

.woocommerce a.button.alt,
.woocommerce a.button.alt:visited,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:visited,
.woocommerce a.button,
.woocommerce a.button:visited,
.woocommerce button.button,
.woocommerce button.button:visited,
.woocommerce input.button,
.woocommerce input.button:visited {
	display: inline-block;
	margin: 20px 20px 20px 0px;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 30px;
}

button:hover,
.button:hover,
a.button:hover,
.widget_button_widget a:hover {
	border: solid 1px #000000;
	background-color: #000000;
	color: #FFFFFF;
}

.button-link,
a.button-link,
.button-link:visited,
a.button-link:visited {
	display: inline-block;
	margin: 20px 20px 20px 0px;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px;
	border: solid 1px transparent;
	background-color: transparent;
	color: #008651;
}

button-link:hover,
.button-link:hover,
a.button-link:hover {
	color: #000000;
}

.big-button {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	border-radius: 3px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	color: #000000;
	top: 0;
	position: relative;
	/*
	-webkit-box-shadow: 0 5px 0 #cbcbcb;
	box-shadow: 0 5px 0 #cbcbcb;
	*/
}

/*
.big-button:hover {
	border: solid 1px #008651;
	background-color: #008651;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	top: 5px;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}
*/

/*
|------------------------------------------------------
|	Custom: WooCommerce
|------------------------------------------------------
*/

.woocommerce-store-notice {
	position: fixed !important;
	top: auto !important;
	bottom: 0px;
}

.woocommerce-store-notice,
p.demo_store {
	background-color: #008651;
}

/*
|------------------------------------------------------
|	Custom: Forms
|------------------------------------------------------
*/

input {
    -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	font-size: 16px;
	background: #fafafa;
	color: #000000;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

textarea {
	font-size: 18px;
	color: #008651 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #ccc;
}

/*
|------------------------------------------------------
|	Forms: Pure CCS Radio buttons
|------------------------------------------------------
*/

input[type=radio] {
	display:none;
}

input[type=radio] + label {
	font-style: normal;
	cursor: pointer;
	float: none;
}

input[type=radio] + label:before {
	content:"\f111";
	display:inline-block;
	font-family: 'Font Awesome 5 Pro';
	letter-spacing:10px;
	position: relative;
	text-align: center;
}

input[type=radio]:checked + label:before {
	content:"\f058";
	letter-spacing:10px;
}

input[type=radio]:checked + label {
	font-weight: 700;
}

/*
|------------------------------------------------------
|	Forms: Pure CCS Checkboxes
|------------------------------------------------------
*/

input[type=checkbox] {
	display:none;
}

input[type=checkbox] + label {
	font-style: normal;
	cursor: pointer;
	float: none;
}

input[type=checkbox] + label:before {
	content:"\f0c8";
	display:inline-block;
	font-family: 'Font Awesome 5 Pro';
	letter-spacing:10px;
	position: relative;
	text-align: center;
}

input[type=checkbox]:checked + label:before {
	content:"\f14a";
	letter-spacing:10px;
}

input[type=checkbox]:checked + label {
	font-weight: 700;
}

/*
|------------------------------------------------------
|	Gravity Forms: Custom styling
|------------------------------------------------------
*/

.grid-row .grid-container.bottom .gform_wrapper {
	padding-bottom: 100px;
}

.grid-row .grid-container.bottom .gform_wrapper ul {
	padding-bottom: 0px !important;
}

.clear-multi {
	display: flex;
}

.clear-multi > div {
	width: 50%;
}

.gfield_time_minute label,
.gfield_time_hour label {
	display: none !important;
}

.gform_wrapper .gf_progressbar:after, .gform_wrapper ol.validation_list:after {
	content: "";
}

.gform_wrapper .gf_progressbar:after {
	display: block;
	width: 100%;
	z-index: 9;
	height: 24px;
	margin-top: -24px;
	background-color: rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
	border-radius: 2px;
	margin-bottom: 30px;
}

.gform_wrapper .gf_progressbar_percentage {
	height: 24px;
	background-color: #008651;
	color: #FFF;
	border-radius: 2px;
}

.gform_wrapper .gf_progressbar_percentage span {
	padding-left: 10px;
	position: relative;
	top: -2px;
}

.gform_description {
	padding-bottom: 20px;
}

.validation_error,
.validation_message {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #008651;
	font-size: 14px;
	margin-bottom: 10px;
}

.validation_message {
	display: none;
}

.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="url"],
.gform_wrapper .gfield_error input[type="password"],
.gform_wrapper .gfield_error input[type="search"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error input[type="number"],
.gform_wrapper .gfield_error textarea {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-color: #008651;
}

.hide-labels .gfield_label {
	display: none;
}

.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
	box-sizing: border-box;
}

.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.gform_wrapper ul.gform_fields {
	margin: 0;
	list-style-type: none;
	display: block;
}

.gform_wrapper label {
	max-width: calc(100% - 30px);
	padding-right: 20px;
}

.gform_wrapper .gfield_description {
	font-weight: 600;
	margin-bottom: 10px;
}

.gform_wrapper ul{
	margin-left: 0px;
	margin-bottom: 10px;
	list-style: none;
	margin-bottom: 20px;
}

.gform_wrapper li {
	margin-left: 0px;
	margin-bottom: 10px;
	list-style: none;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input[type="submit"] {
	width: calc(100% - 15px);
	margin-bottom: 10px;
}

@media only screen and (max-width : 768px) {
	.gform_wrapper input[type="text"],
	.gform_wrapper input[type="email"],
	.gform_wrapper input[type="url"],
	.gform_wrapper input[type="password"],
	.gform_wrapper input[type="search"],
	.gform_wrapper input[type="tel"],
	.gform_wrapper input[type="number"],
	.gform_wrapper textarea,
	.gform_wrapper select,
	.gform_wrapper input[type="submit"] {
		width: calc(100% - 15px);
	}
}

.gform_wrapper input[type="submit"] {
	-webkit-appearance: none;
}

.gform_wrapper select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.gform_wrapper .ginput_container_select {
	position: relative;
}

.gform_wrapper .ginput_container_select:before {
	position: absolute;
	right: 35px;
	top: 10px;
	content:"\f078";
	font-family: 'Font Awesome 5 Pro';
	z-index: 3;
}

.gform_heading {
	margin-bottom: 20px;
}

.gform_validation_container {
	display: none;
	position: absolute;
	left: -9999px;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
		padding: 24px;
		border: 1px dashed #CCC;
		text-align: center;
		color: #AAA;
		margin-bottom: 16px;
		background: rgba(0,0,0,.02);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
}

.gform_wrapper span.gform_drop_instructions {
		display: block;
		margin-bottom: 10px;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
		padding: 6px 12px;
		margin: 0px;
}

/*
|------------------------------------------------------
|	Gravity Forms: Datepicker
|------------------------------------------------------
*/

.ui-datepicker-header {
	text-align: center;
}

.ui-datepicker-prev {
	float: left;
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
	cursor: pointer;
}

#ui-datepicker-div {
	background-color: #FFFFFF;
	z-index: 9;
	border: solid 1px #cccccc;
	padding: 10px;
}

#ui-datepicker-div table,
#ui-datepicker-div th,
#ui-datepicker-div td {
	border: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.ui-datepicker-today {
	background-color: #fafafa;
}

.ui-datepicker-unselectable {
	color: #cccccc;
}

.ui-datepicker-current-day {
	background-color: #008651;
}

.ui-datepicker-current-day a {
	color: #FFFFFF;
}

/*
|------------------------------------------------------
|	Gravity Forms: Ajax loading spinner
|------------------------------------------------------
*/

.gform_footer {
	position: relative;
}

.gform_ajax_spinner {
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-left: 4px solid #4c4c4c;
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	bottom: 24px;
	position: absolute;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*
|------------------------------------------------------
|	Custom: Action Forms
|------------------------------------------------------
*/

h3.gform_title {
	text-align: center;
	color: #008651;
}

.wizard-form {
	max-width: 800px;
}

.wizard-form select {
	color: #575757;
	width: 100%;
	height: 41px;
	padding: 0px 15px;
	margin-bottom: 0px;
	position: relative;
	z-index: 8;
}

.wizard-form .button {
	margin: 0px;
	width: 100%;
	position: relative;
	z-index: 9;
}

.wizard-form h2,
.wizard-form .gform_description,
.wizard-form .gform_confirmation_wrapper {
	text-align: center;
	display: block;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.wizard-form h2 {
	margin-bottom: 10px;
}

.wizard-form .gform_body {
	max-width: 280px;
	margin: 0 auto;
}

.wizard-form .gform_body .gform_fields {
	position: relative;
}

.wizard-form .gform_body .gform_fields .gfield {
	padding-right: 0;
	margin-top: 0;
	float: none;
	width: 100%;
}

.wizard-form .gform_body .gfield:not(.active) {
	position: absolute;
	opacity: 0;
}

.wizard-form .gform_body .gfield .gfield_label {
	transition: all 0.2s ease-in-out;
	transform: translateY(25px);
	padding-bottom: 5px;
	text-align: center;
}

.wizard-form .gform_body .gfield.active .gfield_label {
	transform: translateY(0px);
}

.wizard-form .gform_body .gfield .ginput_container {
	position: relative;
}

.wizard-form .gform_body .gfield .ginput_container .progress {
	width: 0%;
	height: 4px;
	background: #008651;
	transition: width 0.4s ease-in-out;
}

.wizard-form .gform_body .gfield .ginput_container .progress::before {
	position: absolute;
	top: auto;
	width: 100%;
	height: inherit;
	content: '';
}

.wizard-form .gform_body .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	width: 100%;
	padding: 10px 15px;
}

.wizard-form .gform_body .gfield i {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #4c4c4c;
	font-size: 20px;
	cursor: pointer;
	z-index: 1;
	display: block;
	height: 40px;
	width: 40px;
	line-height: 41px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wizard-form .gform_body .gfield:first-child i {
	opacity: 0;
}

.wizard-form .gform_body .gfield input:focus ~ i {
	opacity: 1;
}

.wizard-form .gform-footer {
	display: flex;
	justify-content: space-between;
	max-width: 280px;
	margin: 0 auto;
}

.wizard-form .gform-footer .error-message {
	font-size: 14px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.wizard-form .gform-footer .step-counter {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	text-align: right;
}

.wizard-form.show-counters .gform-footer .step-counter {
	opacity: 1;
}

.wizard-form .gform-footer .step-counter .total::before {
	content: '/';
}

.wizard-form .gform_footer input[type="submit"] {
	display: none;
}

.wizard-form .gform_footer {
	text-align: center;
	float: right;
}

.wizard-form .gform_ajax_spinner {
	margin: auto;
}

.wizard-form .gform_body.has-error ~ .gform-footer .error-message {
	opacity: 1;
}

.wizard-form .has-error {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: shake;
}

.wizard-form .gform_wrapper input[type="text"],
.wizard-form .gform_wrapper input[type="email"],
.wizard-form .gform_wrapper input[type="url"],
.wizard-form .gform_wrapper input[type="password"],
.wizard-form .gform_wrapper input[type="search"],
.wizard-form .gform_wrapper input[type="tel"],
.wizard-form .gform_wrapper input[type="number"],
.wizard-form .gform_wrapper textarea {
	margin-bottom: 0px;
}

.wizard-form .gform_wrapper textarea {
	max-height: 80px;
	width: 100%;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}

	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}

	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.footer {
	background-color: #008651;
	padding-top: 40px;
	padding-bottom: 20px;
}

.inside-footer > div {
	padding: 10px 10px 10px 10px;
}

@media only screen and (max-width : 768px) {
	.inside-footer > div {
		padding: 10px 10px 0px 10px;
		text-align: center;
	}
}

.footer img {
	max-width: 200px !important;
}

.footer .widget-title,
.footer p,
.footer a,
.footer li,
.footer ul li:before {
	color: #ffffff;
}

.copyright {
	line-height: 40px;
}

@media only screen and (max-width : 480px) {
	.footer-menu li a {
		padding-bottom: 20px;
	}
}