@charset "utf-8";
/*
    -------------------------------------------------------------------
        Theme Name: Patuxent Nursery
        Theme URI: https://patuxentnursery.com
        Author: Garden Center Solutions
        Author URI: https://gardencentersolutions.com
        Description: Custom Theme for Patuxent Nursery
        Tags: custom
        Version: 1.0
        Requires at least: 6.0
        Tested up to: 7.0
        Requires PHP: 7.4
    -------------------------------------------------------------------
*/

/* General Imports
-------------------------------------------------------------------*/
@import url('bootstrap.css');
@import url('stylesheet.css');
@import url('style-woocommerce9374.css?v=3.9');
@import url('all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;display=swap');


/* Root
-------------------------------------------------------------------*/
:root {
    --white: #FFF;
    --black: #111;
    --brand-link: #007094;
    --brand-accent: #ed1a39;
    --brand-accent-alt: #f8a3b0;
    --brand-deep: #421200;
    --brand-deep-alt: #b3a099;
    --brand-dark: #0b562b;
    --brand-dark-opacity: rgba(11, 86, 43, 0.25);
    --brand-dark-alt: #9dbbaa;
    --brand-medium: #b2d6c6;
    --brand-medium-alt: #e0efe8;
    --brand-pale: #e6e1d7;
    --brand-light: #f5f3ef;
    --light-grey: #f5f3ef;
    --medium-grey: #dedede;
    --dark-grey: #5c5c5c;    
    --ff-accent: "Cambria", serif;
    --ff-default: "Open Sans", sans-serif;
    --ff-fancy: "Great Vibes", serif;
}

/* Backgrounds
-------------------------------------------------------------------*/
.bg-white {background-color: var(--white);}
.bg-black, .bg-brand-black {background-color: var(--black);}
.bg-brand-deep {background-color: var(--brand-deep);}
.bg-brand-deep-alt {background-color: var(--brand-deep-alt);}
.bg-brand-dark {background-color: var(--brand-dark);}
.bg-brand-dark-alt {background-color: var(--brand-dark-alt);}
.bg-brand-medium-alt {background-color: var(--brand-medium-alt);}
.bg-brand-medium {background-color: var(--brand-medium);}
.bg-brand-light {background-color: var(--brand-light);}
.bg-brand-bright {background-color: var(--brand-bright);}
.bg-brand-accent {background-color: var(--brand-accent);}
.bg-brand-accent-alt {background-color: var(--brand-accent-alt);}
.bg-brand-pale {background-color: var(--brand-pale);}
.bg-light-grey {background-color: var(--light-grey);}
.bg-medium-grey {background-color: var(--medium-grey);}
.bg-dark-grey {background-color: var(--dark-grey);}
.bg-testimonials {background-size: cover; background-repeat: no-repeat; background-position: center center;}
.bg-texture {
    background-color: var(--brand-medium-alt);
    background-image: url('../png/bg-texture.png');
}

/* Text Colors
-------------------------------------------------------------------*/
.text-white, .white {color: var(--white);}
.text-black {color: var(--black);}
.text-brand-dark {color: var(--brand-dark);}
.text-brand-medium {color: var(--brand-medium);}
.text-brand-light {color: var(--brand-light);}
.text-brand-bright {color: var(--brand-bright);}
.text-brand-accent, .text-accent {color: var(--brand-accent);}
.text-brand-accent-alt {color: var(--brand-accent-alt);}
.text-light-grey { color: var(--light-grey);}
.text-medium-grey {color: var(--medium-grey);}
.text-dark-grey {color: var(--dark-grey);}

.page-sections-formatting.bg-brand-dark,
.page-sections-formatting.bg-brand-bright {color: var(--white) !important;}

.text-white a:link, .text-white a:visited, .text-white a:active, .text-white a:hover {color: var(--white); font-weight: bold; text-decoration: underline;}


