/* override c7 styles */

/*MC+MC STYLING FOR COMMERCE7 EVENTS*/
.c7-product-collection .c7-product__title, .c7-product-allocation .c7-product__title, .c7-club-product__details__title {
	color:#76232F!important;
	font-family:'Montserrat'!important;
	font-weight:700!important;
	font-size:22px!important;
}

.c7-product-collection__product-list, .c7-product-allocation__product-list {
	column-gap:60px!important;
}

.c7-product__subtitle {
	color:#76232F!important;
	font-family:'Lato'!important;
	font-weight:800!important;
	font-size:16px!important;
	text-transform:uppercase!important;
	letter-spacing:1px!important;
}

.c7-product__login-message, .c7-reservation-type__booking__message {
	color:black!important;
	font-family:'Lato'!important;
	font-weight:400!important;
	font-size:14px!important;
}

.c7-product-collection .c7-product {
	padding:40px!important;
	background-color:#EBEBEB!important;
	border-radius:35px!important;
}

.c7-product-collection__product-list {
	background-color:none!important;
}

.c7-product__image {
	margin-right:0px!important;
	margin-bottom:15px!important;
}

/*-------INDIVIDUAL BLOG POST STYLINGS------------*/
#c7-content > section > div > div > div.c7-product__image {
	margin-right:40px!important;
}

#c7-content > section > div > div > div.c7-product__details > h1 {
	color:#76232F!important;
	font-family:'Montserrat'!important;
	font-weight:700!important;
	font-size:35px!important;
	margin-bottom:20px!important;
}

#c7-content > section > div > div > div.c7-product__details > div.c7-product__info > div > div > p, #c7-content > section > div > div > div.c7-product__details > div.c7-product__info > div > div > ul > li {
	color:black!important;
	font-family:'Lato'!important;
	font-weight:400!important;
	font-size:17px!important;
}

.c7-content {
	padding:40px 20px!important;
}
/*---------------------------------------*/

body {
    --c7-field-border-radius: 0px; 
    --c7-button-border-radius: 0px; 
    --c7-primary-button-bg: transparent;
    --c7-primary-button-bg-hover:#000;
    --c7-primary-button-text-color: #000;
    --c7-heading-font-family: inherit;
    --c7-heading-font-weight: 500;
    --c7-font-family: lato;
    --c7-body-text-color: #000;
    --c7-link-color:#76232F;
}
#c7-side-cart__header__close{
    background: none !important;
}
.c7-reservation-widget .c7-btn{
    align-self: flex-end !important;
}
button.c7-link{
    background-color: unset !important;
    color: var(--c7-link-color) !important;
}
.c7-product__add-to-cart__form__quantity{
    min-width: 32px;
    
}
.c7-product__add-to-cart__form .c7-btn{
    flex-shrink: 0;
}
.c7-btn{
        text-transform: uppercase;
    font-weight: 700;
    font-size:15px;
    letter-spacing:1px;
}
.c7-btn--primary{
    background: #76232F !important;
    color: #FFF !important;
}
.c7-btn--primary:hover{
    background: #571720 !important;
}
/* account header */
#account-header {
    display: inline-flex;
    width: 100%;
    justify-content: end;
}

/* Squarespace */
/* in staging mode 
#account-header {
    display: inline-flex;
    width: 100%;
    justify-content: end;
}
/* wordpress/etc */
#account-header {
   display: inline-flex;
position: relative;
top: 0;
right: 10px;
z-index: 999;
}


#account-header #c7-account {
    padding-right: 10px;
    display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
   display:flex;
}
#account-header > #c7-cart {
  display:inline-flex;
}
#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 5px;

}
#c7-account .c7-user-nav__account a {
    color:#C19C49;
    text-transform: uppercase;
    padding:0px;
    font-size: 14px;
    font-weight:700;
    line-height: 21px;
}
#c7-account .c7-user-nav__account__dropdown a {
    color: var(--c7-body-text-color);
    }
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    stroke:#C19C49;
}
#c7-cart .c7-user-nav__cart__count {
    background-color: #000;
}
#c7-cart .c7-user-nav__cart button.c7-link {
  padding: 0px !important;
}
#c7-cart .c7-order-item__description {
    margin-top: 10px;
    font-size: 10px;
}
/* Overall styling */

/* button styles */
body .c7-btn {
    
}
body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
  
}

/* hiding club features on profile */
body .c7-account-club-shipments .c7-account-club__header, body .c7-account-club-shipments .c7-account-club__shipment {
	display:none;
}

/* hiding club products during checkout */
body .c7-checkout__content .c7-club-products {
	display:none;
}

/* hiding club section on dashboard landing page */
body .c7-account-dashboard .c7-account-dashboard__left-column .c7-account-dashboard__block .c7-account-block:first-child {
	display:none;
}



/* slide out cart */
body .c7-side-cart__header button {
    background-color: transparent;
    color:#000;
}
/* shrink checkout buttons */
body .c7-order-summary__buttons a {

/*font-size: 12px;*/
}


/* make link buttons look like links */
body button.c7-link {
    background-color:transparent;
    border: 0px;
    color: var(--c7-body-text-color);
}
body button.c7-link:hover {
    opacity: 0.6;
}


/* dashboard tweaks */
.c7-account__dashboard__message {
    margin-bottom: 20px;
}
.c7-account-row {
    max-width: 100% !important;
    justify-content: space-between !important;
}
body .c7-account-login__password-options {
  
}
body .c7-account-login__options {
  
}

/* cart styling */
.cart-row h1 {
    display:none;
}
.c7-cart__wrapper, .c7-account__dashboard {
    max-width: 100% !important;
    margin:0px auto !important;
    justify-content: space-between !important;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
  top: 14%;
}

/* hide club cancelation */
.c7-account-club .c7-account-blocks--status .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}

/* hide club skip */
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}


/* hide delete account */
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}


/* collection styling */
.c7-product-collection .c7-product {
    display:block !important;
    text-align: center !important;
}
.c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
  align-items: center !important;
}

/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color:inherit;
	background-color: inherit;
}

/* custom event styling */
.c7-product-collection .c7-product.c7-event {
	padding:0px !important;
}

.c7-product-collection .c7-product.c7-event .c7-event-date {
	font-size: 28px;
	background-color:#c19c49;
	padding: 12px 30px;
	border-radius: 35px 35px 0px 0px;
	text-align:left;
	color:#fff;
}
.c7-product-collection .c7-product.c7-event .c7-product__title {
	text-transform:uppercase;
	color:#000 !important;
	
}
.c7-product-collection .c7-product.c7-event .c7-product__details {
	padding: 30px;
	text-align:left;
}
.c7-product-collection .c7-product.c7-event .c7-product__add-to-cart__form {
	justify-content: start !important;
}
.c7-product-collection .c7-product.c7-event .more-links {
	display:inline-flex;	
	font-size: 18px;
	width: 100%;
	
}
.c7-product-collection .c7-product.c7-event .more-links .more-details {
	margin-right: 20px;
	text-decoration:underline;
	
}
.c7-product-collection .c7-product.c7-event .more-links .get-tickets {
	text-decoration:underline;
	
}
/* mobile overrides */
@media screen and (max-width: 1024px){
   /* two column on tablet */ 
  .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr !important;
    } 
}

@media screen and (max-width: 767px){

   /* mobile header position */
   #account-header {
        top: 0px;
    }

    /* one column on mobile */
    .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
    } 
    
    .c7-product-specs {
        text-align: left !important;
        margin: 0px !important;
    }
    .c7-product-specs h2 {
        text-align: left !important;
    }
}