/** Shopify CDN: Minification failed

Line 7:0 Unexpected "}"

**/
/*Change header flex order, logo on left*/  
}
.header-table.color--white-text.flex.items--center.justify--between.full--w.px2.py3.max-site-width.lg--up--px3.lg--up--relative {
  flex-direction: row;
}
.header-table__center.align--middle.text-align--center.flex--grow--1.md--dn--flex--1-basis-auto.lg--up--flex--grow--0.lg--justify--center.lg--items--center {
    order: 1;
    flex-grow: 0;
    padding-bottom: 0;
}
.nav__container.align--middle.text-align--left.md--dn--hide.lg--up--flex--1.overflow--x-hidden {
  order: 2;
  padding: 60.1px 0;
}

/*mobile menu*/
.header-table__bookend.align--middle.text-align--left.lg--up--hide.md--dn--flex--1-basis-0 {
  order: 2;
}

.header__meta.header-table__bookend.align--middle.text-align--right.lg--up--flex--1.md--dn--flex--1-basis-0.lg--up--justify--end.no-wrap {
  order: 3;
}

/*Home Logo*/
.template-index .logo-default{
  content: url(//cdn.shopify.com/s/files/1/0555/1482/4748/files/White_logo_150x@2x.png) !important;
  max-height: 150px!important;
}

/*Remove down arrow*/
.btn.border--none.bg--transparent.color--white-text.hv--primary-accent.font-size--l.pointer {
  display: none;
}



/*HOME SECTIONS*/

.homepage-more-link {
  border: 1px solid #44797b;
  /*padding: .25rem .8rem;*/
  color: #fff;
  background-color: #44797b;
  padding: var(--space-1) var(--space-2);
}
.homepage-more-link:hover {
  border: 1px solid #44797b;
  /*padding: .25rem .8rem;*/
  color: #44797b;
  background-color: #e5e1e6;
  padding: var(--space-1) var(--space-2);
}

/*Collections*/
/*.image-with-text__image.image-holder.responsive-image__wrapper img:hover {
  opacity: 0.5;
}
.image-with-text__content a:hover, .collection-item__link.color--primary-text:hover .collection-item__button, .collection-item__link.color--white-text:hover .collection-item__button {
  color: #3d3935!important;
  border-bottom: 1px solid #3d3935!important;
}
.image-with-text__content h3 {
  font-size: 3rem;
}
.image-with-text__content a {
  font-size: 1.5rem;
}*/

/*Quote font size*/
.item.item--desktop--full.item--mobile--full.item--e1fc11f3-dce8-43b3-b439-d5d74d774e01.item--first.item--last.fade-in.ready.activated h2 {
  font-size: 2rem;
}
/*Gallery*/
#shopify-section-template--14301742923820__gallery .section-with-padding {
  padding-bottom: 20px!important;
}

#shopify-section-template--14301742923820__gallery h2 {
  font-size: 2.15rem;
  text-transform: uppercase;
}

#shopify-section-template--14301742923820__1644111053bbb2e150 .section-with-padding {
  padding-top: 0!important;
  padding-bottom: 20px!important;
}


/*PAGES*/
/*dark logo for pages
#about .logo-default, #gallery .logo-default, #outdoor-amp-at-home-classes .logo-default, #shop .logo-default {
  content: url(//cdn.shopify.com/s/files/1/0555/1482/4748/files/3007_Ramona_Gregory_Logo_Dark_1_150x@2x.png) !important;
}*/


/*header padding*/
.template-page .py3, .template-collection .py3, .template-list-collections .py3, .template-product .py3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*logo padding left
#gallery .header__logo.font-size--0.m0.lg--up--px3.md--dn--px1 {
  padding-left: 0;
}*/

.font-size__heading, .font-size__heading-mobile-full {
  font-size: 1.9rem;
  line-height: 3.25rem;
}

/*ABOUT*/
/*center button for CV*/
.item.item--desktop--full.item--mobile--full.item--c2c809f5-7d4a-442b-b813-88c0a24f9cb8.item--last.fade-in.ready.activated a {
  margin: 0 auto;
  display: table;
}

/*GALLERY*/
#gallery .product-grid-on-sale.p1.font-size--s.bg--primary-text.color--primary-text--overlay {
  display: none;
}
#gallery .sold-out.color--primary-meta {
  display: none;
}
#gallery .product-grid-item.block.t--list-and-grid.relative {
  cursor: default;
  pointer-events: none;
}



/*FOOTER*/
/*padding*/
#shopify-section-footer .section-with-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}


/*Media Queries*/
@media only screen and (max-width: 650px) {
.header-table__center.align--middle.text-align--center.flex--grow--1.md--dn--flex--1-basis-auto.lg--up--flex--grow--0.lg--justify--center.lg--items--center {width: 150px;}
.template-index .logo-default {width: 80%;}
.template-index .py3 {padding-top: 10px;}
}

@media only screen and (min-width: 990px) {
#shopify-section-template--14659441688620__16508373060c71638b .lg--up--three-quarters, #shopify-section-template--14659287482412__1650838940dc93740e .lg--up--three-quarters {
    width: 90%;
    margin: 0 5% 0 5%;
}
}