/* HTML
-------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

/* Body
-------------------------------------------------------------------*/
body {
    background: var(--white);
    color: var(--black);
    font-family: var(--ff-default);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

    @media screen and (max-width: 991px) {
        body {
            padding-top: 160px;
        }
    }

    @media screen and (max-width: 620px) {
        html, body {
            overflow-x: hidden;
        }
    }

@media (min-width: 2565px) {
    .container-fluid {
        max-width: 2565px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Formatting
-------------------------------------------------------------------*/
p {
    margin: .75em 0;
}

.no-margins p {
    margin: 0;
    padding: 0;
}

.container-fluid.reduced {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.container-reduced {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

    .container-reduced hr {
        width: 100%;
        max-width: 50%;
    }


h1, h2, h3 {
    font-family: var(--ff-accent);
    line-height: 1;
    padding: 0;
    font-weight: bold;
}

h4 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
}

h1, .h1 {
    font-size: 4rem;
    line-height: 1;
}

h1.article {
    font-size: 4rem;
}

.page-template-page-home h1 {
    color: var(--brand-dark);
}

    @media screen and (max-width: 1199px) {
        h1 {
            font-size: 4.0rem;
        }
    }

    @media screen and (max-width: 991px) {
        h1 {
            font-size: 3.5rem;
        }
    }

    @media screen and (max-width: 768px) {
        h1 {
            font-size: 3.0rem;
        }
    }

h2 {
    font-size: 3.4rem;
    margin: .5em 0;
}
#main-content h2{
    font-family: var(--ff-default);
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.page-sections-formatting h2 {
    margin: 0;
}

    @media screen and (max-width: 1199px) {
        h2 {
            font-size: 2.8rem;
        }
    }

    @media screen and (max-width: 991px) {
        h2 {
            font-size: 2.4rem;
        }
    }


h2.accent {
    position: relative; 
    display: inline-block; 
    margin: 0 15px; 
    padding: 0 15px; 
    font-family: var(--ff-default);
    font-weight: 500;
}

h2.accent::before,
h2.accent::after {
    content: ''; 
    position: absolute; 
    width: 150px; 
    height: 1px; 
    background-color: var(--brand-dark); 
}

h2.accent::before {
    left: -160px; 
    top: 50%; 
    transform: translateY(-50%); 
}

h2.accent::after {
    right: -160px; 
    top: 50%; 
    transform: translateY(-50%); 
}

article.posts .content h2 {
    margin: .5em 0;
}

        article.posts .content .advanced-article h2, article.posts .content .advanced-article h3 {
            margin-top: 0;
        }

h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: .5em 0;
}

    .sub-section-formatting h3 {
        margin: 0;
    }

    a.department-images {
        height: 300px;
    }

    h3.title-overlay {
        background-color: rgba(0, 0, 0, 0.35);
        font-size: 3rem;
        font-weight: bold;
        padding: .5em 1em;
        border-radius: 3px;
    }
    a.department-images:hover h3.title-overlay {
        background-color: rgba(0, 0, 0, 0.55);
    }

.product-grid {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-title {
    font-size: 1.6rem;
    margin: 0 0 5px;
    font-family: var(--ff-default);
    white-space: normal;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
    .product-title {
        font-size: 1.2rem;
    }
}

.prices {
    text-align: left;
}

span.regular-price.price-change {
    position: relative;
    display: inline-block;
}

span.sale-price {
    color: var(--brand-dark);
    font-weight: bold;
}

h4 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.form-control, .form-select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
    border: 1px solid var(--brand-dark-opacity);
    font-weight: 600;
    background-color: var(--white);
    color: var(--dark-grey);
    font-size: 1.8rem;
    border-radius: 0;
    padding: .5em;
}

.btn-custom, a.btn-custom:link, a.btn-custom:focus, a.btn-custom:active, a.btn-custom:visited {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5em 1em;
    border-radius: 0;
}

@media screen and (max-width: 1199px) {
        .btn-custom, a.btn-custom:link, a.btn-custom:focus, a.btn-custom:active, a.btn-custom:visited {
            font-size: 1.2rem;
        }
    }

.btn-custom:hover, a.btn-custom:hover {
    color: var(--white);
    background: var(--brand-accent);
    border-color: var(--brand-accent);
}

.btn-custom-pale, a.btn-custom-pale:link, a.btn-custom-pale:focus, a.btn-custom-pale:active, a.btn-custom-pale:visited {
    background: var(--brand-medium);
    border-color: var(--brand-medium);
    color: var(--brand-dark);
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5em 1.25em;
    border-radius: 0;
}

.btn-custom-pale:hover, a.btn-custom-pale:hover {
    color: var(--brand-dark);
    background: var(--brand-dark-alt);
    border-color: var(--brand-dark-alt);
}

.btn-custom-dark, a.btn-custom-dark:link, a.btn-custom-dark:focus, a.btn-custom-dark:active, a.btn-custom-dark:visited, button,
input[type="button"],
input[type="submit"] {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5em 1em;
    border-radius: 0;
}

@media screen and (max-width: 1199px) {
        .btn-custom-dark, a.btn-custom-dark:link, a.btn-custom-dark:focus, a.btn-custom-dark:active, a.btn-custom-dark:visited, button,
        input[type="button"],
        input[type="submit"] {
            font-size: 1.1rem;
        }
            }

@media screen and (max-width: 991px) {
        .btn-custom-dark, a.btn-custom-dark:link, a.btn-custom-dark:focus, a.btn-custom-dark:active, a.btn-custom-dark:visited, button,
        input[type="button"],
        input[type="submit"] {
            font-size: 1.3rem;
        }

        #featured-product-tabs .btn-custom-dark, #featured-product-tabs a.btn-custom-dark:link, #featured-product-tabs a.btn-custom-dark:focus, #featured-product-tabs a.btn-custom-dark:active, #featured-product-tabs a.btn-custom-dark:visited, #featured-product-tabs button,
        #featured-product-tabs input[type="button"],
        #featured-product-tabs input[type="submit"] {
            margin-bottom: 5px;
            }
}

.btn-custom-dark.active, .btn-custom-dark:hover, a.btn-custom-dark:hover, button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: var(--white);
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

.carousel-control-prev,
.carousel-control-next {
    background: none;
    border: none;
    color: var(--white);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: none;
    color: var(--white);
}


.btn-tabs, a.btn-tabs:link, a.btn-tabs:focus, a.btn-tabs:active, a.btn-tabs:visited {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
    font-size: 1.6rem;
    padding: .5em .75em;
    border-radius: 0;
    margin: 0 .15em;
}

.btn-tabs:hover, a.btn-tabs:hover, .btn-tabs.active {
    color: var(--white);
    background: var(--brand-accent);
    border-color: var(--brand-accent);
}

.btn-learnmore, a.btn-learnmore:link, a.btn-learnmore:focus, a.btn-learnmore:active, a.btn-learnmore:visited {
    background: var(--brand-pale);
    border-color: var(--brand-pale);
    color: var(--black);
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: .5em 1.25em;
    border-radius: 0;
    font-weight: 700;
    margin: 0 auto;
    text-decoration: none !important;
}

.btn-learnmore:hover, a.btn-learnmore:hover {
    color: var(--brand-dark);
    background: var(--brand-medium);
    border-color: var(--brand-medium);
}

.btn-search, a.btn-search:link, a.btn-search:focus, a.btn-search:active, a.btn-search:visited {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: var(--white);
    font-size: 1.8rem;
    padding: .5em 1em;
    border-radius: 0;
}

.btn-search:hover, a.btn-search:hover {
    color: var(--white);
    background: var(--brand-accent);
    border-color: var(--brand-accent);
}

a:link, a:visited, a:active, a:hover {
    color: var(--brand-link);
    text-decoration: none;
}

a:hover {
    color: var(--brand-accent);
}

a.dark:link, a.dark:visited, a.dark:active, a.dark:hover {
    color: var(--black);
}

.accordion-button{
    font-size:24px;
}

strong, b, .bold, .strong {
    font-weight: 700;
}

.text-sm, small, .small {
    font-size: 1.1rem;
    overflow-wrap: break-word;
}

.fs-reduced {
    font-size: 1.4rem;
    font-weight: 500;
}

.fs-sm {
    font-size: 1.3rem;
}

.fs-xs {
    font-size: 1.2rem;
}

.smaller {
    font-size: 1.4rem;
}

.ff-default {
    font-family: var(--ff-default);
    font-weight: 700;
}

.ff-accent {
    font-family: var(--ff-accent);
}

.ff-fancy {
    font-family: var(--ff-fancy);
}

.fs-italic, .text-italic {
    font-style: italic;
}

.intro-copy p {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-right: 1.5em;
}

@media screen and (max-width: 991px) {
    .intro-copy p {
        font-size: 1.8rem;
        padding-right: 1em;
    }
}

@media screen and (max-width: 767px) {
    .intro-copy p {
        font-size: 1.6rem;
        padding-right: 0;
    }
}

.remove-margins p {
    margin: 0;
    padding: 0;
}


.blockquote {
    position: relative;
    padding: 2rem 2.5rem; 
    width: 100%;
    max-width: 1100px;
    margin: 1em auto;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.5; 
}

.blockquote p {
    margin: 0;
    padding: 0;
}

.blockquote::before {
    content: "\201C";
    font-family: serif;
    font-size: 4rem; 
    color: var(--brand-dark);
    position: absolute;
    top: 0; 
    left: 0; 
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(11, 86, 43, 0), rgba(11, 86, 43, 1), rgba(11, 86, 43, 0));
}

.two-column-list {
    column-count: 2;
    column-gap: 20px;
    list-style-type: none; 
    padding: 0;
}

.two-column-list li {
    break-inside: avoid; 
}


.accordion-button:not(.collapsed) {
    color: var(--black) !important;
    background-color: var(--brand-medium-alt)!important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--brand-medium-alt)!important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}



