/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Fonts */

html{
  font-size: 16px !important;
}

a, p, li {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif !important;
  color: #ffffff;
  font-weight: 400 !important;
  font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham A', 'Gotham B', Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #655c58;
}

a:not([aria-role="menuitem"]):hover, a:not([aria-role="menuitem"]):hover,
a.blog-index__post-button,
.hhs-foot-nav-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
.blog-index__post-content a, .blog-index__post-content a:hover {
  text-decoration: underline;
  color: #202020;
  transform: scale(1) !important;
}

a[class^="cta_button"], 
a.c7-btn{
  text-decoration: none !important;
  color: #fff !important;
}

a[class^="cta_button"]:hover, a.c7-btn:hover {
  color: #655c58 !important;
  background-color: #fff;
  text-decoration: none !important;
}

p, li {
  color: #655c58;
}

.hide-desktop {
  display: none !important;
}

@media (max-width: 768px) { 
  a, p, li {
    font-size: .9rem !important;
  }
  
  h5:not([class^="c7"]) {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
  }
  
  h4:not([class^="c7"]) {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
  }
    
  h3:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }
    
  h2:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }

  h1:not([class^="c7"]) {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 769px) {
    a, p, li {
    font-size: .9rem !important;
  }
  
  h5:not([class^="c7"]) {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
  }
  
  h4:not([class^="c7"]) {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
  }
    
  h3:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }
    
  h2:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }

  h1:not([class^="c7"]) {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1500px) {
   a, p, li {
    font-size: 1rem !important;
  }
  
  h5:not([class^="c7"]) {
    font-size: 0.875rem !important;
    font-weight: 700 !important;
  }
  
  h4:not([class^="c7"]) {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
  }
    
  h3:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }
    
  h2:not([class^="c7"]) {
    font-size: 1.25rem !important;
  }

  h1:not([class^="c7"]) {
    font-size: 1.8rem !important;
  }
}

a.cline-btn {
  font-size: 24px !important;
}

a[class^="cta_button"],
a.cline-btn,
a.cline-header-btn
{
  font-weight: 700 !important;
}

a[class^="cta_button"] span{
  font-size: 14px;
  color: #a95153;
}

/* @media (max-width: 1300px) {
  .section-card-right h1{
    font-size: 3rem !important;
  }
  .section-card-left h1{
    font-size: 3rem !important;
  }
}

@media (max-width: 920px) {
  .section-card-right h1{
    font-size: 2rem !important;
  }
  .section-card-left h1{
    font-size: 2rem !important;
  }
} */

/* Overall site center text */

@media (max-width: 768px) {
  .hhs-hero-mod .first-col .hhs-col-inner {
    text-align: center !important;
  }
  #farmhouse-section-2 .hhs-card-content {
    margin-top: -80px !important;
  }
}

@media (min-width: 769px) {
  .hhs-hero-mod .first-col .hhs-col-inner {
    text-align: left !important;
  }
  
  .event-rates-titles.hhs-hero-mod .first-col .hhs-col-inner {
    text-align: center !important;
  }
}

@media (max-width: 922px) {
  .contact-title.hhs-hero-mod .first-col .hhs-col-inner,
/*   .contact-address.hhs-hero-mod .hhs-rich-text-in h5 span, */
  #hs_cos_wrapper_widget_1650331935095 .hhs-rich-text span,
  #hs_cos_wrapper_widget_1650331935095 .hhs-rich-text h5,
  #hs_cos_wrapper_widget_1650331935095 .hhs-rich-text p {
    text-align: center !important;
  }
}

/* Nav Bar Styling */

/* ul.hhs-nav-links ul li a:hover {
  color: rgba(169, 81, 83, 1) !important;
} */

/* Double hero card section center text */

/* .hhs-rich-text-in span {
    text-align: center !important;
} */

/* Flexicard center text */
.hhs-flexi-card {
  text-align: center;
  height: calc(100% - 25px);
}

/* Remove Overlapping Header */

.c7-user-nav__cart__count{
  padding: .125rem 0 0 0.0625rem !important;
}

/* Account Menu */
.c7-account__menu .c7-active a{
  border-bottom-color: rgba(169, 81, 83, 1) !important
}

.c7-account__menu a:hover{
/*   border-bottom-color: rgba(169, 81, 83, .75) !important */
}

/* Commerce7 Login Acount Button Styling Change */
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a .c7-user-nav__account__name svg{
  stroke: rgba(99, 91, 88, 1) !important;
  margin-left: 0px;
  stroke-width: 3px;
}

.hs-menu-children-wrapper{
  top: 2.0625rem;
}

@media (min-width: 1500px) {
  .hs-menu-children-wrapper{
    top: 2.375rem;
  }
}

.c7-user-nav__account__dropdown{
  top: 2.375rem !important;
}

.c7-user-nav__account__dropdown::before{
  color: white;
  content: "\f0d8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  text-align: right;
  right: 0;
  width: 100%;
  padding-right: 0.625rem;
}

#hhs-main-nav {
  position: relative;
}

/* Header */

#hhs-main-nav div.container-fluid {
  padding: 0 3rem;
}

