/* GardenerSelect Custom CSS
---------------------------- */

@import url("https://use.typekit.net/hmi6fsq.css");

:root {
  --brand-blue: 17, 78, 145;
  --brand-dark-blue: 0, 4, 45;
  --brand-light-blue: 93, 156, 211;
  --brand-red: 193, 39, 45;

  --main-navigation-link-hover: var(--brand-light-blue);
  --main-navigation-link-active: 255, 255, 255;

  /* cattegory squares */
  --category-bg-e6ffe6: 230, 255, 230;
  --category-bg-e1e9fd: 225, 233, 253;
  --category-bg-fff4fd: 255, 244, 253;

  --category-bg-ffebe9: 255, 234, 233;
  --category-bg-fffff7: 255, 255, 247;
  --category-bg-eeeefd: 238, 238, 253;

  --push-top: 300px;
}
body,
html {
  /* overflow-x: hidden !important; */
}
@media (max-width: 767px) {
  [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mt-6 {
  margin-top: 4em;
}
@media (min-width: 768px) {
  .mt-6 {
    margin-top: 8em;
  }
}
/* TYPE
--------------------------------*/
h1 {
  /*   font-size: 60px; */
}
.header-decoration {
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  padding: 30px 60px;
  min-width: 320px;
  display: inline-block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .header-decoration {
    font-size: 2.5em;
    min-width: 350px;
  }
}
@media (min-width: 1200px) {
  .header-decoration {
    background-size: contain !important;
  }
}
.header-decoration.red {
  background: url("/media/vdwilqoe/red-bg-decoration.svg");
}
.header-decoration.blue {
  background: url("/media/pjdfzfnk/dark-blue-brush.svg");
}
.gardener-select-home h1 {
  color: rgb(var(--brand-blue));
}
h1 + h2 {
  margin-top: 0;
}
.text-red {
  color: rgb(var(--brand-red)) !important;
}

/* Header 
---------------------------- */
body {
  --blue-banner-height-sm: 85px;
  --blue-banner-height-lg: 170px;
}
.btn {
  background: rgb(var(--brand-red));
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5);
  padding: 12px 25px;
  font-size: 18px;
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn-special {
  background: url("/media/xlgh53ow/dark-blue-brush-wide.svg") no-repeat center;
  box-shadow: none;
  padding: 40px;
  margin-top: -10px;
  display: inline-block;
  color: #fff;
  background-size: 100%;
}
.btn-special a {
  color: #fff !important;
  text-transform: uppercase;
  font-family: var(--h2-typography_font-name);
  font-weight: normal;
  font-size: 26px;
}
#site-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: -2px;
  width: calc(100% + 5px);
  height: var(--blue-banner-height-sm) !important;
  background-image: radial-gradient(
    circle at 50% 0%,
    rgb(var(--brand-light-blue)) 0%,
    rgb(var(--brand-blue)) 75%
  );
  clip-path: url(#myCurve);
}
@media (min-width: 992px) {
  #site-content:before {
    height: var(--blue-banner-height-lg) !important;
  }
}
section.usn_cmp_banner {
  /* height: 400px; */
  /* padding-top: var(--blue-banner-height-sm) !important; */
}
@media (min-width: 992px) {
  section.usn_cmp_banner {
    /* padding-top: var(--blue-banner-height-lg) !important; */
  }
}
#site-header {
  background: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none !important;
}
@media screen and (min-width: 0) and (max-width: 991px) {
  html.reveal-out {
    overflow: auto;
  }
  html.reveal-out body {
    height: auto;
    max-height: initial;
    /* overflow: auto; */
  }
}
@media screen and (min-width: 0) and (max-width: 991px) {
  html.nav-up body:not(.show_header-on-scroll-sm) header#site-header {
    top: 0;
  }
}
#site-header .site-search {
  display: none;
}
@media (max-width: 991px) {
  #site-header nav.main {
    background: rgb(var(--brand-blue));
  }
  #site-header nav.main li.has-child > ul a {
    background: rgb(var(--brand-light-blue));
  }
  #site-header .open-child_mobile span:after {
    background: rgb(var(--brand-light-blue));
    color: #fff !important;
  }
}
#site-header nav.main a {
  font-family: din-condensed;
  font-weight: 100;
  text-transform: small-caps;
  color: #fff;
  font-size: 22px;
}
@media (min-width: 992px) {
  #site-header nav.main li {
    padding: 0 0.5em;
  }
}
#site-header nav.main li span:before {
  background: rgb(var(--brand-light-blue)) !important;
}
@media (min-width: 992px) {
  #site-header nav.main li span:before {
    height: 2px !important;
  }
}
#site-header .expand-header span,
#site-header .expand-header span:before,
#site-header .expand-header span:after {
  background-color: #fff !important;
}
#site-header .expand-header.expand-active-cross.active span {
  background-color: transparent !important;
}
#site-header #logo {
  width: 110px !important;
  height: auto !important;
}
#site-header #logo img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
}
@media (min-width: 992px) {
  #site-header #logo {
    width: 225px !important;
    top: 10px !important;
  }
}

