/**
 * Theme Name: Woodbrook
 * Theme URI: https://rethemed.com
 * Description: A custom child theme.
 * Version: 1.0
 * Author: Your Name
 * Author URI: https://rethemed.com
 * Tags: light
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template: restaurantpro
 */
 .hide-no-plant-title, .hide-no-plant{
    display: none;
 }
.classifi-page {
    margin-top: 65px !important;
}
h2.search-res-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: normal;
}
.elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 20px;
}
.elementor-element .elementor-post__thumbnail__link {
    width: 100%;
}
.elementor-element .elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 1px solid #35753e;
}
.elementor-posts .elementor-post__thumbnail {
    position: relative;
}
.elementor-posts-container .elementor-post__thumbnail {
    overflow: hidden;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}
.elementor-posts-container .elementor-post__thumbnail img {
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}
.elementor-posts--skin-classic:not(.elementor-posts-masonry) {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
}
.elementor-grid-3 .elementor-grid {
    /* grid-template-columns: repeat(3,1fr); */
}
.elementor-posts--skin-classic {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

 a.elementor-post__read-more {
    border: none;
    border-bottom: 2px solid #35753e;
    border-radius: 0;
    font-size: 13px !important;
    color: #333 !important;
    padding: 2px 5px;
}

a.elementor-post__read-more:hover {
    background-color: #35753e;
    color: white !important;
}
 span.plnt-fr-nqr {
    font-size: 0;
    padding: 0px 60px;
    position: relative;
    display: block;
}

span.plnt-fr-nqr:before {
    content: "INQUIRE";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
 aside#custom_html-2 {
    margin-bottom: 20px;
}
 ul.related-to-this-plant li:last-child {
    margin-right: 0 !important;
}
 .menu .sub-menu a:hover {
    margin-left: 0 ;
}
.mobile-navigation .menu-mobile {
    background: #35753e;
}
 table.dataTable {
    margin-top: 10px !important;
    display: inline-block;
}
.filter-wrapper {
    color: #333;
        float: left;
    padding-left: 20px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}
 html {
  /* scroll-behavior: smooth; */
}
.hide-this-tr {
    display: none;
}
tbody.wb-plant-inv-list tr td:nth-child(4) {
    text-align: center;
}
#plant-filter ul li.init {
    background-image: url(https://woodbrooknativeplantnursery.com/wp-content/uploads/2021/11/up-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 10px;
    background-size: 10px;
    transition: .3s;
}
#plant-filter ul li.init.class-active{
    background-image: url(https://woodbrooknativeplantnursery.com/wp-content/uploads/2021/11/down-arrow.png);
}
.add_itm_inv_btn a {
    border-radius: 50px;
    background-color: #35753e;
    border: 2px solid #35753e;
}

.add_itm_inv_btn a:hover {
    background-color: transparent !important;
    color: #35753e!important;
}
 .woodbrook-plant-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    /* min-height: 500px; */
 }
 .woodbrook-plant-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 47%);
    z-index: 0;
}
.woodbrook-plant-banner .container{
    top: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10%;
    z-index: 1;
    position: relative;
}
.woodbrook-plant-banner .container h1 {
    color: white;
    font-weight: 700;
}
.woodbrook-divider {
    background-size: cover;
    background-position: center;
    padding: 40px;
    margin-top: 0;
    position: relative;
}
.woodbrook-divider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(1 24 6 / 60%);
    z-index: 0;
}
.woodbrook-plant-collection {
    padding: 20px;
    background-color: #d4e7d2;
    margin-bottom: 50px;
}
.woodbrook-container-divider h3 {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 35px;
}
h3.woodbrook-loop-plant__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
}
.woodbrook-plant-thumbnail{
    box-shadow: -7px 7px 0px 0px rgb(74 92 8 / 30%);
}