@media (max-width: 1150px) {
  #hhs-main-nav div.container-fluid {
    padding: 0 1rem;
  }
}

#hhs-main-nav div.container-fluid div.row { 
  justify-content: center;
}

/* Center Large Text Section on Private Events page */
@media (max-width: 992px) {
  .private-events-lg-text {
    text-align: center;
    padding: 0 5%;
  }
}


/* General Classes That Can Be Added To And Section */

.reduce-side-margin {
  display: flex;
  justify-content: center;
}

.reduce-side-margin .container {
/*   margin: 0; */
  padding: 0;
  flex: 0 0 100%;
  max-width: 100vw;
}

@media (max-width: 768px) {
  div.reduce-side-margin .container .col-lg-4.col-md-6.col-sm-12 {
    flex: 0 0 100%;
/*     max-width: 100%; */
    padding: 0;
  }
}

@media (max-width: 768px) {
  div.reduce-side-margin .container .col-lg-4.col-md-6.col-sm-12 {
    padding: 0;
  }
}

/* Inline CTA Button: Remove Duplicate */

.flexicard-desc img {
  display: none;
}

/* Fix Flexicard Animation */

.hhs-flexi-card-mod a:hover {
/*     -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    transform: none!important; */
}

/* .hhs-flexi-card-mod .row {
  justify-content: center;
} */
.flexicard-desc .c7-club-join-button {
  height: 75px !important;
}
.flexicard-desc .c7-club-join-button a {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50px) !important;
}

.hhs-card-content{
  height: fit-content;
  padding-bottom: 15px !important;
}

.hhs-flexi-card:hover {
/*     transform: scale(1.03); */
}

.hhs-flexi-card {
  transition: transform 330ms ease-in-out;
}

.flexicard-title {
  padding: 15px 0;
  margin: 0px
}

.flexicard-title + h5{
  margin: 0px
}

.flexicard-desc {
  padding: 30px;
  text-align: left;
  bottom: 0;
/*   position: relative; */
}

.flexicard-desc > :last-child{
  margin-bottom: 0px
}
.hhs-flexi-card-mod .hhs-flexi-card img {
  object-fit: cover;
  max-height: 600px;
}
@media (max-width: 768px) {
  .team-flexicards .container,
  .team-flexicards .container div.col-lg-6.col-sm-12 {
      padding: 0;
      margin: 0;
      max-width: 100%;
  }

}
  

.join-club-cards ul {
  list-style: outside;
}
/*  style="list-style: inside;" */

/* Hompage: General */
img.hhs-hover-img.wow.fadeIn,
.col-sm-12.c1.card-col {
  max-width: 50% !important;
}

/* -------------------------------------------------------------------------   */

/* Trade & Media: Our Distributors Section */

.distributors-list {
  padding: 0 10%;
}