#site-header,
#site-content:before {
  position: fixed !important;
}

body {
  /*   position: relative; */
  background: #fff;
}

#site-header .nav-dropdown .has-child > ul {
  background: rgb(var(--brand-light-blue)) !important;
  padding: 0.6em 0;
}
#site-header .nav-dropdown .has-child > span:after {
  color: rgb(var(--brand-light-blue));
}
#site-header .nav-dropdown .has-child > ul > li:hover {
  background: #407eb9;
}

.content .info > .text > h1:first-child,
.content .info > .text > h2:first-child,
.content .info > .text > h3:first-child {
  margin-top: 0.25em;
}

/* BANNERS
---------------------------- */
.banner {
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .banner {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .banner {
    height: 800px;
  }
}
.banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.component.usn_cmp_banner .item:not(.item_scale-banner) .image {
  background-position: center bottom;
  bottom: auto;
  top: calc(-50% - 100px) !important;
  transform: translateY(40%);
}
.has-light-blue-bg-decoration {
  background: url("/media/eknhks1s/light-blue-decoration.svg") no-repeat center;
  background-size: cover;
  margin-top: -40px;
  position: relative !important;
  z-index: 990 !important;
}
@media (min-width: 1300px) {
  .has-light-blue-bg-decoration {
    padding: 60px 0 !important;
    background-size: 120% !important;
    background-position: center;
  }
}
@media (min-width: 1400px) {
  .has-light-blue-bg-decoration {
    margin-top: -60px;
  }
}
@media (min-width: 2000px) {
  .has-light-blue-bg-decoration {
    padding: 100px 0 !important;
    background-size: contain !important;
    background-position: center;
  }
}
.has-top-light-blue-spacer {
  padding-top: 0 !important;
}
.has-top-light-blue-spacer:before {
  content: "";
  display: block;
  position: relative;
  z-index: 99;
  background: url("/media/eknhks1s/light-blue-decoration.svg") no-repeat center
    bottom;
  background-size: cover;
  left: -10%;
  height: 90px;
  width: 120%;
}
@media (min-width: 400px) {
  .has-top-light-blue-spacer:before {
    background-size: 100%;
    height: 110px;
  }
}
@media (min-width: 1400px) {
  .has-top-light-blue-spacer:before {
    height: 130px;
  }
}

/* PODS | Home Quote
---------------------------- */
@media (min-width: 576px) {
  section.home-quotes .listing-pods {
    flex-direction: column !important;
  }
  section.home-quotes .listing-pods .item {
    width: 100% !important;
    max-width: none !important;
  }
}
@media (min-width: 768px) {
  section.home-quotes .listing-pods {
    flex-direction: row !important;
  }
  section.home-quotes .listing-pods .item {
    width: 33.3333333% !important;
    max-width: none !important;
  }
}
section.home-quotes .listing-pods .item {
  /*   width: 20%; */
  /*   flex: 1 auto !important; */
}
section.home-quotes .listing-pods .item .info {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 1em;
  text-align: center;
  max-width: 240px;
  padding: 0.5em 1em !important;
  font-family: var(--body-typography_font-name);
  font-size: 1em;
}
section.home-quotes .listing-pods .item:nth-child(1) .info {
  top: -40px;
}
section.home-quotes .listing-pods .item:nth-child(2) .info {
  bottom: -10px;
  top: auto;
  right: auto;
}
section.home-quotes .listing-pods .item:nth-child(3) .info {
  top: 40px;
}
@media (min-width: 1100px) {
  section.home-quotes .listing-pods .item:nth-child(2) .info {
    left: -20px;
    bottom: -40px;
  }
  section.home-quotes .listing-pods .item:nth-child(3) .info {
    right: -40px;
  }
}

@media (max-width: 992px) {
  #site-content section.home-quotes .listing .item {
    margin-bottom: var(--base-spacing) !important;
  }
  #site-content section.home-quotes .listing .item:last-child {
    margin-bottom: 0 !important;
  }
}

/* SECTION / Our Story
------------------------------------- */

