/* Manual Theme Overrides Go Here */

.landing-page .default-hero-styles {
	background: url(/media/grow-5.jpg) no-repeat 50% 50% / cover;
}


.landing-page .default-hero-styles::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
}

.cta-btn {
  padding:20px !important;
}

.contact-form-wrap label {
	margin-bottom:0!important;
}

.contact-form-wrap .h3 {
	font-weight: bold!important;
	color: #000;
}

.lp-form {
  background:white;
  margin-bottom:20px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px;
}

.gform_wrapper select {
	font-size: 17px;
}

.lp-form .h2 {
  font-size:1.75em !important;
}
.ytplayer-container.background {
    top: 50%!important;
    left: 50%!important;
    position: absolute!important;
    transform: translate3d(-50%, -50%, 0px)!important;
}
.hero-bkg-video.youtube {
    position: fixed;
}
.container-fluid {
    position: relative;
}
.footer-copyright {
    background: #000;
}
@media screen and (max-width: 991px) {
 	.hero-inner-content {
		margin: 3rem 0 0!important;
	}
}