/* Home Carousel
-------------------------------------------------------------------*/
.layered-slider {
    height: 620px;
}

.single-slide {
    height: auto;
}

.single-slide img {
    height: auto;
    object-fit: cover;
}

.slide-box {
    padding: 2em 4em;
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .slide-box {
        max-width: 768px;
    }
}

.slide-box-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(224, 239, 232);
    background: -moz-linear-gradient(80deg, rgba(224, 239, 232, 1) 0%, rgba(224, 239, 232, 1) 40%, rgba(224, 239, 232, 0) 100%);
    background: -webkit-linear-gradient(80deg, rgba(224, 239, 232, 1) 0%, rgba(224, 239, 232, 1) 40%, rgba(224, 239, 232, 0) 100%);
    background: linear-gradient(80deg, rgba(224, 239, 232, 1) 0%, rgba(224, 239, 232, 1) 40%, rgba(224, 239, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0efe8", endColorstr="#e0efe8", GradientType=1);
    height: 100%;
    padding: 1em;
}

.slide-content {
    text-align: left;
}

.slide-content h4 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left;
}

.slide-content h3, .slide-content h2, .slide-content h1 {
    font-weight: bold;
    font-size: 3.4rem;
    text-align: left;
    font-family: var(--ff-accent);
    margin: 0 0 .5em 0;
    padding: 0;
}

