@charset "UTF-8";

body {
	background: #ffffff;
}

p {
	font-weight: 300;
}

.KeplerHeader {
  font-family: kepler-std, serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 1px;
}

.Header:not(.Header--transparent) .Header__Wrapper, .Header:not(.Header--transparent) .top-stack {
	border-bottom: 1px solid #f1e4d8;
  	box-shadow: none;
}
.Header:not(.Header--transparent) .rhs-topbar {
	border-left: 1px solid #f1e4d8;
}

h5 {
    margin: 0 !important;
    font-size: 13px !important;
}
.Rte h4 {
    margin: 2.5em 0 1em;
}

.HomeBanner {
	font-size: 48px;
    margin-bottom: 20px;
    line-height: 55px;
}

.FullBanner {
	font-size: 42px;
  	line-height: 52px;
  	margin-bottom: 0;
}
.SectionHeader__Description {
    margin-top: 15px;
}

.ImageHero__ContentOverlay {
	flex-basis: 500px;
  	text-shadow: none;
}

.ImageHero__ContentOverlay a {
	text-shadow: none;
}

#section-blog-template .Image--contrast::after {
    background: rgba(54,54,54,0.6);
}

.NewsletterForm__Block {
	box-shadow: 0 1px 20px rgba(54,54,54,0.3);
    padding: 40px;
  	text-shadow:none;
}

.Header__MainNav .HorizontalList__Item {
    margin: 0px 8px 6px 8px;
}

.MegaMenu__Item--fit {
    display: none !important;
}
.Search {
	background: #fff;
}
.Search__Close, .Search__InputIconWrapper,  {
    color: #282828;
}

.Segment__Title {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1e4d8;
    color: #1c1c1c;
}

.multi-dropdown li {
 display: block;
 transition-duration: 0.5s;
}

.multi-dropdown li a {
    margin-right: 15px;
}

.multi-dropdown li:hover {
  cursor: pointer;
}

.multi-dropdown li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

.multi-dropdown li:hover > ul,
.multi-dropdown li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.multi-dropdown li ul li {
  clear: both;
  width: 100%;
}
.ShopTheLook__Dot--light::after {
	background: rgba(171, 220, 231, 0.2);
}
.ShopTheLook__Dot--light::after {
    background: rgba(169, 218, 231, 0.5);
}

.ShopTheLook__Dot--light {
    background: #9dd0df;
}

.Image--contrast::after {
	background: rgba(54,54,54,0.6);
}

.ImageHero__ImageWrapper--hasOverlay::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.SectionHeader--center .SectionHeader__Description {
	font-weight: 400;
}

.SectionHeader--testimonials {
    margin-bottom: 10px !important;
}

.TestimonialList {
    padding-top: 20px;
    padding-bottom: 10px;
}

.Testimonial .Container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  	padding: 0 40px;
}

.testimonial-row {
    width: 33.333%;
    height: auto;
    padding: 0 20px;
  	flex-basis: 400px;
}

blockquote {
    border: none;
    quotes: "\201C""\201D""\2018""\2019";
  	position:relative;
  	margin: 0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

blockquote p:before { 
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-weight: bold;
  font-size: 60px;
  color: #f1e4d8;
  position: absolute;
  top: -5px;
  left: 0px;
}

blockquote p:after { 
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
  font-weight: bold;
  font-size: 60px;
  color: #f1e4d8;
  position:absolute;
  bottom: -40px;
  right: 0px;
}

.Testimonial__Content p {
    font-size: 16px;
}

.Testimonial__Content strong {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Josefin Sans",sans-serif;
    margin-top: 10px;
    display: block;
}

.js .TestimonialList .flickity-page-dots {
    position: relative;
    margin-top: 80px;
}

.BioHeader {
	font-size: 18px;
}

.ImageHero.ImageHero__align-left {
    justify-content: left;
    text-align: left;
  	padding-left: 80px;
}

.ImageHero.ImageHero__align-right {
    justify-content: right;
    text-align: right;
  	padding-right: 80px;
}

.ImageContent__align-left {
    flex-basis: 65%;
  	padding-top: 40px;
  	max-width: 620px;
    padding-left: 40px;
}

.ImageContent__align-right {
    flex-basis: 65%;
    padding-right: 40px;
  	padding-top: 40px;
  	max-width: 680px;
}

.ImageContent__align-left .FullBanner, .ImageContent__align-right .FullBanner  {
    font-size: 46px;
    line-height: 56px;
}

.flickity-page-dots {
    margin: 30px 0 0 0;
}

.flickity-page-dots .dot {
	border:1px solid #f1e4d8;
}

.flickity-page-dots .dot.is-selected {
    background: #f1e4d8;
    border-color: #f1e4d8;
}

.flickity-page-dots .dot:not(.is-selected) {
    border-color: #f1e4d8 !important;
}

.ImageContent__option-quote {
	border: none;
    quotes: "\201C""\201D""\2018""\2019";
  	position:relative;
  	margin: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  	flex-wrap: wrap;
}

.ImageContent__option-quote:before { 
  font-family: Georgia, "Times New Roman", Times, serif;
  content: open-quote;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: -20px;
}

.ImageContent__option-quote:after { 
  font-family: Georgia, "Times New Roman", Times, serif;
  content: close-quote;
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  position:absolute;
  bottom: -80px;
  right: 0px;
}

.template-list-collections .ImageContent__align-center, .template-collection .ImageContent__align-center {
    flex-basis: 500px;
}

.template-list-collections .ImageContent__align-center .FullBanner, .template-collection .ImageContent__align-center .FullBanner {
    margin-bottom: 0;
    font-size: 48px;
}

.template-list-collections .ImageContent__align-center p, .template-collection .ImageContent__align-center p {
    max-width: 360px;
    margin: 0 auto;
}

.bc-sf-filter-option-block .bc-sf-filter-block-title {
	padding-bottom: 20px !important;
}

#shopify-section-product-template .ProductMeta__Description .Rte p:first-child, #shopify-section-product-template .ProductMeta__Description .Rte strong, #shopify-section-product-template .Collapsible__Inner strong {
    font-weight: 400;
}

