/* #Site Styles

Blue - #006600 / 35, 97,147
Gray - #6C6E70

================================================== */
body {
    background: #E6EFE7;
}

body.page-pages {
    transition: all ease 0.3s;
}

#form1 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* TOP */
.fixed-top {
}

/* HEADER */
.header-wrap {
    position: fixed;
    z-index: 1000;
    width: 100%;
    transition: all ease 0.3s;
    text-align: center;
    top: 0;
    height: 180px;
}

.stuck .header-wrap {
    top: 0;
    background: rgb(0, 102, 0);
    background: linear-gradient(90deg, rgba(0, 102, 0, 0.96) 0%, rgba(0, 61, 0, 0.96) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    height: 80px;
}

.nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.stuck .nav {
    padding-top: 0px;
}

.header-wrap .logo {
    width: 120px;
    display: block;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 300;
    transition: all ease 0.3s;
}

/* Larger than mobile */
@media (min-width: 800px) {
    .header-wrap .logo {
        width: 160px;
    }
}

/* Larger than mobile */
@media (min-width: 1000px) {
    .header-wrap .logo {
        width: 190px;
        left: 2rem;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1300px) {
    .header-wrap .logo {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 300;
        transition: all ease 0.3s;
    }
}

.header-wrap .phone {
    position: absolute;
    right: 1rem;
    padding: .5rem 1rem;
    border-radius: 100rem;
    width: 1-0px;
    box-sizing: border-box;
    top: 50%;
    color: #fff;
    font-size: 1.2rem;
    border: 2px solid #fff;
    text-align: center;
    letter-spacing: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    z-index: 300;
    transition: all ease 0.3s;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .header-wrap .phone {
        width: 160px;
    }
}

/* Larger than mobile */
@media (min-width: 1000px) {
    .header-wrap .phone {
        position: absolute;
        right: 2rem;
        padding: .5rem 2rem;
        border-radius: 100rem;
        top: 50%;
        width: 180px;
        color: #fff;
        font-size: 1.5rem;
        border: 2px solid #fff;
        text-align: center;
        letter-spacing: 3px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-decoration: none;
        z-index: 300;
        transition: all ease 0.3s;
    }
}

.header-wrap .phone:hover {
    background: #fff;
    color: #006600;
}

.header-wrap .gift-card {
    position: absolute;
    right: 0;
    padding: .25rem 1rem;
    border-radius: 1rem 0 0 1rem;
    top: 30px;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    z-index: 300;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .header-wrap .gift-card {
        position: absolute;
        right: 0;
        padding: .25rem 2rem;
        border-radius: 1rem 0 0 1rem;
        top: 40px;
        width: auto;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        z-index: 300;
    }
}

.stuck .header-wrap .gift-card {
    display: none;
}

.header-wrap .gift-card i {
    padding-left: 1rem;
    display: inline-block;
}

.header-wrap img {
    width: 100%;
    display: block;
}

/* CONTENT */
.content-wrap {
    position: relative;
    text-align: left;
    background: #fff;
    padding: 0;
    padding-bottom: 10rem;
    min-height: 400px;
    z-index: 400;
}

.home-category-wrapper {
    background: #fff;
}

.main {
    min-height: 500px;
}

.content-wrap .container {
    z-index: 300;
}

/* HERO */
.hero {
    height: 30vw;
    min-height: 200px;
    max-height: 400px;
    position: relative;
    z-index: 300;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-base {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 300;
    border-top: 2rem solid rgba(0, 102, 0, 0.7);
}

.hero-base:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.pagename-wrap {
    background: #fff;
    z-index: 400;
    position: relative;
}

/* SERVICES */
.service-wrapper {
    background: #fff;
    position: relative;
    z-index: 800;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

@media (min-width: 900px) {
    .service-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-intro {
        margin-top: -200px;
    }
}

.service-wrapper h2 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 4rem;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    height: 200px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 1rem 1rem 0 0;
    transition: background ease 0.3s;
}

.service-wrap:hover h2 {
    background: rgba(0, 0, 0, 0.4);
}

.service-wrap {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    transition: all ease 0.5s;
    position: relative;
    cursor: pointer;
    background: #E6EFE7;
    padding: 4rem;
    padding-bottom: 2rem;
    text-align: left;
    font-size: 1.4rem;
    color: #002200;
    padding-top: 200px;
    border-radius: 1rem;
    text-decoration: none;
}

.service-wrap:after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 1rem 1rem 0 0;
}

.service-wrap:nth-of-type(1):after {
    background-image: url(../Userfiles/Hero-Images/annuals.jpg);
}

.service-wrap:nth-of-type(2):after {
    background-image: url(../Userfiles/Hero-Images/perennials.jpg);
}

.service-wrap:nth-of-type(3):after {
    background-image: url(../Userfiles/Hero-Images/interior-plants.jpg);
}

.service-wrap:nth-of-type(4):after {
    background-image: url(../Userfiles/Hero-Images/potting-soil.jpg);
}

.service-wrap:nth-of-type(5):after {
    background-image: url(../Userfiles/Hero-Images/vines.jpg);
}

.service-wrap:nth-of-type(6):after {
    background-image: url(../Userfiles/Hero-Images/fruit-trees.jpg);
}

.service-wrap p {
    margin-bottom: 0;
    padding: 0;
}

.service-wrap h2 {
    color: #fff;
    font-size: 2rem;
    min-height: 3vw;
}

@media (min-width: 800px) {
    .service-wrap h2 {
        font-size: 3rem;
    }
}

.service-wrap:hover {
    color: #fff;
    text-decoration: none;
    background: #006600;
}

/* QUOTE */
.quote-wrap {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom right;
    position: relative;
    padding: 6rem 0;
    padding-bottom: 12rem;
    text-align: center;
}

.quote-wrap h3 {
    font-style: normal;
    font-size: 4.5rem;
    text-transform: capitalize;
}

.quote-wrap .quote {
    position: relative;
    width: 100%;
    font-weight: 300;
}

.quote-wrap .quote li {
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .quote-wrap .quote {
        position: relative;
        width: 100%;
        font-size: 2.2rem;
        font-weight: 300;
    }
}

.quote-wrap .quote strong {
    display: block;
    width: 100%;
    margin: 2rem 0;
    position: relative;
    font-style: normal;
    color: #006600;
}

.quote-wrap .button {
    position: relative;
    font-style: normal;
    margin-bottom: 0;
    font-size: 120%;
    padding: 2rem 4rem;
}

/* FOOTER TAGLINE */
.footer-tagline-wrap {
    background: #003d00;
    color: #fff;
    z-index: 400;
    position: relative;
    text-align: center;
    z-index: 300;
    padding: 5rem 0;
    padding-bottom: 15rem;
}

.footer-tagline-wrap .container {
    z-index: 400;
}

.footer-tagline-wrap:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: url(../Userfiles/template/grass-bottom.svg);
    background-repeat: no-repeat;
    z-index: 3;
    background-position: center;
}

.flower-footer {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    z-index: 2;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
    .flower-footer {
        position: absolute;
        bottom: 15px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
        z-index: 2;
    }
}

.tagline-title {
    width: 100%;
    display: block;
    font-weight: 800;
    color: #fff;
    position: relative;
    font-size: 4rem;
    margin-bottom: 2rem;
    line-height: 1;
    text-align: center;
}

.button.tagline-button {
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10rem;
    margin: 0 auto;
    background: transparent;
    right: 0;
}

.button.tagline-button:hover {
    color: #006600;
    background: #fff;
}

/* FOOTER */
.footer-wrap {
    padding: 3rem 0;
    position: relative;
    z-index: 2;
    background: #E6EFE7;
    text-align: center;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-wrap .container {
        background-size: 350px;
    }
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 100px;
    max-width: 100%;
}

.footer-nav {
    padding: 2rem 0;
}

.footer-nav .ul2 {
    display: none;
}

.footer-nav ul, .footer-nav li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-nav li {
        display: inline-block;
    }
}