.slide-content p {
    font-weight: normal;
    font-size: 2rem;
    text-align: left;
    margin-top: 0;
}

    @media screen and (max-width: 991px) {
        .slide-content h3, .slide-content h2, .slide-content h1 {
            font-size: 3rem;
        }
       .slide-content p {
            font-size: 1.5rem;
        }
    }

    @media screen and (max-width:420px) {
        .slide-content h3, .slide-content h2, .slide-content h1 {
            font-size: 1.8rem;
        }
        .slide-content p {
            font-size: 1.4rem;
        }
        .slide-content h4 {
            font-size: 1.2rem;
        }
        .slide-button .btn.btn-custom-dark {
            padding: .25em .5em;
            font-size: 1rem;
        }
        .slide-button {
            position: absolute;
            bottom: 1em;
            right: 1em;
        }
    }

    .carousel-item.active .hide-on-mobile {
      visibility: hidden !important;
      display: none !important;
    }
    @media (min-width: 991px) {
      .carousel-item.active .hide-on-mobile {
        visibility: visible !important;
      }
    }

    .carousel-item.active .hide-on-desktop {
      visibility: visible !important;
    }
    @media (min-width: 991px) {
      .carousel-item.active .hide-on-desktop  {
        visibility: hidden !important;
        display: none !important;
      }
    }

.btn-carousel,
.btn-carousel:hover {
    border-radius: 0;
    padding: 1em 1.5em;
    background: var(--black) !important;
    border-color: var(--black) !important;
    color: var(--white) !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
}

/* Images
-------------------------------------------------------------------*/
img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

img.aligncenter {
    margin: 1em auto;
    display: block;
}

article.posts img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}

.img-thegallery {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.img-cover {
    width: 100%;
    height: auto;
}

@keyframes effectShine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

.image-gallery,
.image-gallery-small,
.image-figure,
.blog-thumbnail,
.image-container,
.image-rounded,
.event-thumbnail,
.fancy-boxes,
.image-gallery-products,
.product-image,
.awards-gallery,
.grid-figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.fancy-boxes:hover::before,
.image-gallery:hover::before,
.image-gallery-small:hover::before,
.image-figure:hover::before,
.blog-thumbnail:hover::before,
.image-container:hover::before,
.image-rounded:hover::before,
.event-thumbnail:hover::before,
.image-gallery-products:hover::before,
.product-image:hover::before,
.awards-gallery:hover::before,
.grid-figure:hover::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skew(-25deg);
    animation: effectShine 0.75s;
}

.fancy-boxes img,
.image-gallery img,
.image-gallery-small img,
.image-gallery-products img,
.product-image img,
.blog-thumbnail img,
.event-thumbnail img,
.grid-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    object-position: center;
}

.image-gallery .zoom-icon,
.image-gallery-small .zoom-icon,
.image-container .zoom-icon,
.image-gallery-products .zoom-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.image-gallery:hover .zoom-icon,
.image-gallery-small:hover .zoom-icon,
.image-gallery-products:hover .zoom-icon {
    opacity: 1;
    transform: scale(1);
}

.image-gallery:hover img,
.image-gallery-small:hover img,
.image-gallery-products:hover img,
.product-image img:hover {
    transform: scale(1.1);
}

.image-figure {
    height: 400px;
}

.grid-figure {
    height: 400px;
}

@media screen and (max-width: 991px) {
    .grid-figure{
        height:250px;
    }
}

.fancy-boxes {
    height: 600px;
}

