
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700');
.content-wrapper {
	background-color: #FFFFFF;
	position: relative;
	z-index: 0;
}header.header-wrapper {
	background: #000;
	display: block;
	width: 100%;
	height: 125px;
	float: left;
	clear: both;
}.header-company-title{
	line-height: 125px;	
}.header-company-title a {
	color: #ffffff;
	float: left;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
}.header-company-title > a img {
	margin: 0 15px 0 0;
}.header-wrapper .social-icons p {
	margin: 22px 0;
	text-align: center;
}.header-wrapper .social-icons p .fa {
	border: 2px solid transparent;
	border-radius: 40px;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	width: 45px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}.header-wrapper .social-icons p .fa:hover {
	border-color: #abd332;
	color: #438A29;
}.top-bar-section ul {
	float: left;
}
/* Start Our Navigation styles */
.navigation-wrapper {
}.navigation-wrapper .top-bar {
	background: none;
	height: 40px;
	margin: 0;
	position: relative;
}.top-bar-section ul li, .top-bar.expanded .title-area{
	background: none;	
}.top-bar-section ul{
	float: left;
}.top-bar-section ul li > a,
 .top-bar-section li:not(.has-form) a:not(.button) {
 	background: none;
	font-size: 13px;
	font-weight: 400;
	font-family: "Source Sans Pro",sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	line-height: 125px;
}.top-bar-section ul li:hover:not(.has-form) > a{
	background: none;
}.top-bar-section li.active:not(.has-form) a:not(.button),
 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:not(.has-form) a:hover:not(.button) {
	color: #ffffff;
	position: relative;
	line-height: 125px;
	background: #356b21;
}.top-bar-section .has-dropdown{
	z-index: 1;	
}.top-bar-section .has-dropdown > a::after {
	border-color: #438A29 transparent transparent transparent;
	top: 50%;
}.top-bar-section .has-dropdown > a:hover::after,
 .top-bar-section .has-dropdown.active > a:hover::after,
 .top-bar-section .has-dropdown.active > a::after {
	border-color: #221e1f transparent transparent transparent;
}.top-bar-section .dropdown {
	background: #438A29;
	padding: 15px 30px;
	top: -100%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	z-index: -2;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}.top-bar-section li:hover .dropdown{
	opacity: 1;
	top: 100%;
}.top-bar-section .dropdown li {
	background: none;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #272420;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 15px;
	text-transform: none;
	text-transform: uppercase;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button),
 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button), 
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button),
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button) {
	color: #221e1f;
	background: none;
	padding: 0 15px;
	line-height: 35px;
}.top-bar-section .dropdown li:not(.has-form) > a:not(.button):before{
	content: "";
	position: absolute;
	left: -20%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button):before, 
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button):before,
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button):before{
	left: 0;
	background: #221e1f;
}.top-bar-section .dropdown li:not(.has-form) > a:not(.button):after{
	content: "";
	position: absolute;
	right: -20%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}.top-bar-section .dropdown li:not(.has-form) > a:hover:not(.button):after,
 .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button):after,
 .top-bar-section .dropdown li.active:not(.has-form) > a:hover:not(.button):after{
	right: 0;
	background: #221e1f;
}.phone-toggle {
	overflow: hidden;
	position: fixed;
	top: 245px;
	right: 0;
	z-index: 10;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-moz-transform: translateX(230px);
	-webkit-transform: translateX(230px);
	-o-transform: translateX(230px);
	-ms-transform: translateX(230px);
	transform: translateX(230px);
}.phone-toggle.flyout {
	right: 0;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}.phone-button-action {
	background: #004078;
	color: #ffffff;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 22px;
	height: 75px;
	line-height: 1.5rem;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 70px;
	cursor: pointer;
}.phone-button-action .fa {
	clear: both;
	display: block;
	font-size: 38px;
	margin: 10px 0 0;
}.phone-button-action, .phone-number {
	float: left;
	height: 75px;
}.phone-number {
	color: #ffffff;
	background: rgba(0,0,0,.8);
	font-family: "Source Sans Pro",sans-serif;
	font-size: 28px;
	line-height: 75px;
	padding: 0 30px;
}.phone-number a {
	color: #ffffff !important;
}.service-group {
	background: rgba(0,0,0,.85);
	border-top: 5px solid #004078;
	bottom: 150px;
	padding: 20px;
	position: absolute;
}.service-group h1,
 .service-group h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
}.scroll-icon-wrapper {
	bottom: 50px;
	position: absolute;
	width: 100%;
	z-index: 0;
}.scroll-icon-wrapper p{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 17px;
	text-shadow: 2px 2px 1px #000000;	
}.scroll-icon-wrapper .scroll-icon {
	width: 30px;
	height: 60px;
	border-radius: 30px;
	border: 4px solid #ffffff;
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}
.scroll-icon-wrapper .scroll-icon::before {
	content:"";
	width: 30px;
	height: 60px;
	border-radius: 30px;
	border: 4px solid rgba(0,0,0,0.8);
	display: block;
	margin: 0 auto;
	position: absolute;
	top:-2px;
	left:-2px;	
	z-index: -1;
}
@keyframes mousewheel {
	0%   {top:5px;}
	50%  {top:30px;}
	100% {top:5px;}
}.scroll-icon-wrapper .scroll-icon::after {
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 2px 2px 1px #000000;
	content: "";
	height: 8px;
	left: calc(50% - 3px);
	position: absolute;
	width: 5px;
	z-index: 0;
	animation-name: mousewheel;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
}.slider-overlay {
	width: 100%;
	height: calc(100vh - 85px);
	clear:both;
	position: relative;
	overflow: hidden;
}.service-slide-show {
	overflow: hidden;
	position: relative;
	top: 2px;
}.service-slide-show .slick-slider {
	margin: 0;
}.service-slide-show .slick-slide {
	position: relative;
	overflow: hidden;
}.service-slide-show .slick-slide article {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}.service-slide-show .slick-slide .slide-service-content{
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 15px 25px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.service-slide-show .slick-slide article h3 {
	color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article h3{	
	opacity: 0;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}.service-slide-show .slick-slide article p {
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;
	line-height: normal;
	margin: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article p{
	opacity: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}.service-slide-show .slick-slide article .button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none;
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article .button{
	border-color: #438A29;
	top: 7.5%;
	left: 7.5%;
	width: 85%;
	height: 85%;
}.service-slide-show .slick-slide article .button span {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	line-height: 45px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: 1px;
	-moz-transform: translate(-50%, -50%) scale(.5);
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-o-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service-slide-show .slick-slide:hover article .button span {
	opacity: 1;
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}.slick-button-container {
	width: 100%;
}.slick-prev, .slick-next{
	height: 100%;
	width: 50px;
	top: 0;
	margin-top: 0;	
	opacity: .5;
}.slick-next::before, .slick-prev::before{
	content:"";
	display: block;
	position: relative;
	height: 30px;
	width: 30px;	
	margin: 0 auto;
}.slick-prev:hover, .slick-prev:focus, 
 .slick-next:hover, .slick-next:focus{
	background: rgba(0,0,0,.45);
	opacity: 1;
}.slick-prev{
	left: 0;	
}.slick-next{
	right: 0;	
}.cta-one {
	background: #272420;
	width: 100%;
	clear: both;
	display: block;
}.cta-one h1 {
	color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 23px;
	font-weight: normal;
	line-height: 52px;
	margin: 30px 0;
	text-transform: uppercase;
}.cta-one .button {
	background: none;
	border: 1px solid #438A29;
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 23px;
	line-height: 52px;
	margin: 0 50px;
	padding: 0 60px;
	text-transform: uppercase;
}.cta-one .button:hover, .cta-one .button:focus {
	background: #438A29;
	color: #202020;
}.home-service-list{
	display: inline;
	margin: 0 5px;	
	color: #ffffff;
}.home-service-list a{
	background: #202020;
	color: #ffffff;	
	font-weight: 600;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.home-service-list a:hover{
	background: #423d3e;	
}.home-service-list .fa{
	color: #438A29;	
	font-size: 12px;
	margin-left: 3px;
}.home-content .button.animate-button {
	margin: 40px auto 20px;
}.button.animate-button.inner-button {
	margin: 60px auto;
}.button.animate-button {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	line-height: 75px;
	background: #438A29;
	color: #FFFFFF;
	text-align: center;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	box-shadow: 0 5px #66c605;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.button.animate-button:hover {
	color: #FFFFFF;
	background: #66c605;
	box-shadow: 0 5px #438A29;
}.button.tiny, 
	button.tiny {
	background: none;
	color: #272420;
	border: 1px solid #272420;
	font-size: 12px;
	line-height: 35px;
	padding: 0 25px;
}.split-wrapper {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}.wrapper-scaled {
	max-width: 800px;
	width: 100%;
}.wrapper-scaled.section-one {
	float: none;
	margin: 0 auto;
	text-align: justify;
	padding: 100px 60px;
}.wrapper-scaled.section-one h1{
	text-transform: uppercase;	
	font-weight: 700;
}.wrapper-scaled.section-one ul{
	color: #438A29;	
	font-size: 15px
}.wrapper-scaled.section-one li span{
	font-weight: 700;
	color: #272420;
}.wrapper-scaled.section-two {
	float: none;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px;
}.split-wrapper .height-adjust {
	position: absolute;
	z-index: -1;
}.divider {
	width: 50%;
	display: block;
	min-height: 1px;
}.service{
	position: relative;	
}.service .service-content{
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 0 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.service .service-content h2{
	color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 46px;
	margin: 0;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;	
}.service:hover .service-content h2{
	opacity: 0;
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}.service .service-content p{
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;
	line-height: normal;
	margin: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service:hover .service-content p{
	opacity: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}.service .button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none;
	border: 1px solid transparent;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service:hover .button{
	border-color: #438A29;
	top: 7.5%;
	left: 7.5%;
	width: 85%;
	height: 85%;
}.service .button span{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	line-height: 45px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: 1px;
	-moz-transform: translate(-50%, -50%) scale(.5);
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-o-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.service:hover .button span{
	opacity: 1;
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}.fertilization-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/land-interior.jpg") no-repeat center / cover;
}.garden-design-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/land-interior.jpg") no-repeat center / cover;
}.water-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/waterinterior.jpg") no-repeat center / cover;
}.retain-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/retainingwallinterior.jpg") no-repeat center / cover;
}.landscape-design-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/land-interior.jpg") no-repeat center / cover;
}.landscaping-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/land-interior.jpg") no-repeat center / cover;
}.outdoor-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/outdoorinterior.jpg") no-repeat center / cover;
}.night-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/nightinterior.jpg") no-repeat center / cover;
}
.natural-landscaping-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/naturalinterior.jpg") no-repeat center / cover;
}
.com-vertical{
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2016/02/com.jpg") no-repeat center / cover;
}