.bc-sf-filter-option-block .bc-sf-filter-block-title h3 span, .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title span {
    color: #1c1c1c;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Josefin Sans",sans-serif;
}

.bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
	float: left;
}


.bc-sf-filter-option-block .bc-sf-filter-block-content {
    color: #444444;
    font-size: 12px;
}

.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items {
    margin-top: 15px;
    display: none;
}

.bc-sf-filter-clear {
    float: left !important;
    font-size: 10px !important;
    margin: 0 0 0 5px !important;
    line-height: 24px !important;
  	color: #757575;
}

.hidden {
  display: none;
}

.template-product .ImageHero__Block--small {
    max-width: 330px;
}

.ProductMeta__PriceList {
    display: none;
}

#shopify-section-collection-template {
    margin-bottom: 80px;
}

#shopify-section-page-professional-template .PageContent {
    text-align: center;
    max-width: 600px;
}

#shopify-section-page-professional-template .PageHeader {
    margin: 50px 0 25px;
}

.Professional-Heading {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 20px;
}

.ProductItem__Label {
    display: none;
}

span.hs-form-required {
    display: none;
}

.HubSpot__Newsletter {
    margin-top: 30px;
    max-width: 440px;
    width: 100%;
}

.HubSpot__Newsletter form {
    display: flex;
    flex-direction: row;
}

.HubSpot__Newsletter .hs_email {
    padding: 4px 6px;
    border: 1px solid #1f1e1e;
    font-size: 14px;
    flex-basis: 80%;
    line-height: 28px;
}

.HubSpot__Newsletter .hs-input {
    border: none;
    width: 100%;
}

.HubSpot__Newsletter .hs-submit {
    flex-basis: 15%;
    background: #1d1c1c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  	line-height: 28px;
    padding: 4px 2px;
}

#shopify-section-article-template .Rte h6 {
    margin: 2.2em 0 1.8em;
    font-size: 11px;
    font-family: "Open Sans",sans-serif;
    color: #888;
    text-transform: none;
    letter-spacing: 0px;
}

.PageContent--wide {
    width: 100%;
    max-width: 100%;
}

.stockist-widget {
    font-size: 12px;
    color: #666;
}

.stockist-widget .stockist-list-result .stockist-result-name, #stockist-widget .stockist-result .stockist-result-name {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
}

#stockist-widget .stockist-map-result * {
	white-space: normal !important;
  	margin-bottom: 2px;
}

.stockist-result-custom-field span {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400 !important;
    color: #1b1b1b;
}

img.Footer__Block--logo {
    max-width: 120px;
    margin-bottom: 20px;
    margin-left: -5px;
    width: 100%;
}

.ArticleNav {
    background: #f1e4d8;
    color: #1d1c1c;
}

.shopify-policy__title {
	display: none;
}

.shopify-policy__container {
    margin: 80px auto;
  	max-width: 680px;
}

.shopify-policy__body h1 {
    text-align: center;
}

.MegaMenu__Item {
	width: 100% !important;
}

p.MegaMenu__PushSubHeading {
    font-size: 12px;
    color: #666 !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
    font-weight: 300;
    text-transform: none;
}

.MegaMenu__Push {
	width: 33.333%;
}

.Linklist {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1e4d8;
}

a.Link.Link--secondary {
    font-size: 12px;
}

.Linklist__Item {
    margin-bottom: 6px;
}

.NewsletterPopup {
	background: #fff;
    color: #1a1a1b;
}

.NewsletterPopup .Heading {
    font-size: 16px;
}

.PageLayout__Section--secondary a.Heading.Link.Link--secondary.u-h7 {
    display: none !important;
}

.PageLayout__Section--secondary .Segment__Content a.Link.Link--secondary {
    font-size: 14px;
}

.template-collection .PageHeader__ImageWrapper.Image--lazyLoaded.Image--fadeIn {
    opacity: 1;
    transform: none !important;
}

.stockist-btn {
    padding: 0;
}

