/** Shopify CDN: Minification failed

Line 1607:13 Expected ":"

**/
/* =========================================== 
  Streamline - Custom CSS 
  ======
  Table of contents:
  - GENERAL
    - Fixes
    - Container Control
    - Base Button Styling
    - Style the social icons
    - Reset the fonts (custom fonts)
    - 404 page template
  - HOMEPAGE
	- Header
  	- Slideshow
	- Image Feature
	- Image with Text
  	- Instafeed app styles
	- Footer
  - COLLECTION PAGE
  	- Breadcrumbs
  	- Sort
  	- Type Styles
	- Badges
	- Collection Header Images
    - Subcollection List Styles
  - PRODUCT PAGE
    - Type Styles
    - Collapse
    - Product Buttons
  	- Better thumbnail grid
  - APPS
    - Searchanize
=========================================== */


/* GENERAL */  
body {
  line-height: 1.625;
}
/* Fixes */
/* Fix - Flickity button positioning */
.flickity-prev-next-button {
    padding: 10px;
}

/* Fix - Double sortby */
.utils-sortby-title {
  display: none;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
}
  
/* Container Control - Add any new containers we created to the default responsive sizing */

#insta-container,
.image-feature-container,
.announcement-bar-wrap {
  max-width: 1600px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  #insta-container,
  .image-feature-container,
  .announcement-bar-wrap {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1080px) {
  #insta-container,
  .image-feature-container,
  .announcement-bar-wrap {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
}

  
/* Base Button Styling */
.slideshow-button.button-secondary,
.slideshow-button.button-primary, 
.button-primary .button-text,
.button-secondary .button-text {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: var(--font-size-body-smallest, .75rem);
  text-transform: uppercase;
  display: inline-block;
}
  
/* Style the social icons */
.social-icons.social-icons-dark-light .social-link {
  color: #A7A667;
  padding: 0;
}
.social-icons .social-link:not(:first-child) {
  margin-left: 0.25rem;
}
.social-icons.social-icons-dark-light .social-link svg {
  background-color: unset;
}
.social-icons-inverted .social-link svg{
  background-color:#A7A667;
}
.share-buttons.share-buttons-dark-light .share-buttons--button {
  color: #b37745;
  background-color: unset;
  padding: 0;
}
.share-buttons .share-buttons--button:not(:first-child) {
  margin-left: 0.25rem;
}
.share-buttons .share-buttons--list {
  margin-top: .5rem; 
}
/* Inline share buttons */ 
.product--container .share-buttons--title,
.product--container .share-buttons--list {
  display: inline-block;
}
.product--container .share-buttons--title {
  vertical-align: super;
}
@media screen and (min-width: 720px) {
  .share-buttons {
      margin-top: 1rem;
  }
}
  
/* Font Reset */
.cart-item--content-title {
  font-family: ;
}
@media screen and (min-width: 860px) {
  .productgrid-listview .productitem--title {
    font-family: ;
  }
}
.productitem--title {
  font-family: ;
}

.site-navigation a, .site-navigation .navmenu-depth-1 > li > a, .site-header-actions, .mobile-nav-content .navmenu-depth-1 > .navmenu-item > .navmenu-link {
  font-family: ;
}
.mobile-nav-panel .header-actions-wrapper a {
  font-family: ;
}

.productgrid--no-results-button, .button-primary, .shopify-challenge__container .btn, .image-with-text-button, .product-form--atc-button, .shopify-payment-button .shopify-payment-button__button--unbranded, .shortcode--product-cta:not([hidden])[button-style="primary"], .button-secondary, .rte button,
.dynamic-newsletter-text button, .article--excerpt-wrapper--featured .article--excerpt-button, .utils-sortby--modal-button, .product-reviews--content .spr-summary-actions-newreview, .smart-payment-enabled .product-form--atc-button, .shortcode--product-cta:not([hidden]):not([button-style]), .shortcode--product-cta:not([hidden])[button-style="secondary"], .live-search-button {
  font-family: ;
}

.button-signpost {
  font-family: ;
}

.flickity-prev-next-button, .cart-shipping .cart-shipping-toggle, .modal-close, .atc-banner--close, .message-banner--close, .utils-sortby-button,
.utils-filter-button, .productgrid--search-button, .product-gallery--media-thumbnail, .live-search-takeover-cancel {
  font-family: ;
}

.blog--no-results-title, .productgrid--no-results-title {
  font-family: ;
}
.form-field-input,
.form-field-select, .rte input,
.dynamic-newsletter-text input, .productgrid--sidebar-item-grid .filter-item:not(.filter-item--toggle-more), .product-reviews--content .spr-form .spr-form-input-text,
.product-reviews--content .spr-form .spr-form-input-email,
.product-reviews--content .spr-form .spr-form-input-textarea, .option-value-input + .option-value-name {
  font-family: ;
}
body {
  font-family: ;
}
.desktop-logo-text,
.mobile-logo-text {
  font-family: ;
}
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-family: ;
}
.site-mobile-nav .site-header-actions {
  font-family: ;
}
.featured-collection--banner-subtitle {
  font-family: ;
}
.featured-collections-grid-item-title.style-body {
  font-family: ;
}
.alt-img-with-text--content .alt-img-with-text--text .preheading {
  font-family: ;
}
.promo-block-grid--preheading {
  font-family: ;
}
.testimonial-blockquote-quote {
  font-family: ;
}
.tweet--header-screenname {
  font-family: ;
}
.article--pagination .article--pagination-title {
  font-family: ;
}
.utility-bar-content a {
  font-family: ;
  font-weight:bold;
  letter-spacing:1px;
}
.site-navigation .navmenu-meganav--image-link {
  font-family: ;
}
.disclosure__toggle {
  font-family: ;
}
.article--comments-moderated {
  font-family: ;
}
.atc--product-details--title {
  font-family: ;
}
.productitem--swatches-count-button {
  font-family: ;
}
.product-recently-viewed-clear {
  font-family: ;
}
.product-gallery--viewinyourspace {
  font-family: ;
}
.product-gallery--expand {
  font-family: ;
}
.product-options-style-select .option-name {
  font-family: ;
}
.shopify-payment-button .shopify-payment-button__more-options {
  font-family: ;
}
.shopify-payment-button .shopify-payment-button__more-options {
  font-family: ;
}
summary .sub-headline {
  font-family: ;
}

.productgrid--sidebar-item-swatches-grid .filter-item--swatch-wrapper:hover::after, .productitem--swatches-swatch-wrapper:hover::after, .option-value-input + .option-value-swatch-wrapper:hover::after {
  font-family: ;
}
th,
b,
strong {
  font-family: ;
}
th em,
b em,
strong em,
em b,
em strong {
  font-family: ;
}
.article--pagination .article--pagination-text {
  font-family: ;
}
.pagination--active .pagination--item {
  font-family: ;
}
.pagination--active .pagination--item {
  font-family: ;
}
.share-buttons .share-buttons--title {
  font-family: ;
}
.utils-sortby-title {
  font-family: ;
}
.productgrid--sidebar-title--small {
  font-family: ;
}
.utils-showby-title {
  font-family: ;
}
.utils-viewtoggle-label {
  font-family: ;
}
.filter-item--active a {
  font-family: ;
}
.filter-item--grid .filter-text {
  font-family: ;
}
.dynamic-collection-list--item-title,
.dynamic-collection-list--item-title-mobile {
  font-family: ;
}
.badge--soldout,
.badge--sale {
  font-family: ;
  line-height:1.1;
}

.product--badge{
 margin-right:10px!important;
}
	
.productitem--badge{
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 0;
  right: .2rem;
  bottom: unset;
  left: unset;
  width: 3.3rem;
  height: 4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-body-tiny, .675rem);
  padding: 1.2rem .5rem 0 .5rem;
  color:white;
  font-weight:600;
}