@media (max-width: 786px) {
  .distributors-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Collections Page Image Sections */

.hhs-img-gallery-grid-mod .hhs-img-gallery-card {
    padding: 0 !important;
    width: 10% !important;
    max-width: 15% !important;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

div.hhs-img-gallery-grid-mod .container {
    max-width: 100% !important;
}

div.hhs-img-gallery-grid-mod .row {
    justify-content: center !important;
}

@media (max-width: 768px) {
  .collection-row-text-left {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Collections Page Text Sections */

/* @media (max-width: 768px) {
  .collection-text {
     padding: 10% 3%;
  }
} */

/* .span12.widget-span.widget-type-custom_widget */
/* @media (min-width: 993px) {
  .row-fluid [class*="span"] div.collection-text-card {
    margin: 5% !important;
    min-height: 50vh !important;
    padding: 1.25rem
  }
} */

/* @media (max-width: 768px) {
  .hhs-text-mod.show-mobile.show-tablet.show-desktop.collection-text.collection-text-left {
     padding: 10% 5%;
  }
} */
.row-fluid [class*="span"] div.collection-text-card {
  padding: 1.25rem;
}

.row-fluid [class*="span"] div.collection-text-card div.row-fluid-wrapper:nth-child(2){
  text-align: center;
  margin: 1rem 0 1.25rem;
}

@media (min-width: 768px) {
  .row-fluid [class*="span"] div.collection-text-card {
    min-height: 30vh !important;
    position: relative;
  }
  .row-fluid [class*="span"] div.collection-text-card div.row-fluid-wrapper:nth-child(2) a[id^="cta_button"]{
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .row-fluid [class*="span"] div.collection-text-card {
    margin: 3% !important;
    padding: 1.875rem !important;
  }
}

@media (min-width: 993px) {
  .row-fluid [class*="span"] div.collection-text-card {
    margin: 5% !important;
    padding: 2.5rem !important;
  }
}

/* Contact Page Form Button */

.contact-form .actions input.hs-button.primary.large {
    border-radius: 0;
}

/* Padding for Curbside Pickup Page */

@media (max-width: 768px) {
  .curbside-pickup .container {
    padding: 0 3%;
  }
}

@media (min-width: 769px) {
  .curbside-pickup .container{
    padding: 0 5%;
/*       padding: 0; */
  }
}

@media (min-width: 992px) {
  .curbside-pickup .container{
    padding: 0 15%;
  }
}

@media (min-width: 1200px) {
  .curbside-pickup .container {
    padding: 0 20%;
  }
}

@media (min-width: 1500px) {
  .curbside-pickup .container {
    padding: 0 15%;
  }
}

@media (min-width: 1600px) {
  .curbside-pickup .container {
    padding: 0 10%;
  }
}

/* FAQ Page  */

.faq-page,
.refund-policy-page,
.shipping-policy-page, 
.visitation-policy-page {
  padding: 0 10%;
}

/* Hero mod left/right card sections */ 

/* displays image across entire screen and controls height of background image */

.custom-row-section {
  min-height: 45vw;
}

.card-background-image {
  min-height: 45vw;
}

@media (max-width: 1300px) {
  .custom-row-section {
    min-height: 55vw;
  }

  .card-background-image {
    min-height: 55vw;
  }
}

@media (max-width: 992px) {
  .custom-row-section {
    min-height: 75vw;
  }

  .card-background-image {
    min-height: 75vw;
  }
}
@media (max-width: 860px) {
  .custom-row-section {
    min-height: 85vw;
  }

  .card-background-image {
    min-height: 85vw;
  }
}

.custom-row-section {
  position: relative;
}

.section-card-left.custom-position {
  position: absolute;
  padding: 0px !important;
  padding: 0px;
}

@media (min-width: 769px) and (max-width: 1300px) {
  .section-card-left.custom-position {
    bottom: 5%;
    left: 5%;
    max-width: 70%;
  }
}

@media (min-width: 1300px) {
  .section-card-left.custom-position {
    bottom: 10%;
    left: 10;
    max-width: 50%;
  }
}

/* .custom-row-section {
  min-height: 55vw;
}

.card-background-image {
  min-height: 55vw;
} */

.custom-row-header-section {
  min-height: 50vw;
}

.homepage-header {
  min-height: 50vw;
}

/* cards */
.section-card-right {
  position: absolute;
  right: 5%;
  margin-top: 5% !important;
}

.section-card-left {
  position: absolute;
  left: 5%;
  margin-top: 5% !important;
}

div.section-card-left .container, 
div.section-card-right .container {
    max-width: 100%;
}

@media (max-width: 768px) {
  .section-card-right {
    position: relative;
    right: 0%;
    margin-top: 0px !important;
  }

  .section-card-left {
    position: relative;
    left: 0%;
    margin-top: 0px !important;
  }
}

/* @media (max-width: 1300px) {
  .section-card-right h1{
    font-size: 32px !important;
  }
  .section-card-left h1{
    font-size: 32px !important;
  }
}

@media (max-width: 920px) {
  .section-card-right h1{
    font-size: 24px !important;
  }
  .section-card-left h1{
    font-size: 24px !important;
  }
} */

@media (min-width: 993px) {  
  .section-card-left {
    max-width: 35%; /* width of card*/
  }
  
  /* Hero Banner: Card Right */
  .section-card-right {
    max-width: 35%; /* width of card*/
    float: right;
  }
}

@media (min-width: 769px) and (max-width: 992px) {  
  .section-card-left {
    max-width: 40%; /* width of card*/
  }
  
  /* Hero Banner: Card Right */
  .section-card-right {
    max-width: 40%; /* width of card*/
    float: right;
  }
}

@media (min-width: 769px) {
  
  /* Hero Banner: Background Image */
  
  /* this one works for modules within the same section (these are easier to save (individual modules) and use on other pages) */
  .custom-hero-section {
    position: absolute;
    min-width: 100%;
    z-index: -1;
  }
}/* end @media(min-width: 768px) for double hero image modules */

@media (max-width: 768px) {
   /* might just want everything centered */
  .section-card-right .hhs-rich-text {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #raised-in-sonoma .container {
    max-width: 100%;
    margin-left: 0px !important;
  }
  #raised-in-sonoma .container h1{
    font-size: 30px !important;
  }
  #rivering-past .container {
    max-width: 100%;
    margin-left: 0px !important;
    
  }
  #rivering-past .container h3{
    font-size: 30px !important;
  }
  #rivering-past .container p{
    font-size: 12px !important;
  }
  #experience-the-ranch .container {
    max-width: 100%;
    margin-left: 0px !important;
    
  }
  #experience-the-ranch .container h3{
    font-size: 30px !important;
  }
  #experience-the-ranch .container p{
    font-size: 12px !important;
  }
}

a:hover {
/*   text-decoration: none !important; */
}

/* Visit Us Page - Google Maps Overlay */

.google-maps-overlay {
   background:transparent; 
   position:relative; 
   width:640px;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}

/* Event Rates Page Cards */

@media (min-width: 768px) {
  .event-rates-card .container {
    width: 750px;
  }
} 

/* Google Maps Iframe on Visit Us Page */