.gallery{
	padding: 0 5px;
	margin-bottom: 10px;	
}.main-overlay{
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    top: 0;
    left: 5px;
    background: rgba(0,0,0,.5);
    z-index: 1;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.gallery:hover .main-overlay{
	background: rgba(0,0,0,.8);	
}.gallery img{
    width: 100%;
}.gallery h2{
    margin: 0;
    -moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.gallery:hover h2{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}.gallery-hr {
	margin: 25px auto;
	width: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.gallery:hover .gallery-hr {
	width: 80%;
}.gallery-content{
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    z-index: 2;
    text-align: center;
}.gallery-button{
    margin: 0;
    -moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.gallery:hover .gallery-button{
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;	
}.gallery-button span{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    border: 2px solid #438A29;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.gallery-button span:hover{
	background: #438A29;
	color: #202020;	
}.gallery .gallery-images{
	display: none;	
}.gallery-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.95);
    z-index: 10;
}.gallery-images{
    position: relative;
    z-index: 1;
}.gallery-image{
    position: absolute;
    top: -30px;
    z-index: 0;
}.gallery-image.current{
    z-index: 1;
    opacity: 1;
}.controls{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}.disable{
    display: none;
}.exit{
    position: absolute;
    top: 50px;
    right: 50px;
}.exit .fa{
    font-size: 35px;
    color: #202020;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    background: #b4b4b4;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.exit:hover .fa{
	background: #438A29;
	color: #ffffff;
}.next .fa{
    font-size: 80px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    background: none;
    border: 2px solid transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 200px;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.next:hover .fa{
	background: #438A29;
	border-color: #ffffff;
}.previous .fa{
    font-size: 80px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    background: none;
    border: 2px solid transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 200px;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.previous:hover .fa{
	background: #438A29;
	border-color: #ffffff;
}.gallery-captions{
    position: absolute;
    top: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}.gallery-thumbs{
    position: absolute;
    bottom: 0;
    width: 100vw;
    text-align: center; 
    z-index: 1;
}.gallery-thumb{
    width: 100px;
    height: 80px;
    border: 2px solid transparent;
    opacity: .5;
    cursor: pointer;
}.gallery-thumb.current, .gallery-thumb:hover{
    opacity: 1;
    border-color: #ffffff;
}
/* Default Styles */
#wpadminbar {display: none !important;}
body {
	font-family: "Source Sans Pro", sans-serif;
}h1, h1 a {
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.27em;
	margin: 10px 0 25px;
}h2 {
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	line-height: 1.5rem;
	margin: 10px 0 25px;
}h3 {
	color: #438A29;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.6em;
	line-height: 22px;
	margin: 10px 0 25px;
}h4 {
	font-family: "Source Sans Pro", sans-serif;
	color: #438A29;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.5rem;
	margin: 10px 0 25px;
}p {
	font-family: "Source Sans Pro", sans-serif;
	color: #272420;
	font-size: 15px;
	margin: 0 0 20px;
}ul {
	list-style-type: none;
}.row.full {
	max-width: 100%;
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.vertical-padding {
	padding-top: 45px;
	padding-bottom: 45px;
}.strip-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}.contain-to-grid {
	background: none !important;
}.contain-to-grid .top-bar {
	max-width: 75em;
}.footer-wrapper {
	background: #FFFFFF;
	width: 100%;
	display: block;
	clear: both;
	float: left;
	padding: 25px 0 0 0;
}.footer-inner-wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}.footer-wrapper .social-icons .fa {
	color: #272727;
	font-size: 33px;
	line-height: 50px;
	margin: 0 5px;
	width: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;	
	transition: all 300ms ease;
}.footer-wrapper .social-icons .fa:hover {
	color: #438A29;	
}.contact-page-wrapper .wrapper-scaled.section-one {
	padding: 15px 30px;
}.service-hours time {
	font-size: 14px;
	font-family: "Source Sans Pro", sans-serif;
}.service-hours time b {
	color: #438A29;
	font-size: 16px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
	}.contactForm input {
	border: 1px solid #272420;
	color: black;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 300;
	height: 50px;
	margin: 0 0 20px;
	padding: 0 10px;
	width: 100%;
}.contactForm textarea {
	padding: 10px;
	border: 1px solid #272420;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
	min-height: 100px;
	margin: 0 0 20px;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: top;
}.contactForm .submitWrapper {
	text-align: center;
}.contactForm .submitWrapper span.submit {
	background-color: #fafafa;
	border: 1px solid #272420;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 65px;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
	transition: all 500ms ease;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #438A29;
	border: 1px solid #438A29;
	color: #FFFFFF;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.contact-information-wrapper {
	margin: 40px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #438A29;
}.contact-information-wrapper p {
	color: #272420;
	font-size: 22px;
	font-weight: 300;
	line-height: 50px;
	margin: 0;
}p.contact-title {
	font-family: "Source Sans Pro", sans-serif;
	color: #151515;
	font-size: inherit;
	margin: 15px 0;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}.disclaimer p {
	font-size: 12px;
}.disc-pre-image {
	color: #999999;
	line-height: normal;
	margin: 30px 0 0;
}.lnm-image > img {
	margin: 0 0 50px;
	max-width: 120px;
	opacity: 0.3;
}
/*start custom css*/
/* ============================================================
   GLOBAL — A-1 REDESIGN (Montserrat headings, brand tokens)
   ============================================================ */
body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #4A4A4A;
}h1, h2, h3, h4, h1 a {
	font-family: 'Montserrat', sans-serif;
}.row.wide {
	margin: 0 auto;
	max-width: 96rem;
	width: 100%;
}.btn-primary {
	display: inline-block;
	background: #4A8B08;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 34px;
	-webkit-transition: background-color 300ms ease, transform 300ms ease;
	transition: background-color 300ms ease, transform 300ms ease;
}.btn-primary .fa {
	margin-left: 10px;
}.btn-primary:hover, .btn-primary:focus {
	background: #3C7206;
	color: #FFFFFF;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
/* ============================================================
   HEADER — WHITE BAR
   ============================================================ */
header.site-header {
	background: #FFFFFF;
	height: auto;
	float: none;
	clear: both;
	position: relative;
	z-index: 20;
	box-shadow: 0px 6px 28px 0px rgba(0,64,124,0.08);
}.site-header .header-bar {
	float: none;
}.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.9375rem;
}.header-actions {
	display: flex;
	align-items: center;
}.header-phone {
	display: inline-flex;
	align-items: center;
	margin-left: 26px;
	background: #4A8B08;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 12px 22px;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-transition: background-color 300ms ease, transform 300ms ease;
	transition: background-color 300ms ease, transform 300ms ease;
}.header-phone .fa {
	margin-right: 8px;
}.header-phone:hover, .header-phone:focus {
	background: #3C7206;
	color: #FFFFFF;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}.header-logo {
	display: block;
	line-height: normal;
	padding: 14px 0;
}.header-logo img {
	width: auto;
	height: auto;
	margin: 0;
}.site-header .top-bar {
	background: none;
	height: auto;
	margin: 0;
}.site-header .top-bar-section {
	position: static;
}.site-header .top-bar-section ul {
	float: none;
	background: none;
}.site-header .top-bar-section ul li {
	background: none;
}.site-header .top-bar-section ul li > a,
 .site-header .top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 84px;
	text-transform: uppercase;
	position: relative;
}.site-header .top-bar-section li:not(.has-form) a:not(.button)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 26px;
	width: 0;
	height: 3px;
	background: #4A8B08;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}.site-header .top-bar-section li.active:not(.has-form) a:not(.button),
 .site-header .top-bar-section ul li:not(.has-form) a:hover:not(.button) {
	background: none;
	color: #4A8B08;
	line-height: 84px;
}.site-header .top-bar-section li.active:not(.has-form) a:not(.button)::after,
 .site-header .top-bar-section ul li:not(.has-form) a:hover:not(.button)::after {
	width: 24px;
}
/* ============================================================
   HERO
   ============================================================ */
.hero-section {
	position: relative;
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/new-home-2.jpg") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.74) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.74) 100%);
	z-index: 1;
}.hero-inner {
	position: relative;
	z-index: 2;
}.hero-content {
	padding-top: 26vh;
	padding-bottom: 26vh;
}.hero-title {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 2px 18px rgba(0,0,0,0.35);
}.hero-subtitle {
	color: rgba(255,255,255,0.92);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 22px 0 0;
}
/* ============================================================
   INTRO
   ============================================================ */
.intro-section {
	background: #FFFFFF;
}.intro-inner {
	padding-top: 9vh;
	padding-bottom: 7vh;
}.intro-text {
	padding: 0 10%;
}.intro-lead {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.32;
	margin: 0 0 22px;
}.intro-accent {
	color: #4A8B08;
}.intro-body {
	color: #6B7280;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}
/* ============================================================
   SERVICES
   ============================================================ */
.services-section {
	background: #FFFFFF;
	padding-top: 2vh;
	padding-bottom: 9vh;
}.section-heading {
	display: inline-block;
	position: relative;
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 78px;
	margin: 0;
}.section-heading::before,
 .section-heading::after {
	content: "";
	position: absolute;
	top: 56%;
	width: 100%;
	height: 2px;
	background: #4A8B08;
}.section-heading::before {
	left: 100%;
}.section-heading::after {
	right: 100%;
}.services-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1.4vw;
	margin: 5vh 0 0;
}.service-item {
	text-align: center;
	padding: 18px 8px;
	-webkit-transition: transform 300ms ease;
	transition: transform 300ms ease;
}.service-item:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}.service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #F4F7FA;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}.service-item:hover .service-icon {
	background: #E9F1EA;
}.service-label {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 16px 0 0;
}
/* ============================================================
   GALLERY CTA — SPLIT
   ============================================================ */