@media screen and (max-width: 1399px) {
    .fancy-boxes {
        height: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .fancy-boxes {
        height: 400px;
    }
}

.awards-gallery {
    height: 200px;
}

.awards-gallery img {
    height: 190px;
}

.blog-thumbnail {
    width: 100%;
    height: 200px;
}

.blog-thumbnail.taller {
    height: 300px;
}

.event-thumbnail {
    width: 100%;
    height: 550px;
}

.image-gallery {
    height: 250px;
}

.image-gallery-small {
    height: 150px;
}

.image-gallery-products,
.product-image {
    height: 300px;
    transition: transform 0.5s ease;
}

.upsells .product-image.sales {
    height: 100px;
    margin-bottom: .5em;
}
.upsells .product-title {
    font-size: 1.1rem;
}

.row-cols-md-2.sub-section-formatting .product-image.sales {
    height: 450px;
    margin-bottom: .75em;
    object-position: center;
}

.product-image.sales {
    height: 250px;
    margin-bottom: .75em;
}

body.woocommerce .product-image.sales img,
body.woocommerce-page .product-image.sales img {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .product-image,
    .product-image.sales {
        height: 200px;
    }
    .product-image.sales img {
        object-fit: cover;
    }
    .row-cols-md-2.sub-section-formatting .product-image.sales {
        height: 350px;
    }

}

@media screen and (max-width: 768px) {

    .product-image,
    .product-image.sales {
        height: 300px;
    }

    .row-cols-md-2.sub-section-formatting .product-image.sales {
        height: 300px;
    }

    .product-image.sales img {
        object-fit: cover;
    }

}

@media screen and (max-width: 620px) {

    .product-image,
    .product-image.sales {
        height: 250px;
    }

    .product-image.sales img {
        object-fit: cover;
    }

    .row-cols-md-2.sub-section-formatting .product-image.sales {
        height: 250px;
    }

}


.product-image.gift-cards {
    height: 200px;
    transition: transform 0.5s ease;
}

/* Image Accents
-----------------------------------------------------------------------*/
.custom-radius {
    border-radius: 25px;
}

.image-accents {
    position: relative;
    display: inline-block;
    border: 1px solid var(--brand-dark-opacity);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: visible;
}

.image-accents.left {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/* Apply height */
.image-accents.product-height {
    height: 600px;
}

.image-accents.left.product-height,
.image-accents.product-height {
    height: 600px;
}

.image-accents img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.image-accents.left img {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.image-accents.product-height img {
    height: 100%;
}

.image-accents.left.product-height img {
    height: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.image-accents::before,
.image-accents::after {
    content: '';
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.image-accents::before {
    background-image: url('../png/icon-flower.png');
    top: -80px;
    right: -50px;
    width: 90px;
    height: 116px;
}

.image-accents.left::before {
    background-image: url('../png/icon-flower-left.png');
    top: -80px;
    left: -50px;
    width: 90px;
    height: 116px;
}

.image-accents::after {
    background-image: url('../png/icon-lines.png');
    bottom: -20px;
    right: -20px;
    width: 321px;
    height: 321px;
}

.image-accents.left::after {
    background-image: url('../png/icon-lines-left.png');
    bottom: -20px;
    left: -20px;
    width: 321px;
    height: 321px;
}

@media screen and (max-width: 991px) {
    .image-accents::after, .image-accents.left::after {
        width: 150px;
        height: 150px;
    }
    .image-accents::before, .image-accents.left::before {
        width: 80px;
        height: 100px;
    }
}

/* Shine effect */
.shine-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    /* Ensure the shine effect is contained within the element */
}

.shine-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    /* Adjust width to ensure it leaves the image fully */
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    transform: skew(-25deg);
    transition: all 0.75s;
}

.image-accents:hover .shine-wrapper::before {
    animation: effectShine 0.75s;
}

/* Overlay box styles */
.overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 60%;
    background: rgba(255, 255, 255, 0.75);
    color: var(--black);
    padding: 2em;
    text-align: center;
    z-index: 3;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .overlay-box {
        height: 80%;
    }
}

.overlay-box button {
    width: auto;
    margin: 0;
}

.overlay-box h2 {
    font-family: var(--ff-fancy) !important;
    font-size: 8rem !important;
    text-transform: none !important;
    line-height: 1;
    margin: 0;
    padding: .25em 0;
    font-weight: 300 !important;
}

.overlay-box h3 {
    font-weight: 400;
    font-size: 3rem;
    margin: 0 0 .5em 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .overlay-box h2 {
        font-size: 4rem !important;
    }

    .overlay-box h3 {
        font-size: 2.25rem;
        margin: 0 0 1em 0;
    }

    .overlay-box .btn {
        margin-top: 1em;
    }
}


/* Social Icons
-------------------------------------------------------------------*/
.social-icons {
    margin: 0 .25em;
    color: var(--black) !important;
    padding: 8px;
}

/* Top Bar
-------------------------------------------------------------------*/
.top-bar {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--black);
}

@media screen and (max-width: 1199px) {
        .top-bar {
    font-size: 1.2rem;
        }
    }

.top-bar a {
    color: var(--black);
}

a.btn-topbar {
    border-radius: 0;
    border: 1px solid var(--brand-dark);
    background-color: var(--brand-dark);
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 600;
}
a.btn-topbar:hover {
    background-color: var(--brand-dark);
    border-color:var(--brand-dark);
    color: var(--white);
}

.btn-topbar-newsletter {
    color: var(--black);
    font-weight: 600;
    font-size: 1.3rem;
    border: 0;
    padding: 0;
    outline: none;
    background-color: transparent !important;
}

.btn-topbar-newsletter:hover {
    color: var(--black);
    text-decoration: underline;
}

/* Main Header
-------------------------------------------------------------------*/
.main-header {
    line-height: 1.75;
}

.main-header h2 {
    font-weight: normal;
    font-size: 2.4rem;
    margin: 0 0 .35em 0;
    padding: 0;
    font-family: var(--ff-accent);
}


    @media screen and (max-width: 991px) {
        .socials-mobile {
            text-align: center;
            font-size: 2rem;
        }
        .socials-mobile a {
            color: var(--white);
            text-decoration: none;
        }
    }

.main-logo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 120px;
}