@media (max-width: 456px) {
  .dnd_area-row-7-padding {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/* White CTA on Visit Us Page */

.start-planning-visit-btn:hover {
    background: #eae2da !important;
}

/* Footer 

.footer {
    background: #eae2da !important;
}
*/

/* Footer: subscribe input and CTA */

p#c7-\:r0\:-email-error {
    position: absolute;
    bottom: 105%;
    background-color: #ffffff8a;
    padding: 5px;
    width: auto;
    border-radius: 5px;
    color: #a95153;
    font-weight: 1000 !important;
}

@media (max-width: 992px) {
  div.hhs-footer-mod div.col-12.d-flex {
    flex-direction: column;
  }
}

.klaviyo-form-UBENKK {
  min-width: 50%;
}

.go2024695338.go2024695338.go2024695338:focus-visible {
  outline-style: unset !important;
}

.go124538340.go124538340.go124538340:hover {
  border-color: #393431 !important;
  border: 1px solid;
}


/* Legal Menu/Copyright Statement */

.legal-menu {
  text-align: center;
  font-size: 10px;
  padding-bottom: 40px;
  min-width: 90%;
  color: #5d5a58;
  background-color: #eae2da;
}

/* -------------------------------------------------------------------------   */

/* Unhide Logo on Blog pages */

.hhs-alt-nav .hhs-header-logo .logo-standard, .hhs-header-logo .logo-sticky {
  display: block;
}

/* Main Card on Main Blog Page */

.blog-index__post.blog-index__post--large {
  min-height: 15rem;
}

/* Blog Listings Page - Position And Expand Blog Posts At Mobile View */

@media (max-width: 768px) {
  .blog-index__post.blog-index__post--large {
    margin-top: 0px;
  }

  .hhs-blog-grid-cards .container {
    padding: 0;
  }
}

/* Blog Header/Hero Image */

.blog-header.container.post-header {
  padding-left: 0;
  margin-left: 0;
}

.blog-header__inner.row img {
  position: relative;
  min-width: 99vw;
}

.blog-header__inner.row .col-lg-5.col-sm-12 {
  position: absolute;
  padding-top: 30%;
  text-align: center;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.blog-header__inner.row .col-lg-5.col-sm-12, .blog-header__inner.row .col-lg-7.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

/* Blog Header/Hero Image Text */

.blog-post__title span#hs_cos_wrapper_name {
  color: white;
}

#blog-post__detail .blog-post__title #hs_cos_wrapper_name {
  color: #5c5957;
}

#blog-post__detail .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

#blog-post__detail .related-blog-post-cards {
}

#blog-post__detail .related-blog-post-cards a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,0.3);
}

#blog-post__detail .related-blog-post-cards img {
  max-height: 7rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  object-fit: contain;
}

/* Expand Body of Blog to Full Width of Screen */

div#pageContent div.wrapper.wrapper--compact {
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

.faq-text {
    padding: 0 15%;
}

/* Set Hero Image Right Under Header */

.blog-header-full {
  margin: 0;
  padding: 0;
}

.blog-header.post-header.container {
  min-width: 100%;
  padding-right: 0px;
}

.blog-header__inner.row {
  padding: 0;
}

/* Remove Socials and Comment Section from Blog Post Page */

.container-slim .row .blog-comments,
.social-sharing-wrapper {
  display: none;
}

/* Remove Extra Sections of Blog Pages */

div.site__hd, 
div.site__bd div.vr.vr--x10:first-child {
  display: none !important;
  margin: 0;
}

/* Holiday Hours page */

/* Card Width */

.hhs-img-hover .row {
  justify-content: center;
}

.holiday-hours {
  display: flex;
  justify-content: center;
}

.holiday-hours .col-sm-12.c1.card-col {
  width: 45% !important;
  max-width: 450px !important;
  min-height: 400px;
}
  
.holiday-hours .hhs-img-hover-con {
  height: 100% !important;
}

.holiday-hours .container {
  max-height: 50% !important;
}

/* Aligning Text Within Card */

.holiday-hours .hhs-img-hover-front,
.holiday-hours .hhs-img-hover-back {
  position: relative !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 10% !important;
  min-height: 100% !important;
  bottom: auto !important;
  left: auto !important;
}

.holiday-hours .hhs-img-hover-front {
  display: none !important;
}