.cta-section {
	background: #F3F3F3;
}.cta-inner {
	display: flex;
	align-items: stretch;
}.cta-inner .columns {
	float: none;
	padding: 0;
}.cta-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #f1f1f1;
}.cta-text-inner {
	padding: 9vh 6vw;
}.cta-eyebrow {
	color: #4A8B08;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0 0 16px;
}.cta-heading {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin: 0 0 22px;
}.cta-body {
	color: #6B7280;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 30px;
}.cta-photo {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/new-home-3.jpg") no-repeat center center;
	background-size: cover;
	min-height: 480px;
}
/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
	background: #FFFFFF;
	float: none;
	padding: 0;
	clear: both;
}.footer-top {
	display: flex;
	align-items: center;
	padding-top: 6vh;
	padding-bottom: 5vh;
}.footer-top .columns {
	float: none;
}.footer-logo img {
	max-height: 64px;
	width: auto;
	height: auto;
}.footer-nav-col .footer-link {
	display: inline-block;
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1.6;
	text-transform: uppercase;
	margin: 0 14px;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}.footer-nav-col .footer-link:hover {
	color: #4A8B08;
}.footer-contact {
	text-align: left;
}.footer-contact-item {
	color: #4A4A4A;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 8px;
}.footer-contact-item .fa {
	color: #4A8B08;
	margin-right: 8px;
}.footer-contact-link {
	color: #4A4A4A;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}.footer-contact-link:hover {
	color: #4A8B08;
}.bbb-seal {
	border: 0;
	height: 71px;
}.footer-bottom {
	background: #062448;
}.footer-bottom-inner {
	padding-top: 22px;
	padding-bottom: 22px;
}.footer-copy {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 0;
}.footer-disclaimer {
	color: rgba(255,255,255,0.42);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	line-height: 1.6;
	max-width: 920px;
	margin: 0 auto 14px;
}.site-footer .lnm-image > img {
	margin: 0;
	max-width: 120px;
	opacity: 0.55;
}
/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero {
	position: relative;
	background-size: cover;
	overflow: hidden;
}.page-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.42) 0%, rgba(6,36,72,0.74) 100%);
	background: linear-gradient(180deg, rgba(6, 36, 72, 0.42) 0%, rgb(0 0 0 / 74%) 100%);
	z-index: 1;
}.page-hero-inner {
	position: relative;
	z-index: 2;
}.page-hero-content {
	padding-top: 13vh;
	padding-bottom: 13vh;
}.page-hero-title {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0px 2px 18px rgba(0,0,0,0.35);
}.page-hero-subtitle {
	color: rgba(255,255,255,0.92);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	margin: 18px 0 0;
}.about-hero {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/about-header-img.jpg") no-repeat center center;
	background-size: cover;
}.gallery-hero {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/about-header-img.jpg") no-repeat center center;
	background-size: cover;
}
/* ============================================================
   ABOUT — STORY SPLIT
   ============================================================ */
