/** Shopify CDN: Minification failed

Line 438:19 Expected identifier but found bad string token
Line 438:20 Unterminated string token

**/


/*=============================

		Mobile Styles

=============================*/

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}


@media only screen and ( max-width: 721px ){
  
  .desktop {
  display: none !important;
  }

  .mobile {
    display: block !important;
  }
  
  
  /* Global & Layout 
  ------------------------*/

  body {
    border-top: 72px solid transparent;
  }
  
  .one-third,.one-half,.one-third.true,.two-thirds,.three-fourths,.two-fifths, .three-fifths, .one-fourth, .one-fifth {
    width: 100%;
  }
  
  
  .SidebarMenu .Text--subdued {
    color: #333 !important;
  }
  
  .SidebarMenu__Social svg {
    color: #333 !important;
  }
  
  #intro-section .text-box h2 {
    font-size: 1.8rem;
  }
  
  #home-collections h2, #home-products h2 {
    font-size: 1.8rem;
  }
    
  body.template-index #home-mission h2 {
  	font-size: 1.8rem;
  }
 
  h2.insta-feed-heading {
    font-size: 1.8rem;
  }
  
  .flex {
  	display: block;
  }
  
  .spr-summary-actions-newreview {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  
  /* Header 
  ------------------------*/
  
  .supports-sticky .Search[aria-hidden="true"] + .Header--transparent {
    box-shadow: none !important;
    box-shadow: inset 0 20px 40px 0 rgba(0,0,0,.18) !important;
    -webkit-box-shadow: inset 0 29px 15px 0 rgba(0,0,0,.18) !important;
  }
  
  .SidebarMenu {
    background: #fff;
    
  }
  
  .SidebarMenu .Drawer__Content::before,
  .SidebarMenu .Drawer__Footer::before {
    background-image: none; 
  }
  
  .SidebarMenu .Heading, .supports-hover .SidebarMenu .Link--primary {
  	color: #333;
  }
  
  .SidebarMenu .Text--subdued, .Drawer__Header .Icon--close {
    color: #333 !important;
  }
  
  #top-navigation {
    left: 15px;
    top: 20px;
    position: absolute;
  }
  
  .Header__Wrapper {
    height: 70px;
  }
  
  #header-logo-wrapper {
  	width: 150px;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  
  #menu-icons {
    top: 20px;
  }
  
  #home-collections .inner-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  #home-collections .block-wrap {
    width: 100%;
  }
  
  h3.callout-text-home {
    font-size: 2rem;
  }
  
  .CollectionToolbar.CollectionToolbar--top {
    display: none !important;
  }
  
  .ProductListWrapper {
    padding-top: 20px;
  }
  
  #add-to-cart-button-cover {
    z-index: 1;
  }
  
  /* Popup 
  ------------------------*/
  
  #popup-box {
    display: block;
  }
  
  #popup-box .popup-image-container {
    display: none;
  }
  
  #popup-box .Form__Submit {
    width: 33%;
  }
  /* Home Page
  ------------------------*/
  
  .hero-slide  {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .hero-slide h2 {
    font-size: 2rem;
  }
  
  .hero-slide h3 {
    font-size: 1.2rem;
  }
  
  .home-quote #fade-in-quote h2 {
    font-size: 1.8rem;
    padding-left: 15px;
    padding-right: 15px;
  }
     
  
  .home-featured-collections {
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .home-featured-collections a.feat-block {
    width: 100%;
    float: none;
    height: auto;
  }
  
  a.feat-block p {
    text-align: center;
    width:95%;
    padding-bottom: 20px;
  }
  
  .featured-product-container {
    width: 100vw;
  }
  
  .featured-products .c-product {
    height: 55vh;
  }
  
  .home-featured {
    min-height: 50vh;
    display: flex;
    margin-top: 10vh;
    margin-bottom: 10vh;
    position: relative;
    flex-wrap: wrap; 
    width: 100%;
   }
  
  .home-featured-image {
 	height: 40vh;
    width: 100%;
  }
  
  .home-featured-text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  
  .home-featured-custom h5.super-script, .home-featured-wedding h5.super-script {
    text-align: center;
  }
  
  .home-featured-text h2 {
    text-align: center;
  }
  
  .home-featured-text p {
    text-align: center;
  }
  
  
  #insta-feed-center {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px    
  }
  
  
  #insta-feed-center h2 {
    margin-top: 60px;
    font-size: 4rem;
  }
  
  
  .insta-feed-container a.insta-item {
    width: 50%;
  }
  
  
  #intro-section .flex {
    flex-wrap: wrap;
  }
  
  
  #home-video .flex {
    display: block;
  }
  
  .white-float-box.right,  
  .white-float-box.left {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  
  #bottom-callout .flex {
    display: block;
  }
  
  #bottom-callout .inner-wrapper .one-third.center {
    border-left: none;
    border-right: none;
  }
  
  #home-newsletter .white-overlay-content {
    width: 100%;
  }
  
  #home-newsletter .white-overlay-content h2 {
    font-size: 2rem;
  }
  
  .CollectionFilters .Collapsible:first-child {
    height: 100%;
  }
  
  body.template-index #home-mission p {
  	font-size: 1.2rem;
  	color: #fff;
  	text-shadow: 0 3px 8px #666;
  }
  
  body.template-index #home-mission {
    background-size:  auto 100%;
    background-position: center center;
  }
 
  #home-quotes .slick-arrow {
    top: 3%;
    width: 80px;   
  }
  
  #home-quotes .slick-prev {
  	left: 0;
  }
  
  #home-quotes .slick-next {
  	right: 0;
  }
  
  .white-float-box.right, .white-float-box.left {
    position: absolute;
    bottom: 0;
  }
  
  body.template-index .full-bg {
    min-height: 100vh;
  }
  #bottom-callout .inner-wrapper .one-third {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px; 
  }
  
  #bottom-callout .inner-wrapper .one-third a {
    line-height: 1.2em;
    font-size: 1.5rem !important;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
  }
  
  /* Typography 
  ------------------------*/
  
  body .big-blue-heading {
    font-size: 2.1rem;
  }
  
  p.two-thirds {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .SidebarMenu .Heading, .supports-hover .SidebarMenu .Link--primary {
  	font-weight: 600;  
  }
    
  
  /* collection Page 
  ----------------------*/

  .wood-art-banner {
    background: #BAC3B7;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    color: #fff;
    height: auto;
    line-height: 1.2em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  
  .ProductList--grid[data-desktop-count="4"]>.Grid__Cell, 
  .ProductList--grid[data-desktop-count="3"]>.Grid__Cell {
    width: 100%;   
  }
  
  body .CollectionInner__Products {
    padding-left: 0px;
  }
  
  .CollectionToolbar__Item--layout {
    display: none !important;    
  }
  
  body .ProductMeta__ShareButtons {
    display: block !important;
  }
  
  /* About Us Page
  ---------------------*/
  
  #home-mission .white-overlay-content {
    width: 100%;
    max-width: 100%;
  }
  
  #home-mission .sig-flex {
    display: block;    
  }
  
   #about-us-wrapper #home-mission .sig-flex{
     display: block;
   }
  
  #about-us-wrapper #home-mission .sig-flex a {
    width: 100%;
  }
  
  img.about-logo {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  
  #about-us-wrapper .inner-wrapper.flex {
    display: block;'
  }
  
  #about-us-wrapper .off-set h2 {
    padding-left: 5px;
    font-size: 1.2rem;
  }
  
  #about-us-wrapper .off-set .inner-text-wrapper {
    padding: 20px;    
  }
  
  #about-quote-box:before {
    opacity: .5;
  }
  
  .about-us-center p {
    padding-right: 0;
  }
  
  
  .team-block .team-block-single {
    width: 100%;
    margin-bottom: 40px;
  }
  
  
  .gallery-container .one-third {
    width: 100%;
  }
  
  #about-us-wrapper #read-more-hidden {
    padding-left: 0;
    display: block;
    text-align: center;
  }
  
  /* Product Page
  ---------------------*/
  
  .SectionHeader__Heading.SectionHeader__Heading {
    font-size: 2rem;
  }
  
  #size-chart-slide {
    box-shadow: none;
  }
  
  .ProductMeta__ShareTitle {
    float: left;
  }
  
  /* Navigation Product Pages
  ----------------------*/
  
  .row-three-blocks.top-padded a.feat-block h3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: initial;
    left: initial;
    transform: translateX(0) translateY(0);
    font-size: 1rem;
    color: #fff;
    background: rgba(175, 30, 89, .9);
    padding: 10px 15px;
    color: #fff;
    display: block;
    opacity: 1;
  }
  
  /* Gift Guide
  ----------------------*/
  
  .gift-guide-block .inner-wrapper {
    display: block;
  }
  
  .gg-wrap {
    margin-top: 20px;
    
  }
  
  .gg-wrap .single-product-box {
    width: 50%;
  }
  
  .gift-guide-block .slider-wrapper {
    padding-left: 0;
  }
  
  .gift-guide-block h2 {
    font-size: 2rem;
  }
    
    
  
  /* Blog
  ----------------------*/
  
  .Article__Wrapper.three-fourths {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;    
  }
  
  .template-article .Article__Header h1.Heading {
    font-size: 2.1rem;
    text-align: center;
  }
  
  
  /* Pages
  ----------------------*/
  
  .full-width-look-book-header h2 {
    font-size: 2.1rem;    
    text-align: center;
  }
  
  .inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .SectionHeader--center {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .home-testimonials h2 {
    font-size: 2.1rem;
  }
  
  .page-container .fly-boxes {
    flex-wrap: wrap;
  }
  
  .page-container .fly-boxes.image-right {
    flex-direction: row;
  }
  
  .page-container .image-box {
    width: 100%;
  }
  
  .page-container .fly-boxes.image-right .text-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -15%;
  }
  
   .page-container .fly-boxes.image-left .text-box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -15%;
  }
  
  .page-container .three-box-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .page-container .three-box-row .flexed {
    flex-wrap: wrap;    
  }
  
  .page-container .flexed .callout-point {
    width: 100%;
  }
  
  .featured-product-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #press-grid, #events-grid {
     grid-template-columns: 100%;
     padding: 30px;
  }
  
  .pretty-box.contact-box {
    width: 100%;
  }
  
  .contact-box-info a {
    font-size: 1rem;
  }
  
  body#our-story .page-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  body .PageContent--narrow.meet-andrea p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  body .give-back-section .give-back-image {
    margin-bottom: -5vh;
  }
  
  body .give-back-section .give-back-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
  }
  
  .give-back-section .charity-links a {
    width: 100%;
  }
  
  .fun-facts .fun-fact.left img,
  .fun-facts .fun-fact.right img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  
  .fun-facts .fun-fact p {
    text-align: center;
    width: 100%;
  }
  
  
  .page-container .page-row {
    padding-bottom: 20px;
  }
  
  .page-container .image-box {
    height: 55vh;
  }
  
  /* Look Book 
  ---------------------*/
  
  .look-book-slide {
    display: block;
  }
  
  .look-book-slide .look-book-info {
    padding-bottom: 40px;
  }
  
  .look-book-clear {
    background: transparent;
    border: none;
  }
  
  /* Contact Page
  ----------------------*/
  
  body .contact-container .contact-form-wrapper {
    margin-top: 0;
    padding-top: 150px;
  }
  
  .contact-container {
    display: block;
  }
  
  .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #contact-slider-container img {
    width: 100%;
  }
  
  /* Collection Pages
  ----------------------*/
  
  .ProductList--grid[data-desktop-count="4"]>.Grid__Cell, 
  .ProductList--grid[data-desktop-count="3"]>.Grid__Cell {
    padding-left: 0;
    margin-bottom: 20px;
    height: auto;
    padding-bottom: 20px;
  }
  
  .background-collection-image .SectionHeader__Heading.SectionHeader__Heading {
    font-size: 1.1rem;    
  }
    
  /* Footer 
  ----------------------*/
  
  footer.footer-section .footer-container {
    display: block;    
  }
  
  footer.footer-section .footer-container h2 {
    margin-top: 40px;
  }
  
  footer.footer-section .social-bar {
    text-align: center;
  }
  
  footer.footer-section .flexed-middle {
    display: block;
    text-align: center;
  }
  
  .footer-nav {
    text-align: center;
  }
  
  .social-bar {
    margin-bottom: 20px;
  }
}