/*
  Theme Name: Growing in the Garden
  Description: Custom Theme for Growing in the Garden
  Author: Infinity Dental Web
  Author URI: https://www.infinitydentalweb.com
  Version: 1.0
 	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

:root {
	--primary-color: #7ca35f;
  --secondary-color: #3e3e3e;
  --primary-fade:#dee8d7;
  --sans-serif-font: "Open Sans",sans-serif;
  --serif-font: "Roboto Slab",serif;
  --body-font: open-sans, sans-serif;
  --heading-font: open-sans-condensed, sans-serif;
  --sans-serif-font-condensed: open-sans-condensed,sans-serif;
  --sans-serif-font:open-sans,sans-serif;
  --gold:#f99f24;
  --med-gray:#687c7f;
  --light-gray:#f7f7f7;
  --body-font-size:1.4rem;
  --resp-header-height: 160px;
  --body-line-height:1.9rem;
}


body {
    background-color:#fff;
    color:#222;
	  font-size:1.6rem;
    line-height: 3.1rem;
    font-family:var(--body-font);
    /* -webkit-font-smoothing: subpixel-antialiased; */
    max-width:100%;
}

section {
	line-height: 1;
  position: relative;
}

h1, h2, h3, h4, h5, p, ul {
	margin-top: 0;
  width:100%;
}

h1 {
  font-family:var(--heading-font);
  font-size:3.4rem;
  line-height:4.6rem;
  text-transform:uppercase;
}

h2 {
  font-family:var(--serif-font);
  font-size:2.2rem;
  font-weight:500;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-bottom: 3rem;
}

h3 {
  font-family:var(--heading-font);
  font-size:1.8rem;
  text-transform:uppercase;
}

h2 > strong {
  font-weight:700;
}

p, ul {
  font-size:var(--body-font-size);
  line-height:2rem;
  margin: 0 0 2.2rem;
  color:#444;
  font-family:var(--body-font);
  display:block;
  width: 100%;
}

p:last-child {
  margin-bottom:0;
}

ul {
  margin-bottom:3rem;
}

a, a:visited {
  color:#4c663b;
}

a:hover, a:active {
  color:#222;
}

blockquote.wp-block-quote {
  margin: 4rem 6rem;
  padding: 0 0 0 4rem;
  border-left: 3px solid var(--primary-color);
  background-color: transparent!important;
}

blockquote.wp-block-quote p {
  font-size:2rem;
  line-height:3rem;
  font-weight: 600;
}

blockquote.wp-block-quote cite {
  color:var(--primary-color);
  font-weight:700;
}

.alignwide {
  width: 100%;
}

.page-id-1815 .wp-block-media-text>.wp-block-media-text__media {
  margin: 0 auto;
}

.wp-block-image {
  width:100%;
}

figure, div {
  max-width: none;
}

figure, .wp-block-image figure, figure.wp-block-image)  {
  margin-bottom:3.6rem;
  width:auto !important;
  max-width:100% !important;
}

/* .wp-block-gallery figure.wp-block-image{
  width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)* .66667)!important;
} */


figure > img, figure.wp-block-image img, .wp-block-image figure img {
  width:auto !important;
  max-width:100% !important;
}

figure.wp-block-image img.no-fill-img {
  width:auto;
}

figcaption{
  text-align: center;
}

.col-2, .col-3, .col-4 {
  position:relative;
}

.is-type-video > div {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.is-type-video > div > iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container.with-sidebar {
  flex-wrap:nowrap;
}

.container.flex-start {
  justify-content:flex-start;
}

div.mb-30, section.mb-0 {
  margin-bottom:30px;
}

div.mb-0 {
  margin-bottom:0;
}

section.mt-0 {
  margin-top:0;
}

section.pt-0 {
  padding-top:0!important;
}

section.article-mb-0 .col {
  margin-bottom:0;
}

/* hr */
.wp-block-separator {
  border: 1px solid #d9d9d9;
  margin:3.6rem 0;
  display: block;
  width:100%;
}

p + .wp-block-separator, figure + .wp-block-separator {
  margin-top:2rem;
}

a {
  transition:.4s ease all;
}

.ad-holder {
  width:100%;
  margin:0;
  border:1px solid #d9d9d9;
  padding: 2rem;
  text-align:center;
}

#eapps-instagram-feed-1 > a {
  display:none!important;
}

.col-3 {
  width:100%;
  max-width:33.3%;
}

.col-3-4 {
  width:100%;
  max-width:72%;
}

.icon {
  width:15px;
  height:15px;
}

.text-center {
  text-align: center;
}

.text-center > .read-more-button {
  margin:0 auto;
}

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

.fs16 {
  font-size:1.6rem;
}

.f-nowrap, .inner-content .container.f-nowrap {
  flex-wrap: nowrap!important;
}
.inner-content p {
  max-width: 75ch;
}

.throughline {
  position:relative;
}

.throughline span {
  background:#fff;
  position: relative;
  z-index: 1;
}


/* utility */
a.body-text-color, a.body-text-color:visited {
  color: #222;
}

.ptb-0 {
  padding:0 0!important;
}

.pt-75 {
  padding-top:7.5rem!important;
}

.ptb-75 {
  padding-top:7.5rem!important;
  padding-bottom:7.5rem!important;
}

.pb-30 {
  padding-bottom:3rem!important;
}

.mw-1280 {
  max-width:1280px;
}

.dark-half:after {
  background:var(--secondary-color);
  width:50%;
  height:100%;
  right:0;
  top:0;
  content:"";
  position:absolute;
}

.dark-half > div {
  z-index: 1;
}

.dark-bg-newsletter p {
  color:#fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: var(--sans-serif-font-condensed);
  text-align: center;
}

.pull-up {
  margin-top: -18rem;
  margin-bottom: 6.5rem;
  z-index: 1;
}

.pl-50 {
  padding-left:5rem!important;
}

.pr-50 {
  padding-right:5rem!important;
}

.heading-fullwidth {
  padding:5rem 0;
}

.inner-content .container.mw-1280 {
  max-width:1280px;
}

.throughline span {
  line-height:1.2;
}

.fade-section .throughline span {
  background-color: var(--primary-fade);
}

.throughline.text-left span {
  padding:0 2rem 0 0;

}

.throughline.text-center span {
  padding:0 2rem 0;
}

.throughline:after {
  content:"";
  height:1px;
  background-color:var(--secondary-color);
  width:100%;
  position: absolute;
  left: 0;
  top:50%;
  transform:translateY(-50%);
}

.order-last {
  /* order:last; */
}

.ai-stretch, .container.ai-stretch {
  align-items:stretch;
}

.text-tag {
  text-transform: uppercase;
  font-weight:700;
  font-size:1.8rem;
  line-height:2.4rem;
  margin-bottom:1.9rem;
}
/* end - utility */


/* footer */
footer {
  background:var(--primary-color) url('https://growinginthegarden.com/wp-content/themes/gitg/images/bg-footer.jpg') no-repeat top center;
  background-size:cover;
  padding:3.5rem 0 0;
  position: relative;
}

/* footer .container {
  max-width:none;
} */

footer a {
  text-decoration:none;
  color:#fff;
  font-weight:700;
}

footer a:hover {
  text-shadow:0 0 16px var(--primary-color);
}

.footer-section-title {
  font-family:var(--heading-font);
  font-size:1.7rem;
  letter-spacing:1px;
  text-transform: uppercase;
  font-weight:700;
  color:#fff;
  margin-bottom:1rem;
}

footer  p {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}

footer .row {
  align-items:center;
  column-gap: 2rem;
}

footer .row .col-3 {
  margin-bottom: 0;
}

footer .footer-links {
  padding-top:4.8rem;
  padding-bottom:4.8rem;
  justify-content: center;
}

/* footer .footer-links .row {
  align-items:flex-start;
} */

footer .menu {
  list-style:none;
  margin:0;
  padding:0;
}

footer .menu li {
  margin:0;
}

footer .menu li a {
  text-decoration:none;
  font-family:var(--sans-serif-font);
  font-size:1.3rem;
  letter-spacing:1px;
  text-transform: uppercase;
  font-weight:600;
  color:#fff;
  padding:.4rem 0;
  transition:.3s ease all;
}

footer .menu li a:hover {
  padding-left:2rem;
  text-shadow:0 0 16px var(--primary-color);
}

footer .menu li a:hover:before {
  content:"";
  left:0;
  top:50%;
  transform:translateY(-50%);
  width: 0; 
  height: 0; 
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
}

.jump-to-top {
  width:0;
  height:0;
  opacity:0;
  overflow: hidden;
  padding-top:8px;
  display:flex;
  align-items: center;
  justify-content:center;
  text-align:center;
  background-color:var(--primary-color);
  border-radius:50%;
  border:1px solid #fff;
  color:#fff;
  font-size:3rem;
  font-weight:700;
  position:fixed;
  z-index:99999;
  right:4rem;
  top:90vh;
  transition:.5s ease all;
  cursor:pointer;
  z-index:2147483648!important;
}

.jump-to-top.show {
  opacity:1;
  height:50px;
  width:50px;
}

.nav-open .jump-to-top.show, .nav-open #grow-me-root {
  display:none;
}

.jump-to-top:hover {
  background:#fff;
  border:1px solid var(--primary-color);
  color:var(--primary-color);
}

footer .social-icon:hover {
  background:rgba(255, 255, 255, 0.2);
}

footer .social-icon i {
  filter: invert();
}

.copyright {
  margin:0;
  text-align:center;
  padding: 2.7rem;
  width:100%;
  color: #fff;
  font-size:1.4rem;
  font-family:var(--body-font);
  line-height:1.9rem;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright a {
  color:#fff;
}
.copyright img {
  vertical-align: bottom;
  margin-left: 0.5rem;
}

.footer-newsletter {
  display:flex;
  column-gap: 2rem;
  align-items: center;
}

.footer-newsletter .subscribe-button {
  width: 100%;
  max-width: 180px;
}
/* end - footer */


/* forms */
#gform_1 {
  background:#fff;
  padding:.4rem;
  margin-bottom:.8rem;
}

#gform_fields_1 {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

#gform_1 .gfield--type-email, #gform_1 .gfield--type-text {
  width:48%;
}

#field_1_3 {
  width:100%;
}

#gform_fields_1 input[type='submit']{
  width:300px;
  border:none;
}

#field_1_1 {
  width:100%;
}

#field_1_1 input {
  border:none;
}

#gform_1  .gform_footer.before {
  display:none;
}
/* end - forms */


/* shot header */
.cart-header {
  display: inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  margin-right:1rem;
  text-decoration:none;
}

.cart-header:hover {
  color: #242424;
}

.cart-icon {
  width:100%;
  margin-right:.8rem;
}

.cart-icon svg {
  margin-bottom:-10px;
}

.cart-icon path, .cart-icon circle {
  fill: var(--primary-color);
}