.badge--soldout{
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  width: 3.3rem;
  height: 4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-body-tiny, .675rem);
  padding: 1.2rem .5rem 0 .5rem;
  background-color:#B37745;
  color:white;
  font-weight:600;
  margin-top:-7px;
  margin-right:-5px;
  line-height:.9rem;
}

.badge--sale{
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
  width: 3.3rem;
  height: 4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-body-tiny, .675rem);
  padding: 1.6rem .5rem 0 .5rem;
  background-color:#A7A566;
  color:white;
  font-weight:600;
  z-index:999;
  margin-top:-7px;
  margin-right:-5px;
}

.productitem--bestseller {
  background-image: url(//thebeesupply.com/cdn/shop/t/33/assets/Best_Badge.png?9901);
  background-size:cover;
  position:absolute;
  z-index:999;
  top: 1;
  right: 0;
  bottom: unset;
  left: unset;
  width: 3.3rem;
  height: 4rem;
  color:black;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: var(--font-size-body-tiny, .675rem);
  font-weight:600;
  padding: .9rem .5rem 0 .5rem;
  line-height:1rem;
  margin-top:-7px;
  margin-right:-5px;
}



.product-options-style-radio .option-name {
  font-family: ;
}
.option-swatch-value {
  font-family: ;
}
.product--stock-level .stock-level--availability {
  font-family: ;
}

.cart-title-total span {
  font-family: ;
}
.cart-subtotal .money {
  font-family: ;
}
.cart-item--total {
  font-family: ;
}
.atc-subtotal--price {
  font-family: ;
}
.productitem--price {
  font-family: ;
}
.product-pricing {
  font-family: ;
}

.productitem--vendor {
  font-family: ;
}
.product-vendor {
  font-family: ;
}

  
  
/* HOMEPAGE */ 
  
/* HEADER */

@media screen and (min-width: 1018px){
.site-logo{
  padding-top:20px!important;
}
}

/* Slideshow */

.slideshow-image {
  opacity: 1; 
  width: 100%;
  height: initial;
}  
@media screen and (min-width: 640px) {
  .slideshow-image-mobile {
    opacity: 0;
    width: 100%;
    height: 0;
  }
}
@media screen and (max-width: 639px) {
  .with-mobile .slideshow-image {
    opacity: 0; 
    width: 100%;
    height: 0;
  }  
  .slideshow-image-mobile {
    opacity: 1;
    width: 100%;
    height: initial;
  }
}

/* Instafeed */  
/* Hide the o.g. Instafeed */
#insta-feed {
  display: none;
}
/* Use our Instafeed */
#insta-container #insta-feed {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  grid-template-rows: auto;
  grid-template-areas:  
      "one one one two" "one one one three" "four four five five" "six six seven seven";
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: stretch; 
}
#insta-container #insta-feed a .instafeed-container {
  width: 100%!important;
  height: 100%!important;
  padding-top:100%!important;
}
#insta-container #insta-feed a:nth-of-type(1) {
  grid-area: one;
} 
#insta-container #insta-feed a:nth-of-type(2) {
  grid-area: two;
}  
#insta-container #insta-feed a:nth-of-type(3) {
  grid-area: three;
}
#insta-container #insta-feed a:nth-of-type(4) {
  grid-area: four;
}  
#insta-container #insta-feed a:nth-of-type(5) {
  grid-area: five;
}  
#insta-container #insta-feed a:nth-of-type(6) {
  grid-area: six;
}  
#insta-container #insta-feed a:nth-of-type(7) {
  grid-area: seven;
} 
#insta-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
#insta-container .insta-title h2 {
  margin-bottom: .5rem; 
}
#insta-container .insta-link {
  margin-top: -10px;
  text-align:center;
  font-weight:normal;
}
#insta-container .insta-link a {
  font-size: 10px;
  font-family: ;
  text-transform:uppercase;
  color: #2d2d2d;
  letter-spacing: 2px;
  text-decoration: none;
  
}
/* For responsive */
@media screen and (min-width: 640px) { 
  #insta-container #insta-feed {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-areas:  
      "one two three four"
      "one five six seven";
  }
}

