@charset "UTF-8";
/* CSS Document */

html {
    box-sizing: border-box;
    line-height: 1.6;
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    background: #283434;
}
@media screen and (max-width: 48em) {
    body {

    }
}

body p {
    font-size: 14px;
    line-height: 1.8em;
}

.fh-container {
    background: #ede9e6;
    margin: 1vh;
    border-radius: 5px;
    box-sizing: content-box;
    padding: 0px;
    overflow: hidden;
    min-height: 98vh;
    box-sizing: border-box;
    padding-bottom: 100px;
    position: relative;
}

a {
    color: #136d41!important;
}

h1,h2,h3,h4,h5,h6 {
    color: #666;
    font-weight: bold;
}

#bodyTd {
    box-shadow: none!important;
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 500px) {
    #bodyTd {
        margin: 0px;
    }
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 2em;
}

@media screen and (max-width: 48em) {
    .container {
        padding: 0!important;
    }
}
.header-main {
    padding: 15px;
}
@media screen and (max-width: 48em) {
    .header-main {
    }
}
.header-main {

}

.header-main .container {
    max-width: 1100px;
}

.header-main:after {
    content: '';
    display: table;
    clear: both;
}

.identity {
    width: 17%;
    height: 100px;
    display: block;
    float: left;
    max-width: 260px;
}
@media screen and (max-width: 48em) {
    .identity {
        width: 200px;
        height: 80px;
        text-align: left;
        max-width: none;
    }
}
@media screen and (min-width: 48em) and (max-width: 1213px) {
    .identity {
        width: 130px;
        height: 80px;
    }
    .header-social {
        display: none;
    }
    #bodyTd {
    }
}

.menu-main-container {
    float: right;
    padding: 35px 0px 0px;

    .close-mobile-menu {
        display: none;
    }

    @media screen and (max-width: 500px) {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        width: 100%;
        z-index: 9999;
        padding: 50px 20px 20px;
        bottom: 0px;
        box-sizing: border-box;

        .close-mobile-menu {
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            font-size: 70px;
            font-weight: 100;
        }

        body.show_mobile_menu & {
            display: block;
        }
    }
}

@media screen and (min-width: 48em) and (max-width: 1213px) and (orientation: landscape) {
    .menu-main-container {
        margin-top: 44px!important;
    }
    #bodyTd {
        margin-top: 0px;
    }
}

@media screen and (min-width: 48em) and (max-width: 990px) {
    .menu-main-container {
        margin-top: 0px!important;
    }
}

.identity img {
    height: 85px;
    width: auto;

    @media screen and (max-width: 500px) {
        height: 60px;
        padding: 13px;
    }
}

.header-social {
    float: right;
    margin: 4em 1.3em 0 0;
}
@media screen and (max-width: 48em) {
    .header-social {
        display: none;
    }
}
.header-social .social-item {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0 0 1em;
}
.header-social .social-item .icon {
    fill: #9dc884;
    width: 100%;
    height: 100%;
}
.nav-mobile {
    display: none;
}
@media screen and (max-width: 48em) {
    .nav-mobile {
        font-family: sans-serif;
        display: block;
        background: #b6dbb2;
        color: #000!important;
        font-weight: bold;
        text-decoration: none;
        width: 40px;
        height: 40px;
        float: right!important;
        line-height: 40px;
        text-align: center;
        margin: 1em 0 0 0;
    }
}

.menu-main-container {

}
.menu-main-container ul, .menu-main-container li {
    margin: 0;
    padding: 0;
    display: inline;
}
.menu-main-container .menu {
    float: right;
}
@media screen and (max-width: 48em) {
    .menu-main-container .menu {
        float: none;
    }
}
.menu-main-container ul, .menu-main-container li {
    margin: 0;
    padding: 0;
    display: inline;
}
@media screen and (max-width: 48em) {
    .menu-main-container ul, .menu-main-container li {
        display: block;
    }
}
.menu-main-container .menu-item {
    position: relative;
    padding: 0 0 1em 0;
}
@media screen and (max-width: 48em) {
    .menu-main-container .menu-item {
        padding: 0;
    }
}
.menu-main-container .menu-item a {
    text-decoration: none;
    color: #3f3f3f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    transition: color 0.15s;
    line-height: 1.2;
    padding: 0.5em 0.75em;
}

@media screen and (max-width: 48em) {
    .menu-main-container .menu-item a {
        display: block;
        color: #136d41;
        padding: 1em;
    }
}
ul.sub-menu {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    left: 0;
    top: 100%;
    padding: 1em;
    margin: 0 0 0 -1em;
    width: 250px;
    animation: fadeIn 0.25s;
}
@media screen and (min-width: 48em) {
    .menu-main-container .menu-item:hover ul.sub-menu {
        display: block;
    }
}
ul.sub-menu .menu-item a {
    display: block;
}