.cart-header:hover path, .cart-header:hover circle {
  fill: #242424;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  padding:1rem;
  margin:0 .4rem;
  border-radius:50%;
  border:1px solid rgba(255, 255, 255, 0.2);
  transition:.3s ease all;
}



.keyline {
  width:100%;
  height:1px;
  background:rgba(255, 255, 255, 0.2);
  margin-top:3rem;
}

.affiliate {
  margin:0;
  text-align:center;
  padding: 2.7rem;
  width:100%;
  color: #fff;
  font-size:2rem;
  font-family:var(--serif-font);
  line-height:1.4;
}


/* header */
header .social-icon, .subscribe .social-icon {
  border:1px solid #d9d9d9;
}
.subscribe .social-icon {
  border:1px solid rgba(0,0,0,.45);
}

header .social-icon:hover, .subscribe .social-icon:hover {
  border:1px solid var(--primary-color);
  background:var(--primary-color);
}

header .social-icon:hover .icon, .subscribe .social-icon:hover .icon {
  filter:invert();
}
.subscribe .social-icon .icon {
  width:18px;
  height:18px;
}
/* end - header */


/* subscribe to newsletter strip */
.subscribe-strip {
  background-color: var(--primary-color);
  padding:1.8rem;
  border-top:1px solid #000000;
}

.subscribe-strip .container {
  display:flex;
  /* flex-direction: column; */
  justify-content:center;
  align-items: center;
  max-width: 960px;
  flex-wrap: nowrap;
  /* row-gap: 2rem; */
}

.subscribe-strip p, .footer-newsletter p {
  margin-bottom:0;
  color:#fff;
  display: inline-block;
  font-size:var(--body-font-size);
  font-weight:400;
  text-align: right;
}
.subscribe-strip p {
  max-width: none;
}
.footer-newsletter p {
  max-width: 50ch;
}
footer .social-icons {
  max-width: none;
}
.subscribe-button, .subscribe-button:visited {
  color:#fff;
  font-family: var(--serif-font);
  font-weight:500;
  font-size:var(--body-font-size);
  line-height:var(--body-line-height);
  letter-spacing:.5px;
  padding:.6rem 2rem;
  border:1px solid #fff;
  border-radius:4px;
  text-decoration:none;
  width:180px;
  text-transform: uppercase;
  display:inline-flex;
  align-items: center;
  justify-content: center;
}

.subscribe-button:hover {
  color:#fff;
  background-color:var(--secondary-color);

}
/* end - subscribe */


/* front page */
.home main {
  padding-bottom:6rem;
}
.homepage-callouts {
  padding:0 0 3.5rem;
}
.homepage-callouts .container {
  margin-top: -19.2rem;
  z-index: 1;
}


.home .page-hero {
  padding-top:10rem;
}

.home .page-hero h1 {
  font-size:4rem;
  line-height:1;
  margin-bottom:1rem;
}

.home .page-hero h3 {
  font-size:2.4rem;
  margin-bottom: 0;
}

.home .badge {
  max-width: 104px;
  margin-top: -90px;
  margin-bottom: 10px;
}

.callout-2col {
  padding:3rem 0 7rem;
}

.inner-content.search-strip {
  margin: 0 0 7rem;
}

.search-strip p {
  font-size:2.2rem;
  text-transform:uppercase;
  line-height:2.9rem;
  font-family:var(--serif-font);
  flex-wrap:wrap;
  text-align:center;
  margin: 0 auto 3rem;
}

.search-strip .search-box {
  display: flex;
  background: white;
  padding: 1rem 2rem;
  align-items: center;
  margin: 0 auto;
}

.search-strip .search-box label {
  font-size:1.8rem;
  line-height:2.4rem;
  font-family:var(--sans-serif-font-condensed);
  font-weight:700;
  text-transform: uppercase;
  margin-right:6.8rem;
}


#search-input {
  padding-left: 0;
}

#search-input::placeholder {
  font-family:var(--sans-serif-font-condensed);
  color:rgba(0,0,0,.77);
  line-height:1.5;
}

/* innerpage basics */
.page-hero {
  text-align:center;
  padding:0;
  margin:0;
  display:flex;
  align-items:center;
  justify-content: center;
  padding:7rem;
  background-size:cover;
  background-position: center;
}

.page-hero:after {
  content:"";
  position: absolute;
  background:rgba(0,0,0,.1);
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: 1;
}

.home .page-hero .container {
  max-width:960px;
}

.page-hero .container {
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items:center;
  color:var(--accent-dark);
  width:100%;
  max-width:660px;
  background-color: #fff;
  padding:2.5rem;
  position: relative;
  z-index:2;
  text-align: center;
}


.page-hero h1 {
  font-family:var(--sans-serif-font-condensed);
  font-size:4.5rem;
  line-height:6.1rem;
  position: relative;
  margin-bottom:0;
  
}

.page-hero .container a {
  font-weight:600;
}

.page-hero .container p {
  line-height:1.4;
  margin-top:1rem;
}

.page-hero .container ps:last-child {
  margin-bottom:0;
}

.inner-content .container {
  width:100%;
  max-width:1440px;
  display:flex;
  flex-wrap:wrap!important;
  justify-content: flex-start;
  padding:0 6rem;
  gap:4%;
}

.inner-featured-content {
  padding:6rem 0 0;
}

.container.aggregate {
  justify-content:center;
}

.aggregate .page-content {
  max-width:1166px;
  width:100%;
}

.page-content {
  padding:8.6rem 4rem 8rem;
  width:100%;
  container-type: inline-size;
  container-name: pagecontent;
}

.page-content h2 {
    font-family: var(--serif-font);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-bottom: 3rem;
}

.page-content h3 {
  font-family: var(--heading-font);
  font-size: 2rem;
  line-height: 1;
  text-transform: capitalize;
}

.archive {
  justify-content:flex-start;
  gap:4.1%;
  padding-top:4rem;
}


.sort-container {
  width:100%;
  display: flex;
  justify-content: flex-start;
  padding:0 0 2rem;
}

.sort-container select, select#cat {
  border:none;
  box-shadow: 0 0 4px rgba(0, 0, 0, .20);
  font-family:var(--serif-font);
  text-transform: uppercase;
  font-weight:300;
  font-size:1.2rem;
  line-height:1.583rem;
  padding:.5rem 1rem;
  margin: 0 1rem 0 0;
  max-width:100%;
}

.page-content.single {
  padding:4rem 4rem 8rem;
}

.post-meta {
  font-size:1.4rem;
  margin-bottom:2rem;
}

.recommended {
  background-color: var(--primary-fade);
  padding:3rem 0;
}

.recommended .caption {
  height:auto;
}

.category-tiles-container > p {
  max-width: none;
}
.page-content .col-2, .category-tiles-container .col-2 {
  max-width:48%;
}

.page-content .col-3, .category-tiles-container .col-3 {
  max-width:30.6%;
}

.page-content .col-4, .category-tiles-container .col-4 {
  max-width:23%;
}

.col-2-3 {
  position: relative;
  width:100%;
  max-width:66.66%
}

.col-3-4 {
  position: relative;
  width:100%;
  max-width:75%;
}

.ad-300 {
  width:100%;
  max-width:300px;
  margin-left:3rem;
}

.col-2-3 > img {
  width:100%;
  height:auto;
}

.cat-heading {
  font-family:var(--heading-font);
  text-align:center;
  font-size:3rem;
  letter-spacing:.4px;
  margin:0 auto 2rem;
  font-weight:700;
}

.featured-section {
  display:flex;
  flex-wrap:wrap;
  gap:3.5%;
}

.featured-section .col {
  display:flex;
  align-items:flex-start;
  gap:3.5%;
  margin-bottom:3rem;
  position: relative;
}

.featured-section .col .post-image, .featured-section .col .post-image:visited {
  padding-bottom: 0;
}

.featured-section .col .post-image > div:first-child{
  margin-bottom: 0;
}

.featured-section .col  .read-more-link {
  position: relative;
  bottom: auto;
}

.featured-section .col > div {
  width:100%;
  max-width:50%;
}

.featured-section .col .post-title {
  font-size:2.8rem;
  line-height:3.8rem;
}

.featured-section .col .post-image img {
  margin-bottom:0;
}

.featured-section .col img {
  height: 240px;
  width: 100%;
  object-fit:cover;
}

.fade-section {
  background-color:var(--primary-fade);
  padding:5rem 0;
  margin:6rem 0;
}

.fade-section.newsletter {
  margin-top:0;
  justify-content: center;
  padding:4rem 0;
}

.newsletter-form {
  background:#fff;
  display: flex;
  align-items:center;
}

.grow-inline-subscribe-widget-3b827282-a01c-4b5a-a06e-b3599c89f2e6 {
  width:100%;
}

.SpotlightSubscribeForm___StyledDiv2-sc-156rk68-1.chmIpa.test {
  background:red;
}

.grow-inline-subscribe-widget-3b827282-a01c-4b5a-a06e-b3599c89f2e6 h3, 
.grow-inline-subscribe-widget-3b827282-a01c-4b5a-a06e-b3599c89f2e6 p, 
.bpmAtg {
  display:none!important;
}

.newsletter-input, .grow-inline-subscribe-widget-3b827282-a01c-4b5a-a06e-b3599c89f2e6 input[type='email'] {
  margin: 0 20px;
}

.newsletter form input[type='submit'], .grow-inline-subscribe-widget-3b827282-a01c-4b5a-a06e-b3599c89f2e6 button[type='submit'] {
  border: none;
  color: #fff;
  background: #222;
  padding: 2rem;
  font-family: var(--serif-font);
}

.fade-section.newsletter p {
  font-size:1.8rem;
  line-height:2.4rem;
  text-align:center;
  font-family:var(--sans-serif-font-condensed);
}

.fade-section .section-header > h2 {
  background-color:var(--primary-fade);
}

.topic-tiles, .plant-tiles {
  display:flex;
  flex-wrap:wrap;
  gap:2.5%;
  align-items:stretch;
  justify-content:center;
  list-style:none;
  padding:0;
  margin:0 auto;
}

.topic-tiles li {
  width:100%;
  max-width:18%;
  background:#fff;
  padding:1rem;
  position:relative;
  margin-bottom:2rem;
  transition:.3s ease all;
}

.topic-tiles.cols-3 {
  flex-wrap:wrap;
}

.topic-tiles.cols-3 li {
  max-width:31%;
}