.story-section {
	background: #FFFFFF;
}.story-inner {
	display: flex;
	align-items: stretch;
    padding: 5vh 0;
}.story-inner .columns {
	float: none;
	padding: 0;
}.story-text {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: #FFFFFF;
}.story-text-inner {
	padding: 9vh 6vw;
}.heading-bar::before {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #4A8B08;
	margin: 0 0 26px;
}.story-heading {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0 0 24px;
}.story-accent {
	color: #4A8B08;
}.story-body {
	color: #6B7280;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 20px;
}.story-body:last-child {
	margin-bottom: 0;
}.story-photo {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/about-img2.jpg") no-repeat center center;
	background-size: cover;
	min-height: 480px;
}
/* ============================================================
   ABOUT — SERVICES + CTA VARIANTS
   ============================================================ */
.about-services {
	background: #FAFAFA;
	padding-top: 9vh;
}.about-cta-text {
	justify-content: flex-start;
}.cta-heading-accent {
	color: #4A8B08;
}.about-cta-photo {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/new-about-cta-photo.jpg") no-repeat center center;
	background-size: cover;
}.cta-closing {
	color: #4A4A4A;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
}.gallery-wrapper h2 {
	display: none;
}
/* ============================================================
   CONTACT — HERO + TEAM + INFO
   ============================================================ */