.footer-nav li a {
    text-decoration: none;
    font: 600 1.5rem / 2 'Hepta Slab', serif;
    padding: 0 .75rem;
    transition: all ease 0.3s;
}

.hours {
    font-weight: 600;
    font-size: 1.4rem;
}

.address-wrap {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.address {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    max-width: 160px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.address span {
    display: block;
}

.address span:first-of-type {
    font-weight: bold;
}

.address span a {
    text-decoration: none;
    color: #003D00;
}

.credits {
    font-size: 1.3rem;
    opacity: 0.5;
}

.credits a {
    text-decoration: none;
    color: #003D00;
}

/* #Page Specific Styles
================================================== */

/* Home Slider */
.slider-wrap {
    top: 0;
    width: 100%;
    z-index: 300;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.slider-wrap .container {
    height: 100%;
}

.slider-wrap .slider-text {
    position: relative;
    opacity: 1;
    left: 0;
    bottom: 0;
    padding: 4rem;
    max-width: 400px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    z-index: 12;
    font-size: 1.4rem;
    transition: all ease 0.4s;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.slider-wrap .slider-text .button, .slider-wrap .slider-text p:last-of-type {
    margin-bottom: 0;
}

/* Larger than mobile */
@media (min-width: 800px) {
    .slider-wrap .slider-text {
        position: absolute;
        padding: 3rem 4rem;
        border-radius: 0 10rem 0 0;
    }
}

.slider-wrap .slider-text h1, .slider-wrap .slider-text h2, .slider-wrap .slider-text h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.slider-wrap .slider-text a.button {
    margin-top: 0rem;
    width: 100%;
    max-width: 300px;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    body.stuck2 .slider-wrap .slider-text, body.stuck2 .slider-wrap .slider-text-bg {
        opacity: 0;
    }
}

.slider-wrap .gal-image-wrap {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.slider-wrap .gal-image-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 61, 0, 0.0) 50%);
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .slider-wrap .gal-image-wrap:before {
        height: 40%;
    }

    .slider-wrap .gal-image-wrap:after {
        height: 50%;
    }
}

.recent-post {
    position: relative;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    background: rgba(0, 61, 0, 1);
    z-index: 2300;
    padding: 4rem;
    color: #fff;
    font-size: 1.4rem;
    box-sizing: border-box;
}

.recent-post p:empty {
    display: none;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .recent-post {
        position: absolute;
        lright: 1rem;
        bottom: 1rem;
        width: 240px;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgba(0, 61, 0, 0.8);
        z-index: 2200;
        padding: 2rem;
        padding-left: 3rem;
        border-radius: 1rem;
        color: #fff;
        font-size: 1.4rem;
    }
}

.recent-post a, .recent-post h2 {
    color: #fff;
    margin: 0;
}

.recent-post h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.recent-post .button {
    background: #fff;
    color: #003D00;
    max-width: 130px;
}

.recent-post .button:hover {
    background: #E6EFE7;
    color: #003D00;
}

.form-general .fc-error, .form-general .fc-error {
    border: 0;
    margin: 0;
    padding: 1rem 0rem;
    display: block;
    background: none;
}

.form-general .fc-error p, .form-general .fc-error p {
    margin: 0px;
    color: #cc0000;
    line-height: 1;
}

.form-general p {
    margin: 0;
}

.form-general ul {
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.form-general li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-general ul.show-bullets li {
    margin-bottom: 1rem;
    margin-left: 2rem;
    list-style: disc;
}

.form-general input[type=text], .form-general input[type=email], .form-general input[type=tel], .form-general select, .form-general textarea {
    width: 100%;
    max-width: 600px;
}

.form-general input[type=checkbox] {
    margin: 0;
    margin-right: .5rem;
}

/* Career Form */
.career-form {
}

.career-form input[type=text], .career-form input[type=email], .career-form select, .career-form textarea {
    width: 100%;
    max-width: 100%;
}

/* Home Video Background */
.home-slider, .video-background-wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    aspect-ratio: 16/9;
}

.video-background-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 61, 0, 0.0) 50%);
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    z-index: 10;
}

#video-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-slider, .owl-stage-outer, .owl-stage, .owl-item {
    display: block;
    height: 100%;
}

.hidden {
    display: none !important;
}

.teak .store-only {
    display: block;
}

.map-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 2300;
    background: rgba(255, 255, 255, 0.81);
    color: rgb(0, 102, 0);
    padding: 0;
    padding-right: 2rem;
    border-radius: 10rem;
    text-decoration: none;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 4px solid rgba(0, 102, 0, 1);
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 1rem;
    transition: all ease 0.3s;
    text-decoration: none;
}

.map-button:hover {
    background: #fff;
    bottom: 3rem;
    text-decoration: none;
}

.map-button i {
    background: rgba(0, 102, 0, 1);
    width: 24px;
    height: 24px;
    margin-left: -4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    padding: 1rem;
}

.map-button span {
    font-weight: 600;
    line-height: 1;
    font-size: 1.6rem;
    font-family: 'Hepta Slab', serif;
}