/* 404 page template */
.fourohfour--container {
  margin-bottom: 0;
}

/* COLLECTION PAGE */

@media screen and (min-width: 860px){
.collection_img_title{
  color:white; 
  font-size:50px; 
  font-weight:Bold; 
  text-transform:uppercase; 
  z-index:999; 
  position:absolute;
  width:100%;
  line-height:3rem;
  text-align:center;
}
}

@media screen and (max-width: 860px){
.collection_img_title{
  color:white; 
  font-size:20px; 
  font-weight:Bold; 
  text-transform:uppercase; 
  z-index:999;
  position:absolute;
  width:100%;
  line-height:3rem;
  text-align:center;
}
}

@media screen and (min-width: 860px){
.collection--information{
  display:none;
}
}

.collection--title{
	display:none;
}

/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase;
  margin-bottom: .25rem;
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-tiny, .675rem);
  color: #e2a47e;
}  
  
/* Sort */
.productgrid--utils,
.utils-sortby-title,
.utils-sortby-button,
.utils-showby-title,
.utils-showby-item,
.utils-sortby-select .form-field-select,
.utils-sortby-select svg {
  font-size: var(--font-size-body-tiny, .675rem);
}
.productgrid--utils {
  background-color: #ededed;
}
.utils-sortby-title {
  display: none;
}
.utils-sortby {
  text-align: left; 
  padding-left: 0rem; 
}
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
  .utils-sortby {
    padding-left: 1rem; 
  }
}

/* Type Styles */
/* Collection Header */
#shopify-section-static-collection .collection--title {
  font-size: var(--font-size-heading-large, 2.25rem);
}

/* Subcollections List page */
#shopify-section-subcollections-list nav.breadcrumbs-container {
  padding-top: 16px;
  padding-left: 16px;
}
#shopify-section-subcollections-list nav.breadcrumbs-container > * {
  font-size: 12px;
  color: #222;
}
#shopify-section-subcollections-list .listcollections--container {
  padding: 0;
}
.collection--item.imagestyle--cropped-medium .collection--item-image {
  padding-bottom: 100%;
  height: 0;
}
.collection--item.imagestyle--cropped-medium .collection--item-image img,
.collection--item.imagestyle--cropped-medium .collection--item-image svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* Product Grid */
.productgrid--item .productitem {
}
.productgrid--item .productitem--title {
  text-transform:uppercase;
  margin-top: 0;
}
.productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: 20px;
  letter-spacing: 1px;
}
.productgrid--item .productitem--vendor {
  font-size: .625rem; /* 10 */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}  

.productitem--info{
	text-align:center;
}	

/* put the pricing on one line */
.productitem--price div {
  display: inline-block; 
}