.contact-hero {
	background: url("https://a1wallsandlandscaping.com/wp-content/uploads/sites/5141/2026/06/about-header-img.jpg") no-repeat center center;
	background-size: cover;
}.team-section {
	background: #FFFFFF;
	padding-top: 9vh;
	padding-bottom: 9vh;
}.team-intro {
	padding-bottom: 4vh;
}.team-heading {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 22px;
}.team-heading::before {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #4A8B08;
	margin: 0 auto 26px;
}.team-accent {
	color: #4A8B08;
}.team-lead {
	color: #6B7280;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 14%;
	margin: 0;
}.team-col {
	margin-top: 2vh;
}.team-card {
	background: #FFFFFF;
	text-align: center;
}.team-photo {
	display: block;
	width: 100%;
	min-height: 230px;
	background-size: cover;
	background-position: center center;
}.team-photo-1 {
	background-color: #062448;
}.team-photo-2 {
	background-color: #5E7D54;
}.team-photo-3 {
	background-color: #7D97B5;
}.team-name {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 26px 0 8px;
}.team-title {
	color: #4A8B08;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 18px;
}.team-divider {
	display: block;
	width: 40px;
	height: 2px;
	background: #4A8B08;
	margin: 0 auto 18px;
}.team-email {
	color: #00407C;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin: 0;
}.team-email .fa {
	color: #4A8B08;
	margin-right: 8px;
}.team-email a {
	color: #00407C;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}.team-email a:hover {
	color: #4A8B08;
}.contact-info-section {
	background: #FAFAFA;
	padding-top: 7vh;
	padding-bottom: 7vh;
    border-bottom: 1px solid #4a8b08;
}.contact-info-item {
	padding: 2vh 0;
}.contact-info-item + .contact-info-item {
	border-left: 1px solid #E0E0E0;
}.contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	color: #4A8B08;
	font-size: 26px;
	margin-bottom: 14px;
}.contact-info-label {
	color: #00407C;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 8px;
}.contact-info-value {
	color: #4A4A4A;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	margin: 0;
}.contact-info-link {
	color: #4A4A4A;
	-webkit-transition: color 300ms ease;
	transition: color 300ms ease;
}.contact-info-link:hover {
	color: #4A8B08;
}.gallery-wrap {
	overflow: hidden;
}
/*end custom css*/