.topic-tiles.cols-3 li img {
  min-height: 200px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.topic-tiles li div {
  transition:.3s ease all;
}

.topic-tiles li:hover {
  background-color: var(--primary-color);
}

.topic-tiles li:hover div {
  background-color: var(--primary-color);
  color:#fff;
}

.topic-tiles.col-4 {
  gap:2.666%;
  max-width:100%;
}

.topic-tiles.col-4 li {
  max-width:23%;
}

.topic-tiles li div {
  position:absolute;
  font-family: var(--sans-serif-font-condensed);
  font-weight:700;
  background:#fff;
  color:var(--secondary-color);
  text-align:center;
  text-decoration:none;
  left:50%;
  transform:translateX(-50%);
  width:calc(100% - 4rem);
  bottom:3rem;
  text-decoration:none;
  font-size:1.8rem;
  line-height:2.4rem;
  padding:1rem;
  text-transform:uppercase;
}

.topic-tiles li img {
  min-height:100%;
  object-fit:cover;
}

.topic-tile.col-3 {
  max-width:31.6666%;
  padding:12px;
  box-shadow:0 0 4px rgba(0,0,0,.20);
  margin-bottom: 0;
}

.topic-tile.col-4 {
  max-width:23.125%;
  padding:12px;
  box-shadow:0 0 4px rgba(0,0,0,.20);
  margin-bottom: 0;
}


/* tabs */
.tabs {
  padding:4rem 0;
}

.topic-tabs {
  list-style:none;
  display:flex;
  justify-content: flex-start;
  width:100%;
  padding:0;
  margin:0 0 3rem;
  border-bottom:1px solid #3e3e3e;
}

.topic-tabs li {
  display:block;
  width:100%;
  max-width:100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.topic-tabs li a {
  text-transform: uppercase;
  color:var(--accent-dark);
  font-size:1.8rem;
  height:100%;
  font-family: var(--sans-serif-font);
  line-height:2.4rem;
  text-align:center;
  padding:1rem 2rem;
  text-decoration: none;
  display:flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  border-bottom:4px solid #fff;
}

.topic-tabs li a.active, .topic-tabs li a:hover {
  font-weight:700;
  border-bottom:4px solid var(--primary-color);
}

.tab-select-container {
  display:none;
}


.inner-content .container.tab-content {
  position: relative;
  left:100%;
  gap:2.666%;
  align-items:stretch;
  opacity:0;
  height:0;
  overflow:hidden;
  transition:.6s ease all;
}

.inner-content .container.tab-content.active {
  opacity:1;
  left:0;
  height:auto;
}

.inner-content .container.tab-content article {
  margin-bottom:3rem;
}
/* end - tabs */


/* plan types */
.home .plant-tiles {
  margin-bottom:3rem;
}

.plant-tiles li {
  width:100%;
  max-width:14.58%;
  background:transparent;
  padding:1rem;
  position:relative;
  text-align:center;
  margin-bottom:-1rem;
}

.plant-tiles li a {
  text-decoration: none;
  color:transparent;
}

.plant-tile div:first-child {
  overflow:hidden;
  border-radius:50%;
}

.plant-tile img {
  transition:.3s ease all;
}

.plant-tile:hover img {
  transform: scale(1.1);
}

.plant-tiles li img {
  border-radius:50%;
  display:block;
  
}

.plant-tiles li a > div:first-child {
  margin-bottom: var(--body-font-size);
}


.tile-button, .tile-button:visited {
  display: inline;
  text-decoration:none;
  background:var(--secondary-color);
  font-size:1.8rem;
  line-height:2.4rem;
  color:#fff;
  font-family:var(--sans-serif-font);
  padding:0 1rem;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:.4px;
}

.tile-button:hover {
  text-decoration:none;
  background:var(--med-gray);
  font-size:1.8rem;
  line-height:2.4rem;
  color:#fff;
  font-family:var(--sans-serif-font);
}
/* end plant tiles */

.shop-callout {
  margin:6rem 0;
}

.shop-callout-content {
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:4rem;
  background:#fff;
  padding:4rem 6rem 0;
  text-align:center;
}

.shop-callout-content h2 {
  margin-bottom:.5rem;
}

.shop-callout-content p {
  margin-bottom: 0;
}

.shop-callout-content .button {
  bottom:-18px;
}

/* page specific - gardening classes */
.page-template-page-gardening-classes .page-hero, .page-template-page-shop .page-hero, .home .page-hero {
  padding-bottom:24rem;
}
.garden-classes {
  margin-bottom:6rem;
}

.garden-classes .container {
  flex-wrap: nowrap!important;
  align-items:stretch;
}

.class-tiles {
  margin: -18rem 0 6rem;
  z-index: 1;
  position:relative;
}

.class-tiles .button {
  position:absolute;
  bottom: 3.2rem;
  left:50%;
  transform:translateX(-50%);
  width:90%;
}

.class-tiles .tile:hover, .class-tiles .tile:hover .button {
  background-color: var(--primary-color);
  color:#fff;
}

.season-name {
  font-family:var(--serif-font);
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom:1rem;
}

.classes {
  padding-bottom: 7.5rem;
}

.class-list {
  box-shadow:0 0 4px rgba(0,0,0,.20);
  padding:1rem 2rem;
  margin-bottom:1rem;
  font-family:var(--sans-serif-font);
  font-size:1.8rem;
  line-height:2.4rem
}

.class-list h3 {
  font-family:var(--sans-serif-font-condensed);
  font-weight:600;
  margin-bottom: 0;
}

.garden-classes .col-2-3 {
  border-right:1px solid #000;
}

.garden-classes .col-2-3 img {
  max-width:480px;
  width:100%;
  height:auto;
}

.garden-classes-content {
  width:394px;
  position:absolute;
  z-index:1;
  background:#fff;
  padding:2rem;
  text-align:center;
  right:0;
  top:50%;
  transform:translateY(-50%);
}

.garden-classes .col-3 {
  text-align:center;
}

.garden-classes .col-3 img {
  margin-bottom:var(--body-font-size);
}

.class-reviews {
  padding:0 0 10rem;
}

.class-reviews .container {
  gap:2.666%;
}
.class-review {
  background: var(--primary-color);
  border-radius:6px;
  color:#fff;
  padding:4.6rem 2rem 4rem;
  position: relative;
}

.class-review blockquote {
  padding:0;
  margin:0;
  line-height:var(--body-line-height);
  font-size:var(--body-font-size);
}

.class-review:before {
  content:url('https://growinginthegarden.com/wp-content/uploads/2024/05/quote.png');
  position:absolute;
  top: 2rem;
  left:2rem;
}

.class-review:after {
  content: url(https://growinginthegarden.com/wp-content/uploads/2024/05/quote.png);
  position: absolute;
  transform: rotate(180deg);
  right: 2rem;
}

.inner-content .logo-row {
  flex-wrap:nowrap!important;
  justify-content:space-between;
}
/* end - garden classes */


/* index styles - glossary and plant index */
.index-container {
  margin: 0 auto;
  text-align:center;
  padding:3rem 0;
  border-bottom:1px solid rgba(0,0,0,.25);
}

.index-container .container, body:not(.home) .index-container .container {
  flex-wrap: wrap!important;
}

.index-container.stuck .container, body:not(.home) .index-container.stuck .container {
  flex-wrap: nowrap!important;
  align-items: center;
}

.index-container .jump-to {
  display:none;
  font-size:var(--body-font-size);
  width:100px;
  font-family:var(--serif-font);
}

.index-container.stuck {
  position: fixed;
  top:75px;
  background:#fff;
  z-index: 3;
  padding:1rem 0;
  width:100%;
}

.index-container.stuck .jump-to {
  display:block;
  
}

.index-container.stuck h3{
  display:none;
}

.index-container h3 {
  font-size:2.2rem;
  line-height:2.9rem;
  font-family: var(--serif-font);
  font-weight:500;
  margin-bottom:var(--body-font-size);
}

.letter-index {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  margin-bottom:0;
  padding: 0;
}

.letter-index li {
  margin:0 1rem;
  font-size:2.2rem;
  line-height:2.9rem;
  font-family: var(--serif-font);
  font-weight:400;
  cursor: pointer;
}

.stuck .letter-index li {
  font-size:1.8rem;
}

.letter-index li:hover {
  color:var(--primary-color);
}

.letter-header {
  font-size:2.2rem;
  line-height:2.9rem;
  font-family: var(--serif-font);
  font-weight:400;
  width:100%;
  position:relative;
  text-align: left;
  margin-bottom: 3rem;
}

.letter-header:after {
  content:"";
  height:1px;
  width:calc(100% - 3rem);
  left:3rem;
  background-color:var(--secondary-color);
  position: absolute;
  top:14px;
}

.glossary-items {
  list-style:none;
  padding:0;
  margin:0;
}

.glossary-items li {
  padding:3.6rem 0;
  border-bottom:1px dotted var(--primary-color);
}

.glossary-items .post-title {
  text-transform:uppercase;
  font-size:2.2rem;
}

.plant-index {
  display:flex;
  justify-content:flex-start;
  list-style:none;
  padding: 0;
  flex-wrap: wrap;
}

.plant-index li {
  width:100%;
  max-width:24%;
  margin-bottom:1rem;
}

.plant-index li a {
  /* text-transform: uppercase; */
  font-weight:700;
  /* font-size:1.6rem; */
  line-height:2.2rem;
  color:var(--secondary-color);
  text-decoration: none;
  padding:1rem 0;
}

.plant-index li a:hover {
  color:var(--primary-color);
}

.jump-sections {
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding:0;
  margin:0 0 6rem;
}

.jump-sections {
  margin-bottom:0;
}

.jump-sections li {
  border:1px solid #222222;
  padding:.6rem var(--body-font-size);
  font-weight:600;
  margin:.4rem 1rem;
  cursor:pointer;
  transition:.4s ease all;
  color:#222;
  text-decoration:none;
}

.jump-sections li:hover {
  background-color:var(--primary-color);
  border-color:var(--primary-color);
  color:#fff;
}
/* end - index pages */


#dpsp-content-top {
  margin-bottom: 3em;
}

h1.single-post-title {
  text-align:center;
  font-size:4.5rem;
  line-height:1.1;
  margin-bottom:0;
}

.post-meta {
  text-align:center;
  font-family: var(--serif-font);
}

.sidebar {
  width:100%;
  max-width:350px;
  margin:4rem 0;
  padding:2rem;
  border:1px solid rgba(62,62,62);
}

.sidebar aside {
  transition:.3s ease all;
  padding:2rem 0;
  border-bottom:1px solid rgba(62,62,62);
}

.sidebar aside:first-child {
  padding-top: 0;
}

.sidebar aside:hover {
  opacity:1;
}

.sidebar aside:last-child {
  padding:2rem;
  margin-bottom:0;
  border:none;
}

.sidebar aside:nth-child(5){
  /* border:none; */
}


.sidebar aside {
  text-align:center;
}

.sidebar aside img {
  display:block;
  
}

.sidebar-content-box {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  padding:1rem;
  bottom:3.2rem;
  width:calc(100% - 6.4rem);
}

.sidebar-content-box img {
  margin:0 auto 1rem!important;
}

.sidebar aside .textwidget {
  position: relative;
}

.sidebar aside .textwidget img {
  margin:0 auto;
}

.sidebar aside .textwidget p > a {
  margin-bottom: 1rem;
  display:block;
  text-decoration:none;
  color:var(--secondary-color);
}

.sidebar aside .textwidget a {
  display:block;
  margin-bottom: 1rem;
}

.sidebar a.padded {
  padding: 0 2rem;
}

.sidebar .widget-title, .sidebar-content-box p {
  font-family: var(--sans-serif-font-condensed);
  font-size:1.6rem;
  line-height:2.2rem;
  font-weight:700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sidebar-text {
  font-size:1.2rem;
  line-height:1.6rem;
  text-transform :uppercase;
  font-family: var(--serif-font);
  text-align:center;
  font-weight: 300;
}

.sidebar .textwidget .button-dark {
  color:#fff!important;
  width:66%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  margin-bottom:0;
}

.search-input {
  border:none;
  border-bottom:2px solid;
  padding: .8rem 1.6rem;
  width:clamp(24rem, 20.27vw + 3.243rem, 30rem);
  line-height:1.5;
}

.search-input::placeholder, .search-input::-moz-placeholder {
  color:red;
} 

.search-form-trigger {
  cursor:pointer;
}

.search-form-trigger:hover {
  color:var(--primary-color);
}

.search-sidebar {
  display:flex;
  justify-content:space-between;
  align-items:stretch;
}

.search-sidebar input {
  padding:1.2rem 2rem;
  border:1px solid var(--primary-color);
  font-size:1.6rem;
  width:100%;
}

.search-sidebar button {
  width:60px;
  margin-left:.6rem;
  border:none;
  background-color:var(--primary-color);
  color:#fff;
  transition:.3s ease all;
}

.search-sidebar button:hover {
  background-color:#242424;
}

.search-sidebar button .icon {
  filter:invert(1);
}

.search h3 {
  margin-bottom:4rem;
}

.search-result {
  display:flex;
  justify-content:space-between;
  margin-bottom:5rem;
  align-items:flex-start;
}

.search-result-content h3 {
  margin-bottom: 1.6rem;
  line-height: 1;
  font-size:2.2rem;
}

.search-result-image {
  width:100%;
  max-width:240px;
  border:1px solid var(--primary-color);
}

.search-result-image img, .search-result-image a {
  display:block;
  margin-bottom:0;
  padding-bottom:0;
}

.search-result-content {
  width:100%;
  padding:0 3rem;
}

/* gardening classes */
.content-row {
  margin:0 0 7.5rem;
}

.reverse {
  flex-direction: row-reverse;
}


/* page specific - about  */
.featured-in {
  padding: 1.5rem 0 0;
}
.container.featured-list {
  max-width:1024px;
  padding-top: 3rem;
}

ul.featured-list {
  list-style: none;
  padding:0;
  margin:0;
}

.feature-list li {
  margin-bottom:1rem;
}
/* end - about */


/*
* Base CSS for Search Functionality
* Last Update: 2022-11-11
*/


/* Search icon - color and position as needed */
.search-icon {
  /* display: block;
  position: absolute;
  right: 45px;
  top: 60px;
  transform:translateY(-50%);
  z-index: 2;
  transition:.4s ease-in all; */
}

.stuck .search-icon {}

.search-icon {
  color:#222;
  cursor: pointer;
}

.search-icon i {
  font-size:22px;
}

.search-icon svg {
  width:50px!important;
  height:50px;
}


/* Search overlay - color as needed */
.search-overlay {
  position:fixed;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 9999999999990;
  background: rgba(255,255,255,.9);
  width:100%;
  height:0;
  display:flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition:.4s ease-in all;
  opacity: 0;
  
}

.search-overlay.active {
  height:100%;
  opacity:1;
}

.search-close {
  position: absolute;
  right:3.3rem;
  top:5.2rem;
  color:#222;
  font-size:36px;
  font-weight:bold;
  cursor: pointer;
}


/* Search overlay form - color as needed */
.search-overlay > form {
  display:flex;
  width:100%;
  max-width:640px;
  justify-content: space-between;
  align-items: stretch;
}

.search-overlay > form > input {
  width:100%;
  background:transparent;
  border:none;
  border-bottom:1px solid #222;
  font-size:20px;
  color:#222;
  padding:12px;
}

.search-overlay > form > button {
  width:360px;
  margin-left:20px;
  font-size:17px;
  font-weight:600;
  font-family:var(--sans-serif-font);
  letter-spacing:2px;
  text-transform: uppercase;
  background:var(--primary-color);
  color:#fff;
  border:none;
  cursor: pointer;
}

.search-overlay > form > button:hover {
  background:#222;
}


/* Mobile search form - style and color as needed */
.mobile-search-form {
  display:flex;
  width:100%;
  max-width:100%;
  justify-content: space-between;
  align-items: stretch;
}

.mobile-search-form > input {
  width:100%;
  background:rgba(255,255,255,.2);
  border:1px solid #eee;
  font-size:18px;
  color:#fff;
  padding:8px;
  font-weight:400;
}

.mobile-search-form > button {
  width:120px;
  margin-left:20px;
  font-size:18px;
  font-weight:400;
  letter-spacing:2px;
  text-transform: uppercase;
  color:#fff;
  border:none;
  border-radius:3px;
  cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: .7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
  opacity: .7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
  opacity: .7;
}

.icon-color {
  fill:#039;
}

.pagination {
  margin:0 auto;
  display:flex;
  justify-content:center;
  width: 100%;
  flex-wrap: wrap;
  font-family:var(--sans-serif-font);
  letter-spacing:1px;
  text-transform: uppercase;
}

.pagination-heading {
  font-size:1.6rem;
  
  color:#242424;
  font-weight:400;
  width:100%;
  text-align:center;
  margin-bottom:1rem;
}

.pagination > span, .pagination > a {
  padding:1rem;
  border-radius:50%;
  height:40px;
  width:40px;
  display:flex;
  align-items: center;
  justify-content: center;
  border:1px solid var(--primary-color);
  color:var(--primary-color);
  margin: 0 .6rem;
  text-decoration:none;
  transition:.3s ease all;
  font-size:2.2rem;
  font-weight:700;
}

.pagination > span, .pagination > a:hover {
  background:var(--primary-color);
  color:#fff;
}


/*------------------------- Custom styles ----------------------------------*/

.container {
  width:100%;
  max-width:1200px;
  max-width:1440px;
  padding:0 60px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  column-gap: 2rem;
}

/* body:not(.home) .container {
  flex-wrap:nowrap;
} */

.container.fullwidth {
  /* max-width:1920px; */
  width:100%;
  padding:0 100px;
}

.container.fullwidth.no-pad {
  padding:0 60px;
}

.container.fullwidth.fluid {
  padding:0 0;
  gap:20px;
  flex-wrap:nowrap;
}

.container.fullwidth.fluid .col-2 {
  max-width:50%;
}

.container-960 {
  max-width:960px;
}

.nowrap {
  flex-wrap:nowrap;
}

.row {
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  width:100%;
}

.col {
  width:100%;
  max-width:100%;
}


.category-tiles-container {
  display:flex;
  justify-content:flex-start;
  gap:2.666%;
  flex-wrap: wrap;
  margin-bottom:5rem;
  width:100%;
}

.category-tiles-container h2 {
  display:block;
  width:100%;
  text-align:center;
  margin-bottom:2rem;
}



.category-tiles-container .post-title {
  height:4.4rem;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: .8rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width:100%;
  text-wrap:wrap;
}

.section-container {
  display:flex;
  justify-content:space-between;
  padding:2rem;
  border:1px solid #e7e7e7;
  margin-bottom:3rem;
}

.section-container > div > a {
  margin-bottom:0;
}

.section-container h2 {
  text-align:left;
  font-size:2.4rem;
  margin-bottom:1.2rem;
}

.section-container .col-4 {
  width:100%;
  max-width:25%;
  position:relative;
}

.col-3 {
  width:100%;
  max-width:31%;
  position:relative;
}

.col-4 {
  width:100%;
  max-width:23%;
  position:relative;
}

.col-6 {
  max-width:25%;
  width:100%;
  padding-left:2rem;
  padding-right: 2rem;
}
.footer-logo {
  max-width:320px;
  width: auto;
  flex-shrink: 0;
}
.footer-logo-icon-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/* .footer-links__div {
  width: auto;
  margin: 0 auto;
} */
.footer-links__div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* place-items: start center; */
  width: 100%;
  max-width: 1000px;
}
.footer-links__div-col {
  width: 100%;
}

/* buttons */

.button, .button:visited, .sidebar a.button, .sidebar a.button:visited, #gform_submit_button_1 {
  /* background:#fff; */
  color:var(--accent-dark);
  font-family:var(--serif-font);
  font-size:var(--body-font-size);
  line-height:1;
  padding:1rem 2rem;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:500;
  display:inline-block;
  transition:.3s ease all;
  text-align:center;
  letter-spacing:.4px;
  position: relative;
  border-radius:4px;
}

.button-dark, .button-dark:visited {
  background-color:var(--secondary-color);
  color:#fff;
}

.button-light, .button-light:visited, #gform_submit_button_1 {
  background-color:transparent;
  color:var(--secondary-color);
}

