/** Shopify CDN: Minification failed

Line 55:0 Unexpected "{"
Line 55:1 Expected identifier but found "%"
Line 56:0 Unexpected "<"
Line 59:0 Unexpected "<"
Line 60:1 Expected identifier but found "%"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}

/* Peacock making changes */

/* make column images at the bottom of the garden tour page the same size and not bigger than the view height */
.index-section.color-scheme-none.text-columns-template--15230833557586__text_columns_EdxFzH .image-wrap {
  height: 75vh !important;
  max-width: 100% !important;
  padding-bottom: 0 !important;
  margin: 0 auto !important; /* Center the image container */
  background: #ffffff;
}

.index-section.color-scheme-none.text-columns-template--15230833557586__text_columns_EdxFzH .image-wrap img {
  height: 100% !important;
  width: auto !important;
  object-fit: cover !important;
  margin: 0 auto !important; /* Center the image container */
  background: #ffffff;
}

/* make photo of Jim the same size as the others */
#shopify-section-template--15230833557586__advanced_content_nNjMYi .image-wrap {
  height: 75vh !important;
  max-width: 100% !important;
  padding-bottom: 0 !important;
  margin: 0 auto !important; /* Center the image container */
  background: #ffffff;
}

#shopify-section-template--15230833557586__advanced_content_nNjMYi .image-wrap img {
  height: 100% !important;
  width: auto !important;
  object-fit: cover !important;
  margin: 0 auto !important; /* Center the image container */
  background: #ffffff;
}

{% if page.handle contains "rose-naming" %}
<style>
/* hide title on rose naming page */
#shopify-section-template--15230833655890__main {display: none!important;}
</style>
{% endif %}