@media only screen and (max-width: 1680px) {
.footer-nav-col .footer-link {
    font-size: 10px;
}.footer-contact {
    width: 20%;
}.footer-nav-col {
    width: 25%;
}
}
@media only screen and (max-width: 1400px) {
.footer-brand {
    width: 20%;
}.footer-contact {
	width: 25%;
}.footer-nav-col .footer-link {
    margin: 0 8px;
}
}

@media only screen and (max-width: 1200px) {
	.hero-title {
		font-size: 40px;
	}.services-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 2vw;
	}.cta-heading {
		font-size: 28px;
	}.intro-lead {
		font-size: 26px;
	}.page-hero-title {
		font-size: 38px;
	}.story-heading {
		font-size: 26px;
	}.team-heading {
		font-size: 26px;
	}.team-lead {
		padding: 0 6%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	header.header-wrapper{
		height: auto;	
	}.header-company-title a{
		text-align: center;
	}.navigation-wrapper {
		padding: 0;
	}.header-wrapper .social-icons p {
		margin: 20px 0 0;
		text-align: center;
	}.social-icons a {
		float: left;
	}.header-wrapper .social-icons p .fa{
		border: 2px solid;
		margin: 0 2px;
		float: right;	
	}.slider-overlay{
		height: calc(100vh - 200px);	
	}.service-slide-show .slick-slide:hover article h3,
	 .service-slide-show .slick-slide:hover article p{
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0); 
	}.service-slide-show .slick-slide article .slide-service-content .button{
		position: relative;
		opacity: 1;
		width: auto;
		margin: 0;
		padding: 0;
		top: auto;
		left: auto;
		border: 2px solid #438A29;
		-moz-transform: translate(0);
		-webkit-transform: translate(0);
		-o-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0); 
	}.service-slide-show .slick-slide article .slide-service-content .button span{
		opacity: 1;
		position: relative;
		top: auto;
		left: auto;
		-moz-transform: translate(0) scale(1);
		-webkit-transform: translate(0) scale(1);
		-o-transform: translate(0) scale(1);
		-ms-transform: translate(0) scale(1);
		transform: translate(0) scale(1); 
	}.slick-next, .slick-prev{
		display: none!important;
	}.home-service-list{
		display: inline-block;
	}.home-service-list a{
		line-height: 3;	
	}.wrapper-scaled {
		max-width: 800px;
	}.split-wrapper {
		width: 100%;
	}.split-wrapper .height-adjust {
		width: 800px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}.split-wrapper .height-adjust {
		max-width: 100%;
		position: relative;
	}.service .service-content{
		padding: 0 25px;
	}.service .service-content h2,
	 .service:hover .service-content h2 {
		color: #ffffff;
		font-family: "Source Sans Pro",sans-serif;
		font-size: 40px;
		font-weight: bold;
		line-height: 46px;
		margin: 0;
		text-transform: uppercase;
	}.service .service-content p,
	 .service:hover .service-content p {
		color: #438A29;
		font-family: "Source Sans Pro",sans-serif;
		font-size: 19px;
		font-style: italic;
		font-weight: 600;
		line-height: normal;
		margin: 0;
		text-shadow: 1px 1px 1px #000000;
	}.service:hover .service-content h2,
	 .service:hover .service-content p{
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0); 	
 	}.service .service-content .button,
	 .service:hover .service-content .button{
		border: 2px solid #438A29;
		display: block;
		height: auto;
		width: 100%;
		left: auto;
		margin: 10px 0 0;
		opacity: 1;
		padding: 0;
		position: relative;
		top: auto;
	}.service .service-content .button span{
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
		-moz-transform: translate(0) scale(1);
		-webkit-transform: translate(0) scale(1);
		-o-transform: translate(0) scale(1);
		-ms-transform: translate(0) scale(1);
		transform: translate(0) scale(1);
	}.gallery .main-overlay{
		background: rgba(0,0,0,.8);	
	}.gallery h2{
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}.gallery .gallery-hr {
		width: 80%;
	}.gallery .gallery-button{
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;	
	}.gallery-button span{
		background: #438A29;
		color: #202020;	
	}.gallery-images{
		width: 100vw;
		height: 100vh;
		z-index: 0;
	}.gallery-image{
		max-width: 100vw;
		max-height: 100vh;
		top: 50%;
	}.gallery-thumbs{
		display: none;	
	}.gallery-captions{
		z-index: 1;
		top: 0;
		line-height: 72px;
		background: rgba(0,0,0,.8);	
	}.controls {
		height: 72px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}.exit {
		float: right;
		position: relative;
		right: auto;
		top: auto;
	}.exit .fa{
		background: #438A29;
		color: #202020;
		border: none;
		width: 72px;
		line-height: 72px;
	}.next .fa, .previous .fa{
		font-size: 50px;
		line-height: 72px;
		width: 72px;
		position: relative;
		float: left;
		background: #438A29;
		color: #202020;
		border: none;
		right:auto;
		left: auto;	
	}.google-map{
		height: 300px!important;
	}
}

