/**
Theme Name: MIT Astra Child Theme
Author: MIT
Author URI: https://www.melbourneit.com.au/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mit-astra-child-theme
Template: astra
*/

/*** GENERAL SECTIONS STYLE -----------------------------------------------------------*/
@import url('https://d2ta2fpo91apla.cloudfront.net/fontawesome-free-5.9.0-web/css/all.min.css');
/*** RESET THEME SPACING ---------------------------------*/

/* Remove default margin-bottom from all divs */

.wpb_wrapper>div {
	margin-bottom: 0;
}
/* Remove default padding for all columns */

.vc_column_container>.vc_column-inner {
	padding: 0;
}
/*reset theme*/

.vc_column-inner .wpb_wrapper .vc_row {
	margin-left: 0;
	margin-right: 0;
}
/* Remove columns padding-top */

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0px;
}
/* Remove margin from paragraph */

p {
	margin: 0;
}
/* Remove default margin-bottom from all elemets */

.wpb_content_element {
	margin-bottom: 0;
}
/* set the wrapper width to the default theme one */

@media only screen and (max-width: 767px) {
	.section_wrapper,
	.container,
	.four.columns .widget-area {
		max-width: 700px !important;
	}
}
/* CUSTOM SPACING ---------------------------------*/

/* padding left and right is given only when the row is stretch otherwise it mess up the padding right and left calculated by the theme*/

.pad-xl {
	padding-top: 12%;
	padding-bottom: 12%;
}
.pad-xl[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.pad-lg {
	padding-top: 10%;
	padding-bottom: 10%;
}
.pad-lg[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.pad-md {
	padding-top: 8%;
	padding-bottom: 8%;
}
.pad-md[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.pad-sm {
	padding-top: 6%;
	padding-bottom: 6%;
}
.pad-sm[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.pad-xs {
	padding-top: 4%;
	padding-bottom: 4%;
}
.pad-xs[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
/* make side padding equal */

@media (max-width: 1300px) {
	.pad-xl:not(.vc_inner),
	.pad-lg:not(.vc_inner),
	.pad-md:not(.vc_inner),
	.pad-sm:not(.vc_inner),
	.pad-xs:not(.vc_inner) {
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
}
/* COLUMN PADDING ---------------------------------*/

/* Inner column padding */

.pad-xl-col > .vc_column-inner {
	padding: 12% 12% !important;
}
.pad-lg-col > .vc_column-inner {
	padding: 10% 10% !important;
}
.pad-md-col > .vc_column-inner {
	padding: 8% 8% !important;
}
.pad-sm-col > .vc_column-inner {
	padding: 6% 6% !important;
}
.pad-xs-col > .vc_column-inner {
	padding: 4% 4% !important;
}
@media (max-width: 768px) {
	.pad-xl-col > .vc_column-inner,
	.pad-lg-col > .vc_column-inner,
	.pad-md-col > .vc_column-inner,
	.pad-sm-col > .vc_column-inner,
	.pad-xs-col > .vc_column-inner {
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
}
/* REMOVE PADDING ---------------------------------*/

/* Remove padding top or bottom*/

.remove-pad-top {
	padding-top: 0 !important;
}
.remove-pad-bottom {
	padding-bottom: 0 !important;
}
/* Remove element margin */

.remove-margin-top {
	margin-top: 0 !important;
}
.remove-margin-bottom {
	margin-bottom: 0 !important;
}
/* TEXT ---------------------------------*/

/* headings font family*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-bottom: 15px !important;
}
/* headings color */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
}
/* headings color on dark backgrounds */

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #F0F0F0;
}
/* h1 font size for tablet and desktop */

@media (min-width: 1024px) {
	h1 {
		font-size: 54px !important;
		text-transform: uppercase !important;
	}
}
/* h1 font size for smaller devices */

h1 {
	font-size: calc(20px + 2vw);
}
/* h2 font size for tablet and desktop */

@media (min-width: 1024px) {
	h2 {
		font-size: 30px !important;
	}
}
/* h2 font size for smaller devices */

h2 {
	font-size: calc(20px + 1vw);
}
/* h3 font size for tablet and desktop */

@media (min-width: 1024px) {
	h3 {
		font-size: 27px !important;
	}
}
/* h3 font size for smaller devices */

h3 {
	font-size: calc(19px + 1vw);
}
/* paragraph font family and size */

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
}
/* paragraph and list color */

p,
li {
	color: #555555;
}
/* paragraph and list color on dark backgrounds */

.dark p,
.dark li {
	color: #F8F8F8;
}
/* BUTTON ---------------------------------*/
.btn.btn-one>.vc_btn3, .btn.btn-two>.vc_btn3, .btn.btn-three>.vc_btn3 {
	border-radius: 40px !important;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
	box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
}
/* Remove default button style*/

.vc_btn3.vc_btn3-style-modern {
	background-image: none !important;
	background-repeat: none;
}
@media only screen and (min-width: 768px) {
	.button-flat a.button:after,
	.button-flat button:after {
		background: rgba(0, 0, 0, .0);
	}
}
/* Buttons style */

.btn>.vc_btn3,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	padding: 14px 20px;
	font-size: 14px;
	border-radius: 0;
	letter-spacing: 0;
	text-transform: initial;
	border: 0px solid transparent;
	margin-top: 20px;
}
/* form button */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #FFF !important;
	color: #569a23 !important;
	border: 1px solid #569a23 !important;
	min-width: 180px;
	height: 50px;
	line-height: 25px;
    font-weight: 700;
}
/* form button */

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background-color: #569a23 !important;
	color: #FFF !important;
}
/* Button one */

.btn.btn-one>.vc_btn3 {
    background-color: #64b92a !important;
    color: #F8F8F8!important;
    border: 3px solid #fff!important;
    min-width: 180px;
    font-weight: bold;
}
/* Button one > hover */

.btn.btn-one:hover>.vc_btn3 {
	background-color: #569a23 !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: 30px !important;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover .vc_btn3-icon {
	right: 20px !important;
}
.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 26px !important;
	height: 12px !important;
	line-height: 12px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
	padding-right: 68px !important;
}
/* Button one > dark backgrounds > add class btn-dark*/

.btn.btn-one.btn-dark>.vc_btn3 {
	background-color: #FFF !important;
	color: #569a23 !important;
}
/* Button one > dark backgrounds > hover*/

.btn.btn-one.btn-dark:hover>.vc_btn3 {
	background-color: #FFF !important;
}
/* Button two */