/* Mobile Menu
-------------------------------------------------------------------*/
@media (max-width: 992px) {
    .mobile-logo {
        height: 100px;
        transition: height 0.3s ease-in-out;
    }
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--black);
    visibility: hidden;
    background-color: var(--brand-medium);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

.mobile-menu {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.mobile-menu li {
    padding: .5em 0;
    border-bottom: 1px solid var(--brand-dark-alt);
}

.mobile-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu li ul {
    padding: .5em 1em 0 1em;
    list-style: none;
}

.mobile-menu li a,
.navbar-content a {
    color: var(--black);
    text-decoration: none;
}

.navbar-content {
    padding: 0 1em;
    font-size: 1.5rem;
    text-transform: none;
}

.mobile-menu .hidden-mobile {
    display: none;
    visibility: none;
}

.offcanvas .socials a.social-icons {
    color: var(--black);
}



/* Calculators
-------------------------------------------------------------------*/
label.clabel,
span.label {
    font-weight: bold;
    line-height: 1.5;
}

.calculator-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.bg-calc-accent {
    background: var(--white);
    border: 1px solid var(--brand-medium);
    padding: 1em;
    border-radius: 4px;
}

.bg-calc-accent-two {
    background: #EEE;
    border: 1px solid #AAA;
    padding: 1em;
}

.calcvalue {
    font-size: 28px;
    vertical-align: middle;
}

.btn-calculator,
.btn-calculator:hover,
input[type="submit"].btn-calculator,
input[type="submit"].btn-calculator:hover {
    color: #FFF;
    background-color: var(--brand-dark);
    border-color: var(--brand-dark);
    font-size: 1.3rem;
    letter-spacing: .5px;
    font-weight: bold;
    padding: 1em 1.5em;
    height: 40px;
    text-transform: uppercase;
}

.btn-calculator-alt,
.btn-calculator-alt:hover {
    color: var(--black);
    background-color: var(--medium-grey);
    border-color: var(--medium-grey);
    font-size: 1.3rem;
    letter-spacing: .5px;
    font-weight: bold;
    padding: 1em 1.5em;
    text-transform: uppercase;
}

/* Home 5Pc
-------------------------------------------------------------------*/
.fivepc-banners figure.image-container {
    width: 100%;
    height: 325px;
    overflow: hidden;
    position: relative;
}

.fivepc-bannermid figure.image-container {
    height: 680px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
    @media screen and (max-width: 991px) { 
        .image-accents {
            width: 80%;
            margin: 20px;
        }
        .fivepc-bannermid figure.image-container {
            height: auto;
        } 
        .fivepc-banners, #join-patuxent svg{
            display: none;
        } 
        #join-patuxent figure {
            margin: 0;
        }
        .image-accents.left {
            margin-left: 40px;
        }
        .image-accents.left.product-height, .image-accents.product-height {
            height: 400px;
        }
    }
.fivepc-banners figure.image-container img,
.fivepc-bannermid figure.image-container img,
.product-images figure.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.fivepc-banners figure.image-container:hover img {
    transform: scale(1.1);
}

.fivepc-banner-leftbot {
    background-color: var(--brand-medium-alt);
    background-image: url('../png/icon-ourtrees.png');
    background-position: bottom 15px left 15px;
    background-repeat: no-repeat;
    background-size: 68px 62px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 40px;
}

.fivepc-banner-topright {
    background-color: var(--brand-medium-alt);
    background-image: url('../png/icon-ourplants.png');
    background-position: top 15px right 15px;
    background-repeat: no-repeat;
    background-size: 71px 59px;
    height: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom-left-radius: 40px;
}

.fivepc-banner-leftbot h2,
.fivepc-banner-topright h2 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

.fivepc-banner-leftbot p,
.fivepc-banner-topright p {
    margin: 0 0 1em 0;
    padding: 0;
}