@media screen and (min-width: 860px) {
  .collection--section .productgrid--items {
    grid-template-columns: repeat(4, 1fr);
  }
}




/* Collection Header Image */
.collection--header-image {
  margin-bottom: 1rem;
  display:flex;
  flex-direction:row;
  align-items:center;
}
.collection--header-image img {
  width: 100%;
  height: auto;
}

.collection--section {
  margin-top:0!important;
}
  
/* PRODUCT PAGE */

/* Type Styles */
.product--container .product-title {
  font-size: var(--font-size-heading-medium, 2rem);
}
.product--container .product-vendor a {
}
.product--container .product--price .price--compare-at,
.product--container .product--price .price--main {
  font-size: var(--font-size-heading-4:, 1.25rem);
}
.product--container .product-details {
  padding-bottom: 1.5rem;
}
.product--container .product-description.rte {
  font-size: var(--font-size-body-smaller, .875rem);
}

/* Collapse - the space of the hidden elements */
.shopify-payment-button__button--hidden {
  visibility: collapse;
  margin-top: 0 !important;
  height: 0;
}

/* Product Buttons - set the width of buttons */
@media screen and (min-width: 1080px) {
  .product--container .product-form--atc-button,
  .shopify-payment-button,
  .shopify-payment-button .shopify-payment-button__button {
    width: unset; 
    min-width: 12rem;
    width: fit-content;
  }
}
/* Set the colors of the add to cart (and other buttons) to something other than a white background and border */  
/*
.button-secondary, .rte button, .dynamic-newsletter-text button, .article--excerpt-wrapper--featured .article--excerpt-button, .utils-sortby--modal-button, .product-reviews--content .spr-summary-actions-newreview, .smart-payment-enabled .product-form--atc-button, .shortcode--product-cta:not([hidden]):not([button-style]), .shortcode--product-cta:not([hidden])[button-style="secondary"] {
  border: 1px solid yellow; 
  color: red;
  background: green;
}
.button-secondary:not(.disabled):hover, .rte button:not(.disabled):hover, .dynamic-newsletter-text button:not(.disabled):hover, .article--excerpt-wrapper--featured .article--excerpt-button:not(.disabled):hover, .utils-sortby--modal-button:not(.disabled):hover, .product-reviews--content .spr-summary-actions-newreview:not(.disabled):hover, .smart-payment-enabled .product-form--atc-button:not(.disabled):hover, .shortcode--product-cta:not(.disabled):hover:not([hidden]):not([button-style]), .shortcode--product-cta:not(.disabled):hover:not([hidden])[button-style="secondary"] {
  color: #cea595;
  background: blue;
  border: 1px solid orange; 
}
.shopify-payment-button,
.shopify-payment-button .shopify-payment-button__button {
 width: 100%; 
}
*/