.btn-two>.vc_btn3 {
	background-color: #FFF !important;
	color: #569a23 !important;
	border: 0 solid transparent!important;
	min-width: 180px;
	height: 50px;
	margin-top: 50px;
	line-height: 25px;
    font-weight: 700;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* Button two> hover */

.btn.btn-two:hover>.vc_btn3 {
	background-color: #FFF !important;
}
/* Button two > dark backgrounds > add class btn-dark*/

.btn.btn-two.btn-dark>.vc_btn3 {
	background-color: #C0C0C0 !important;
	color: #181818 !important;
}
/* Button two > dark backgrounds > hover*/

.btn.btn-two.btn-dark:hover>.vc_btn3 {
	background-color: #808080 !important;
	color: #222 !important;
}
/* Button three */

.btn.btn-three>.vc_btn3 {
	background-color: #FFF !important;
	color: #569a23 !important;
	border: 0 solid transparent!important;
	min-width: 180px;
	line-height: 25px;
	height: 50px;
    font-weight: 700;
}
/* Button three > hover */

.btn.btn-three:hover>.vc_btn3 {
	background-color: #FFF !important;
}
/* Button three > dark backgrounds > add class btn-dark*/

.btn.btn-three.btn-dark>.vc_btn3 {
	background-color: #C0C0C0 !important;
	color: #181818 !important;
}
/* Button three > dark backgrounds > hover*/

.btn.btn-three.btn-dark:hover>.vc_btn3 {
	background-color: #808080 !important;
}
/*** MOBILE CTA ***/

/* mobile click to call color */

#mobile-phone-cta a {
	background-color: #bc8233 !important;
	color: #F8F8F8 !important;
}
#mobile-phone-cta a:hover {
	background-color: #bc8233 !important;
}
#mobile-phone-cta {
	display: block;
	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 44px;
	z-index: 108;
	padding: 0 !important;
	-webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}
#mobile-phone-cta a {
	display: block;
	height: 44px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#mobile-phone-cta>div>div {
	padding-top: 0 !important;
}
#mobile-phone-cta a i {
	font-size: 16px;
	padding-right: 8px;
}
/* Add margin to footer and back to top button so CTA doesn't cover them */

@media screen and (max-width: 640px) {
	footer,
	a#back_to_top {
		margin-bottom: 50px;
	}
	.cta-four {
		display: none !important;
	}
}
/* Hide the mobile CTA on desktop */

@media screen and (min-width: 641px) {
	#mobile-phone-cta {
		display: none;
	}
}
/* COLUMNS */

/* column full width on tablet */

@media (max-width: 1023px) {
	.full-width-tablet .wpb_column {
		width: 100%;
	}
}
/* minimum height for columns with a background image */

.bg-img-col .vc_column-inner {
	background-size: cover !important;
	background-position: 50% 50% !important;
	min-height: 15rem !important;
}
/* background for columns with text */

.bg-text-col {
	background-color: whitesmoke;
}
/* REVERSE */

/* reverse columns on tablet */

@media (max-width: 1023px) {
	.reverse-tablet {
		/* Safari */
		/* Safari 6.1+ */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
/* reverse columns on mobile */

@media (max-width: 768px) {
	.reverse-mobile {
		/* Safari */
		/* Safari 6.1+ */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
/* VISIBILITY */

/* hide elements from small screens on*/

@media (max-width: 1240px) {
	.hidden-sm-screen {
		display: none !important;
	}
}
/* hide elements from tablet on */

@media (max-width: 1024px) {
	.hidden-tablet {
		display: none !important;
	}
}
/* hide elements from mobile on */

@media (max-width: 768px) {
	.hidden-mobile {
		display: none !important;
	}
}
/* hide elements from small mobile on */

@media (max-width: 480px) {
	.hidden-sm-device {
		display: none !important;
	}
}
/* BACKGROUND POSITION */

.bg-0 {
	background-position: 50% 0% !important;
}
.bg-20 {
	background-position: 50% 20% !important;
}
.bg-40 {
	background-position: 50% 40% !important;
}
.bg-60 {
	background-position: 50% 60% !important;
}
.bg-80 {
	background-position: 50% 80% !important;
}
.bg-100 {
	background-position: 50% 100% !important;
}
/* OVERLAY ROWS */

.vc_row.overlay-one-row::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
	/* IE6-9 */
}
.vc_row.overlay-green-background {
	position: relative;
	box-shadow: 0 0 35px rgba(0,0,0,0.25);
}
.vc_row.overlay-green-background::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(86, 154, 35, 0.50);
}
/* OVERLAY COLUMNS */

.overlay-one-col .vc_column-inner::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0.15+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.15)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#26ffffff', GradientType=1);
	/* IE6-9 */
	z-index: -1;
}
/* OVERFLOW */

/*make overflow elements in a row visible*/

.overflow.vc_row,
.overflow.vc_row[data-vc-full-width] {
	overflow: visible;
}
/* NEGATIVE MARGIN */

@media only screen and (min-width: 1024px) {
	.neg-top {
		margin-top: -120px;
	}
	.wpb_single_image.factsanddelivery.neg-top .vc_single_image-wrapper {
		box-shadow: 0 0 35px rgba(0,0,0,0.25);
	}
	.neg-bottom {
		margin-bottom: -120px;
	}
	.neg-left {
		margin-left: -120px;
	}
	.neg-right {
		margin-right: -120px;
	}
}
/* END GENERAL CSS ---------------------------------------------------------***/

/* HERO SECTION GENERAL ------------------------------------------------------*/

/* change the background size for home and internal hero */

.hero {
	background-size: cover !important;
}
/* background color of hero inner column */

.hero .hero-col .vc_column-inner {
	background-color: whitesmoke;
}
/* add side padding when row and content are stretched */

.hero[data-vc-stretch-content],
.hero.homepage[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
	padding: 8% 8%;
}
/* inner padding of homepage hero column */

.hero.homepage .hero-col .vc_column-inner {
	padding: 8% 8%;
}
/* titles follow the alignment set to the section */

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
	text-align: inherit !important;
}
@media (max-width: 768px) {
	.hero {
		text-align: center !important;
	}
}
/*--- HERO TWO ---*/

/* row padding of internal hero */

.hero.hero-two {
	padding-top: 6%;
	padding-bottom: 6%;
}
/* row padding of homepage hero*/

.homepage.hero.hero-two {
	padding-top: 12%;
	padding-bottom: 12%;
	background-position: 50% 50%;
}
/* element alignment in the row */