.container {
    max-width: 1100px;
    margin: auto;
    padding: 0 2em;
}
.column {
    float: left;
    padding: 0 1em;
}
.column.column-full {
    width: 100%;
}
@media screen and (max-width: 48em) {
    .column.column-full {
        box-sizing: border-box;
    }
}

.information-title {
    font-size: 3em;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
    color: #fff;
}


.plant-search-box {
    background-color: #7e8d78;
    background-image: url('img/home-back.png');
    background-size: 440px auto;
    background-position: bottom right;
    background-repeat: repeat-x;
    padding: 50px 15px 100px;
}
.plant-search-box h1 {
    font-size: 3em;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
    color: #2e2c2d;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 470px;
    margin-bottom: 30px;
}
.plant-search-box .plant-search-box-inner-container {
    max-width: 1100px;
    margin: auto auto;
}
.plant-search-box .plant-search-box-inner {
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    max-width: 500px;
}
.plant-search-box .loc {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.plant-search-box .loc input {
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    padding: 7px 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    height: 30px;
}
.plant-search-box .dst {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.plant-search-box .dst select {
    width: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 7px 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    height: 30px;
}
.plant-search-box .name {
    display: inline-block;
    background: #FFF;
    height: 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    float: left;
    width: 60%;
}
.plant-search-box .name input {
    border: none;
    outline: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.plant-search-box .submit {
    display: inline-block;
    height: 30px;
    background: #fdd35b;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    float: left;
    text-align: center;
    width: 40%;
}
.plant-search-box .submit span {
    display: inline-block;
    width: 100px;
    height: 30px;
    cursor: pointer;
    padding: 5px 0px;
}

.plant-search-map {
    margin-bottom: 10px;
    padding: 12px;
    height: 400px;
    display: none;
}

.plant-search-map iframe {
    width: 100%;
}

.plant-list-img {
    margin-bottom: 30px;
    overflow: visible;
    margin-left: -12px;
    margin-right: -12px;
}

.plant-list-img h2 {
    padding: 12px;
}

.plant-list-img .plant-single {
    width: 24.5%;
    padding: 12px;
    box-sizing: border-box;
    transition: all 200ms linear;
    opacity: 1;
    display: inline-block;
    box-sizing: border-box;
}
@media screen and (max-width: 48em) {
    .plant-list-img .plant-single {
        width: 50%;
    }
}
.plant-list-img .plant-single .img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/nc_gp_plant_3.gif');
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}
.plant-list-img .plant-single .img .innerimg {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.plant-list-img .plant-single label {
    display: block;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 52px;
    min-height: 75px;
    margin-top: 12px;
}
.plant-list-img .plant-single .price {
    text-align: center;
    display: block;
    width: 100%;
    color: #999;
    font-size: 20px;
    font-weight: bold;
}

.nursery-details {
    overflow: auto;
    margin-bottom: 40px;
}
.nursery-details .left-col {
    width: 70%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
}
.nursery-details .right-col {
    width: 30%;
    float: right;
}
.nursery-details .right-col img {
    width: 100%;
    float: right;
}
.plant_pic {
    margin-bottom: 30px;
    display: inline-block;
}

.slider-cont {
    overflow: hidden;
    position: relative;
    background: #CCC;
    margin-bottom: 10px;
}
.slider-cont img {
    top: 0px;
    left: 0px;
    width: 100%;
}
.slider-cont .hidden {
    display: none;
}
.slider-cont .visible {
    display: block;
}

.slider-cont .prev,
.slider-cont .next {
    position: absolute;
    z-index: 9;
    background: #ccc;
    color: #FFF;
    font-size: 13px;
    padding: 2px 4px 0px;
    border-radius: 3px;
    top: 5px;
    left: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.slider-cont .prev img,
.slider-cont .next img {
    float: none;
    position: relative;
    height: 23px;
    width: 23px;
}
.slider-cont .next {
    left: inherit;
    right: 5px;
}

.suppliers_by_plant {
    overflow: auto;

}
.suppliers_by_plant > div {
    overflow: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #666;
}
.suppliers_by_plant >div img {
    float: left;
    margin-right: 20px;
}
.suppliers_by_plant > div .col1 {
    float: left;
    width: 320px;
}
.suppliers_by_plant > div .col2 {
    float: left;
    width: 320px;
}
@media screen and (max-width: 48em) {
    .suppliers_by_plant >div img  {
        margin-bottom: 10px;
        float: none;
    }
    .suppliers_by_plant > div .col1 {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .suppliers_by_plant > div .col2 {
        float: none;
        width: 100%;
    }
}
.suppliers_by_plant > div .col1 span,
.suppliers_by_plant > div .col2 span {
    display: block;
    clear: both;
}

.find-a-pro-cats {
    margin-left: -10px;
    margin-right: -10px;
    overflow: auto;
}
.find-a-pro-cats > div {
    display: inline-block;
    margin: 0px 10px 20px;
    float: left;
    width: 23.2%;
}
@media screen and (max-width: 48em) {
    .find-a-pro-cats {
        margin-left: 0px;
        margin-right: 0px;
    }
    .find-a-pro-cats > div {
        width: 100%;
        float: none;
        margin: 0px;
    }
}
.find-a-pro-cats > div > a {
    display: block;
    height: 280px;
    background: #666;
}
.find-a-pro-cats > div > a > span {
    display: table;
    height: 100%;
    width: 100%;
}
.find-a-pro-cats > div > a > span > span {
    display: table-row;
    text-align: center;
    vertical-align: middle;
}
.find-a-pro-cats > div > a > span > span > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    color: #FFF;
    font-weight: bold;
}

.filter_services {
    background: #E5E5E5;
    box-sizing: border-box;
    width: 50%;
    margin-top: 20px;
    padding: 20px 0px;
    margin-bottom: 30px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 5px 12px 0px rgb(0 0 0 / 30%);
    position: relative;
    overflow: auto;
}
@media screen and (max-width: 48em) {
    .filter_services {
        width: 100%;
    }
}

.filter_services > div {
    display: inline-block;
    padding: 0px 20px;
    box-sizing: border-box;
}
.filter_services > div label {
    display: block;
    clear: both;
    color: #666;
    font-weight: bold;
    margin-bottom: 3px;
}

.filter_services > div input, .filter_services > div select {
    background: transparent;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    font-size: 20px;
    border: none;
    outline: none;
}

.filter_services .loc {
    width: 39%;
    border-right: solid 1px #666;
    float: left;
}

.filter_services .dst {
    width: 39%;
    float: left;
}

.filter_services .submit {
    width: 20%;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}
@media screen and (max-width: 48em) {
    .filter_services .loc {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #666;
        float: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .filter_services .dst {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #666;
        float: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .filter_services .submit {
        text-align: center;
        position: relative;
        border-right: none;
        float: none;
        margin-top: 0px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .filter_services .submit span {
        width: 90%;
        background: #ccc;
        border-radius: 5px;
        margin: auto auto;
        width: 90%!important;
        border-radius: 4px!important;
    }
}

.filter_services .submit span {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    transition: all 100ms linear;
}
.filter_services .submit span:hover {
    background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 48em) {
    .filter_services .submit span:hover {
        background: none;
    }
}
.filter_services .submit svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}
.plant-list-findmsg {
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/flowers-greenprints.jpg');
    background-repeat: no-repeat;
    width: 100%;
}
.plant-list-findmsg  > div {
    width: auto;
    max-width: 1100px;
    margin: auto auto;
    padding: 60px 0px;
}
.plant-list-findmsg > div span {
    font-weight: bold;
    font-size: 50px;
    max-width: 400px;
    display: inline-block;
}
@media screen and (max-width: 48em) {
    .plant-list-findmsg  > div {
        padding: 60px 30px;
    }
    .plant-list-findmsg > div span {
        font-size: 30px;
        max-width: 60%;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.loading-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading-overlay-content-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loading-overlay-content-text {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

@keyframes rotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}       

.loading .loading-overlay {
    display: block;
}








.footer {
    background-color: #7e8d78;
    padding: 4px 15px;
    text-align: center;
    color: #000;
    height: auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content {
    padding: 15px;
    color: #2d2d2d;
    font-size: 14px;
}

.content > * {
    max-width: 1100px;
    margin: auto;
}

.content h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #304968;
    margin-bottom: 12px;
}

.content h3 {
    font-size: 16px;
    font-weight: 300;
    color: #304968;
    margin-bottom: 12px;
}

.content.teal {
    background: #779597;
    color: #fff;
}

.content.teal h2,
.content.teal h3 {
    color: #fff;
}

/* selection highlight color */
::selection {
    background: #fdd35b;
    color: #000;
}
/* #fdd35b */


.plant-list-img {

}

.plant-list-img .img_slider {
    position: relative;
    min-height: 350px;
}

.plant-list-img .img_slider .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.plant-list-img .img_slider .img.visible {
    opacity: 1;
}

.plant-list-img .img_slider .img .innerimg {
}


.plant-list-img .img_slider .prev, .plant-list-img .img_slider .next {
    position: absolute;
    top: 50%;
    height: 26px;
    margin-top: -13px;
    left: 0px;
    background: #fff;
    z-index: 9;
    color: #000;
    padding: 5px 12px 0px;
    text-transform: uppercase;
    cursor: pointer;
}
.plant-list-img .img_slider .next {
    right: 0px;
    left: inherit;
}

.garden-centers-with h1 {
    font-weight: normal;
}

.garden-centers-with .plant_gallery {
    overflow: auto;
    margin-bottom: 20px;
    column-count: 6;
    column-gap: 10px;
}

.garden-centers-with .plant_gallery .plant_pic {
    width: 350px;
    height: 350px;
    break-inside: avoid;
    max-width: 100%;
}

.garden-centers-with .plant_gallery .plant_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}