/* Better thumbnail grid */
/* strip off the photo highlighting on desktop */
.product-gallery--media-thumbnail[data-gallery-selected="true"],
.product-gallery--media-thumbnail[data-gallery-selected="true"]:focus,
.product-gallery--media-thumbnail:focus {
  box-shadow: none;
}
/* Set height of mobile thumbnails */
.product-gallery--media-thumbnail-img,
.product-gallery--media-thumbnail {
  height: 10rem; 
  width: auto;
}
@media screen and (min-width: 720px) {
  .smart-payment-enabled .product-form--atc-button,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button__more-options {
    width: fit-content;
  }
  .product-gallery--navigation {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-navigation--scroller {
    display: grid;
    grid-template-columns: 32% 32% 32%; /* Set to 24% for 4 column */
    column-gap: 2%; /* Set to 1.33% for 4 column */
    row-gap: 2%; /* Set to 1.33% for 4 column */
  }
  .product-gallery--media-thumbnail,
  .product-gallery--image-thumbnail {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .product-gallery--media-thumbnail-img {
    height: auto;
    width: 100%;
  }
}

/* PT styling for mobilie */
.productgrid--sidebar .filter-menu .pt-mobile-header {
  width: 100%;
  table-layout: fixed;
  background-color: white;
  height: 40px;
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle {
  left: 0!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  -webkit-transform: translateY(-50%)!important;
  padding: 0 15px!important;
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle.active span:before,
.filter-menu .pt-mobile-header a.pt-nav-toggle.active span:after {        
  top: -1px!important; 
  width: 12px!important;
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle span {
  top: 50%;
  transform: translateY(-50%);
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle span,
.filter-menu .pt-mobile-header a.pt-nav-toggle span:before,
.filter-menu .pt-mobile-header a.pt-nav-toggle span:after {
  width: 15px!important;
  height: 2px!important;
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle span:before {
  top: -4px!important;
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle span:after {
  bottom: -4px!important; 
}
  
.filter-menu .pt-mobile-header a.pt-nav-toggle p {
  margin-left: 22px!important;
  font-size: 13px!important;
  font-weight: 300!important;
  top: 0!important;
}

.filter-group h4{
	text-align: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 45px;
    color: #222;
    border-bottom: 1px solid #DDD;
    font-size: 15px;
    font-weight: 100;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  	text-transform:uppercase;
}
 	 
@media screen and (max-width: 860px) {
  .productgrid--sidebar {
    display: block !important;
  }
}

@media screen and (max-width: 770px) {
  .desktop_bread,
  .desktop--info {
      display:none;
  }
  .filter-menu > *:nth-of-type(2n) {
    margin-top: 20px;
  }
}

.mobile_bread {
	margin-bottom:20px;
}	

@media screen and (min-width: 770px) {
.mobile_bread {
	display:none;
}
}



/* Shop the Look (Upsell App) 
.upsell-gallery {
  padding-top: 50px; 
  padding-bottom: 50px;
}
.picky-showcase-container {
  margin: 60px 0 0!important; 
}
.picky-showcase-container h2 {
  text-align: center;
  font-size: var(--font-size-heading-4)!important;
  margin-bottom: 1.75rem!important;
}
.picky-product-image-carousel .tns-controls {
  opacity: 1!important;
  
  button {
    opacity: 1!important;
    background-color: #fff!important;
  }
}
div[class*='ProductCardMultiselect_picky-product-title'] {
  font-weight: 400!important;
  font-size: 0.845rem!important;
  margin: 0.20313rem 0 0!important;
  text-align: center!important;
}
.multiselect, .multiselect__input, .multiselect__single,
div[class*='QuantityInput_input'] {
  font-size: 12px!important;
  font-weight: 400!important;
}
div[class*='ProductCardMultiselect_picky-options'] {
  font-weight: 700!important; 
}
.picky-add-to-cart-button {
  text-transform: uppercase;
}
div[class*='ProductCardMultiselect_fixed-height'] {
  margin-top: 0!important;
}
@media (max-width: 620px) {
  .look-wrp {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 620px) {
  .look-wrp {
      min-width: 25%!important;
  }
  .picky-content {
    max-width: 1200px!important;
  }
}
.picky-slider-footer > div > a {
  display: none!important;
}

.spr-icon.spr-icon-star-empty {
	color:#f2c1c1!important;
}

.spr-summary-actions-newreview {
	color:#f2c1c1;
  	text-transform:uppercase;
  	font-size:12px;
}

.page-title{
  font-family: 'Neuton,serif';
}

.option-value-input:checked + .option-value-name 
{
   color:#eaafaf;
   border-color:#eaafaf;
}

.station-tabs-link{
	text-transform:uppercase!important;
  	letter-spacing:1px;
}	

*/

.station-tabs-content{
	font-size:16px;
}

.honeybee{
	background-image: url(//thebeesupply.com/cdn/shop/t/33/assets/honeybee.png?v=70900425728523387971709765047);
  	background-size:cover;
  	width:23px;
 	height:23px;
  	margin:auto;
}


/* Hybrid Header */
  
.site-header--hybrid .site-header-menu-button {
  visibility: visible; 
}
.site-header--hybrid .site-header-logo {
  grid-area: logo;
  text-align: center;
  justify-self: center;
}
.site-header--hybrid .site-header-menu-button {
  grid-area: menu;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomleft;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomright;
}
.site-header--hybrid .tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
}
.site-header--hybrid input.live-search-form-field {
  padding-bottom: .5rem;
  font-size: var(--font-size-body-smallest);
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid black;
  background-color:#FBF6F2;
  border-radius: 0px;
}
.site-header--hybrid button.live-search-button {
  padding-top: .35rem;
  padding-bottom: .5rem;
  border: none;
  background-color:#FBF6F2;
}
.live-search-form .form-field {
  height: 36px; 
  /*width: 230px;*/
  padding-left:0px;
}
  
@media screen and (max-width: 1023px) {
  .site-header--hybrid .site-header-main-content {
    margin: .5rem 0 .25rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1.5rem 1.5rem auto 4rem;
    grid-template-rows: auto;
    grid-template-areas: 
        "menu search logo tools";
    column-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .site-header--hybrid .site-header-search-button {
    grid-area: search;
    display: block;
  }
  .site-header--hybrid .small-promo {
    display: none;
  }
  .site-header--hybrid .live-search {
    display: none;
  }
  .site-header--hybrid .live-search.live-search--takeover {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header--hybrid .site-header-search-button {
    display: none;
  }
  .site-header--hybrid .site-header-main-content {
    display: grid;
    width: 100%;
    grid-template-columns: 20rem auto 17rem 3rem;
    grid-template-rows: auto auto 1.5rem;
    grid-template-areas: 
        "menu logo topright topright"
        "search logo promo tools"
        "bottomleft logo bottomright bottomright";
    column-gap: 1rem;
    row-gap: .25;
    align-items: center;
  }
  .site-header--hybrid .live-search {
    grid-area: search;
  }
  .site-header--hybrid .small-promo-icon svg {
    width: 26px;
    height: auto;
    margin-right: 1rem;
  }
  
  .small-promo-icon{
	padding-top:5px;
  }
  
  .site-header--hybrid .small-promo-text-desktop p {
    margin: 0; 
    max-width:90px;
    margin-right:50px;
    line-height:1.2;
    font-size:12px;
  }
  .site-header--hybrid .site-header-menu-button {
    visibility: hidden; 
  }
  .site-header--hybrid .site-header-actions {
    flex: unset; 
  }
  .site-header--hybrid .site-navigation .navmenu-depth-1 {
    text-align: center; 
  }
  .site-header--hybrid .small-promo {
    width: 100%;
    grid-area: promo;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
  }
  .site-header--hybrid .live-search--active {
    position: relative;
    z-index: 9999;
  }
  .site-header--hybrid .live-search--active .search-flydown {
    width: 200%;
    border-top: 1px solid ;
    margin-top: -1px;
  }
}


.productgrid--search-button .search-icon--inactive, .live-search-button .search-icon--inactive {
    height: 30px;
  	width:30px;
    opacity: 1;
    transition: opacity 0.1s ease;
}

  
.site-navigation .navmenu-depth-1 > li {
  padding: 0; 
}
.site-navigation .navmenu-depth-2 {
  text-align: left; 
}
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-size: var(--font-size-body-small); 
}



/* Testimonials Section */
.testimonials-section {
  padding: 4rem 2rem;
}
.testimonials-heading {
  font-size: var(--font-size-section-heading, 1.5rem);
}
.testimonials-header .testimonials-heading {
    margin-bottom: .5rem;
}

.testimonials-heading + .testimonials-subheading {
  margin-top: 0;
}
.testimonials-section .stars {
  color: white;
}
.testimonials-section hr {
  height: 2px;
  background-color: #fff;
  border: none;
}
.testimonials-section .testimonial {
  background-color: unset;
  border: 2px solid #fff;
}
.testimonial-blockquote-quote p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.testimonial-blockquote-citation {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-body-tiny, .675rem);
  color: #fff;
  padding-top: .5rem;
  display: block;
  font-weight: 600;
}
.testimonial-blockquote {
  margin: 0 auto; 
  text-align:center;
}
.testimonial-inner {
  margin: 0 auto;
} 
.testimonial {
  padding: 3rem;
}
.testimonial-show-quotations .testimonial-blockquote-quote p:first-child::before {
    position: relative;
    top: unset;
    left: unset;
    content: "\201C";
}
@media screen and (min-width: 1080px) {
  .testimonials-section .testimonial {
    max-width: 40%;
  }
  .testimonials-section .testimonials {
    justify-content: center;
  }
}

/*Newsletter*/
.dynamic-newsletter{
  	background-size: cover;
  	max-width:3000px!important;
  	box-shadow:inset 0 0 0 3000px rgba(0 0 0 / 40%);
}

.newsletter--title{
  	padding-bottom:0px;
	max-width:430px;
  	font-size:23px!important;
}	

.home-section--subheading{
	max-width:340px;
  	margin:auto;
}	

.insta-section--title, .page-title{
	text-transform:uppercase!important;
  	text-align:center;
  	margin-top:0px;
  	margin-bottom:0px;
    color:#78783c;
}

.alt-img-with-text--content .alt-img-with-text--text .preheading{
	color:#CAA563!important;
  	font-weight:600!important;
  	font-size:25px!important;
  	letter-spacing:1px!important;
}



/* Footer */
.site-footer {
  border-top: 1px solid #d7dcda;
  padding-top: 1rem;
}
.site-footer-block-content .navmenu-link {
  font-size: var(--font-size-body-smallest, .75rem);
}
.site-footer-block-title {
  font-size: var(--font-size-body-smaller, .875rem);
}
.site-footer-block-content.rte p {
  font-size: var(--font-size-body-smallest, .75rem);
  margin-bottom: .5rem;
  margin-top: 0;
  line-height: 2.2;
}
.site-footer-block-content.rte p a {
  text-decoration: none;
}
/*
.site-footer-information {
  flex-direction: column;
  text-align: center;
}
*/
.site-footer-credits {
  font-size: var(--font-size-body-tiny, .675rem);
  text-align: center;
}

@media screen and (min-width:1023px){
.site-footer-credits p{
  margin-top:-50px;
}
}
.site-footer-credits:not(:first-child) {
    margin-top: 20px;
}

.site-footer .social-icons {
  justify-content: center; 
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .site-footer-block-item {
    padding-right: 0;
    margin-right: 0;
  }
  .site-footer-blocks {
    justify-content: center;
  }
  .site-footer-blocks {
    text-align: center;
  }
  .site-footer-item.column-count-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "a b c d e";
  }
  .column-count-5 .site-footer-block-item {
    width: unset;
  }
  .site-footer-item.column-count-5 .site-footer-block-item:first-child {
    grid-area: c;
  }
  .site-footer-item.column-count-5 .site-footer-block-item:nth-child(2) {
  	grid-area: a;
  }
  .site-footer-item.column-count-5 .site-footer-block-item:nth-child(3) {
  	grid-area: b;
  }
  .site-footer-item.column-count-5 .site-footer-block-item:nth-child(4) {
  	grid-area: d;
  }
  .site-footer-item.column-count-5 .site-footer-block-item:nth-child(5) {
  	grid-area: e;
  }
  .site-footer-item.column-count-5 .logo {
    margin: 1rem auto;
    width: 100%;
  }
}  

.product-recommendations--title{
   text-transform:uppercase;
   color: #bcbc8b;
   margin-top:0px;
}	

.atc-button--text{
  font-weight:600;
}

/*hide default search flydown due to app override */
.search-flydown--placeholder.visible, .search-flydown--results.visible, .search-flydown--quicklinks.visible {
    display: none;
}

/* class to add the bkg image for the specific collection list section in dynamic-collection-list.liquid */
.bkg_image{
	background-image: url(//thebeesupply.com/cdn/shop/t/33/assets/bkg_image.png?9901); 
  	background-size:cover;
  	background-position:center;
  	max-width:3000px;
}

@media screen and (max-width: 730px){
	.bkg_image{
	background-color:#fff9f1;
    background-image:none;
}
}

@media screen and (max-width: 719px) {
  .rte td {
    display: inline-block;
    width: 100%;
  }
}


/* Tabs */

.station-tabs .station-tabs-link {
   color:black!important;
   border-bottom: 0px!important;
   text-transform:uppercase!important;
   letter-spacing:1px !important;
   padding-bottom:0!important;
}

.station-tabs .station-tabs-link.is-active{
  border-bottom:2px solid #b37745 !important;
}

/*styling the search box for contact page */
.contact_search{
  text-align:center;
  margin-bottom:-10px;
}

.contact_search_form{

}

.contact_search_input{
 	max-width:350px;
  	height:35px;
  	border-top:none;
  	border-left:none;
  	border-right:none;
}

.bhsearch{
	text-align:center;
  	padding-left:20px;
  	padding-right:20px;
}

.bhsearch a:link{
	color:#b37745;
}

.bh_search_input{
	width:50%;
  	height:50px; 
}

.button-search {
  height:50px; 
  background-color:#b37646;
  color:white;
  border:0px;
  padding-left:20px;
  padding-right:20px;
  text-transform:uppercase;
  font-family: Assistant,sans-serif;
  letter-spacing:1px;
}

.button-search:hover {
  height:50px; 
  background-color:#9C6336;
  color:white;
  border:0px;
  padding-left:20px;
  padding-right:20px;
  text-transform:uppercase;
  font-family: Assistant,sans-serif;
  letter-spacing:1px;
  transition: 0.3s;
  cursor:pointer;
}

.blog_cell{
  	font-size:16px!important;
  	letter-spacing:1px!important;
  	padding-bottom:30px;
  	padding-left:19px;
  	padding-right:19px;
}

.blog_link{
  color:black; 
  font-weight:bold; 
  text-decoration:none; 
  text-transform:uppercase;
}	

.blog_link:hover{
  color:#a7a566; 
  font-weight:bold; 
  text-decoration:none; 
  text-transform:uppercase;
  letter-spacing:1px; 
  transition: 0.3s;
}


@media screen and (max-width: 680px){
.blog_cat_table{
	display:none;
}}

@media screen and (max-width: 680px){
.bhqimage{
	display:none;
}
}

.blog_cat_table{
	width:50%;
}


@media screen and (min-width: 680px){
.blog_cat_table_mobile{
	display:none;
}}

@media screen and (max-width: 680px){
.hours_table{
	font-size:11px;
}
}

/* Featured Collection/Category image overlay */
/* #595959 
   #a7a566
*/

@media screen and (min-width: 681px){
.overlay_img_style{
  text-transform:uppercase; 
  padding-top:15px; 
  padding-bottom:15px; 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center; 
  font-size:18px; 
  font-weight:bold; 
  color:#4e4e4e; 
  background-color: rgb(255 255 255 / 68%); 
  position:absolute; 
  width:100%; 
  height:auto;
  top:40%;
}}

@media screen and (max-width: 680px){
.overlay_img_style{
  text-transform:uppercase; 
  padding-top:10px; 
  padding-bottom:10px; 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center; 
  font-size:11px;
  padding-left:10px;
  padding-right:10px;
  font-weight:bold; 
  color:#4e4e4e; 
  background-color: rgb(255 255 255 / 68%); 
  position:absolute; 
  width:100%; 
  height:auto;
  top:40%;
}}

@media screen and (max-width: 680px){
.overlay_img_style:hover{
  transition: 0.3s;
  text-transform:uppercase; 
  padding-top:10px; 
  padding-bottom:10px; 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center; 
  font-size:11px;
  padding-left:10px;
  padding-right:10px;
  font-weight:bold; 
  color:#4e4e4e; 
  background-color: rgb(255 255 255 / 68%); 
  position:absolute; 
  width:100%; 
  height:auto;
  top:40%;
}}

@media screen and (min-width: 681px){
.overlay_img_style:hover{
  transition: 0.3s;
  text-transform:uppercase; 
  padding-top:15px; 
  padding-bottom:15px; 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center; 
  font-size:18px; 
  font-weight:bold; 
  color:#4e4e4e; 
  background-color: rgb(255 255 255 / 68%); 
  position:absolute; 
  width:100%; 
  height:auto;
  top:40%;zoo
}}

.collection--item-image a:hover{
	opacity: 0.7;
  	transition: 0.5s;
}

.blog-title{
	text-align:center;
}

.newsletter-success{
	text-align:center;
  	color:green;
  	width:100%;
}

.article--sidebar ul,
.article--sidebar-mobile ul {
  padding: 0;
}

.article--sidebar ul li,
.article--sidebar-mobile ul li {
  list-style-type: none;
}

.article--sidebar ul li a,
.article--sidebar-mobile ul li a {
  color: #212121;
  text-decoration: none;
}

.sidebar-search input.bh_search_input {
  height: 40px;
  font-size: 14px;
  width: 60%;
  margin-top: 15px;
  padding-left: 4px;
}

.sidebar-search .button-search {
  height: 40px;
  padding-right: 15px;
  font-size: 14px;
  padding-left: 15px;
}

/* custom about page */

.store-info{
  text-align:left; 
  padding-right:10px;
}

@media screen and (max-width:680px){
.store-info{
	text-align:center;
}}

.store-hours{
  text-align:left; 
  padding-right:10px;
}

.store-hours a:link {
 text-decoration:none;
}

.store-hours a {
 color: #b37745!important;
}

.store-hours a:hover {
 color: #000000!important;
}

@media screen and (max-width:680px){
.store-hours{
	text-align:center;
}}

.store-image{
  flex-shrink:3; 
  width:50%; 
  background-size:cover; 
}

@media screen and (max-width:680px){
.store-image{
  width:90%; 
  height:200px;
  background-size:cover;
}
}

.store-title{
  text-align:left; 
  padding-right:10px;
}

@media screen and (max-width:680px){
.store-title{
	text-align:center;
  	margin-top:-20px;
}}

.store-data-wrapper{
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  min-height:300px; 
  width:50%; 
}

@media screen and (max-width:680px){
.store-data-wrapper{
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  height:250px; 
  width:100%; 
  text-align:center;
}}

.store-wrapper{
  display:flex; 
  flex-direction:row; 
  margin-bottom:30px; 
  width:100%;
}

@media screen and (max-width:680px){
.store-wrapper{
  display:flex; 
  flex-direction:column-reverse; 
  margin-bottom:30px; 
  width:100%;
  align-items:center;
}}

.about-section{
  max-width:1300px; 
  text-align:center; 
  margin-left:20%; 
  margin-right:20%;
}
  
@media screen and (max-width:680px){
.about-section{
  max-width:1300px; 
  text-align:center; 
  margin-left:10%; 
  margin-right:10%;
}}

.about-page-content{
  max-width:1300px; 
  margin-left:20%; 
  margin-right:20%;
  margin-top:5%;
}

.about-image{
  margin-top: 90px; 
  display:flex; 
  flex-direction:row; 
  justify-content:center; 
  width:100%; 
  min-height:500px; 
  background-size: cover; 
  background-repeat:no-repeat; 
}

@media screen and (max-width:680px){
.about-image{
  margin-top: 30px; 
  display:flex; 
  flex-direction:row; 
  justify-content:center; 
  width:100%; 
  min-height:500px; 
  background-size: cover; 
  background-repeat:no-repeat; 
}}

.about-content{
  margin:auto; 
  margin-top:-90px; 
  padding-top:30px; 
  padding-bottom:30px; 
  padding-left: 50px; 
  padding-right:50px;
  text-align:left; 
  width:80%; 
  background-color:white;
}

@media screen and (max-width:680px){
.about-content{
  margin:auto; 
  margin-top:-300px; 
  padding-top:30px; 
  padding-bottom:30px; 
  padding-left: 30px; 
  padding-right:30px;
  text-align:left; 
  width:80%; 
  background-color:white;
}}
  
/* APPS */
 
/* Searchanize */
body.snize-results-page .page-content {
  max-width: calc(1200px + 2 * 10px);
}
  
/* Mobile Swipe Tip */
@media screen and (min-width: 860px){
.mobile-swipe-tip  {
    display: none!important; 
}}
  
.mobile-swipe-tip {
  font-size: var(--font-size-body-smaller);
  margin-top: -30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: #9a9a9a;
}
