/* Top CTA Bar */

.top-bar-back {
    background-color: #3fae29;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    text-align: right;
	padding-right:20px;
	overflow:auto;
}
.top-bar-back a {
color: #000;
}

/* Navigation */

.nav-back {
    background-color: none;
}
.dropdown-menu {
    background-color: none;
    border: 0px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-brand {
    color: #fff;;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #1d3060;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
    font-weight: 500;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: none;
    color: #fff;
}
.dropdown-menu > li > a {
    color: #fff;
    }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #1d3060 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #1d3060;
}
  .navbar-default .navbar-nav > .active {
  color:#fff;
  }

/* typography */

.entry-title {
    color: #1d3060;
    font-size: 32px;
    font-weight: bold;
    }
body {
    font-size: 18px;
    line-height: 1.4;
	font-family: 'Lato', sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
    color: #1d3060;
    font-weight: bold;
	font-family: "Bebas Neue", sans-serif;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}

a {
color:#3fae29;
}

/* format align */

.space {
	height:20px;
}
.footer-pad {
    margin-top: 0;
}
.img-right, .alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.img-left, .alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
img, iframe {
max-width:100%;
}

/* Commonly Used Formatting */

.center {text-align:center;}
.bold {text-align:bold;}
.white {color:#fff;}
.black {color:#000;}

/* Contact Form 7 Customization */

.wpcf7-text, .wpcf7-textarea {
	max-width:100%;
	border-radius:8px;
	padding:5px; 
}
.wpcf7-textarea {
	height:75px;
}
label {
       font-weight: normal;
}

/* footer */

.footer {
    background-color: #1d3060;
    padding-top: 20px;
	color:#fff;
}
.footer a {
color:#fff;
}


.main-cta-text {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
	line-height:1.2em;
    margin-top: 30px;
	margin-bottom:10px;
}
.sub-cta-text {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
}
.cta-button {
    background-color: #428bca;
    border-radius: 5px;
    width: 200px;
    padding: 8px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2em;
}

.main-cta-text-sm {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sub-cta-text-sm {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
	padding-top:10px;
}

/* benefits or service buckets section */

.svc-title {
text-align:center;
font-weight:bold;
font-size:24px;
}
.svc-text {
text-align:center;
padding:10px;
}
.svc-btn {
width:70%;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:1px;
border-color:#ff6018;
text-align:center;
color:#ff6018;
margin-top:20px;
}

/* common-elements */

.white-outline-button {
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}
.solid-button {
	background-color:#000;
    border-color: #fff;
    border-style: solid;
    color: #fff;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    width: 70%;
}

.home-page-titles {
color:#000;
font-weight:bold;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:10px;
line-height: 1.3em;
text-transform:uppercase;
}


/* search */
.search {
    width: 30%;
    position: relative;
    margin-left: auto;
    margin-right: 80px;
}

.searchTerm {
    float: left;
    width: 110%;
    border: 3px solid #3fae29;
    padding: 10px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus{
  color: #3fae29;
}

.searchButton {
  position: absolute;  
  right: -50px;
  width: 20px;
  height: 26px;
  border: 1px solid #3fae29;
  background: #3fae29;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
 }

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* custom-elements */


 .hero {
            position: relative;
            width: 100%;
            height: 100vh;
            background: url('/wp-content/uploads/2025/04/AdobeStock_1141883696-scaled.jpeg') no-repeat center center;
            background-size: cover;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        .hero-overlay {
            background: rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 20px;
			color:white;
        }
        .btn-green {
            background-color:#1d3060;
            color: white !important;
            padding: 10px 20px;
            font-size: 18px;
            border: none;
			radius:0px !important;
        }
        .btn-green:hover {
            background-color: darkgreen;
        }
		.top-text {
    color: white;
    font-size: 44px;
}
.nav-back {margin-top:20px;}

 .landscaping-section {
            position: relative;
            width: 100%;
            height: 400px;
            background: url('/wp-content/uploads/2025/04/landscaping.png') no-repeat center center;
            background-size: cover;
        }
		 .ol-section {
            position: relative;
            width: 100%;
            height: 400px;
            background: url('/wp-content/uploads/2025/04/outdoorliving.jpg') no-repeat center center;
            background-size: cover;
		 }
		  .putt-section {
            position: relative;
            width: 100%;
            height: 400px;
            background: url('/wp-content/uploads/2025/04/putting.jpeg') no-repeat center center;
            background-size: cover;
		 }
		  .lawn-section {
            position: relative;
            width: 100%;
            height: 400px;
            background: url('/wp-content/uploads/2025/04/lawncare.jpeg') no-repeat center center;
            background-size: cover;
		 }
		 
        .landscaping-text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            font-size: 24px;
            font-weight: bold;
        }
  .landscaping-text a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}
        .landscaping-text a:hover {
            text-decoration: underline;
        }
		
		.footer h3 {
            margin-bottom: 15px;
        }
        .footer .divider {
            width: 50px;
            height: 2px;
            background-color: white;
            margin-bottom: 10px;
        }
        .footer a {
            color: white;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .footer .social-icon {
            font-size: 20px;
            margin-top: 10px;
        }
.dropdown-menu {
    background-color: #1d3060;
	font-size:18px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	    background-color: #1d3060;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:  #1d3060 !important !important;
}