@media only screen and (max-width: 1024px) {
.site-header .top-bar {
    height: 45px;
	width: 100%;
}.top-bar .toggle-topbar.menu-icon a span:hover:after {
	box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black !important;
}.top-bar.expanded {
    height: 100%;
}.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black !important;
}.header-phone {
	display: none;
}.header-inner {
	padding: 0;
	flex-direction: column;
}.top-bar-section.section {
    text-align: center;
}.site-header .top-bar-section ul li > a, .site-header .top-bar-section li:not(.has-form) a:not(.button), .site-header .top-bar-section li.active:not(.has-form) a:not(.button), .site-header .top-bar-section ul li:not(.has-form) a:hover:not(.button) {
	padding-left: 0;
}.header-actions {
    width: 100%;
}.cta-text-inner {
	text-align: center;
}.footer-top {
		flex-direction: column;
		text-align: center;
	}.footer-top .columns {
		width: 100%;
		margin-bottom: 54px;
	}.footer-nav-col, .footer-contact {
		text-align: center;
	}.bbb-seal {
		margin: 12px auto 0;
		display: block;
	}.section-heading::before, .section-heading::before {
    left: 1%;
}.section-heading::before, .section-heading::after {
    width: 10%;
}.cta-inner, .story-inner {
    flex-wrap: wrap;
}.heading-bar::before {
    margin: 0 auto 26px;
}.story-text-inner {
	text-align: center;
}
}