/* SECTION / Collections
------------------------------------- */
.usn_cmp_collectionlist {
  padding: 0 !important;
  margin-bottom: -60px;
}
.usn_cmp_collectionlist .container {
  max-width: 2000px;
  padding: 0;
}
.categories {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 550px) {
  .categories {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .categories {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 990px) {
  .category {
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .category {
    height: 500px;
  }
}
.category:after {
  transition: all 0.3s ease;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category:nth-child(1):after {
  background: rgba(var(--category-bg-e6ffe6), 0.9);
}
.category:nth-child(2):after {
  background: rgba(var(--category-bg-e1e9fd), 0.9);
}
.category:nth-child(3):after {
  background: rgba(var(--category-bg-fff4fd), 0.9);
}
.category:nth-child(4):after {
  background: rgba(var(--category-bg-ffebe9), 0.9);
}
.category:nth-child(5):after {
  background: rgba(var(--category-bg-fffff7), 0.9);
}
.category:nth-child(6):after {
  background: rgba(var(--category-bg-eeeefd), 0.9);
}
.category:hover:after {
  background: rgba(255, 255, 255, 0);
}
.category-content {
  text-align: center;
  display: block;
  padding: 1.5em;
  width: 100%;
  position: relative;
}
.category-content:hover h2 {
  color: rgb(var(--brand-red));
}
.category-content h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: rgb(var(--brand-dark-blue));
  margin-top: 0;
  margin-bottom: 0.2em;
  transition: all 0.3s ease;
}
.category-content * {
  position: relative;
  z-index: 1;
  /*   padding: 1em 0; */
}
.category-content:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.category-content:hover {
  text-decoration: none !important;
}
.category-content:hover .category-btn {
  background-color: rgb(var(--brand-blue)) !important;
  color: #fff;
}
.category:hover .category-content:after {
  width: 100%;
}
.category-content + .category-content:after {
  background: transparent;
}
.category-btn {
  background: transparent;
  border-radius: 15px !important;
  border: 1px solid rgb(var(--brand-blue));
  color: rgb(var(--brand-blue));
}

/* PAGE, Contact
------------------------------------- */
.contact-form .umbraco-forms-page {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .contact-form .umbraco-forms-page {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.contact-form .umbraco-forms-fieldset {
  width: 100%;
  padding: 0;
}
@media (min-width: 500px) {
  .contact-form .umbraco-forms-fieldset {
    width: 50%;
  }
  .contact-form .umbraco-forms-fieldset:first-child {
    padding-right: 32px;
  }
}
.contact-form .umbraco-forms-fieldset:last-of-type {
  margin-bottom: 0;
}
.contact-form .inner {
  padding: 0;
}
.contact-form .umbraco-forms-field-wrapper {
  max-width: 400px !important;
}
.contact-form .btn {
  color: #000 !important;
}
/* FOOTER
------------------------------------- */
html,
body {
  height: 100%;
}
.site-footer-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#site {
  flex: 1 0 auto;
}
#site-footer {
  flex-shrink: 0;
  overflow-x: hidden;
}
body {
  --footer-height: 350px;
  --red-end-stop: 25%;
  margin: 0;
}
#site-footer {
  color: #fff;
  padding-bottom: 0 !important;
  background-image: radial-gradient(
    circle at 50% 0%,
    rgb(var(--brand-light-blue)) 0%,
    rgb(var(--brand-blue)) 75%
  ) !important;
  position: relative !important;
  z-index: 2;
}
@media (min-width: 768px) {
  #site-footer {
    background-image: linear-gradient(
        to left,
        rgba(var(--brand-red), 1) 0%,
        rgba(var(--brand-red), 1) var(--red-end-stop),
        rgba(var(--brand-red), 0) var(--red-end-stop)
      ),
      radial-gradient(
        circle at 50% 0%,
        rgb(var(--brand-light-blue)) 0%,
        rgb(var(--brand-blue)) 75%
      ) !important;
    clip-path: url(#myCurveFooter);
  }
  #myCurveFooterSVG {
    height: var(--footer-height);
  }
}
@media (min-width: 2200px) {
  #site-footer {
    background-image: linear-gradient(
        to left,
        rgba(var(--brand-red), 1) 0%,
        rgba(var(--brand-red), 1) calc(var(--red-end-stop) + 200px),
        rgba(var(--brand-red), 0) calc(var(--red-end-stop) + 200px)
      ),
      radial-gradient(
        circle at 50% 0%,
        rgb(var(--brand-light-blue)) 0%,
        rgb(var(--brand-blue)) 75%
      ) !important;
  }
}
#myCurveFooterSVG {
  transform-origin: 50% 50%;
  position: absolute;
  top: 100px;
  width: 100%;
  display: none;
}
#myCurveFooter {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: rotateZ(180deg);
}