.holiday-hours .hhs-img-hover-back {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .holiday-hours .col-sm-12.c1.card-col {
    max-width: 65% !important;
  }
  
  .holiday-hours .hhs-img-hover-con {
    height: 100% !important;
  }
  
  .holiday-hours .hhs-img-hover-front,
  .holiday-hours .hhs-img-hover-back {
    position: relative !important;
    display: flex;
    flex-direction: column;
    padding: 5% 10% !important;
    min-height: 100% !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@media (max-width: 786px) {
  .holiday-hours .hhs-img-hover-con {
    height: 100% !important;
  }
    
  .holiday-hours .col-sm-12.c1.card-col {
    width: 90% !important;
    max-width: 429px !important;
  }
  
  .holiday-hours .hhs-img-hover-front,
  .holiday-hours .hhs-img-hover-back {
    position: relative !important;
    display: flex;
    flex-direction: column;
    padding: 5% 10% !important;
    min-height: 100% !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@media (max-width: 750px) {
  .holiday-hours,
  .holiday-hours .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  
  .holiday-hours .col-sm-12.c1.card-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }
}
/* ------------------------------------------------------------------------------------- */
/* Event Rates page */

@media (min-width: 769px) {
  div.event-rates-card .span12.widget-span.widget-type-custom_widget {
      min-height: 50vh !important;
  }
}

.event-rates-card .container .col-12.first-col {
  padding: 0 0 10%!important;
}

/* @media (max-width: 768px) { */
/*   .event-rates-card {
    padding: 5%;
  } */
/*   .event-rates-card .container .col-12.first-col {
    padding: 0 0 10%!important;
  } */
/* } */

/* @media (min-width: 769px) and (max-width: 992px) {
  .event-rates-card .container .col-12.first-col {
    margin: 5% !important;
    padding: 5%;
    padding: 0 0 5% !important;
  }
}

@media (min-width: 993px) {
  .event-rates-card .container .col-12.first-col {
    margin: 3% 5% !important;
    padding: 5%;
    padding: 0 0 10% !important;
  }
} */

/* ----------------------------------------------------------------------------------------- */
/* Card Width */

.hhs-img-hover .row {
  justify-content: center;
}

.event-rates {
  display: flex;
  justify-content: center;
}

.event-rates .col-sm-12.c1.card-col {
  width: 45% !important;
  max-width: 450px !important;
}
  
.event-rates .hhs-img-hover-con {
  height: 100% !important;
}

.event-rates .container {
  max-height: 50% !important;
}

/* Aligning Text Within Card */

.event-rates .hhs-img-hover-front,
.event-rates .hhs-img-hover-back {
  position: relative !important;
  display: flex;
  flex-direction: column;
  padding: 5% 10% !important;
  min-height: 100% !important;
  bottom: auto !important;
  left: auto !important;
}

.event-rates .hhs-img-hover-front {
  display: none !important;
}

.event-rates .hhs-img-hover-back {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .event-rates .col-sm-12.c1.card-col {
    max-width: 65% !important;
  }
  
  .event-rates .hhs-img-hover-con {
    height: 100% !important;
  }
  
  .event-rates .hhs-img-hover-front,
  .event-rates .hhs-img-hover-back {
    position: relative !important;
    display: flex;
    flex-direction: column;
    padding: 5% 10% !important;
    min-height: 100% !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@media (max-width: 786px) {
  .event-rates .hhs-img-hover-con {
    height: 100% !important;
  }
    
  .event-rates .col-sm-12.c1.card-col {
    width: 90% !important;
    max-width: 429px !important;
  }
  
  .event-rates .hhs-img-hover-front,
  .event-rates .hhs-img-hover-back {
    position: relative !important;
    display: flex;
    flex-direction: column;
    padding: 5% 10% !important;
    min-height: 100% !important;
    bottom: auto !important;
    left: auto !important;
  }
}

@media (max-width: 750px) {
  .event-rates,
  .event-rates .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  
  .event-rates .col-sm-12.c1.card-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
  }
}

.mini-line-breaker-left-aligned span:before {
  content: "";
  width: 3rem;
  height: 1px;
  bottom: 0px;
  background: #c69200;
  position: absolute;
  left: 0;
  transform: translate(-0%, 20px);
}

.mini-line-breaker{
  position: relative;
  margin-bottom: 4rem
}

.mini-line-breaker span:before{
  content: "";
  width: 3rem;
  height: 1px;
  bottom: 0px;
  background: #c69200;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 31px);
}

.img-50-50-card.alt-image .row {
	display: flex;
	flex-direction: row-reverse;
}

.img-50-50-card [class^="container"] {
	padding: 0 !important;
}

.img-50-50-card [class^="container"] .row {
	padding: 0 !important;
}

.img-50-50-card [class^="container"] .row [class^="col"] {
	min-height: 300px;
	/* max-height: 500px; */
}

.img-50-50-card.larger [class^="col"] {
	min-height: 500px !important;
	max-height: 650px !important;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card {
	width: 60%;
	/* position: absolute; fix landing pages */
  position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	margin-bottom: 0px;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content {
	padding-bottom: 0px !important;
	height: fit-content !important;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h1 {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h1.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h2 {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h2.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

/* h3 belongs below */
.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h3.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h4 {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h4.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h5 {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h5.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h6 {
	position: relative;
	margin-bottom: 3.125rem;
}

.img-50-50-card [class^="container"] .row [class^="col"]:first-of-type .hhs-flexi-card .hhs-card-content h6.underline::before {
	content: "";
	width: 3rem;
	height: 1px;
	bottom: 0;
	background: #c69200;
	position: absolute;
	left: 0;
	transform: translatey(1.5625rem);
}

.img-50-50-card [class^="container"] .row [class^="col"]:last-of-type {
	padding: 0;
}

.img-50-50-card [class^="container"] .row [class^="col"]:last-of-type .hhs-flexi-card {
	height: 100%;
}

.img-50-50-card [class^="container"] .row [class^="col"]:last-of-type .hhs-flexi-card img {
	object-fit: cover;
	max-height: 100%;
	height: 100% !important;
}

#farmhouse-section-2 .hhs-card-content {
  height: auto !important;
  background: rgba(255,255,255,.95);
  margin-top: -165px;
  z-index: 5;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  min-height: 30rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-50-50-card [class^="container"] .row [class^="col"]:last-of-type .hhs-flexi-card .hhs-card-content {
	display: none !important;
}

/* System Pages */

/* Search  */
.hhs-search-modal button i:before {
content: '\f002';
font-weight: 600;
font-family: 'Font Awesome 5 Free';
}
.hhs-search-modal button i:hover::before {
  content: "\f002" !important;
  font-family: 'Font Awesome\ 5 Free' !important;
  font-weight: 600 !important;
  color: #a95153;
}
  
.hhs-header-search a {
  display: flex;
}
button[aria-label="Search"] {
  background-color: rgb(93 117 133) !important;
}
.k-listview-item a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.k-listview-item img{
  width: 50%;
}
.k-listview-item h3{
  text-align: center;
  font-size: 1.5rem !important;
}
.k-listview-content {
  display: flex;
  flex-wrap: wrap;
}
.hhs-header-search a{
  text-decoration: none !important;
  margin-right: 20px;
}
.hhs-header-search a:hover{
  text-decoration: none !important;
}

@media (max-width: 769px) {
  .k-listview-item h3 {
    font-size: .9rem !important;
  }
}

/* 404 Page */

.error-page-full {
  background-color: #eae2da;
}

/* Product List */

.product-listing{
  margin-bottom: 75px;
  height: 450px;
  /*height: 650px;*/
  color: #655c58;
}

.product-listing img{
  max-height: 300px !important;
  min-height: 300px;
  object-fit: contain;
  margin-bottom: 15px;
}

a, product-listing {
    color: #655c58;
    text-align: center
}
/* Product Details */

.wine-makers-accordion {
	text-decoration: none !important;
}
.wine-makers-accordion:hover {
	text-decoration: none !important;
}

.wine-makers-accordion span {
	line-height: 1.6875rem;
  font-weight: 1000;
}

.wine-makers-accordion[aria-expanded="true"] span {
	color: white;
}

/* end */

.c7-content .product-page-container .product-content-image img {
  /* width: 60%; */
}

/* cart stuff */

.dnd_area-row-0-margin {
  margin: unset !important;
}

.c7-order-item__title {
  color: #655c58;
}

/* checkout stuff */

.c7-checkout__summary-container {
min-height: 115vh;
}
.c7-content--checkout {
  background-color: #fff;
}


/* return to top */
#return-to-top i {
  left: 0px !important;
}

/* mega menu */
.mega-text-con {
  text-align: left;
}
/* keep other menu options on top */
li.hs-menu-item.hs-menu-depth-1 {
  z-index: 100;
  position: relative;
}


/* social media customization */

.fa-yelp-y:before,.fa-yelp:before {
  content: "\f1e9";
}

.hhs-social-con a:hover, .hhs-social-con a:hover>i, .hhs-social-con a:hover>i:before { 
  color: #BD995C;
  background-color: unset;
  text-decoration: none;
}
.hhs-social-con a:hover {
  text-decoration: none !important;
}

a.c7-btn.google-pin:hover>i {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23BD995C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-map-pin'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'></path><circle cx='12' cy='10' r='3'></circle></svg>");
}

i.fab.google-pin {
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-map-pin'><path d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'></path><circle cx='12' cy='10' r='3'></circle></svg>");
   background-repeat: no-repeat;
   background-position-y: 10px;
   width: 26px;
}

/* social width adjustments */
@media (min-width: 992px) {
    .col-lg-3 {
        max-width: 35%;
}
}
@media (min-width: 1200px) {
       .col-lg-3 {
        width: unset; 
        max-width: 35%;
} 
}
/* sociial width adjustments end */



.promobar a:hover {
  background-color: transparent;
  text-decoration: underline !important;
  color: #fff !important;
}
.hhs-flexi-card-mod a {
  display: inline;
}
.c7-btn--primary--small:not([disabled]):hover {
  color: #655c58;
  border: 1px solid #655c58;
}
div#c7-cart {
  margin-left: 10px;
  width: 52px;
}

.c7-user-nav__cart__title svg {
  width: 30px;
  height: 24px;
  display: inline-flex;
  z-index: 1;
}
i.fas.fa-search {
  font-size: 25px;
}
a.c7-user-nav__account__name, .c7-user-nav__account__login {
  font-size: 20px;
  top: 10px;
  color: transparent;
  position: relative;
  z-index: 1;
}
.hhs-nav-opt-items {
  padding-right: 5px;
}

.custom-menu-primary .mega-menu .hs-menu-wrapper>ul>li{
  padding-left: 0px;
}

  
li.hs-menu-item.hs-menu-depth-1 {
  padding: 0px 17px 0px 17px;
  text-align: left;
}


div#c7-account {
padding-right: 46px; 
display: flex;
bottom: -22px;
position: relative;
margin-left: -16px;
}

a.c7-user-nav__account__login, a.c7-user-nav__account__login:hover {
color: transparent;
}

.c7-user-nav__account, .c7-user-nav__cart {
bottom: 1px;
}

#c7-account .c7-user-nav__account {
position: absolute;
width: 46px;
}

.fa-search:before {
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM2NTVjNTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNlYXJjaCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCI+PC9jaXJjbGU+PGxpbmUgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNi42NSIgeTI9IjE2LjY1Ij48L2xpbmU+PC9zdmc+");
display: block;
}


i.fas.fa-search:hover::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNhOTUxNTMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNlYXJjaCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCI+PC9jaXJjbGU+PGxpbmUgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNi42NSIgeTI9IjE2LjY1Ij48L2xpbmU+PC9zdmc+")
}

.fa-location-dot {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-map-pin'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
  font-color: #fff;
}


a.c7-user-nav__account__login:after {
content: "\f007";
font-family: 'font Awesome 5 Free';
color: #655c58;
font-size: 25px;
position: relative;
bottom: 44px;
}

i.fas.fa-search {
position: relative;
bottom: 7px;
}

a.c7-user-nav__account__name:before {
content: "\f007";
color: #655c58;
font-family: 'font Awesome 5 Free';
font-size: 25px;
position: absolute;
bottom: 43px;
padding-left: 18px;
  z-index: 1;
}


.c7-user-nav__account__name svg {
margin-left: 42px;
stroke: #655c58;
position: absolute;
bottom: 48px;
}

a.c7-user-nav__account__name:hover {
color: transparent !important;
  z-index: 1;
}



a.c7-user-nav__account__name:hover::before {
  color: #a95153;
  z-index: 1;
}


a.c7-user-nav__account__login:hover::after {
  color: #a95153;
}

.c7-user-nav__cart__title svg:hover {
  stroke: #a95153;
}

span.c7-user-nav__cart__title {
  z-index: 1;
  position: relative;
}

.c7-user-nav__account__dropdown {
    z-index: 10000;
  }
  
section#c7-side-cart {
  z-index: 10000;
}


@media (max-width: 768px) {
  .c7-user-nav__account__name svg {
    display: none !important;
  }
  .hhs-nav-opt-items .hhs-header-search,.hhs-nav-opt-items .hhs-lang-switch {
    position: initial !important;
  }
  div#c7-account {
  padding-right: 42px; 
  }
  .c7-nav {
    top: 25px !important;
  }
}
@media (max-width: 922px) {
  .c7-nav {
    top: -10px;
  }
   .c7-user-nav__account__name svg {
    display: none !important;
  }
}

li a {
  text-align: left !important;
}
.hhs-foot-nav-col.hhs-foot-rss.nav-col-5 {
  text-align: left;
}

#return-to-top {
  background: #bd995cb3 !important;
}

.c7-account-blocks.c7-account-blocks--status .c7-account-block__actions .c7-link {
Visibility: hidden;
}

.c7-account-blocks.c7-account-blocks--status .c7-account-block__actions .c7-link::after {
Visibility: visible;
/* Content: <!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-85b6a685-85bf-47cf-afa0-17f89ff6bc05"><span class="hs-cta-node hs-cta-85b6a685-85bf-47cf-afa0-17f89ff6bc05" id="hs-cta-85b6a685-85bf-47cf-afa0-17f89ff6bc05"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/20682413/85b6a685-85bf-47cf-afa0-17f89ff6bc05"><img class="hs-cta-img" id="hs-cta-img-85b6a685-85bf-47cf-afa0-17f89ff6bc05" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/20682413/85b6a685-85bf-47cf-afa0-17f89ff6bc05.png" alt="Cancel membership"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(20682413, '85b6a685-85bf-47cf-afa0-17f89ff6bc05', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code -->; */
  content: <!--HubSpot Call-to-Action Code --><span class="hs-cta-wrapper" id="hs-cta-wrapper-85b6a685-85bf-47cf-afa0-17f89ff6bc05"><span class="hs-cta-node hs-cta-85b6a685-85bf-47cf-afa0-17f89ff6bc05" id="hs-cta-85b6a685-85bf-47cf-afa0-17f89ff6bc05"><!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]--><a href="https://cta-redirect.hubspot.com/cta/redirect/20682413/85b6a685-85bf-47cf-afa0-17f89ff6bc05"><img class="hs-cta-img" id="hs-cta-img-85b6a685-85bf-47cf-afa0-17f89ff6bc05" style="border-width:0px;" src="https://no-cache.hubspot.com/cta/default/20682413/85b6a685-85bf-47cf-afa0-17f89ff6bc05.png" alt="Cancel membership"></a></span><script charset="utf-8" src="/hs/cta/cta/current.js"></script><script type="text/javascript"> hbspt.cta._relativeUrls=true;hbspt.cta.load(20682413, '85b6a685-85bf-47cf-afa0-17f89ff6bc05', {"useNewLoader":"true","region":"na1"}); </script></span><!-- end HubSpot Call-to-Action Code -->;
}

/* margins for h1, h2, h3, h5 (c7 product pages) */
 .h1, .h2, .h3, h1, h2, h3 {
   margin-bottom: 25px;
}

.product-content-info h5 {
  margin-bottom: 0px !important;
}

/* container overrides */
.container {
  width: auto;
}

/* recipe pages */

.blog-header__inner.row .col-lg-5.col-sm-12 {
    max-width: 60vw;
    padding: 30px 20px 20px 20px;
}

@media (max-width: 992px) {
  .blog-header__inner.row .col-lg-5.col-sm-12 {
    max-width: 100%;
    padding-top: 0px;
  }
}

.blog-header__inner.row img {
    min-width: 60vw;
}

.blog-header__inner.row {
    justify-content: center;
}

.post-page-full .blog-header-full {
    margin-bottom: unset;
    padding-bottom: unset;
}

.blog-post__title>span#hs_cos_wrapper_name {
    text-shadow: -7px 2px 20px black;
}

@media (max-width: 922px) {
#hs_cos_wrapper_module_1690519553663 .hhs-hero-mod .row {
margin-top: 230px;
  
}
}