.woodbrook-plant-details{
    background-color: rgb(74 92 8 / 30%);
    margin-left: -7px;
    margin-right: 7px;
    margin-top: 7px;
    padding: 5px 15px 20px !important;
}
.woodbrook-view-plant-button {
    border: none;
    border-bottom: 2px solid #35753e;
    border-radius: 0;
    font-size: 11px !important;
    color: #333 !important;
}
.woodbrook-default-thumb {
    background-color: #e7e7e7;
    padding: 20px;
}
table.op-table tr:last-child th {
    border: none;
}
.woodbrook-plant-gallery {
    max-width: 399px;
}
.woodbrook-plant-nav-item {
    padding: 5px;
}
.woodbrook-plant-nav-item > div {
    min-height: 60px !important;
    background-size: cover;
    background-position: center;
}
.contact-info-widget.default i {
    line-height: 40px !important;
}
.woodbrook-plant-nav-item.slick-current:after {
    content: "";
    width: calc(100% - 10px);
    height: 5px;
    position: absolute;
    bottom: -2px;
    background: #35753e;
    transition: .3s;
}

.woodbrook-plant-nav-item.slick-current {
    position: relative;
}
#woodbrook-plant-single-content {
    width: 70%;
}

.plant-content {
    float: left;
    width: 50%;
}
.plant-holder:hover {
    cursor: pointer;
}
.single .wide-container {
    padding-top: 9rem;
}
.footer-related-plants {
    margin-top: 25px !important;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 0 !important;
    position: relative;
    min-height: 265px;
}
.map-responsive iframe {
    /* left: 0; */
    /* top: 0; */
    height: 100%;
    width: 100%;
    position: relative;
}
#plant-table thead tr th {
    text-align: center;
}
#plant-table tr.checkmarks td:first-child, #plant-table tr.checkmarks td:nth-child(5) {
    border-right: 1px solid #35753e;
}
#plant-table tr.checkmarks td:not(:first-child) {
    text-align: center;
}
#plant-table tr.checkmarks.row_odd, #this-plant-inv-list tbody tr:nth-child(odd) {
    background-color: #edf7ef;
}
#plant-table tr.table_head th {
    white-space: nowrap;
}
.menu li.current-menu-item > a{
    color:white !important;
}
header.with-bg-color .menu li.current-menu-item > a{
    color:#35753e !important;
}
/* sidebar featured plants */
ul.plant-list-featured {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.plant-list-featured li {
    display: inline-block;
    width: 100%;
}
.wb-featured-image {
    max-width: 65px;
    float: left;
}
.wb-plant-details-left {
    float: left;
    width: calc(100% - 65px);
    padding-left: 9px;
}
.wb-plant-details-left a {
    color: #333333;
    font-weight: 700;
}
/* inventory list */
.dataTables_scrollBody {
    height: auto !important;
    max-height: none !important;
}
.italic {
    font-style: italic;
}
a.link-dark {
    color: #252525;
}

a.link-dark:hover {
    text-decoration: underline;
}
.wb-plant-feat-details a {
    border: none !important;
}
.wb-plant-feat-details a span:not(.italic) {
    text-decoration:underline;
}
.wb-plant-feat-details a span.italic {
    display: block;
    font-style: italic;
    font-size: 13px;
    line-height: 10px;
}
.content-wb-plants {
    width: 100%;
    /* padding-bottom: 70px; */
}
.dataTables_scroll {
    padding-top: 10px !important;
    /* display: inline-block; */
}
.woodbrook-plant-details h3 {
    line-height: normal;
    margin-top: 0px;
}
.woodbrook-plant-details a i {
    color: #333;
}
.wb-class-title {
    background-color: #35753e;
    color: white;
    font-weight: bold;
    font-size: 23px;
}
table#wb-plant-growing thead tr th {
    /* white-space: nowrap; */
}
table#wb-plant-growing thead tr td:first-child, table#wb-plant-growing tbody tr td:first-child {
    border-right: 1px solid #35753e;
}
table#wb-plant-growing tbody tr td h5 {
    color: #54595F;
    font-weight: 600;
}
table#wb-plant-growing > tbody tr.wb-list-growing {
    background-color: white !important;
}
table#wb-plant-growing > tbody tr.wb-list-growing td {
    border-right: none !important;
}
table#wb-plant-growing thead tr:nth-child(2) th:nth-child(4) {
    /* border-right: 1px solid white; */
}