#site-footer .container {
  padding: 0 !important;
}
footer#site-footer .footer-item {
  margin-bottom: 0 !important;
  padding: 2.5em 30px 3em;
}
#site-footer .footer-item:last-child .inner {
  width: 100%;
}
@media (min-width: 768px) {
  #site-footer .footer-item:last-child {
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.4) 0,
      transparent 10%,
      transparent 100%
    );
  }
  #site-footer .footer-item:first-child {
    width: 70% !important;
  }
  #site-footer .footer-item:last-child {
    width: 30% !important;
  }
}
footer#site-footer .footer-heading {
  text-align: center;
  background-size: 100%;
  padding: 10px;
  position: relative;
  z-index: 999;
}
footer#site-footer .footer-heading:after {
  position: absolute;
  z-index: -1;
  background: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  background-image: url("/media/bi2os4zu/gradient-blue-brush.svg");
  /* padding: 1em; */
  height: 110px;
  top: -30px;
  left: -50px;
  margin: 0;
}
@media (min-width: 768px) {
  footer#site-footer .footer-heading:after {
    width: 160%;
  }
}
@media (min-width: 1200px) {
  footer#site-footer .footer-heading:after {
    width: 140%;
  }
}

#site-footer label,
#site-footer p,
#site-footer span,
#site-footer a {
  color: #fff !important;
}
#site-footer .social {
  /*   padding-top: 20px;  */
  position: relative;
  top: 10px;
}
#site-footer .social ul {
  text-align: center;
}
#site-footer .social li {
  display: inline-block;
  padding: 0.5em;
}
#site-footer .social li a img {
  width: 100%;
  height: auto;
}

#site-footer .listing {
  width: 100%;
  flex-direction: column;
}
#site-footer .listing .item {
  flex: 1 auto;
  max-width: none;
  width: 100%;
  display: flex;
  align-items: center;
  animation-timing-function: linear;
}
@media (min-width: 768px) {
  #site-footer .listing {
    flex-direction: row;
  }
  #site-footer .listing .item {
    height: var(--footer-height);
  }
}
@media (max-width: 767px) {
  #site-footer .listing .item:last-child {
    padding-top: 0 !important;
    width: calc(100% + 220px) !important;
    margin-left: -90px;
    padding-bottom: 15px;
    background: rgb(var(--brand-red)) !important;
  }
  footer#site-footer .footer-heading:after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  #site-footer .listing .item:first-child {
    width: 75%;
    /* border-bottom: 1px solid #fff; */
  }
  #site-footer .listing .item:last-child {
    width: 25%;
    background-color: rgb(var(--brand-red));
  }
}
#site-footer .umbraco-forms-page {
  display: flex;
  align-items: flex-end;
  max-width: 525px;
}
#site-footer .umbraco-forms-form {
  padding: 0;
}
#site-footer .umbraco-forms-fieldset {
  width: 80%;
  margin: 0;
  padding-right: 0;
  padding: 0;
}
#site-footer .umbraco-forms-fieldset input {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  height: 50px !important;
}
#site-footer .umbraco-forms-navigation {
  width: 22%;
  padding: 0;
}
#site-footer .umbraco-forms-field {
  margin: 0;
}
#site-footer .umbraco-forms-navigation input {
  height: 50px !important;
  margin: 0;
  width: 100%;
  background: rgb(var(--brand-red));
  color: #fff;
}
@media (min-width: 992px) {
  #site-footer .umbraco-forms-navigation input {
    height: 50px !important;
  }
}
#site-footer .umbraco-forms-navigation [class^="col"] {
  padding: 0;
}
@media (min-width: 768px) {
  #site-footer .umbraco-forms-navigation [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-navigation {
  background: rgb(var(--brand-red));
  color: #fff;
  text-align: center;
  padding: 1em 0 !important;
  font-size: 14px;
}
.footer-navigation ul {
  display: inline;
}
.footer-nav li {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .footer-navigation {
    background: rgb(var(--brand-blue));
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0 !important;
  }
}

#site-footer .umbraco-forms-field label,
#site-footer .heading {
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 30px;
  font-family: din-condensed;
}
#site-footer .umbraco-forms-tooltip {
  font-size: 20px;
  margin-bottom: 0.5em;
}
#site-footer .breadcrumb-trail {
  display: none;
}
#site-footer .help-block {
  width: 100%;
  display: block;
  margin-bottom: 0.75em;
}
@media (min-width: 992px) {
  #site-footer .help-block {
    position: relative;
    width: calc(100% + 250px);
    margin-bottom: 1em;
  }
}
#site-footer .umbraco-forms-page {
  margin-bottom: 1em;
}
#site-footer .field-validation-error {
  color: #fff !important;
  padding: 0;
  position: absolute;
  bottom: -30px;
}
/* 404 Stuff */
.label-404 {
  border: 2px solid rgb(var(--brand-blue));
  color: rgb(var(--brand-blue));
  font-size: 3em;
  padding: 0.4em 0.2em 0.5em;
  margin: 0.5em auto 0.7em !important;
  width: 100px;
  display: block;
}

@media (min-width: 768px) {
  .label-404 {
    font-size: 4em;
    width: 150px;
  }
}