/* tock stuff */
div#tock-picker {
    top: 250px;
    height: 450px;   
}

div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue {
    background-color: #655c58 !important;
}

div#Tock_widget_container>div.TockWidgetWrapper .TockSearchBar-iconColorModeBlue {
    color: #fff !important;
}
.TockInlineButton-container.TockButton-blue>span {
  text-transform: uppercase;
}

div#Tock_widget_container>div.TockWidgetWrapper .InlineWidgetDropDown-LeftRounded, div#Tock_widget_container>div.TockWidgetWrapper .TockButton-buttonContainer, div#Tock_widget_container>div.TockWidgetWrapper .TockInlineButton-container {
  border-radius: 0px !important;
}



/* hero buttons */
.hhs-hero-mod a[class^="cta_button"]>span {
    color: #fff !important;
    font-size: 1rem !important;
    width: 100%;
}

.hhs-hero-mod a[class^="cta_button"], .hhs-hero-mod a.c7-btn {
    background-color: transparent !important;
    border: 1px #fff solid !important;
    max-width: fit-content !important;
    padding: 11px 20px !important;
    min-height: 24px;
    text-wrap: nowrap;
    display: grid !important;
    align-content: center;
}

/* hover */
.hhs-hero-mod a[class^="cta_button"], .hhs-hero-mod a.c7-btn, .hhs-hero-mod a[class^="cta_button"]:hover>span {
    color: #655c58 !important;
    
}