@media only screen and (max-width: 767px) {
	h1, h2{
		text-align: center;	
	}.wrapper-scaled.section-one{
		padding: 20px;	
	}.header-company-title a{
		font-size: 17px;
	}.header-company-title > a img{
		width: 300px;
	}header.header-wrapper {
		position: relative;
		height: auto;
	}.header-wrapper .social-icons {
		float: left !important;
		position: relative;
		z-index: 10;
	}header.header-wrapper .social-icons p {
		margin: 0;
		line-height: 45px;
		position: absolute;
	}.navigation-wrapper{
		background: #438A29;	
		height: auto;
	}.navigation-wrapper .top-bar {
		margin: 0;
		height: 45px;
	}.top-bar-section ul{
		height: calc(100vh - 100px);	
	}.top-bar-section li:not(.has-form) a:not(.button),
	 .top-bar-section li.active:not(.has-form) a:not(.button),
	 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
	 .top-bar-section ul li:not(.has-form) a:hover:not(.button){
		line-height: 45px;
	}.top-bar-section .dropdown{
		background: #438A29;
		padding: 15px 30px;
		top: -100%;
		left: 100%;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
		z-index: auto;	
	}.top-bar-section .dropdown li {
		height: 40px;
	}.service-group{
		bottom: 0;	
	}.phone-toggle {
		overflow: hidden;
		position: fixed;
		right: 0;
		top: calc(100% - 45px);
		width: 100%;
		z-index: 10;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}.phone-toggle.flyout {
		right: 0;
		-moz-transform: translateY(-70px);
		-webkit-transform: translateY(-70px);
		-o-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}.phone-button-action {
		width: 100%;
		background: #438A29;
		border-top: #ffffff;
	}.phone-button-action .text br {
		display: none;
	}.phone-button-action .fa {
		clear: none;
		display: inline-block;
		font-size: 28px;
		margin: 0 0 0 10px;
		vertical-align: middle;
	}.phone-button-action, .phone-number {
		height: auto;
	}.phone-number {
		display: block;
		font-size: 28px;
		line-height: 70px;
		padding: 0;
		text-align: center;
		width: 100%;
	}.phone-number a {
		color: #FFFFFF !important;
	}.service-slide-show{
        top: 0;
    }.service-slide-show .slick-slide article p{
		display: none;	
	}.service-slide-show .slick-slide:hover article h3{
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0); 
	}.service-slide-show .slick-slide article .slide-service-content .button{
		position: relative;
		opacity: 1;
		width: auto;
		margin: 0;
		padding: 0;
		top: auto;
		left: auto;
		border: 2px solid #438A29;
		-moz-transform: translate(0);
		-webkit-transform: translate(0);
		-o-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0); 
	}.service-slide-show .slick-slide article .slide-service-content .button span{
		opacity: 1;
		position: relative;
		top: auto;
		left: auto;
		-moz-transform: translate(0) scale(1);
		-webkit-transform: translate(0) scale(1);
		-o-transform: translate(0) scale(1);
		-ms-transform: translate(0) scale(1);
		transform: translate(0) scale(1); 
	}.slick-prev, .slick-next{
		display: none!important;	
	}.service .service-content{
		padding: 0 25px;
	}.service .service-content h2,
	 .service:hover .service-content h2 {
		color: #ffffff;
		font-family: "Source Sans Pro",sans-serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 46px;
		margin: 0;
		text-transform: uppercase;
	}.service .service-content p,
	 .service:hover .service-content p {
		color: #438A29;
		font-family: "Source Sans Pro",sans-serif;
		font-size: 15px;
		font-style: italic;
		font-weight: 600;
		line-height: normal;
		margin: 0;
		text-shadow: 1px 1px 1px #000000;
	}.service:hover .service-content h2,
	 .service:hover .service-content p{
		opacity: 1;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0); 	
 	}.service .service-content .button,
	 .service:hover .service-content .button{
		border: 2px solid #abd332;
		display: block;
		height: auto;
		width: 100%;
		left: auto;
		margin: 10px 0 0;
		opacity: 1;
		padding: 0;
		position: relative;
		top: auto;
	}.service .service-content .button span{
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
		-moz-transform: translate(0) scale(1);
		-webkit-transform: translate(0) scale(1);
		-o-transform: translate(0) scale(1);
		-ms-transform: translate(0) scale(1);
		transform: translate(0) scale(1);
	}.home-service-list{
		display: inline-block;	
	}.home-service-list a{
		line-height: 4;	
	}.cta-one .button{
		margin: 0;
	}.button.animate-button {
		width: 90%;
	}.contact-information-wrapper p {
		font-size: 15px;
	}.gallery .main-overlay{
		background: rgba(0,0,0,.8);	
	}.gallery h2{
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}.gallery .gallery-hr {
		width: 80%;
	}.gallery .gallery-button{
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;	
	}.gallery-button span{
		background: #abd332;
		color: #202020;	
	}.gallery-images{
		width: 100vw;
		height: 100vh;
		z-index: 0;
	}.gallery-image{
		max-width: 100vw;
		max-height: 100vh;
		top: 50%;
	}.gallery-thumbs{
		display: none;	
	}.gallery-captions{
		z-index: 1;
		top: 0;
		line-height: 72px;
		background: rgba(0,0,0,.8);	
	}.controls {
		height: 72px;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}.exit {
		float: right;
		position: relative;
		right: auto;
		top: auto;
	}.exit .fa{
		background: #abd332;
		color: #202020;
		border: none;
		width: 72px;
		line-height: 72px;
	}.next .fa, .previous .fa{
		font-size: 50px;
		line-height: 72px;
		width: 72px;
		position: relative;
		float: left;
		background: #abd332;
		color: #202020;
		border: none;
		right:auto;
		left: auto;	
	}.contact-information-wrapper{
		padding: 7px;	
	}.contact-information-wrapper p{
		word-wrap: break-word;	
	}.google-map{
		height: 300px!important;
	}	.header-inner {
		flex-direction: column;
		padding: 12px 0.9375rem;
	}.header-actions {
		flex-direction: column;
		width: 100%;
	}.header-phone {
		margin: 12px 0 0;
		justify-content: center;
		width: 100%;
	}.header-logo {
		padding: 8px 0;
	}.site-header .top-bar-section ul li > a,
	 .site-header .top-bar-section li:not(.has-form) a:not(.button),
	 .site-header .top-bar-section li.active:not(.has-form) a:not(.button),
	 .site-header .top-bar-section ul li:not(.has-form) a:hover:not(.button) {
		line-height: 45px;
	}.site-header .top-bar-section li:not(.has-form) a:not(.button)::after {
		display: none;
	}.hero-content {
		padding-top: 12vh;
		padding-bottom: 12vh;
	}.hero-title {
		font-size: 30px;
	}.hero-subtitle {
		font-size: 13px;
		letter-spacing: 2px;
	}.intro-lead {
		font-size: 23px;
	}.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw;
	}.cta-inner {
		flex-direction: column;
	}.cta-text-inner {
		padding: 7vh 7vw;
	}.cta-heading {
		font-size: 26px;
	}.cta-photo {
		min-height: 280px;
	}.page-hero-content {
		padding-top: 9vh;
		padding-bottom: 9vh;
	}.page-hero-title {
		font-size: 30px;
	}.page-hero-subtitle {
		font-size: 15px;
	}.story-inner {
		flex-direction: column;
	}.story-text {
		width: 100%;
	}.story-text-inner {
		padding: 7vh 7vw;
	}.story-photo {
		width: 100%;
		min-height: 280px;
	}.story-heading {
		font-size: 24px;
	}.team-heading {
		font-size: 24px;
	}.team-lead {
		padding: 0;
	}.team-col {
		margin-bottom: 36px;
	}.team-col:last-child {
		margin-bottom: 0;
	}.contact-info-item {
		margin-bottom: 28px;
	}.contact-info-item + .contact-info-item {
		border-left: 0;
	}.section-heading::after {
    right: 1%;
}
}