.button-white, .button-white:visited {
  background-color:#fff;
  color:var(--secondary-color);
  font-family:var(--sans-serif-font-condensed);
  font-weight:600;
  font-size:1.8rem;
  line-height:2.4rem;
  letter-spacing:.4px;
}

.button-green, .button-green:visited {
  background-color:var(--primary-color);
  color:#fff;
}

.button:hover, .sidebar a.button:hover {
  background-color:var(--primary-color);
  color:#fff;
}

.button-dark:hover {
  background-color:var(--med-gray);
  color:#fff;
}

.button-light:hover, #gform_submit_button_1:hover {
  background-color:var(--secondary-color);
  color:#fff;
}

.button-white:hover {
  background-color:var(--secondary-color);
  color:#fff;
}

.button-green:hover {
  background-color:var(--secondary-color);
  color:#fff;
}

.button.arrow {
  padding-right:4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.arrow:after {
  /* content:"\2192";
  position:absolute;
  font-size:2rem;
  right:2rem;
  top:50%;
  transform:translateY(-50%); */
  content: "\2192";
    position: relative;
    font-size: 2rem;
    left: 1rem;
}

.read-more-link, .read-more-link:visited  {
  font-family:var(--serif-font);
  font-weight:500;
  font-size:var(--body-font-size);
  line-height:1.8rem;
  text-transform:uppercase;
  color:var(--secondary-color);
  text-decoration:none;
  position:relative;
}

.tile div {
  position:relative;
}

.tile .read-more-link {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.read-more-link.arrow {
  padding-right:20px;
}

.read-more-button.arrow {
  padding-right:4.5rem;
}

.read-more-link.arrow:after, .read-more-button.arrow:after {
  content:"\2192";
  position:absolute;
  font-size:2rem;
  right:0;
  top:0;
  color:var(--secondary-color);
}

.read-more-button.arrow:after {
  right:2rem;
  top:6px;
}

.read-more-link:hover, .after:hover:after {
  color:var(--primary-color);
}

a.read-more-button {
  font-family:var(--serif-font);
  text-transform:uppercase;
  color: var(--secondary-color);
  letter-spacing:.5px;
  padding:1rem 2rem;
  border:1px solid var(--secondary-color);
  border-radius:4px;
  text-decoration:none;
  position: relative;
  font-size:var(--body-font-size);
  display: inline-block;
}

a.read-more-button:hover {
  background-color:var(--primary-color);
  color:#fff;
}

a.read-more-button.dark:hover {
  background-color:var(--secondary-color);
  color:#fff;
}

a.read-more-button:hover:after {
  color:#fff;
}

.button-container {
  margin: 3rem 0 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.button-row {
  font-size:2.2rem;
  line-height:2.9rem;
  display: flex;
  align-items: center;
  font-family: var(--sans-serif-font-condensed);
  font-weight:600;
}

.button-row .button {
  margin:0 4rem;
  line-height:1.8rem;
}


.ai-center {
  align-items:center;
}

.content-box {
  background:#fff;
  padding:7.5rem 5.5rem;
  position: absolute;
}

.content-box.left {
  left:10rem;
  top:50%;
  transform:translateY(-50%);
  z-index: 1;
  width:100%;
  max-width:48rem;
  text-align:left;
}

.content-box.centered {
  background:#fff;
  padding:3.7rem 3.7rem 2rem;
  left:50%;
  width:60%;
  max-width:75%;
  text-align:center;
  bottom:8rem;
  transform: translateX(-50%);
}


.col .content-box.centered {
  background:#fff;
  padding:4.7rem 4.7rem 2.7rem;
  left:50%;
  top:50%;
  max-width:66.66%;
  bottom:auto;
  max-width:480px;
  text-align:center;
  transform: translate(-50%,-50%);
}

.content-box.centered h2 {
  margin-bottom:.5rem;
}

.content-box.centered .button {
  bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content-box .post-excerpt {
  margin-bottom:3rem;
}

/* featured comtent */
.detail-box {
  position: relative;
  z-index: 1;
  padding: 3.2rem 7.4rem;
  width:100%;
  max-width:1200px;
  background:#fff;
  margin:-75px auto 0;
}

.post-title {
  font-family:var(--heading-font);
  font-weight:700;
  font-size:1.8rem;
  line-height:2.4rem;
  margin-bottom:1rem;
  text-transform:capitalize;
}

/* CSS-TRICKS CODE  */
.truncate-overflow {
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.truncate-overflow::before {
  position: absolute;
  content: "...";
  inset-block-end: 0; /* "bottom" */
  inset-inline-end: 0; /* "right" */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0; /* "right" */
  width: 1rem;
  height: 1rem;
  background: white;
}

/* END OF CSS-TRICKS CODE  */

.page-content .post-title, .category-tiles-container .col-4 .post-title {
  height: 4.8rem;
  line-height: 2.4rem;
  /* white-space: nowrap; */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width:100%;
  text-wrap:wrap;
  margin-bottom:.8rem;
}

.page-content .tile p {
  height: 44.8rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width:100%;
  text-wrap:wrap;
  margin-bottom:.8rem;
}

.post-image, .post-image:visited {
  padding-bottom:2rem;
}

.featured-content {
  margin-bottom: 6rem;
}

.container.no-pad.hero-container {
  position:relative;
  padding:8rem 0;
  margin: 0;
  width: auto;
  display: flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:4rem;
}

.hero-container > img {
  position:absolute;
  width:100%;
  min-height:100%;
  object-fit:cover;
  z-index:-1;
}

.hero-container:after {
  background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
  content:"";
  position:absolute;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index: -1;
}

.intro-content {
  width:100%;
  max-width:50%;
  color:#fff;
  padding:8rem 8rem 8rem 16rem;
}

.intro-content p  {
  color:#fff;
  font-size:2.2rem;
}

.intro-content a, .intro-content a:visited {
  color:#fff;
  font-size:2rem;
}

.intro-content h1 {
  font-size:5.4rem;
}

.featured-post {
  width:100%;
  max-width:480px;
  background:#fff;
  padding:3rem;
  margin-right:16rem;
  box-shadow:0 0 4px rgba(0,0,0,.20);
}

.tile {
  width:100%;
  background:#fff;
  padding: 1.5rem;
  margin:0;
  box-shadow:0 0 4px rgba(0,0,0,.20);
  text-align:left;
}

.caption, .wp-element-caption {
  display:inline-block;
  font-size:1.2rem;
  line-height:1.6rem;
  font-weight:300;
  text-transform:uppercase;
  font-family:var(--serif-font);
  margin-bottom:.8rem;
  height:16px;
}


.caption a {
  text-decoration:none;
}
.wp-element-caption {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.page-hero.captiom {
  margin-bottom:0;
}

.categories {
  display:block;
  font-size:1.2rem;
  line-height:1.6rem;
  font-weight:300;
  text-transform:uppercase;
  font-family:var(--serif-font);
  margin-bottom:.8rem;
  text-align:center;
}

.spotlight {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom:2rem;
  align-items: center;
}

.spotlight .line {
  height:1px;
  width:100%;
  position:relative;
  background:#222;
  right:0;
  margin-left:1rem;
}

.featured-post > .post-image img {
  margin-bottom: 2rem;
}

.featured-content .post-title {
  font-size:2.2rem;
  line-height:2.4rem;
  margin-bottom:1.7rem;
}

.post-title > span {
  text-transform:uppercase;
}

.post-image, .post-image:visited {
  text-decoration:none;
  color:var(--secondary-color);
  padding-bottom:2.2rem;
  position: relative;
  display: block;
  margin:0;
  overflow: hidden;
}

.post-image > div:first-child {
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
  border:1px solid #d9d9d9;
  margin-bottom: 1.6rem;
  transition:.4s ease all;
}


.post-image img {
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  transition:.4s ease all;
}

.post-image.hovered  img {
  transform: scale(1.1);
  transition:.4s ease all;
}

.post-image.hovered .post-title {
  color:var(--primary-color);
}

.post-excerpt {
  font-family:var(--body-font);
  margin-bottom:1.8rem;
  font-size:1.8rem;
  line-height:3rem;
  color:#444;
}

.hover-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding:0;
  height:auto;
  text-align:center;
  color:#222;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  background:rgba(255,255,255,.85);
  opacity:0;
  transition:.3s ease all;
  text-shadow:0 0 14px white;
  border:1px solid var(--primary-color);
  font-family:var(--body-font);
}

.hover-content p {
  color:#222;
  font-size:1.6rem;
  line-height:2.5rem;
}

.post-image.hovered .hover-content {
  opacity:1;
  padding:2rem;
  height:auto;
}

.hover-content span {
  display: block;
  font-weight:700;
  margin-top: 1rem;
  color:var(--primary-color);
  font-family:var(--sans-serif-font);
}

article.col-2, article.col-3 {
  margin-bottom:3rem;
}

article a {
  position: relative;
  margin-bottom:.6rem;
}

article.tile > a {
  height:100%;
}



article .post-title {
  text-align:left;
}

.hover-content .post-excerpt {
  color: #fff;
}

.pre-heading-text {
  font-family:var(--serif-font);
  font-size:1.2rem;
  text-transform: uppercase;
  font-weight:400;
  margin-bottom:var(--body-font-size);
}



/* recent posts */
.section-header {
  width:100%;
  max-width:100%;
  margin:0 auto 5.5rem;
  position:relative;
  text-align:center;
  font-family:var(--heading-font);
  font-size:2.2rem;
  text-transform: uppercase;
  font-weight:600;
  letter-spacing: 1px;
}

.spotlight, .spotlight > h2 {
  text-align:left;
  width:100%;
}

.spotlight > h2 {
  font-size:var(--body-font-size);
  margin: 0;
  z-index: 2;
  width: auto;
}

.section-header:before {
  position:absolute;
  content:"";
  background-color:#3e3e3e;
  height:1px;
  width:100%;
  z-index:0;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.clean:before {
  content:none;
}

.section-header > h2 {
  background:#fff;
  padding:0 var(--body-font-size);
  position: relative;
  font-family:var(--serif-font);
  display:inline;
}

.recent-posts {
  padding:3.2rem 0 6rem;
}

.garden-topics {
  padding: 6rem 0;
}

.garden-topics .content-box {
  padding-top:2rem;
}

.garden-topics .content-box .button {
  width:80%;
}

.garden-topics img {
  min-height:100%;
  object-fit:cover;
  
}

.garden-topics .col-4 {
  height:300px;
}


/* about angela */
.about {
  background:var(--light-gray);
  padding:10rem 0;
}

.about .container {
  align-items:stretch;
}

.about img {
  min-height:100%;
  object-fit:cover;
}

.about .section-header > span {
  background:var(--light-gray);
}



/* planting guides */
.planting-guides {
  padding: 5rem 0;
}

.planting-guides > img {
  width:100%;
  min-height:100%;
  object-fit:cover;
}


/* new tof gardeining */


/* grow your skills */
.skills {
  padding:4.2rem 0 10rem;
}

/* instagram */
.insta-feed {
  padding:9.4rem 0 5.4rem;
}

/* shop */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  word-wrap:normal;
}

.woocommerce-message {
  border-top-color: var(--primary-color);
}

.woocommerce-message::before {
  color:var(--primary-color);
}

.woocommerce a.remove {
  color:#222!important;
}

.woocommerce a.remove:hover {
  background-color:#222!important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, .woocommerce form .select2-selection__rendered {
  padding:.6rem 1.2rem;
  font-size:1.6rem;
}

.select2-container .select2-selection--single {
  height:auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 20px;
}



.woocommerce span.onsale {
  background-color:var(--primary-color);
}
.woocommerce-page main > .container  {
  max-width:1200px;
  margin: 0 auto;
}

.woocommerce-page .page-content {
  max-width:100%;
}

.woocommerce-page .page-content .woocommerce {
  width:100%;
}

.woocommerce-page .sidebar {
  display:none;
}

.woocommerce-page .button, .woocommerce-page .button:visited {
  background:#222!important;
  color:#fff!important;
  font-family:var(--sans-serif-font);
  font-size:1.6rem!important;
  line-height:1;
  letter-spacing:2px;
  padding:2rem 5.4rem;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:600;
  display:inline-block;
  transition:.3s ease all;
  text-align:center;
}

.woocommerce-loop-product__link {
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
}

.woocommerce-loop-product__link > img {
  transition:.4s ease all;
  min-height:100%;
  display:block;
  object-fit:cover;
}

.woocommerce-loop-product__link:hover > img {
  transform: scale(1.1);
}

.woocommerce-page .button:hover {
  background-color:var(--primary-color)!important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color:var(--primary-color);
  font-family: var(--sans-serif-font);
  font-weight:700;
  font-size:3.6rem;
  line-height: 1;
}

.woocommerce ul.products li.product .price {
  color:var(--primary-color);
  font-family: var(--sans-serif-font);
  font-weight:700;
  font-size:2.2rem;
  line-height: 1;
}

.woocommerce-product-details__short-description {
  margin-bottom:3rem;
}

.woocommerce select {
  height:40px;
}

.woocommerce th.label,  .woocommerce form.cart .variations th.label, .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th, .woocommerce .quantity .qty  {
  line-height:40px;
}

.woocommerce div.product form.cart .button, .woocommerce ul.products li.product .button {
  height:46px;
  border-radius:0;
  background-color:#242424;
  color:#fff;
  line-height:46px;
  padding:0 2rem;
}

.woocommerce div.product form.cart .button:hover, .woocommerce ul.products li.product .button:hover {
  background:var(--primary-color);

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 1rem;
  border: 1px solid var(--primary-color);
  text-align:center;
}

.related h2 {
  text-align:center;
}

.related-categories {
  list-style:none;
  display:flex;
  justify-content: center;
  padding:0;
  margin:0 0 4rem;
}

.related-categories li {
  margin:0 1rem;
}

ul.products li.product .button {
  width: 100%;
  font-size: 1.2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color:var(--primary-color);
}

a .woocommerce-loop-product__title {
  color:#242424;
  font-size:1.5rem;
}

.woocommerce-loop-product__title {
  height:90px;
  font-weight:400;
  font-family:var(--body-font);
  line-height:1.3em;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-6 li {
  width:25%;
}

/* .dpsp-networks-btns-wrapper {
  width:385px;
} */


/* product filters */
.woocommerce-shop .container {
  flex-wrap:wrap!important;
}

.woocommerce-shop .page-content {
  padding-top:6rem;
}

.woocommerce-ordering, .woocommerce-shop .woocommerce-result-count {
  display:none;
}

.wpf_column_horizontal input[type='radio']:checked + label, .wpf_column_horizontal input[type='radio']:checked + label > label, .wpf_column_horizontal label:hover {
  background: transparent;
  color: #222;
}

.wpf_column_horizontal input[type='radio']:checked + label:after, 
.wpf_column_horizontal input[type='radio'] + label:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.8rem;
  opacity: .35;
  background-color: var(--primary-color);
  z-index: -1;
}

.wpf_form_search_by_product_category {
  width:100%;
  text-align:center;
}
.wpf_column_horizontal {
  text-align:center;
}

.wpf_column_horizontal input {
  height:0;
  width:0;
}

.wpf_column_horizontal label {
  background:#f7f7f7;
  color:#444;
  padding: 10px 12px;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: 1px;
  position: relative;
}

.wpf_category_option_all >  label {
  padding:0!important;
}

.shop-gitg {
  margin-bottom:8rem;
}

.download-bar {
  background: #f1f1f1;
  padding: 1rem 2rem;
  margin: 0 0 3rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #333;
  align-items: center;
}

.comments-area {
  margin-top:3.6rem;
}

.comment-list {
  margin-bottom: 4rem;
}

.comment-list > li {
  padding: 2rem;
  border: 1px solid #c7c7c7;
  margin-bottom:2rem;
}


.comment-list .children {
  list-style:none;
}

.comment-list article {
  margin-bottom:1rem;
}

.comment-list footer {
  background:none;
  padding:0;
  margin:0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-list .comment-author {
  display: flex;
  align-items: center;
}

.comment-list .says {
  margin-left: .5rem;
}

.comment-list .comment-metadata a, .comment-list .comment-metadata {
  color:var(--primary-color);
  font-size:1.3rem;
  font-weight:600;
}

.comment-list img {
  width: 60px;
  border-radius: 50%;
  margin-right:1rem;
}

.comment-form-comment label {
  display:block;
}

.comment-form-comment textarea {
  width:100%;
}

.mobile-only {
  display:none;
}

.tablet-up {
  display:block;
}

.subscribe {
  margin-bottom:2rem;
}

body {
  position:relative;
}

body:after {
  position: absolute;
  content:"";
  background:var(--primary-color);
  height:200px;
  z-index:-1;
  bottom:0;
  width:100%;
  left:0;
}

/* .dpsp-pin-it-wrapper {
  width:100%;
  max-width:50%;
} */

/* .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width:inherit;
} */


.w3eden .row {
  flex-wrap:wrap;
}



/* Media Queries */
@container pagecontent (min-width:400px) {
  .wp-block-gallery-2-col {
    padding: 2rem clamp(0rem, 9.709vw + -3.883rem, 10rem);
  }
}


@media screen and (max-width:1439px){
  .sidebar {
    border:none;
  }

  /* footer .col-6 {
    max-width: 33.3%;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

footer .col-3 {
  max-width: 33.3%;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
} */

  
}

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


  .container, .container.fullwidth {
    padding:0 4rem;
  }


  
  .page-content {

  }

  .sidebar {

  }

  .col-2-3 {
      max-width: calc(100vw - 410px);
  }

  .about {
      padding: 8rem 0;
  }

  .content-box.left {
    left: 2rem;
    max-width: 39rem;
    padding:3.7rem;
  }
.footer-logo-icon-group {
  flex-direction: column;
}
.footer-newsletter {
  flex-direction: column;
  row-gap: 2rem;
  width: auto;
}
.footer-newsletter p {
  text-align: center;
}
footer .row {
  justify-content: center;
}
  footer .footer-links {
      padding-top: 3.6rem;
      padding-bottom: 3.6rem;
  }
  

  .footer-links > .row {
    flex-wrap:wrap;
    justify-content: center;
  }

  .footer-links .col-4 {
    max-width:31%;
    padding-left:2rem;
    padding-right: 2rem;
  }

  .footer-links .col-4:first-child {
    max-width:100%;
    margin-bottom: 5rem;
    text-align:center;
  }

  .footer-links .col-4:first-child p {
    text-align:center;
    max-width:60%;
    margin:0 auto;
  }

  .footer-section-title {
    margin-bottom:1.2rem;
  }

  /* .search-input {
    width:240px;
  } */

  .intro-content {
      padding: 8rem 8rem 8rem 8rem;
  }

  .featured-post {
    margin-right:8rem;
  }
}

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

  .home .page-hero {
    padding: 10rem 4rem 7rem;
  }

  .home .page-hero .container {
    max-width:660px;
    padding-bottom: 3rem;
  }
  
  .home .page-hero h1 {
    font-size:3.6rem;
    line-height:1.1;
    margin-bottom:0;
  }
  
  .home .page-hero h3 {
    font-size:2.4rem;
  }
  
  .home .badge {
    max-width: 104px;
    margin-top: -90px;
    margin-bottom: 10px;
  }

  .throughline span br {
    display:none;
  }

  .featured-in .container:nth-child(2){
    justify-content:center;
  }

  .container.aggregate {
    padding:0 4rem;
  }

  .page-template-page-gardening-classes .page-hero, .page-template-page-shop .page-hero, .home .page-hero {
    padding-bottom: 15rem;
  }

  .homepage-callouts .container {
    margin-top: -10.2rem;
    z-index: 1;
  }

  .category-tiles-container .col-3 {
    max-width:31.5%;
  }

  .page-content .col-3 .post-title, .category-tiles-container .col-4 .post-title {
    height: 96px;
    /* white-space: nowrap; */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width:100%;
    text-wrap:wrap;
  }


  .page-content .tile p {
    height: 40px;
    /* white-space: nowrap; */
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:100%;
    text-wrap:wrap;
  }

  .col .content-box.centered, .col-2 .content-box.centered, .content-box.left {
    transform:none;
    top: auto;
    bottom: 4rem;
    left: 50%;
    transform:translateX(-50%);
    position:absolute;
    width:100%;
    max-width:80%;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-align:center;
  }

  .content-box.centered p {
    margin-bottom:-10px;
  }

  .content-box.centered .button {
    position:relative;
    left:auto;
    transform:none;
    bottom:-36px;
  }

  .callout-2col {
    padding-top:0;
  }
    
  .callout-2col img {
    height: 60vw;
    object-fit: cover;
  }

  .content-box.left .button {
    bottom: -25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

  }


 .home .plant-tiles {
    margin-bottom:4rem;
  }


  .tile-button, .tile-button:visited {
    font-size: 1.3rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width:100%;
    padding:0;
  }

  .subscribe-strip {
    padding:1.8rem 4rem;
  }

  .subscribe-strip .container {
    padding: 0;
  }

  .home .subscribe-strip .container {
    padding:0;
  }

  #search-input {
    width:clamp(24rem, 14.225vw + 19.448rem, 34rem);
  }

  .container.fullwidth, .container.fullwidth.no-pad {
    padding:6rem 0;
    margin:0;
  }
  
  article.col-2 {
    max-width:100%;
  }

  /* .search-result {
    flex-wrap:wrap;
  } */

  .search-result-image, .search-result-content {
    max-width:100%;
  }


    .search-result-image {
      margin-bottom: 2rem;
      margin-right: 2rem;
  }

  .search-result-content {
    padding:0;
  }

  .footer-4 {
    display:none;
  }
  footer > .container:first-of-type > .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer > .container:first-of-type > .row > div {
    width: 100%;
  }
  /* footer .footer-links .row {
    justify-content:space-between;
  } */
  footer .col-6 {
    max-width: 30%;
  }
  footer .footer-logo {
    max-width: none;
  }
  footer .col-6, footer .col-3 {
    padding:0;
  }

  .footer-links .col-6 {
    max-width:100%;
    width:50%;
    padding:0;
  }

  .footer-links .col-3 {
    max-width:100%;
    padding:0;
  }

  footer .social-icons {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }

  .footer-newsletter {
    max-width:100%;
    width: auto;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    /* border-left:1px solid #fff;
    padding-left:1.4rem; */
  }
  .footer-newsletter .subscribe-button {
    max-width: 50%;
  }

  .footer-newsletter a {
    min-width: 160px;
    margin-left:1.4rem;
  }

  .featured-logos {
    flex-wrap:nowrap;
  }

  .topic-tiles li {
    max-width:31%;
  }

  /* category page */
  .inner-content .container {
    padding:0 4rem;
  }

  .topic-tabs li {
    max-width:100%;
  }

  .sidebar {
    max-width:200px;
  }

  .page-content {
    padding: 4rem 0;
    width:64%;
  }


  /* categories page */
  /* .topic-tabs {
    display:none;
  } */

  



  /* .tab-select-container {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
  } */

  .tab-select-container > div {
    font-size:1.4rem;
  }
  
  #tab-select {
    display:block;
    margin-left: 15px;
    border: 1px solid var(--med-gray);
    padding: .5rem 1rem;
    font-size: 1.6rem;
    font-family: 'open-sans-condensed';
    font-weight: 700;
  }

  #tab-select option {
    font-size: 1.6rem;
    font-family: 'open-sans-condensed';
    font-weight: 700;
  }

  /* desert gardening */
  .shop-callout img {
    height:400px;
    object-fit:cover;
  }

  /* classes */
  .page-template-page-gardening-classes .page-hero {
    padding-bottom: 22rem;
  }

  .class-reviews .col-4 {
    max-width:48.75%;
    margin-bottom:2.5vw;
  }

  .class-reviews .container {
    gap:2.5%;
  }

  .content-row {
    margin: 0 0 4rem;
  }

  .class-tiles img {
    height: 200px;
    object-fit: cover;
  }

  .class-tiles .button {
    width:82%;
  }


  /* plants */
  .plants-fade {
    margin-bottom: 0;
  }


  /* plant index */
  .plant-index {
    justify-content: space-between;
  }

  .plant-index li {
    max-width:31.5%;
  }

  .letter-index li {
    margin: 0 .5rem;
    font-size: 2rem;
  }

  .plant-index li a {
    font-size:1.6rem;
  }

  .pull-up {
    margin-top: -12rem;
    margin-bottom: 2rem;
  }


  /* about */
  .container.mw-1280 {
    align-items:center;
  }
  .garden-classes-content {
    position: relative;
    top: auto;
    transform: none;
    width:auto;
  }

  .garden-classes .container {
    flex-wrap:wrap!important;
  }

  .garden-classes .col-2-3, .garden-classes .col-3 {
    max-width:100%;
    text-align:center;
    border-right:none;
  }

  .garden-classes .col-2-3 {
    padding-bottom:3rem;
    border-bottom:1px solid var(--secondary-color);
  }

  .garden-classes .col-2-3 img {
    margin:0 auto;
  }

  .garden-classes .col-3 {
    padding-top:3rem;
  }

  .dark-half .newsletter-form {
    flex-wrap: wrap;
  }

  .col-2-3 {
    max-width: 48%;
  }

  .col-3 {
    max-width:48%;
  }

  .featured-list .col-3 {
    max-width:31%;
  }

  h1.single-post-title {
    line-height:1.1;
  }

  .page-content.single {
    padding: 4rem 4rem 8rem 0;
  }

  .sidebar {
    /* max-width:100%; */
    width:33.3%;
    padding:2rem 0;
  }

  .sidebar-content-box {
    padding: 1rem;
    bottom: 3rem;
    width: 90%;
  }

  .sidebar aside {
    padding-bottom:2rem;
  }

  /* .sidebar aside:nth-child(1), .sidebar aside:nth-child(3){
    padding-bottom:8rem;
  } */

  .sidebar-text br {
    display:none;
  }

  .topic-tiles li a {
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: calc(100% - 4rem);
    bottom: 2rem;
  }

  /* search */
  /* .search-results-row {
    display: flex;
    justify-content: space-between;
  }
  .search-result {
    display: block;
    width:100%;
    max-width:47%;
  } */

  /* about page */
  .about-content .reverse {
    flex-direction: row-reverse;
  }

  .about-content .col-2 img, .about-content .col-2-3 img {
    margin-bottom: 3rem;
    width:100%;
  }

 .inner-content.about-content .container.f-nowrap {
    flex-wrap: wrap!important;
  }

  

  .about-content .col-2, .about-content .col-2 .col-2-3, .about-content .col-2 .col-3 {
    max-width:100%;
  }

  .featured-section .col-3 {
    max-width:31%;
  }


  .dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-2 li {
      width: 40%;
  }

  .section-header > h2 {
    background: #fff;
    padding: 0 var(--body-font-size);
    position: relative;
    font-family: var(--serif-font);
    display: inline-block;
    max-width: 85%;
    width:auto;
    margin: 0 auto;
    line-height:1.1;
}

.subscribe-strip p {
  text-align:center;
}

.subscribe-button, .subscribe-button:visited {
  text-align:center;
}

.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-6 li {
  width:31%;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label {
  display: none;
}


  

}

/* iPad Air */
@media screen and (max-width:820px){
  .page-template-page-gardening-classes .content-row .col-2 {
    max-width:100%;
  }

  .page-template-page-gardening-classes .content-row .col-2 img {
    width:100%;
    margin-bottom: 3rem;
  }
}




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

  .home .page-hero {
    padding: 10rem 2rem 14rem;
  }

  .home .page-hero .container {
    max-width:100%;
    margin:0;
    padding-bottom:2.5rem;
  }

  .home .page-hero h1 {
    font-size:2.4rem;
    line-height:1.2;
    margin-bottom:0;
  }
  
  .home .page-hero h3 {
    font-size:2rem;
  }
  
  .home .badge {
    max-width: 104px;
    margin-top: -90px;
    margin-bottom: 10px;
  }

  .jump-to-top {
    top:78vh;
    right:auto;
    left:2rem;
  }

  .dbKsqk {
    left:15px!important;
    right:auto!important;
  }

  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    height:auto!important;
  }

  .mobile-only {
    display:block!important;
  }

  .tablet-up {
    display:none!important;
  }

  .container.aggregate {
    padding:0 2rem;
  }

  .subscribe-strip {
      padding: 1.8rem 2rem;
      text-align: center;
  }

   .subscribe-strip .container {
    flex-wrap: wrap;
  }

  .subscribe-strip p {
    max-width:100%;
    width:100%;
    text-align:center;
    margin-bottom:1rem;
  }

   .subscribe-strip a {
    max-width:100%;
    width:100%;
    text-align:center;
  }


  .home .topic-tile {
    max-width:31.666%;
    padding:.6rem;
  }

  .topic-tiles li img {
    height:125px;
    width: 100%;
    object-fit: cover;
  }

  .topic-tiles li a {
    font-size: 1.4rem;
    line-height: 1.9rem;
    width: calc(100% - 2.4rem);
    bottom: 1.2rem;
  }

  .home .plant-tiles {
    margin-bottom:0;
  }

   .plant-tiles li {
    max-width:31.666%;
    margin-bottom:3rem;
  }

  .button-container {
    margin: 0 0 2rem;
  }

  

  .button-row {
    text-align:center;
    flex-wrap: wrap;
    justify-content:center;
    font-size:1.6rem;
    line-height:2.1rem;
  }
  

  .button-row .button {
    max-width:100%;
    width:100%;
    margin:0;
  }

  .featured-logos {
    flex-wrap:wrap;
  }

  .feature-logo {
    max-width:23%;
  }

  .throughline:after {
    content:none;
  }

  .callout-2col .container.fullwidth {
    flex-wrap:wrap;
  }

  .callout-2col img {
    width:100%;
    height:400px;
  }

  .callout-2col .container.fullwidth .col-2 {
    max-width:100%;
    margin:0 0 3rem;
  }

  .search-box {
    flex-direction:column;
    justify-content: center;
  }

  .search-box form {
    display: flex;
  }

  .search-strip .search-box label {
    margin-right:0;
  }

  .search-box .icon {
    width:2rem;
    height:2rem;
  }

  /* footer .footer-links .row {
    justify-content:space-between;
  } */

  footer .col-6, footer .col-3 {
    padding:0;
  }

  .footer-logo {
    max-width:100%;
    text-align:center;
  }

  .footer-logo img {
    max-width:200px;
    margin:0 auto;
  }

  footer .footer-links {
    padding:2rem 2rem 0;
  }

  .footer-links .col-6 {
    max-width:100%;
  }

  .footer-links .col-3 {
    max-width:100%;
  }

  .featured-list .col-3 {
    max-width:100%;
  }
 
  footer .row .social-icons {
    max-width: 100%;
    text-align: center;
    border-bottom:1px solid #fff;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  footer .social-icon {
    padding:1.4rem;
  }

  footer .footer-newsletter {
    max-width:100%;
    align-items: center;
    border-bottom:1px solid #fff;
    border-left: none;
    padding:0 0 3rem;
    flex-wrap: wrap;
    margin-bottom:0;
  }

  .footer-newsletter p {
    text-align: center;
    margin-bottom:1rem;
  }

  .footer-newsletter .subscribe-button {
    width:100%;
    margin:0 auto;
  }

  footer .keyline {
    display:none;
  }

  .footer-links > .row > div {
    margin-bottom:3rem;
  }

  .footer-links__div {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: none;
    row-gap: 4rem;
  }
  .footer-links__div-col {
    width: auto;
  }
  .footer-links__div-col:nth-child(-n+2) {
    padding-left: clamp(4rem, 22.222vw + -6.644rem, 10.4rem);
  }
  .footer-links__div-col:last-child {
    grid-column: 1 / 3;
  }
  .footer-links__div-col:last-child .footer-section-title, .footer-links__div-col:last-child p {
    text-align: center;
    margin: 0 auto;
    max-width: 80ch;
  }
  .copyright {
    padding: 5rem 2.7rem 3rem;
  }

  .featured-section .col {
    flex-wrap: wrap;
  }

  .featured-section .col > div {
    max-width: 100%;
    margin-bottom:1.6rem;
  }

  .fade-section {
    margin-top:0;
  }

  .fade-section .topic-tiles li {
    max-width:48.75%;
  }

  .fade-section .topic-tiles li a {
    width: calc(100% - 4rem);
  }

  .newsletter-form {
    flex-wrap:wrap;
    width:100%;
  }

  .newsletter-form .search-input, .newsletter-form .strip-submit {
    width:100%;
    border-bottom:none;
  }

  /* general */
  .page-hero {
    padding:4rem 2rem;
  }

  .topic-tile.col-3 {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  /* category page */
  .inner-content .container {
    padding:0 2rem;
  }

  .inner-content .container.tab-content {
    gap:2.5%;
    padding:0 2rem;
  }

  .inner-content .container.tab-content article {
    max-width:48.75%;
  }

  /* .topic-tabs {
    flex-wrap: wrap;
    margin: 0;
  }

  .topic-tabs li a br {
    display: none;
  } */

  .topic-tabs {
    justify-content:space-between;
    margin-bottom:1.2rem;
    border:none;
    flex-wrap: wrap;
  }

  .topic-tabs li {
    max-width:48%;
    margin-bottom:8px;
  }

  .topic-tabs li a {
    border:1px solid rgba(0,0,0,.45);
    border-radius:4px;
    padding:1.8rem 1rem;
    font-weight:400;
    font-size:1.4rem;
    line-height:1.9rem;
  }

  .topic-tabs li a.active {
    border:1px solid #222;
    background:var(--primary-color);
    color:#fff;
    font-weight:400;
  }

  .tab-select-container {
    margin-bottom: 0;
  }

  .tab-content {
    margin-bottom:0;
  }

  .tab-content.active {
    margin-bottom:2rem;
  }

  /* archive page */
  .page-content {
    padding:4rem 0;
    max-width:100%;
    width:100%;
    margin:0 0 3rem;
    flex-wrap: wrap;
  }
  .archive {
    gap:2.5%;
  }

  .archive article {
    max-width:48.75%;
  }

  /* desert gardening */
  .topic-tiles.col-4 {
    gap:2.5%;
    margin-bottom: 0;
  }

  .topic-tile {
    max-width:48.75%;
  }

  /* classe3s */
  .content-row {
    margin: 0 0 3rem;
  }

  .content-row:last-child {
    padding-bottom:4rem;
  }

  .class-list {
    margin-bottom: 2rem;
  }

  .classes {
    padding-bottom: 4rem;
  }

  .col-2:last-child {
    margin-bottom:0;
  }

  .class-reviews {
    padding: 0 0 4rem;
  }

  .class-reviews .col-4 {
    max-width: 100%;
    margin-bottom: 2.5vw;
  } 

  .index-container .container {
    justify-content:center;
  }

  /* plant index */ 
  .letter-index {
   flex-wrap: wrap;
  }

  .plant-index li {
    margin-bottom: 1rem;
  }

  .letter-header:after {
    width: calc(100% - 3rem);
  }

  .plant-index li {
    max-width: 48%;
  }

  .index-container.stuck .container, body:not(.home) .index-container.stuck .container {
    flex-wrap: wrap!important;
  }

  /* artcle / single post */
  .page-content.single {
    padding: 4rem 0 8rem;
  }

  h1.single-post-title {
    text-align: center;
    font-size: 3rem;
    line-height: 4rem;
  }

  .dpsp-networks-btns-wrapper {
    width: 100%;
  }

  /* about *//* about */
  .container.mw-1280 {
    flex-wrap: wrap!important;
  }
  .garden-classes .col-2-3, .garden-classes .col-3 {
    max-width:100%;
  }

  .garden-classes .col-2-3 {
    border-right: none;
    border-bottom: 1px solid var(--secondary-color);
  }

  .dark-half .container {
    padding:0;
  }

  .dark-half .container > div {
    padding:4rem 2rem;
  }

  .dark-half:after {
    content:none;
  }

  .dark-bg-newsletter {
    background: var(--secondary-color);
  }

  .throughline span {
    background:transparent;
  }





  .category-tiles-container .col-3 {
    max-width:48.666%;
  }

  .featured-content {
    margin-bottom:180px;
  }
  .hero-container .intro-content {
      max-width:100%;
      padding:4rem;
  }

  /* .section-header:before {
    content:none;
  } */

  .read-more-button {
    width:100%;
    text-align:center;
  }

  .read-more-button.arrow:after {
    top: 50%;
    transform: translateY(-50%);
  }


  .intro-content {
    padding:8rem 4rem;
    margin-bottom: 4rem;
    text-align:center;
  }

  .featured-post {
    max-width:calc(100% - 8rem);
    margin-right:0;
    margin-bottom: -200px;
    text-align:center;
  }

  .featured-post .button {
    margin:0 auto;
  }

  .container, .container-fullwidth {
    padding:0 2rem;
    flex-wrap:wrap;
  }

  .page-hero .container {
    margin:0 2rem 3rem;
  }

  body:not(.home) .container {
    flex-wrap:wrap;
    padding-bottom:2rem; 
  }

  .col-2, .col-2-3, .col-1-3, .col-3, .col-3-4, .col-4 {
    max-width:100%;
    margin:0 0 3rem 0;
  }

  .content-box.centered, .content-box.left {
    top:auto;
    bottom: 100px;
  }

  .post-image > img {
    height:auto;
  }

  .ad-300 {
    margin: 0 auto;
  } 

  .detail-box {
    padding:2rem;
    margin:0;
  }

  .featured-content .post-title {
    font-size: 3.6rem;
    line-height: 4rem;
    margin-bottom: 1.7rem;
  }

  .skills .col-2 {
    margin-bottom:10rem;
  }



  .about img {
    margin-bottom: 3rem;
  }

  

  .content-box.centered .button {
    width:auto;
  }

  .new-to-gardening {
    margin-bottom: 3rem;
  }

  

  .skills {
    padding:3rem 0;
  }

  .planting-guides img {
    height:300px;
    object-fit:cover;
  }

  .planting-guides .container, .shop-gitg .container {
    padding:0;
  }

  .sidebar {
    max-width:100%;
    width:100%;
    margin:0;
    padding:0 0 3rem;
    border:none;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding:2rem;
  }

  .sidebar aside {
    max-width:100%;
    width:100%;
    opacity:1;
  }

  .sidebar aside:first-child, .sidebar aside:last-child {
    max-width:100%;
    width:100%;
  }

  .row {
    flex-wrap:wrap;
  }

  footer .col-4 {
    text-align:center;
  }

  .newsletter {
    padding-bottom:0;
  }

  .newsletter .footer-section-title , .newsletter p {
    text-align:center;
  }

  #gform_fields_1 {
    flex-wrap: wrap;
    text-align:center;
  }

  #input_1_1 {
    text-align:center;
  }

  #field_submit, #gform_fields_1 input[type='submit'] {
    width:100%;
  }
   
  .footer-links .col-4 {
    max-width:100%;
    text-align:center;
    margin-bottom: 5rem;
  }

  .footer-links .col-4:first-child {
    max-width:100%;
    text-align:center;
  }

  .footer-links .col-4:first-child p {
    text-align:center;
    margin:0 auto;
    max-width:100%;
  }

  .page-hero .container {
    padding:3rem;
  }

  .search-overlay > form {
    flex-wrap:wrap;
    padding:2rem;
  }

  .search-overlay > form > input {
    margin-bottom:3rem;
    text-align:center;
  }

  .search-overlay > form > button {
    margin:0;
    width:100%;
    padding:2rem;
  }

  .shop .topic-tile.col-4 {
    max-width:48%;
  }

  /* woocommerce */
  .woocommerce-shop .page-content {
    padding-top:3rem;
  }

  .woocommerce-loop-product__title {
    height:auto;
  }

  ul.products {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
  }

  .products li.product {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    float:none;
    max-width:100%;
    width:100%!important;
  }

  .category-tiles-container .col-4, .page-content .col-3 {
    max-width:48%;
  }

  .category-tiles-container .post-title, .page-content .col-3 .post-title {
   
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width:100%;
    text-wrap:wrap;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    height:96px;
  }

  .category-tiles-container .post-title {
    
  }

  .caption {
    display:inline-block;
    font-size:1.2rem;
    line-height:1.6rem;
    font-weight:300;
    text-transform:uppercase;
    font-family:var(--serif-font);
    margin-bottom:.8rem;
    height:32px;
  }

  .page-hero .caption {
    height:auto;
    margin-bottom:0;
  }

  .section-container {
    flex-wrap:wrap;
    padding: 0;
  }

  .section-container .col-4, section-container .col-3-4 {
      max-width: 100%;
  }

 

  .ptb-75 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .inner-content .logo-row {
    flex-wrap:wrap!important;
    align-items: center;
  }

  .logo-row a {
    width:100%;
    max-width:29.33%;
  }

  /* sidebar */
  .sidebar aside .textwidget img {
      height: 300px;
      width: 100%;
      object-fit: cover;
  }

  .sidebar aside .sidebar-content-box img {
    width:30px;
    height:auto;
  }

  /* search */
  .search-results-row {
    display: flex;
    justify-content: space-between;
  }
  .search-result {
    display: block;
    width:100%;
    max-width:100%;
  }

  .section-header.spotlight {
    margin-bottom: 0;
  }

  .featured-section .post-image > div {
    /* margin-bottom: 0!important; */
  }

  .featured-section .col .post-image > div:first-child {
    margin-bottom:1.6rem;
  }

  .featured-section .col > div {
    margin-bottom: 0!important;
  }

  .featured-section .caption {
    height:auto!important;
  }

  .shop-callout {
    margin:3rem 0;
  }

  .featured-section .col-3, .featured-section .col {
    max-width:48%;
  }

  .featured-section .col {
    max-width:100%;
  }

  .featured-section .col img {
    height:auto;
  }

  .featured-section .col .post-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .download-bar {
    flex-wrap:wrap;
    justify-content:center;
    padding:2rem;
    text-align:center;
    line-height:1.3;
  }

  .download-bar > div {
    margin-bottom:2rem;
  }

  .wp-block-media-text>.wp-block-media-text__content {
    padding:0;
  }

  .wp-block-media-text__media img, .wp-block-media-text__media video {
    margin-bottom:2rem;
    width: auto !important;
    max-width: 100% !important;
  }

  .related-categories {
    flex-wrap:wrap;
    margin-bottom: 0;
  }

  .related-categories li {
    width:100%;
    margin-bottom:1rem;
  }

  .container.comments {
    padding:0;
  }

  .comment-list footer {
    flex-wrap:wrap;
    margin-bottom: 1rem;
  }

  .dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-2 li {
      width: 49%;
  }

}