.hhs-hero-mod a[class^="cta_button"]:hover, .hhs-hero-mod a.c7-btn {
    background-color: #fff !important;
    border: #655c58 solid;
}
/* end hover */

/* end hero button */

/* all other buttons */

.btn-primary, .flexicard-desc a.cta_button.cline-btn.book-tasting-btn, .view-rates-btn, .book-tasting-btn, .winery-event-btn, .reserve-btn, a.c7-btn.c7-btn--alt, .c7-btn.c7-btn--alt, .hs-button.primary.large {
    min-height: 24px !important;
    padding: 11px 20px !important;
    background-color: #655c58;
    max-width: fit-content !important;
    text-wrap: nowrap;
    display: grid !important;
    align-items: center;
    border: 1px #655c58 solid !important;
    height: unset !important;
}
.flexicard-desc a[class^="cta_button"]>span, view-rates-btn>span, .book-tasting-btn>span, .winery-event-btn>span, .reserve-btn>span, .hs-button.primary.large {
    color: #fff !important;
    font-size: 1rem !important;
    width: 100%;
    line-height: 1rem;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham A', 'Gotham B', Arial, sans-serif !important;
    
}
/* hover */
.flexicard-desc a[class^="cta_button"]:hover, .flexicard-desc a.c7-btn, .book-tasting-btn:hover, .winery-event-btn:hover, .reserve-btn:hover, .c7-btn.c7-btn--alt:hover, .c7-btn.c7-btn--alt--small:hover, .c7-btn.c7-btn--alt:hover, .hs-button.primary.large:hover {
    background-color: #fff !important;
    border: 1px #000 solid;
    color: #655c58;
}

.flexicard-desc a[class^="cta_button"], .flexicard-desc a.c7-btn, .flexicard-desc a[class^="cta_button"]:hover>span, .book-tasting-btn:hover>span, .winery-event-btn:hover>span, .reserve-btn:hover>span, .c7-btn.c7-btn--alt:hover>span .c7-btn.c7-btn--alt--small:hover>span, .hs-button.primary.large:hover {
    color: #655c58 !important;
    text-decoration: none;  
}
/* end hover */


/* end buttons */



/* where to buy */
.SUPP_03E {
  background-color: transparent !important;
}

#tab-form, #vipcopyright {
  width: unset;
}

/* temp */
.c7-product-detail__photo__thumbs {
  display: none !important;
}

/* event card button size issue (extra line breaks are created automatically in HubSpot, this reduces the size of them to zero) */

.event-card__description .c7-personalization {
line-height: 0px;
}

/* apple pay */
div#fullsteam-hosted-digital-wallet-div {
justify-content: center;
display: grid;
}

apple-pay-button#applePayButton {
padding: 5px 0px;
}

/* hide search */
.hhs-header-search a {
pointer-events: none;
}

.hhs-header-search {
opacity: 0;
}