table#wb-plant-growing {
    /* overflow: hidden; */
}
#wb-plant-growing thead tr.wb-plant-header > th {
    position:sticky;
    text-align: center;
    border-right: 1px solid white !important;
    padding: 0;
    vertical-align: baseline;
}
thead.wb-growth-header tr th table tr td {
    border-bottom: 1px solid white !important;
    text-align: center;
}
thead.wb-growth-header tr th table {
    margin: 0;
    border: none !important;
}

thead.wb-growth-header tr th table tr th {
    border: none;
}
#wb-plant-growing thead tr.wb-plant-header th:last-child {
    border-right: none !important;
}
table#wb-plant-growing > tbody tr td:nth-child(6) {
    border-right: 1px solid #35753e;
}
table#wb-plant-growing > tbody tr td:not(:first-child) {
    text-align: center;
    padding: 15px 10px;
    white-space: pre-wrap;
}
table#wb-plant-growing > tbody tr td:not(:first-child) img{
    margin:0 auto;
    display: block;
}
table#wb-plant-growing > tbody tr:nth-child(odd) {
    background-color: #edf7ef;
}
table#wb-plant-growing thead tr {
    /* display: table-row; */
}
table#wb-plant-growing thead tr th {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    top: 80px;
    z-index: 1;
    padding: 15px 10px;
    text-align: center;
}
thead.wb-growth-header th {
    /* padding: 0; */
}
.plant-section-title-margin{
    margin-top: 130px;
}
.plant-section-title-mobile{
    margin-top:20px;
}
/* table.dataTable thead th {
    position: relative;
    background-image: none !important;
    
    
}

table.dataTable thead .sorting:before {
    content: "";
    background-image: url(https://woodbrooknativeplantnursery.com/wp-content/uploads/2021/11/up-and-down-white.png) !important;
    background-size: 13px;
    width: 15px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    
}
table.dataTable thead .sorting_asc:before {
    background-image: url(https://woodbrooknativeplantnursery.com/wp-content/uploads/2021/11/up-arrow.png) !important;
    background-size: 9px;
    background-position: right center;
}
table.dataTable thead .sorting_desc:before {
    background-image: url(https://woodbrooknativeplantnursery.com/wp-content/uploads/2021/11/down-arrow.png) !important;
    background-size: 9px;
    background-position: right center;
} */
div.a-tags {
    padding: 40px 0;
}
.if-no-plant {
    color: #132f24;
    text-align: center;
}
div#plant-filter {
    position: absolute;
    width: 100%;
    left: 0;
    top:0px;
    color: white;
    z-index: 9;
    text-align: center;
    /* -webkit-backface-visibility: hidden; */
}
.filter-fixed{
    /* position:fixed !important; */
    top:80px !important;
    /* -webkit-backface-visibility: hidden; */
}
.plant-filter-container {
    display: inline-block;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto !important;
    background-color:#d4e7d2;
    padding: 35px 15px 20px;
    box-shadow: 0px 10px 11px -12px #1a3c19;
}
.plant-fil-drop {
    float: left;
    margin-right: 20px;
    text-align: left !important;
    display: flex;

}
.plant-fil-drop ul:before{
    position: absolute;
    margin-top: -23px;
    font-size: 13px;
    color: #132f24;
    font-weight: 500;
    text-transform: uppercase;
}
div#plant-filter a {
    color: white;
    width: 100%;
    display: inline-block;
}
div#plant-filter ul {
    padding: 0;
    list-style: none;
    margin: 0;
    /* position: absolute; */
    
    /* display: contents; */
    /* height: 0;
    overflow: hidden;
    margin: 0;
    transition: .3s; */
}
ul#native-filter-option:before {
    content: "Plant Type";
}

ul#class-filter-option:before {
    content: "Plant Classification";
}
.h-auto{
    height: auto !important;
}