@media screen and (max-width:479px){
  .sidebar aside {
    max-width:100%;
  }
  .footer-links__div-col:nth-child(-n+2) {
    padding-left: clamp(2rem, 62.78vw + -14.009rem, 16rem);
  }
  .footer-links__div-col:last-child {
    padding-left: clamp(1.5rem, 5.376vw + -0.575rem, 2rem);
    padding-right: clamp(1.5rem, 5.376vw + -0.575rem, 2rem);
  }
  .topic-tiles li div {
    width: calc(100% - clamp(2.5rem, 9.434vw + -0.519rem, 4rem));
    font-size: clamp(1.1rem, 4.403vw + -0.309rem, 1.8rem);
    line-height: clamp(1.5rem, 5.66vw + -0.311rem, 2.4rem);
    padding: clamp(0.5rem, 3.145vw + -0.506rem, 1rem);
  }
  footer .footer-links {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-links__div-col:nth-child(-n+2) {
    padding-left: clamp(1.2rem, 30.108vw + -10.422rem, 4rem);
  }

  .page-content .col-3 .post-title, .category-tiles-container .col-4 .post-title {
    /* height: 96px; */
    height:auto;
  }
}

@media screen and (max-width:385px) {
  .footer-links__div {
    grid-template-columns: 1fr;
    column-gap: 1rem;
  }
  .footer-links__div-col:last-child {
    grid-column: auto;
  }
  footer .social-icon {
    padding:clamp(0.75rem, 7.647vw + -1.544rem, 1.4rem);
  }
  footer .container:first-child {
    padding: 0 1.5rem;
  }
  .footer-links__div-col:nth-child(-n+2) {
    padding-left: clamp(8rem, 47.059vw + -6.118rem, 12rem);
  }
}