table:not( .has-background ) th {
    background-color: white;
}

.storefront-breadcrumb {
    margin: 0;
}


.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #b3332b !important;
}


.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: inherit;
}

.table-disable-hover.table tbody tr:hover td,
.table-disable-hover.table tbody tr:hover th {
    background-color: inherit;
}
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover td,
.table-disable-hover.table-striped tbody tr:nth-child(odd):hover th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #ffffff; /* Assuming you want the hover color to be white */
}

a:focus,
.focus a {
outline-color: none;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
background-color: #e8e5e5;
}

.popupaoc-button {
    background: #dbac00; 
}

.site-footer .widget .widget-title {
	color: white;
}




.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #b3332b;
}

.site-header .site-search {
display: none;
}

#comments {
		display: none;
	}

/*BUTTONS*/
.btn {
    border-radius: 10px;
    padding: 15px 30px 12px;
    line-height: 1em;
    text-transform: uppercase;
    transition: 350ms;
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgb(33,33,33,0.3);
}

a.btn-atc {
    background-color: #eee !important; 
    border: 2px solid #999; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 1.7em !important; 
    margin-left: 5px; 
    margin-top: -5px; 
    position: relative; 
    padding: 0.3em 1em; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    transition: all 0.2s; 
}
a.btn-atc:hover {
    background-color: #666 !important; 
    color: #fff !important; 
}


.btn-red {
    background: #871426;
    color: #FFF !important;
}
.btn-red:hover {
    background: #FFF;
    color: #871426 !important;
}


#tribe-events-content a:hover {
	color: #871426;
}

.gform_wrapper.gravity-theme .wl-field input[type=text] {
	background-color: white;
	font-size: 20px;
	font-weight: 800;
}

.gform_heading {
	padding-top: 20px;
}

.single-product .add-extras-button {
    margin-right: 10px; /* Adjust the value as needed */
    display: inline-block;
    vertical-align: middle;
}

/* If the Add to Cart button is also an anchor, align it to middle */
.single-product a.single_add_to_cart_button {
    vertical-align: middle;
}

.single-product .related {
    display: none;
}

.apply-custom-fee {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.apply-custom-fee:hover {
    background-color: black;
    border-color: black;
    color: #ffffff;
}

.form-row-wide {
	padding-top: 10px;
}



@media only screen and (max-width: 768px) {
.tribe-events-sub-nav li a {
    background: #e8e5e5;
}
}