.wb-list-my-plants {
    column-count: 3;
    column-gap: 2vw;
}
li.entry.product.type-plant {
    margin-right: 0 !important;
    margin-bottom: 30px;
    display: inline-block;
}
.wb-inv-form form select, .wb-inv-form form input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
}
.wb-inv-form form .pods-submit{
        margin-top: 30px;
}
li.entry.product.type-plant.plant-non-native .wc-product-image{
    position: relative;
}
li.entry.product.type-plant.plant-non-native .wc-product-image:after {
    position: absolute;
    content: '';
    bottom: 40px;
    right: 1px;
    z-index: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid green;
}
li.entry.product.type-plant.plant-non-native .wc-product-image:before {
    content: "NON NATIVE";
    position: absolute;
    right: 1px;
    bottom: 20px;
    color: white;
    background: #132f24;
    z-index: 2;
    font-size: 11px;
    padding: 0px 9px;
    box-shadow: -2px 3px 5px -3px #18382b;
}
ul.sub-menu li.current-menu-item.current_page_item {
    color: #132f24 !important;
    background: #132f24;
}
#wb-plant-growing thead tr.wb-plant-header th:first-child {
    padding: 10px;
    border: none;
}
@media only screen and (max-width: 1131px) {
    .wb-list-my-plants {
        column-count: 3;
        column-gap: 3vw;
    }
}
@media only screen and (max-width: 1104px) {
    .wb-list-my-plants {
        column-count: 3;
        /* column-gap: 38px; */
    }
}
@media (max-width: 800px){
    .site {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: none;
        transform: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .filter-fixed {
        top: 0px !important;
    }
    ul.sub-menu li.current-menu-item.current_page_item {
        /* color: #132f24 !important;
        backgrou nd: #132f24;*/
    }
    .menu-mobile-items li.current-menu-item.current_page_item > a {
        color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }
    li.current_page_parent.current_page_ancestor > a, li.current_page_item > a{
        background: #132f24;
        color:white;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 767px) {
    li.entry.product.type-plant {
        width: calc(51% - 25px);
        margin: 15px;
        vertical-align: top;
    }
    .filter-wrapper {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    td.child ul {
        width: 100%;
    }
    table#wb-plant-growing > tbody tr td:not(:first-child) {
        white-space: initial;
    }
    table#wb-plant-growing > tbody tr td:not(:first-child) img {
        margin: 0 0 0 auto;
    }
    table#wb-plant-growing > tbody tr td:not(:first-child) {
        text-align: left;
    }
    table#wb-plant-growing > tbody tr td:before {
        top: 15px;
        /* display: contents; */
        font-size: 14px;
    }
    table#wb-plant-growing > tbody tr:not(.wb-list-growing) td h5 {
        margin: 25px 0 0;
        font-size: 14px;
        text-align: right;
        line-height: 18px;
    }
    
    table#wb-plant-growing > tbody tr:not(.wb-list-growing) td {
        padding: 16px 10px;
        border-right: none;
    }
    table#wb-plant-growing thead tr th {
        /* top: 80px; */
    }
    table#wb-plant-growing {
        overflow: hidden;
    }
    .plant-section-title-mobile {
        margin-top: 115px;
    }
    .plant-section-title-margin {
        margin-top: 115px;
    }
    table#wb-plant-growing thead tr th {
        white-space: nowrap;
    }
    .wb-growing-container {
        /* overflow: scroll; */
    }
    /* li.entry.product.type-plant.plant-non-native:after {
        top: auto;
        bottom: 50px;
    } */
    /* li.entry.product.type-plant.plant-non-native:before {
        top: auto;
        bottom:30px;
    } */
     .plant-content {
        float: left;
        width: 100%;
    }
    .wb-list-my-plants {
        column-count: 1;
        column-gap: 0;
    }
    .plant-fil-drop {
        width: 100%;
    }
    .plant-fil-drop.class-fil-opt {
        margin-top: 30px;
        width: 100%;
        display: inline-block;
    }
    .plant-fil-drop.plant-fil-opt {
        width: 100%;
        display: inline-block;
        position: relative;
        z-index: 9;
    }
    .woodbrook-divider {
        margin-top: 80px;
    }
    li.entry.product.type-plant {
        /*width: 100%;*/
    }
    #woodbrook-plant-single-content {
        width: 100%;
    }
    
    .woodbrook-plant-gallery {
        margin: 0 auto;
    }
    .single .wide-container {
        padding-top: 0;
    }
    .footer-related-plants {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
    .footer-related-plants li {
        display: inline-block;
    }
    .footer-related-plants li {
        width: 100%;
    }
}

@media only screen and (max-width: 500px ){
    li.entry.product.type-plant {
        width: 100%;
        margin: 0px;
    }
}
@media only screen and (max-width: 375px) {
    .footer-related-plants {
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
}