.stockist-btn a {
    padding: 14px 28px;
    display: block;
}

.SizeSwatch {
	border-color: #f1e4d8;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: "Josefin Sans",sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.SizeSwatch.is-active::after, .SizeSwatch__Radio:checked+.SizeSwatch {
	border-color: #f1e4d8;
    color: #1b1b1b;
}

label.SizeSwatch:hover {
    cursor: default;
}

ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    font-size: 9px;
    list-style-type: none;
    color: #585858;
    left: auto;
    letter-spacing: 1px;
    margin-left: -7px;
    margin-top: 2px;
    text-transform: uppercase;
}

@media (max-width:1007px) {
  .Drawer__Content {
      padding: 0 25px;
  }
}

@media screen and (min-width: 1240px) {
  .Header:not(.Header--sidebar) .Header__Wrapper {
      padding: 18px 35px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
      margin-right: 15px;
      margin-left: 15px;
  }
  .Header__FlexItem--fill {
    flex: none;
    align-items: center;
  }
  .top-stack {
    width: 100%;
    position: relative;
    display: block;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .top-stack .Header__SecondaryNav {
      float: left;
      display: inline-block;
  }
  .rhs-topbar {
	float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    padding: 20px;
  }
  
  .top-stack .HorizontalList {
      list-style: none;
      margin: -10px 0px;
      padding: 20px;
  }
  .Header__MainNav {
      margin-right: 25px;
  }

}

@media (max-width: 1240px) {
  header#section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
  }
  .Header__FlexItem--fill {
    flex: 0;
  }
  .Header__FlexItem--logo {
    display: block;
    margin: 0 auto;
  }
  .Header__Wrapper {
    padding: 0;
    display: flex;
    flex-grow: 1;
  }
  .top-stack {
    order: 3;
    align-self: center;
    flex-grow: 0;
  }
  .rhs-topbar {
    margin-left: 10px;
    margin-top: -5px;
  }
    .Header:not(.Header--transparent) .Header__Wrapper, .Header:not(.Header--transparent) .top-stack {
      border-bottom: none;
      box-shadow: none;
  }
  .Header:not(.Header--transparent) .rhs-topbar {
      border-left: none;
  }
  
  .template-list-collections .CollectionItem {
        min-width: 100%;
    }

}

@media (max-width: 980px) {
  .Testimonial .Container {
  	padding: 0 20px;
  }
  .Testimonial__Content p {
      font-size: 14px;
  }
  

}

@media (min-width: 641px) {
  .Newsletter .Form__Input, .Newsletter #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .Newsletter .spr-form-input-text, .Newsletter #shopify-product-reviews .spr-form-input-email, #shopify-product-reviews .Newsletter .spr-form-input-email, .Newsletter #shopify-product-reviews .spr-form-input-textarea, #shopify-product-reviews .Newsletter .spr-form-input-textarea {
    min-width: 260px;
    width: 260px;
  }
  .Newsletter .Form__Submit {
      margin: 0 0 0 0;
  }
  .Header__Icon .Icon--search-desktop {
      position: relative;
      top: 0;
      width: 18px;
      height: 18px;
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader {
      padding: 40px 0 80px;
  }
  .template-article .ArticleItem__Content {
      margin: 0;
  }
  .ArticleNav {
      padding: 100px 0;
  }
}

@media screen and (max-width: 640px) {
  .HomeBanner {
      font-size: 36px;
      margin-bottom: 20px;
      line-height: 42px;
  }

  .Testimonial .Container {
      flex-direction: column;
  }
  .testimonial-row {
      width: 100%;
      padding: 20px 20px 40px;
      border-bottom: 1px solid #fff7f0;
		flex-basis: 340px;
  }
  .js .TestimonialList .flickity-page-dots {
      position: relative;
      margin-top: 100px;
  }
  .SectionHeader--testimonials {
    margin-bottom: 0px !important;
  }
  .shopify-section--timeline .Section {
      padding-top: 80px !important;
      padding-bottom: 80px !important;
  }
  .Timeline {
      box-shadow: none;
  }
  .Timeline__ListItem {
    text-shadow: none;
  }
  .ImageHero.ImageHero__align-left, .ImageHero.ImageHero__align-right {
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
  }

  .ImageContent__align-left, .ImageContent__align-right {
      flex-basis: 90%;
      padding: 40px 20px 20px;
  }

  .ImageContent__align-left .FullBanner, .ImageContent__align-right .FullBanner {
      font-size: 32px;
      line-height: 36px;
  }
}

@media (max-width: 480px) {
	.FullBanner, .template-list-collections .ImageContent__align-center .FullBanner, .template-collection .ImageContent__align-center .FullBanner {
      font-size: 34px !important;
      line-height: 42px;
    }
  	.HomeBanner {
    	font-size: 34px !important;
    	margin-bottom: 20px;
    	line-height: 42px;
	}
  .u-h1, .Rte h1 {
      font-size: 20px;
  }
  .Professional-Heading {
    font-size: 18px;
  }
  .ImageHero__ContentOverlay {
    flex-basis: 320px;
  }
}