.hero.hero-two {
	text-align: center !important;
}
/* column expand to 100% width on tablet */

@media (max-width: 1024px) {
	.hero.hero-two .wpb_column {
		width: 100% !important;
	}
}
/* PODS GENERAL --------------------------------------------------------------*/

.pods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
/* columns start stacking on small screens */

@media (max-width: 1240px) {
	.pods {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
}
/* columns expand to 100% on mobile */

@media (max-width: 600px) {
	.pods .wpb_column.vc_column_container {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}
/* column max-width - please only change the margin between the columns and adjust the flex-basis so the total is always 50 */

.pods .wpb_column.vc_column_container {
	width: 0;
	-ms-flex-preferred-size: calc(48% - 20px);
	flex-basis: calc(48% - 20px);
	margin: 10px;
}
/* use this class when you have 3 pods to adjust the responsive - please only change the margin between the columns and adjust the flex-basis so the total is always 33 */

.pods.pods-three-col .wpb_column.vc_column_container {
	-ms-flex-preferred-size: calc(32% - 20px);
	flex-basis: calc(32% - 20px);
	margin: 10px;
}
.pods.pods-three-col {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
/* columns expand to 100% on mobile */

@media (max-width: 680px) {
	.pods.pods-three-col .wpb_column.vc_column_container {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}
/* add margin bottom to icon image */

.pods .wpb_single_image img {
	margin-bottom: 15px;
}
/* style the titles */

.pod-title p {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4em;
	letter-spacing: 0.02em;
	margin-bottom: 15px !important;
}
/* style the paragraph */

.pods .wpb_text_column p {
	margin-bottom: 15px !important;
}
/* style the button - if left empty it inherits the style of button one */

.pods .btn.btn-one>.vc_btn3 {
	margin-top: 0 !important;
}
/* link expands to cover the content of the column */

a.pod-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
}
/* button align to the bottom */

.pods .wpb_column.vc_column_container .vc_column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	width: 100%;
}
.pods .wpb_column.vc_column_container .vc_column-inner .wpb_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	width: 100%;
}
/*align button to bottom of pod*/

.vc_row.wpb_row.vc_row-fluid.pods .vc_btn3-container {
	margin-top: auto;
}
/* PODS FIVE */

/* set column min-height */

.pods.pods-five .vc_column-inner {
	min-height: 320px;
}
/* column background settings */

.pods.pods-five .vc_column-inner {
	background-size: cover;
	background-position: 50% 50%;
}
/* center align content and image */

.pods.pods-five,
.pods.pods-five .wpb_single_image.vc_align_left {
	text-align: center !important;
}
/* add transition effect to the title */

.pods.pods-five .pod-title p {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/* add background to the title */

.pods.pods-five .pod-title {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5% 0% 40px;
	margin-top: 75%;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
/* hide title background when you hover */

.pods.pods-five .wpb_column:hover .pod-title {
	background-color: transparent;
}
/* change text color on hover */

.pods.pods-five .wpb_column:hover .pod-title p,
.pods.pods-five .wpb_column:hover .wpb_text_column p {
	color: white !important;
	position: relative;
	-webkit-transform: translateY(-250%);
	-ms-transform: translateY(-250%);
	transform: translateY(-250%);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9;
}
/* change link z-index*/

.pods.pods-five a.pod-link {
	z-index: 9 !important;
}
/* add overlay to the column on hover */

.pods.pods-five .pod-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}
/* add overlay to the column on hover */

.pods.pods-five .wpb_column:hover .pod-link:before {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}
/* little icon at the bottom of the column (default is a triangle) */

.pods.pods-five svg {
	width: 56px;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 9;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/* icon moves on hover */

.pods.pods-five .wpb_column:hover svg {
	-webkit-transform: translate(-50%, 60%);
	-ms-transform: translate(-50%, 60%);
	transform: translate(-50%, 60%);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
/* TEXT AND IMAGE SECTION GENERAL --------------------------------------------*/

/*--- TEXT & IMAGE SECTION FOUR---*/

.text-img-four {
	background-size: cover !important;
	background-position: 50% 50%;
}
/* TEXT SECTION GENERAL ------------------------------------------------------*/

/*Divide text in 2 columns */

@media (min-width: 768px) {
	.text-two-col {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}
/*Divide text in 3 columns */

@media (min-width: 768px) {
	.text-three-col {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}
/*--- TEXT SECTION FOUR ---*/

/*set a max width for the content */

.text-four .vc_column-inner {
	max-width: 750px;
	margin: auto;
	text-align: center !important;
}

.text-four.overlay-green-background .vc_column-inner {
	max-width: 90%;
	margin: auto;
	text-align: center !important;
}
/* headings inherit the alignement set above */

.text-four h1,
.text-four h2,
.text-four h3,
.text-four h4,
.text-four h5,
.text-four h6 {
	text-align: inherit !important;
}
/* USP GENERAL ---------------------------------------------------------------*/

.usp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
/* columns start stacking on small screens */

@media (max-width: 1240px) {
	.usp {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
}
/* columns expand to 100% on mobile */

@media (max-width: 600px) {
	.usp .wpb_column.vc_column_container {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}
/* column padding */

.usp .vc_column-inner {
	padding: 10% !important;
}
/* column max-width - please only change the margin and adjust the flex-basis so the total is always 50 */

.usp .wpb_column.vc_column_container {
	width: 0;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	margin: 0.5%;
}
/* use when you have 3 columns - please only change the margin and adjust the flex-basis so the total is always 33 */

.usp.usp-three-col .wpb_column.vc_column_container {
	-ms-flex-preferred-size: 29%!important;
	flex-basis: 29%!important;
	margin: 15px;
}
/* change columns padding when they jump on 2 columns*/

@media (max-width: 1239px) {
	.usp .vc_column-inner {
		padding: 3% !important;
	}
}
/* columns expand to 100% on mobile */

@media (max-width: 650px) {
	.usp.usp-three-col .wpb_column.vc_column_container {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}
/* center align content and image */

.usp,
.usp .wpb_single_image.vc_align_left {
	text-align: center !important;
}
/* add margin bottom to icon image */

.usp .wpb_single_image img {
	margin-bottom: 0px;
}
/* style the titles */

.usp-title p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0px !important;
}
/* USP THREE ------------------------------------------------------------------*/

/* center align content and image */

.usp.usp-three,
.usp.usp-three .wpb_single_image.vc_align_left {
	text-align: left !important;
}
/* add a background color to the columns */

.usp.usp-three .wpb_column.vc_column_container {
	background-color: transparent;
}
.usp.usp-three {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
/* columns expand to 100% on mobile */

@media (max-width: 768px) {
	.usp.usp-three.usp-three-col .wpb_column.vc_column_container {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}
/*--- HERO ONE ---*/

/* row padding of internal hero */

.hero.hero-one {
	padding-top: 6%;
	padding-bottom: 6%;
}
/* row padding of homepage hero*/

.homepage.hero.hero-one {
	padding-top: 12%;
	padding-bottom: 12%;
	background-position: 50% 50%;
}
/* column expand to 100% width on tablet */

@media (max-width: 1024px) {
	.hero.hero-one .wpb_column {
		width: 100% !important;
	}
}
/* PODS nine ------------------------------------------------------------------*/

/*transparent image overlay - needed for smooth transition. Can also be rgba color*/

.pods .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
	background: transparent;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*make this inner section full height*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	width: 100%;
}
/* columns padding - must be 0%*/

.pods.pods-nine .vc_column-inner {
	padding: 0 !important;
}
/* Add side padding to text elements*/

.pods.pods-nine .wpb_text_column {
	padding-left: 20px;
	padding-right: 20px;
}
.pods.pods-nine .wpb_column .pod-title p {
	margin-top: 20px;
}
/* center align content */

.pods.pods-nine {
	text-align: center !important;
}
/*make pod text invisible until hover effect*/

.pods.pods-nine .wpb_column .pod-title p,
.pods.pods-nine .wpb_column .wpb_text_column p {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*full width button style*/

.pods.pods-nine .wpb_column .btn.btn-one>.vc_btn3 {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.pods.pods-nine .wpb_column .btn>.vc_btn3 {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* HOVER EFFECT */

/* change background color on hover*/

.pods.pods-nine .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.pods.pods-nine .wpb_column.vc_column_container:hover .vc_column-inner > .wpb_wrapper {
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* change text opacity on hover*/

.pods.pods-nine .wpb_column:hover .pod-title p,
.pods.pods-nine .wpb_column:hover .wpb_text_column p {
	color: white !important;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* change button color */

.pods.pods-nine .wpb_column:hover .btn>.vc_btn3,
.pods.pods-nine .wpb_column:hover .btn>.vc_btn3:hover {
	background-color: #d8d8d8 !important;
	color: #333 !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*--- TEXT SECTION TWO ---*/

.text-two {}
/*--- CTA ONE---*/

/* content alignment */

.cta-one {
	text-align: center !important;
}
/* set a max width for the column */

@media (min-width: 769px) {
	.cta.cta-one .vc_column-inner {
		max-width: 950px;
		margin: auto;
	}
}
/* text alignment and bottom margin */

.cta-one .wpb_single_image.vc_align_left {
	text-align: center !important;
	margin-bottom: 25px;
}
/* PODS nine ------------------------------------------------------------------*/

/*transparent image overlay - needed for smooth transition. Can also be rgba color*/

.pods .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
	background: transparent;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	/*make this inner section full height*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100%;
	width: 100%;
}
/* columns padding - must be 0%*/

.pods.pods-nine .vc_column-inner {
	padding: 0 !important;
}
/* Add side padding to text elements*/

.pods.pods-nine .wpb_text_column {
	padding-left: 20px;
	padding-right: 20px;
}
.pods.pods-nine .wpb_column .pod-title p {
	margin-top: 20px;
}
/* center align content */

.pods.pods-nine {
	text-align: center !important;
}
/*make pod text invisible until hover effect*/

.pods.pods-nine .wpb_column .pod-title p,
.pods.pods-nine .wpb_column .wpb_text_column p {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*full width button style*/

.pods.pods-nine .wpb_column .btn.btn-one>.vc_btn3 {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.pods.pods-nine .wpb_column .btn>.vc_btn3 {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* HOVER EFFECT */

/* change background color on hover*/

.pods.pods-nine .wpb_column.vc_column_container .vc_column-inner > .wpb_wrapper {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.pods.pods-nine .wpb_column.vc_column_container:hover .vc_column-inner > .wpb_wrapper {
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/* change text opacity on hover*/

.pods.pods-nine .wpb_column:hover .pod-title p,
.pods.pods-nine .wpb_column:hover .wpb_text_column p {
	color: white !important;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* change button color */

.pods.pods-nine .wpb_column:hover .btn>.vc_btn3,
.pods.pods-nine .wpb_column:hover .btn>.vc_btn3:hover {
	background-color: #d8d8d8 !important;
	color: #333 !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/* PODS SEVEN ------------------------------------------------------------------*/

/* column background color */

.pods.pods-seven .wpb_column.vc_column_container {
	background-color: #D8D8D8;
}
/* columns padding */

.pods.pods-seven .vc_column-inner {
	padding: 8% !important;
}
/* center align content and image */

.pods.pods-seven,
.pods.pods-seven .wpb_single_image.vc_align_left {
	text-align: center !important;
}
/* HOVER EFFECT */

/* change background color on hover*/

.pods.pods-seven .wpb_column.vc_column_container:hover {
	background-color: #888888 !important;
}
/* change text color on hovre*/

.pods.pods-seven .wpb_column:hover .pod-title p,
.pods.pods-seven .wpb_column:hover .wpb_text_column p {
	color: white !important;
	z-index: 2;
	position: relative;
}
/* change button color */

.pods.pods-seven .wpb_column:hover .btn.btn-one>.vc_btn3,
.pods.pods-seven .wpb_column:hover .btn>.vc_btn3:hover {
	background-color: #404040 !important;
}
/* HOVER EFFECT for everything */

/*before hover*/

.pods.pods-seven .wpb_column .pod-title p,
.pods.pods-seven .wpb_column .wpb_text_column p,
.pods .wpb_column.vc_column_container .btn >.vc_btn3,
.pods.pods-seven .wpb_column.vc_column_container,
/*hover transition*/

.pods .wpb_column.vc_column_container:hover,
.pods.pods-seven .wpb_column:hover .pod-title p,
.pods.pods-seven .wpb_column:hover .wpb_text_column p,
.pods .wpb_column.vc_column_container:hover .btn >.vc_btn3 {
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*--- TEXT & IMAGE SECTION FOUR---*/

.text-img-four {
	background-size: cover !important;
	background-position: 50% 50%;
}
/* USP ONE ------------------------------------------------------------------*/

/* add a background color to the columns */

.usp.usp-one .wpb_column.vc_column_container {
	background-color: transparent;
}
/**   Home Page Hero Section   **/

/* HERO SECTION GENERAL ------------------------------------------------------*/

/* change the background size for home and internal hero */

.hero {
	background-size: cover !important;
}
/* background color of hero inner column */

.hero .hero-col .vc_column-inner {
	background-color: #FFF;
}
/* add side padding when row and content are stretched */

.hero[data-vc-stretch-content],
.hero.homepage[data-vc-stretch-content] {
	padding-right: 5%;
	padding-left: 5%;
}
.vc_row-has-fill+.vc_row-full-width+.vc_row.hero>.vc_column_container.hero-col>.vc_column-inner {
	padding: 8% 8%;
}
/* inner padding of homepage hero column */

.hero.homepage .hero-col .vc_column-inner {
	padding: 8% 8%;
}
/* titles follow the alignment set to the section */

.hero h1, h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
	text-align: inherit !important;
    font-weight: 900 !important;
	text-shadow: 2px 2px 2px #331709;
}
@media (max-width: 768px) {
	.hero {
		text-align: center !important;
	}
}
/*--- HERO SIX ---*/

/* set a minimum height for the hero image in the homepage */

.homepage.hero.hero-six-bg {
	min-height: calc(80vh - 180px);
}
/* set a minimum height for the hero image in the homepage */

.hero.hero-six-bg {
	min-height: 60vh;
	background-position: 50% 50%;
}
/* column negative margin */

.hero.hero-six .hero-col .vc_column-inner {
	margin-top: -240px;
	padding: 6% 5% !important;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
/* element alignment and row padding */

.hero.hero-six {
	text-align: center !important;
	padding-top: 0 !important;
	padding-bottom: 8% !important;
}
/* set a max width for the column */

@media (min-width: 769px) {
	.hero.hero-six .vc_column-inner {
		max-width: 100%;
		margin: auto;
	}
}
/* column expand to 100% width on tablet */

@media (max-width: 1024px) {
	.hero.hero-six .wpb_column {
		width: 100% !important;
	}
}
@media (max-width: 768px) {
	.hero.hero-six-bg {
		min-height: 70vh;
	}
}
/* CTA GENERAL --------------------------------------------------------------*/

/* style the text of the cta > use a paragraph*/

.cta .wpb_text_column p {
	font-size: 25px !important;
	line-height: 50px;
	color: #FFF;
}
.cta .wpb_text_column p strong,
.cta .wpb_text_column p strong a {
	font-size: 47px !important;
	color: #FFF;
}
.cta .wpb_text_column p strong a:hover {
	opacity: 0.7;
}
/* use this class to hightlight text in the cta, the phone number for example*/

.cta .cta-highlight {
	margin-top: 25px;
	font-size: 1.4em;
	letter-spacing: 0.08em;
}
/*--- CTA FOUR ---*/

.cta-four {
	background: rgba(99,185,42,1);
	background: -moz-linear-gradient(top, rgba(99,185,42,1) 0%, rgba(100,185,42,1) 48%, rgba(87,154,35,1) 49%, rgba(87,154,35,1) 71%, rgba(86,154,35,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99,185,42,1)), color-stop(48%, rgba(100,185,42,1)), color-stop(49%, rgba(87,154,35,1)), color-stop(71%, rgba(87,154,35,1)), color-stop(100%, rgba(86,154,35,1)));
	background: -webkit-linear-gradient(top, rgba(99,185,42,1) 0%, rgba(100,185,42,1) 48%, rgba(87,154,35,1) 49%, rgba(87,154,35,1) 71%, rgba(86,154,35,1) 100%);
	background: -o-linear-gradient(top, rgba(99,185,42,1) 0%, rgba(100,185,42,1) 48%, rgba(87,154,35,1) 49%, rgba(87,154,35,1) 71%, rgba(86,154,35,1) 100%);
	background: -ms-linear-gradient(top, rgba(99,185,42,1) 0%, rgba(100,185,42,1) 48%, rgba(87,154,35,1) 49%, rgba(87,154,35,1) 71%, rgba(86,154,35,1) 100%);
	background: linear-gradient(to bottom, rgba(99,185,42,1) 0%, rgba(100,185,42,1) 48%, rgba(87,154,35,1) 49%, rgba(87,154,35,1) 71%, rgba(86,154,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b92a', endColorstr='#569a23', GradientType=0 );
    border-top: 5px solid #331709;
    border-bottom: 5px solid #331709;
}
/* content alignment */

.cta-four {
	text-align: left !important;
}
.cta-four {
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}
.cta-four .pad-md-col>.vc_column-inner {
	padding: 0 8%!important;
}
/* column background color */

.cta.cta-four .wpb_column {
	background-color: transparent;
}
/* image margin */

.cta-four .wpb_single_image {
	margin-bottom: 0px !important;
}
/*center align icon */

.cta-four .wpb_single_image.vc_align_left {
	text-align: end !important;
	margin-bottom: 0px !important;
	padding-right: 25px !important;
}
/*center align all the elements on mobile and makes the padding from the elements stack correctly */

@media (max-width: 767px) {
	.cta-four {
		text-align: center !important;
	}
	.cta-four .wpb_column:nth-child(1) .vc_column-inner {
		padding-bottom: 0 !important;
	}
	.cta-four .wpb_column:nth-child(2) .vc_column-inner {
		padding-top: 0 !important;
	}
}
/* remove padding left on the second column in desktop*/

@media (min-width: 769px) {
	.cta-four .wpb_column:nth-child(2) .vc_column-inner {
		padding-left: 0 !important;
	}
}
/* FOOTER STYLES GENERAL--------*/

/*column padding and margin*/

.footer-group .footer-col {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* style the titles */

.footer-col p.title {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.02em;
}
/*consistent lineheight spacing*/

.footer-col p,
.footer-col a {
	line-height: 1.7em;
	margin-bottom: 0;
}
/*separate tel and email anchors*/

.footer-col a {
	display: inline-block;
	color: #555555 !important;
}
.footer-col a:hover {
	color: #64b92a !important;
}
/*logo sizing*/

.footer-col a img {
	max-height: 80px;
}
/*stop bad break points*/

.footer-col p span,
a[href^="tel:"],
a[href^="mailto:"] {
	white-space: nowrap;
}
/*lists general*/

.footer-group ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0;
}
/*social media list*/

ul.social li {
	display: inline-block;
	padding: 0 10px;
}
ul.social li a i {
	font-size: 30px;
}
/*layout STYLS general*/

@media (max-width: 1240px) {
	.widgets_wrapper .container {
		max-width: 100%;
	}
}
.footer-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#Footer .container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
/*FOOTER SPECIFIC STYLES*/

.footer-group.five .footer-col:last-of-type a {
	font-size: 30px;
	line-height: 1.2em
}
@media (max-width: 1023px) {
	.footer-group.five .footer-col {
		-ms-flex-preferred-size: 19% !important;
		flex-basis: 19% !important;
	}
	.footer-group.five {
		text-align: center;
	}
}
@media (max-width: 640px) {
	.footer-group.five .footer-col {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
	/*only display none if using sticky cta*/
	/* .footer-group.five .footer-col:last-of-type {
		display: none;
	} */
}
/***      Custom CSS       ***/

/**     Above Header     **/

.ast-above-header p,
.ast-above-header a,
.ast-above-header-section .user-select a,
.ast-above-header-section .widget a {
	color: #e7e7e7 !important;
}
.ast-above-header p.header-location,
.ast-above-header p a.header-call {
	position: relative;
	padding-left: 26px;
}
.ast-above-header p, .ast-above-header a {
    font-size: 12px;
    font-weight: bold;
}
.ast-above-header p.header-location:before,
.ast-above-header p a.header-call:before {
	content: '';
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}
.ast-above-header p.header-location:before {
	background: url(/wp-content/uploads/2019/07/noun_Location_1911856.png);
}
.ast-above-header p a.header-call:before {
	background: url(/wp-content/uploads/2019/07/noun_Phone_2018605.png);
}
.ast-above-header p a.header-call:hover:before {
	background: url(/wp-content/uploads/2019/07/noun_Phone_2018605-2.png);
}
.ast-above-header a:hover,
.ast-above-header a:focus,
.ast-above-header a:active,
.ast-above-header-section .user-select a:hover,
.ast-above-header-section .widget a:hover {
	color: #64b92a !important;
}
a,
a:hover,
a:focus,
a:active {
	outline: none !important;
}
/**     Primary and Below Header     **/

.ast-stick-primary-below-wrapper,
.main-header-bar,
.main-header-bar-wrap {
	height: 98px;
}
.ast-site-identity {
	padding: 0em 0 !important;
}
.ast-below-header-wrap {
    top: 50px;
    z-index: 33;
    width: 100%;
	position: absolute !important;
}
.ast-stick-primary-below-wrapper.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
	/* top: 40px !important; */
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
/**  USPS Above Section  **/

.overlay-green-background .wpb_wrapper {
	text-align: left !important;
}
.overlay-green-background .wpb_wrapper h2,
.overlay-green-background .wpb_wrapper p {
	color: #FFF !important;
}
/**  USPS Content  **/

.usps-content {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border: 1px solid #d7d7d7;
	text-align: center !important;
}

/**  Footer Section  **/
#custom_html-2 {
	margin: 0 !important;
}
.footer-col.second-col, .footer-col.third-col {
    text-align: left;
}
.delivery-icon, .footer-call, .footer-location {
	position: relative;
	padding-left: 25px;
}
.delivery-icon::before, .footer-call::before, .footer-location::before {
	content: '';
	position: absolute;
	width: 18px;
    height: 18px;
    top: 5px;
    left: 0;
}
.delivery-icon::before {
	background: url('/wp-content/uploads/2019/08/noun_delivery.png');
}
.footer-call::before {
	background: url('/wp-content/uploads/2019/08/noun_Phone.png');
}
.footer-location::before {
	background: url('/wp-content/uploads/2019/08/noun_Location.png');
}
a.fb-footer {
    background: url(/wp-content/uploads/2019/08/fb-footer.png);
    width: 32px;
    height: 32px;
}
a.fb-footer:hover {
    background: url(/wp-content/uploads/2019/08/fb-footer-hover.png);
}
a.video-link {
    background: url(/wp-content/uploads/2019/10/iconfinder_youtube_834723.png);
    width: 32px;
    height: 32px;
}
a.video-link:hover {
    background: url(/wp-content/uploads/2019/10/iconfinder_58-youtube_104445-1.png);
}
a.fb-header {
	float: right;
    width: 18px;
    height: 18px;
    background: url(/wp-content/uploads/2019/07/facebook-black-social-button-circle-1.png);
}
a.fb-header:hover {
    background: url(/wp-content/uploads/2019/07/fb-colour-1.png);
}
/**  title-liner  **/
.title-liner.vc_sep_width_10 {
    width: 5% !important;
}
.title-liner.vc_sep_width_20 {
    width: 10% !important;
}
#search-4 {
	width: 28%;
}
#menu-wp-customer-area-menu li {
	display: inline;
}
#menu-wp-customer-area-menu li a, .ast-site-header-cart-li a {
	color: #737373 !important;
}
#menu-wp-customer-area-menu li a:hover, .ast-site-header-cart-li a:hover {
	color: #64b92a !important;
}
#menu-wp-customer-area-menu li.myaccount {
	background: url(/wp-content/uploads/2019/08/noun_profile_.jpg) no-repeat;
	padding-left: 25px;
	padding-right: 25px;
}
#menu-wp-customer-area-menu li.register {
	background: url(/wp-content/uploads/2019/07/noun_note_800013.png) no-repeat;
    padding-left: 25px;
}
.ast-above-header .ast-container, .ast-below-header .ast-container {
	padding-left: 4% !important;
	padding-right: 4% !important;
}
@media (min-width: 1574px) {
	/* .ast-stick-primary-below-wrapper.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
		top: 30px!important;
	} */
	.ast-below-header-wrap {
		top: 60px !important;
		position: absolute !important;
	}
}
@media (min-width: 1280px) and (max-width: 1573px) {
	.ast-above-header-section .user-select, .above-header-widget {
		margin: 0 auto;
	}
	.ast-stick-primary-below-wrapper.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
		top: 0px!important;
	}
	.ast-container {
		padding-top: 1%;
		padding-bottom: 1%;
	}
	.ast-sticky-shrunk .ast-site-identity {
		margin-top: 50px;
	}
}

/* @media (min-width: 1870px) {
	.ast-below-header .ast-container {
		padding-left: 18% !important;
		padding-right: 15% !important;
	}
}
@media (min-width: 1660px) and (max-width: 1869px) {
	.ast-below-header .ast-container {
		padding-left: 16% !important;
		padding-right: 12% !important;
	}
}
@media (min-width: 1490px) and (max-width: 1659px) {
	.ast-below-header .ast-container {
		padding-left: 12% !important;
		padding-right: 8% !important;
	}
}
@media (min-width: 1280px) and (max-width: 1330px) {
	.ast-below-header .ast-container {
		padding-right: 0 !important;
	}
} */

/**  left-side **/
.list-items {
	width: 80%;
    margin: 0 auto;
}
.left-side {
	float: left;
    position: relative;
    width: 45%;
    margin: 0 !important;
    margin-left: 50px !important;
}
ul.left-side:after {
	content: '';
    width: 2px;
    height: 120px;
    position: absolute;
    border: 1px solid #d7dde1;
    top: 0;
    right: 0;
}
.right-side {
	float: right;
    width: 40%;
    position: relative;
    margin: 0 !important;
}
ul.left-side li, ul.right-side li, .ulli li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
}
.ulli li:before {
    content: '';
    background: url(/wp-content/uploads/2019/09/up_arrow_updated.png);
    position: absolute;
    width: 24px;
    height: 24px;
    left: -35px;
}
.hero.hero-six .ulli {
	margin: 0 !important;
}
.hero.hero-six .ulli li {
	list-style: none;
}
.ulli-white li {
    color: #FFF;
	list-style-image: url(/wp-content/uploads/2019/08/noun_grass_1662658-1.png);
	margin-bottom: 20px;
}
@media (min-width: 1024px) {
	.ulli-white li {
		width: 45%;
		float: left;
	}
}
.facts-about-us {
	padding-bottom: 20%;
}
.content-img {
	position: relative;
}
.content-img:after {
	content: '';
    border: 1px solid #ffffff;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
}
.widget_search .search-form:after {
	color: #393939;
}


/**   Contact Page   **/

/* contact page hero height and background position */
.contact-three-bg {
    padding-top: 9%;
    padding-bottom: 12%;
    background-position: 50% 50%;
}

/* contact page hero title alignment and max-width */
.contact-three-bg .wpb_column h1, .contact-three-bg .wpb_column p {
    max-width: 750px;
    text-align: center !important;
    margin: auto;
}

/* columns width responsive */
@media only screen and (max-width: 1200px) {
    .contact-three>.wpb_column {
        width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-three>.wpb_column {
        width: 100%;
    }

    .contact-three>.wpb_column>.vc_column-inner {
        padding: 8% 8% !important;
    }
}

/* row with negative margin */
.contact-three {
    margin-top: -240px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin-bottom: 6%;
    padding-bottom: 0 !important;
}

.contact-three h1 {
    text-align: left !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 400 !important;
}

.map-row .wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
    background-color: transparent;
}

/* form column background */
.contact-three .form-col {
    background-color: #051440;
}

/* list with icons */
.contact-icons .list_item .list_left {
    width: 50px;
    height: 80px;
    line-height: 54px;
    font-size: 27px;
    overflow: hidden;
    text-align: left;
    float: left;
}

/* margin between icon and text */
.contact-icons .list_item .list_right {
    margin-left: 70px;
}

/* margin below icon title */
.contact-icons .list_item .list_right h4 {
    margin-bottom: 5px !important;
}

/* margin above icons */
.contact-icons .list_item {
    margin-top: 20px !important;
}

/* space below icons */
.contact-three .contact-icons {
    padding-top: 20px;
}

.contact-three .footer-call a:hover {
    color: #64b92a;
}

/**   Header Sticky   **/
@media(min-width: 1391px) {
	.ast-sticky-active .main-header-bar-wrap {
		background: #fff;
	}
	.ast-sticky-active .main-header-bar-wrap .main-header-bar {
		width: 200px;
		z-index: 999;
		display: flex;
		align-items: center;
	}
	.main-header-bar-wrap .main-header-bar {
		width: 250px;
		display: flex;
		z-index: 34;
	}
	.ast-sticky-active .main-header-bar-wrap .main-header-bar .site-branding {
		padding-bottom: 0;
	}
	.site-logo-img img{
		box-shadow: 0px 8px 5px rgba(0,0,0,.25);
		border-radius: 50%;
	}
	.ast-sticky-shrunk img.custom-logo.lazyloaded {
		box-shadow: 0 0 0 !important;
	}
}
@media(max-width: 1390px) {
	.main-header-bar {
		z-index: 99 !important;
		background-color: transparent !important;
	}
	.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
		padding-top: 0 !important;
	}
	.ast-stick-primary-below-wrapper.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
		top: 0 !important;
	}
	.ast-header-break-point .ast-below-header {
		background: #FFF;
		border-top: 0px solid #eaeaea;
	}
	.site-branding img, .site-header .site-logo-img .custom-logo-link img {
		max-width: 100px;
	}
	.ast-below-header-wrap {
		top: -10px !important;
		box-shadow: 0 0 20px rgba(0,0,0,.25);
	}
	#search-4 {
		margin-left: 2%;
	}
	.ast-stick-primary-below-wrapper.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked {
		max-width: 100% !important;
	}
	.ast-header-break-point .main-header-bar-wrap {
		max-width: 140px;
	}
	.ast-header-break-point .ast-below-header-section-separated.ast-below-header-mobile-stack .below-header-section-1 {
		justify-content: flex-end !important;
	}
	#nav_menu-2 {
		margin-right: 15px;
	}
}
@media (max-width: 767px) {
	#search-4 {
		width: 100%;
		margin-left: 0%;
	}
	.ast-header-break-point .main-header-bar-wrap {
		max-width: 140px;
	}
	.ast-header-break-point .ast-below-header-section-separated.ast-below-header-mobile-stack .below-header-section-2 {
		padding: 3em 0 0 0;
	}
}

/**   Services Page   **/
.services-info {
	padding-top: 5% !important;
}
.services-info p {
    text-align: center !important;
	margin-bottom: 0 !important;
    font-weight: 700;
    margin-top: 15px !important;
}
.services-info .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.vline {
	border-right: 1.5px solid #9c9c9c;
    margin: 0 25px;
}
@media (min-width: 769px) {
	.ast-footer-overlay {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}
@media (min-width: 1560px) {
	.factsanddelivery.neg-top {
		margin-top: -180px;
		margin-left: -40%;
	}
	.delivery-options {
		padding-top: 17%;
		margin-left: -8%;
	}
}
@media (min-width: 1280px) and (max-width: 1559px) {
	.factsanddelivery.neg-top {
		margin-top: -180px;
		margin-left: -20%;
	}
	.factsanddelivery.neg-top.wpb_single_image img {
		width: 400px !important;
	}
	.delivery-options {
		padding-top: 4%;
		margin-left: -8%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.factsanddelivery.neg-top {
		margin-top: -180px;
		margin-left: -20%;
	}
	.factsanddelivery.neg-top.wpb_single_image img {
		width: 380px !important;
	}
	.left-side {
		width: 43%;
	}
	.delivery-options {
		padding-top: 4%;
		margin-left: -8%;
	}
}
@media (max-width: 1023px) {
	.factsanddelivery.neg-top.wpb_single_image img {
		max-width: 350px !important;
		margin-bottom: 50px !important;
	}
	.left-side {
		float: left;
		position: relative;
		width: 100%;
		margin: 0!important;
		margin-left: 0px !important;
		margin-bottom: 20px !important;
	}
	.right-side {
		float: right;
		width: 100%;
		position: relative;
		margin: 0!important;
	}
	.facts-about-us {
		padding-bottom: 6% !important;
	}
	ul.left-side:after {
		content: none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.cta-img-col {
		display: none !important;
	}
	.cta-middle-col {
		width: 75%;
	}
}
@media (min-width: 640px) and (max-width: 767px) {
	.cta-img-col {
		display: none !important;
	}
	.cta-middle-col {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#ast-scroll-top {
		display: block !important;
	}
	.site-content {
		margin-top: 80px;
	}
}
/*@media (max-width: 429px) {
	.site-content {
		margin-top: 140px;
	}
}*/
@media (min-width: 768px) {
	p.delivery_content {
		padding-left: 25px;
	}
	p.delivery_content span.second {
		padding-left: 60px;
	}
	p.delivery_content span.fourth {
		padding-left: 40px;
	}
}
@media (max-width: 767px) {
	.footer-group.five .footer-col {
		-ms-flex-preferred-size: 100%!important;
		flex-basis: 100%!important;
	}
	p.delivery_content {
		padding-left: 25px;
	}
	p.delivery_content span.second {
		padding-left: 60px;
	}
	p.delivery_content span.fourth {
		padding-left: 40px;
	}
	.footer-group.five .footer-col.second-col, .footer-group.five .footer-col.third-col {
		text-align: left;
		width: 50% !important;
		flex-basis: 50% !important;
		-ms-flex-preferred-size: 50% !important;
		margin: 15px auto;
	}
	.footer-adv-overlay {
		padding-bottom: 0 !important;
	}
}
@media (max-width: 640px) {
	.footer-group.five .footer-col.second-col, .footer-group.five .footer-col.third-col {
		text-align: left;
		flex-basis: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		margin: 15px auto;
		flex: 0;
	}
	.footer-adv-overlay {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
	a.float-standard {
		display: none !important;
	}
}
.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 150px!important;
    margin-top: 30px !important;
}
@media screen and (max-width: 959px) {
	.wpb_animate_when_almost_visible {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1390px) {
	.below-header-widget {
		max-width: 80%;
		margin: -60px auto 0 auto;
	}
}

.content-img-pos .vc_column-inner {
	background-position: 90% 0%!important;
}
.services-bottom .usps-content .wpb_single_image {
    margin-bottom: 15px;
}
input {
	font-size: .8rem;
	padding: 5px 10px !important;
}
@media (max-width: 1573px) and (min-width: 1280px) {
	.ast-above-header .ast-container {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}
h1.entry-title {
    color: #64b92a;
}
h2, .entry-content h2 {
    color: #64b92a !important;
}
/*ContACT FORM*/
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #64b92a;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s linear;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    min-width: 180px;
    height: 50px;
    line-height: 25px;
    font-weight: 700;
    background-color: #64b92a !important;
    color: #F8F8F8!important;
    border: 3px solid #fff!important;
    border-radius: 40px !important;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/*Woocommerce*/
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    background-color: #64b92a !important;
    color: #F8F8F8!important;
    border: 3px solid #fff!important;
    text-align: center;
    margin: 10px 0;
    width: 100%;
    text-transform: capitalize;
    border-radius: 30px !important;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    background-color: #569a23 !important;
}
.single-product div.product .entry-title {
    font-family: 'Titillium Web', sans-serif;
    color: #64b92a;
    font-size: 40px !important;
}
.woocommerce a.added_to_cart {
    border-radius: 30px !important;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
    box-shadow: 5px 5px 0px 0px rgba(51,23,9,1);
}

/* .vc_row.vc_row-flex { display: inline-flex; display: -webkit-inline-flex; display: -ms-inline-flex; } */

/**   Updated Custom CSS  **/
/*.woocommerce-form-login-toggle, form.woocommerce-form.woocommerce-form-login.login, .woocommerce-form-coupon-toggle, form.checkout_coupon.woocommerce-form-coupon, p.form-row.form-row-wide.create-account.woocommerce-validated, span.ast-shop-product-out-of-stock {
    display: none;
}*/
/* .shop_table .coupon {
    display: none !important;
} */
.usp .vc_column-inner img {
    position: relative;
    transition: all 0.3s ease;
}
.usp .vc_column-inner:hover img {
    transform: translateY(-10px);
}

.social span.fa {
    font-size: 18px;
	margin-right: 5px;
}
.gal-row {
    text-align: center;
}
.footer-col.footer4 a {
    text-align: left;
    margin: 10px;
}

@media (min-width:1261px) and (max-width:1450px){
    .site-header .menu-text {
        font-size: 13px;
    }
    .main-header-bar-wrap .main-header-bar {
        width: 210px !important;
    }
}

.woocommerce .quantity .qty {
	width: 6.631em;
}

/* remove default cart shipping message */
.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
	display:none;
}
.text-head p {
    font-size: 26px;
    text-align: center;
}
@media (max-width: 768px) {
	.menu-toggle.menu-below-header-toggle {
		padding-top: 20px;
	}
	.below-header-widget.below-header-user-select.below-header-section-2 {
		margin-top: -75px;
	}
	.site-content {
		margin-top: 0px;
	}
}
#text-6 {
    margin-bottom: 0;
    max-height: 10px;
}
.woocommerce form .quantity .qty {
    width: 100% !important;
}
/*HACK RESIZE SCREEN ISSUE*/
.vc_row { margin-left: 0px !important; margin-right: 0px !important; }
/*prevent scrolling to the sides on mobile*/
body, html { position: relative; overflow-x: hidden; }