/** Shopify CDN: Minification failed

Line 177:21 Expected ")" to end URL token

**/
/* Place any CSS overrides in this file. */

/* Global Tag Changes*/
p{
  margin-top:1.25em;
  margin-bottom:1.25em;
}
ul {
  padding-left: 2em; 
  list-style-type: disc; 
}

li {
  margin-left: 1.5em; 
  /* text-indent: -1.5em;  */
} 
/* --- */
.sitewide--title-wrapper h1,
.sitewide--title-wrapper h2 {
  font-family: brothers, serif;
}

.main-page-content .page--title {
      font-family: brothers, serif;
    color: #833921;
}

/* Product page Built-to-Last section and other text-with-overlay blocks */
.image-with-text-overlay__caption {
    box-shadow: 0 0 0 2px #833921, 0 0 0 4px #fff, 0 0 0 8px #833921;
    font-family: serif;
  }
  .image-with-text-overlay__caption h2 {
    font-family: brothers, serif;
    color: #833921;
    position: relative;
    padding: 0 36px;
    display: inline-block;
  }
  .image-with-text-overlay__caption h2:before,
  .image-with-text-overlay__caption h2:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 27px;
    height: 4px;
    background-color: #c6893f;
    transform: translateY(-14px);
  }
  .image-with-text-overlay__caption h2:before {
    left: 0;
  }
  .image-with-text-overlay__caption h2:after {
    right: 0;
  }

.image-with-text-overlay__caption a,
a.btn.homepage-featured-box-btn,
a.btn {
    border-radius: 2px;
    font-family: serif;
    text-transform: capitalize;
    font-size: 18px;
  }


/* 3col info */
info-columns.info-cols {
    background-color: rgba(217,200,157,0.1);
}



.info-cols--title {
    font-family: brothers, serif;
    color: #833921;
    text-align: center;
    max-width: 75%;
    margin: 3rem auto 0;
}

info-columns.info-cols .info-cols--title {
    margin-top: 2rem;
}

/* section with that idea is the collections */
product-recommendations h2,
.collage-builder__heading,
.collage-builder__section-wrapper h2.section-title,
.shopify-section.blog-posts h2.section-title,
.custom-html .section-title,
.collection-header__title h1 {
    font-family: brothers, serif;
    color: #833921;
    position: relative;
    padding: 0 36px;
    display: inline-block;
}

.collection-header__title h1 {
color: #FFFFFF;
}

.collage-builder__heading {
  color: #FFFFFF;
}

product-recommendations h2:before,
product-recommendations h2:after,
.collage-builder__heading:before,
.collage-builder__heading:after,
.collage-builder__section-wrapper h2.section-title:before,
.collage-builder__section-wrapper h2.section-title:after,
.shopify-section.blog-posts h2.section-title:before,
.shopify-section.blog-posts h2.section-title:after,
.custom-html .section-title:before,
.custom-html .section-title:after,
.collection-header__title h1:before, 
.collection-header__title h1:after {
    content: "";
    position: absolute;
    top: 83%;
    width: 27px;
    height: 4px;
    background-color: #c6893f;
    transform: translateY(-14px);
  }
product-recommendations h2:before,
.collage-builder__heading:before,
.collage-builder__section-wrapper h2.section-title:before,
.shopify-section.blog-posts h2.section-title:before,
.custom-html .section-title:before,
.collection-header__title h1:before {
    left: 0;
  }
product-recommendations h2:after,
.collage-builder__heading:after,
.collage-builder__section-wrapper h2.section-title:after,
.shopify-section.blog-posts h2.section-title:after,
.custom-html .section-title:after,
.collection-header__title h1:after{
    right: 0;
  }





/* homepage header transparency */

.template-index .header-section:not(.overlay-header):not(:hover):not(.stickied) a,
.template-index .header-section:not(.overlay-header):not(:hover):not(.stickied) .top-links--icon-links a {
  color: white;
}

.template-index .header-section:not(:hover) .site-header__logo-overlay-image img {
  filter: brightness(0) invert(1);
}

.template-index .header-section.sticked a,
.template-index .sticked .top-links--icon-links a {
  color: #833921 !important;
}
.template-index .header-section.sticky-header:not(.sticked):hover a.site-nav__link {
  color: #833921!important;
}
/* homepage header transparency end */



.image-with-text__container {
  background: url({{ "AdobeStock_354824710_Preview 1.jpg" | asset_url }});
}

/* be ready for your work section on homepage */
.feature_row__image_wrapper.homepage-featured-content-box {
  background: transparent!important;
}
.featured-row__subtext p {
  font-family: serif;
}


.newsletter-footer button {
  border-radius: 0px;
}