@media screen and (max-width: 991px) {
    .fivepc-banner-leftbot,
    .fivepc-banner-topright  {
        height: 352px;
    }

    .fivepc-banner-leftbot h2,
    .fivepc-banner-topright h2 {
        font-size: 3rem;
    }

    .fivepc-banner-leftbot h2,
    .fivepc-banner-topright h2 {
        font-size: 3rem;
    }

    .fivepc-banner-leftbot p,
    .fivepc-banner-topright p {
        font-size: 1.4rem;
    }
}

/* Default Pages
-------------------------------------------------------------------*/
.bg-page-carousel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 0;
    z-index: 1;
    text-align: center;
}

.carousel-background-adjustment {
    position: relative;
}

.bg-page-carousel .container {
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
}

.bg-page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 3em 0;
    z-index: 1;
    text-align: center;
}

.bg-page-banner .container {
    z-index: 15 !important;
}

.bg-page-banner .py-10,
.bg-blog-no-banner .py-10 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.bg-blog-no-banner .py-title {
    padding-top: 3em;
    padding-bottom: 3em;
}

.bg-page-banner h1,
.bg-page-carousel h1 {
    z-index: 10;
    color: var(--white);
    font-size: 6rem;
    padding: .25em .65em;
    font-family: var(--ff-default);
    background: rgba(0, 0, 0, .45);
    display: inline;
    margin: 0;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
        .bg-page-banner h1,
        .bg-page-carousel h1 {
        font-size: 5rem;
        }
    }


.bg-page-banner h4 {
    background: none;
    color: var(--white);
    font-size: 4rem;
    font-family: var(--ff-fancy);
    text-transform: none;
    line-height: 1;
    padding-top: .75em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.bg-page-no-banner h1 {
    z-index: 10;
    color: var(--black);
    font-size: 5.5rem;
    text-align: left;
    font-family: var(--ff-accent);
    font-weight: 700;
}

    @media screen and (max-width: 991px) {
        .bg-page-banner .py-10 {
            padding-top: 3em;
            padding-bottom: 3em;
        }

        .bg-page-carousel h1,
        .bg-page-banner h1 {
            font-size: 3rem;
            display: block;
            width: 100%;
            text-align: center;
        }
    }

/* Map Embed
-------------------------------------------------------------------*/
.map-embed p {
    padding: 0;
    margin: 0;
}
.map-embed iframe {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
}

/* Contact
-------------------------------------------------------------------*/
.contact-hours h3,
.contact-hours h2 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Articles
-------------------------------------------------------------------*/
.wp-caption {
    width: 100%; 
    max-width: 900px !important;
    margin: 0 auto; 
    font-size: 1.3rem;
    text-align: center;
    padding: 2em 0 0 0;
}

.wp-caption img {
    width: 100%; 
    height: auto !important; 
    display: block; 
    margin: 0 auto; 
}


.article-meta {
    font-size: 1.3rem;
}

.article-title h3 {
    font-size: 2.8rem;
    text-decoration: none;
    font-family: var(--ff-default);
}

.article-title a {
    color: var(--black);
    text-decoration: none;
}

.article-continue .read-more {
    display: inline-block;
    background: var(--brand-medium);
    color: var(--white);
    border: 1px solid var(--brand-medium);
    padding: .5em 1em;
    margin: 0 0 0 auto;
    text-decoration: none;
    font-size: 1.5rem;
}

.article-continue .read-more:hover {
    display: inline-block;
    background: var(--white);
    color: var(--brand-accent);
    border-color: var(--brand-accent);
    padding: .5em 1em;
    margin: 0 0 0 auto;
    text-decoration: none;
    font-size: 1.5rem;
}

.sub_content {
    width: 70%;
    float: left;
}

.img_content {
    width: 30%;
    float: right;
}

.img_content img {
    width: auto;
    height: 100%;
    max-height:350px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

    @media screen and (max-width: 991px) {
        .sub_content, .img_content {
            float: none;
            width: 100%;
        }

        .img_content p {
            float: left;
            width: 32%;
            height: 100%;
            max-height: 200px;
            margin-right: 1%;
        }

        .img_content img, .img_content p {
            max-height: 200px;
            width: auto;

        }
    }

/* Testimonials
-------------------------------------------------------------------*/
.testimonial-box {
    background-color: var(--light-grey);
    border: 1px solid var(--brand-medium);
    padding: 1em;
    border-radius: .25em;
    font-size: 1.5rem;
    min-height: 220px;
    vertical-align: middle;
    background-image: url('../icon-quote.html');
    background-repeat: no-repeat;
    background-position: top 10px right 10px;
    background-size: 40px 40px;
}

.testimonial-box .name {
    font-weight: bold;
}

.owl-nav {
    margin-top: 1em;
    text-align: center;
}

.owl-nav button {
    margin: 0 .5em;
}


/* Video
-------------------------------------------------------------------*/
.video-wrap {
    z-index: -100;
}

.custom-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-thumbnail-wrapper svg path{
    fill:var(--white);
}


/* Modal
-------------------------------------------------------------------*/
p.lightbox-caption {
    background: rgba(17, 17, 17, 0.75);
    width:100%;
    font-size: 2.4rem;
    position:absolute;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

p.lightbox-caption em {
    font-style: normal;
    font-weight: bold;
}

.modal-header {
    background: var(--brand-bright);
    color: var(--black);
    border-radius: 0;
    border-bottom: 0;
}

.modal-header h5 {
    font-size: 2rem;
    font-weight: bold;
}

.modal-content {
    border-radius: 0;
    padding-bottom: 1em;
}

.modal-body {
    font-size: 1.8rem;

}
    
/* Footer
-------------------------------------------------------------------*/
footer {
    color: var(--black);
    font-size: 1.6rem;
    line-height: 1.5;
}

.footer p {
    padding: 0;
    margin: 0;
}

footer .company-info h3,
footer .company-info h2 {
    font-size: 2.8rem;
    margin: 0;
    padding: 0;
    font-family: var(--ff-accent);
}

footer .company-info p {
    font-size: 1.8rem;
}

    @media screen and (max-width: 991px) {
        footer .company-info p {
            font-size: 1.4rem;
        }
    }

footer a, footer a:link, footer a:active, footer a:visited {
    color: var(--black);
    text-decoration: none;
}

.copyright {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: var(--ff-default);
    color: var(--black);
}

.copyright a {
    text-decoration: underline;
    color: var(--black) !important;
}

/* Back to Top
-------------------------------------------------------------------*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    right: 1%;
    bottom: 0%;
    z-index: 1070;
}

@media screen and (max-width: 768px) {
    .scrolltop {
        right: 3%;
    }
}

@media screen and (max-width: 575px) {
    .scrolltop {
        display: none !important;
    }
}

.scroll {
    position: absolute;
    right: 1px;
    bottom: 0px;
    background: var(--brand-dark);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 60px;
    height: 30px;
    color: #FFF;
    padding-top: 5px;
}

.scroll:hover {
    background: var(--brand-bright);
}

.scroll .fas {
    font-size: 20px;
    margin-top: 25px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/* Comment List Styles
-------------------------------------------------------------------*/
.commentlist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.commentlist li {
    padding: 20px 0;
    margin-bottom: 20px;
}

.commentlist>li {
    background-color: var(--brand-light);
    border: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
}

.commentlist>li:last-child {
    border-bottom: none;
}

.commentlist .comment {
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.commentlist .comment-header {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 5px;
}

.commentlist .comment-meta {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 10px;
}

.commentlist .comment-body {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
}

.commentlist .children>li {
    background-color: var(--brand-medium-alt);
    margin-left: 2em;
    margin-top: 1em;
    border: 0;
    display: flex;
    flex-direction: column;
    padding: 1em;
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;    
}

.commentlist .comment-author {
    display: flex;
    align-items: center;
    /* Vertically align items */
}

.commentlist .comment-author img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.commentlist .comment-author cite.fn {
    font-weight: bold;
    font-style: normal;
    margin-right: 5px;
}

.commentlist .reply {
    margin-top: 10px;
}

.commentlist .reply a {
    color: var(--brand-dark);
    text-decoration: none;
    font-size: 1.4rem;
}

.commentlist .reply a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .commentlist li {
        padding-left: 0;
        display: block;
    }

    .commentlist .comment {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .commentlist .comment-header {
        font-size: 1.8rem;
    }

    .commentlist .comment-meta {
        font-size: 1.3rem;
    }

    .commentlist .comment-body {
        font-size: 1.6rem;
    }
}

/*Media Queries*/
    @media screen and (max-width: 991px) {
        .justify-content-end {
            justify-content: center !important;
            margin-top: 20px;
        }
        div.col-2.px-5.text-center.text-brand-dark > svg{
                display:none;
            }
        #newsletter{
            text-align: center;
            padding: 10px 0;
        }
        #newsletter .col-md-4{
            padding: 10px 0;
        }

        .navbar-content .btn-learnmore, .navbar-content a.btn-learnmore:link, .navbar-content a.btn-learnmore:focus, .navbar-content a.btn-learnmore:active, .navbar-content a.btn-learnmore:visited{
            font-size: 1.1rem;
        }
        .remove-margins{
            margin:20px 0;
        }
        #page-footer > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > h3{
            margin:60px 0;
        }

        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
            width: 100% !important;
            float: none !important;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            display: block;
            width: 100%;
            margin:0 !important;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
            display: none;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs {
            padding: 0 !important;
    }
}