


/* SPECIFIC TO SITE INSTALL!!! */

.postid-638 .wapf-product-totals .wapf--inner > div:first-child, .postid-638 .wapf-product-totals .wapf--inner > div:nth-child(2) {
	display:none;
}


.postid-637 .wapf-product-totals .wapf--inner > div:first-child, .postid-637 .wapf-product-totals .wapf--inner > div:nth-child(2) {
	display:none;
}

select {
	padding:8px !important;
}



.fifty-event-alt-price {
	font-size:24px;
	font-weight:bold;
	margin-top:24px;
	margin-bottom:24px;
	color:black;
}

h2.the-events {
	display:block !important;
}

.woocommerce table.variations tr td select {
	padding:8px 16px !important;
}


.totals-table td {
	font-size:16px;
	padding:8px;
}


.totals-table tr > td:first-child {
	text-align:right;
}


.table-guest-section {
	font-size:14px;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:40px;
	padding:8px;
	background-color:#f0f0f0;
	
	border-radius:6px;
}

.table-guest {

	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.table-guest input, .table-guest select {
	padding:4px !important;
	font-size:14px !important;
}

.woocommerce-page .table-guest .wapf-field-label label {
	margin-bottom:3px !important;
}

.single-product .wapf input[type=email] {
	border-radius:4px;
	padding:5px 20px;
}

.wapf-field-label, .woocommerce-Tabs-panel--description p, .wapf-field-description {
	color:black;
}

.table-guest-section .wapf-cloner {
	position: absolute;
    bottom: -50px;
    left:-5px;
    padding: 2px;
    
}

.table-guest-section .wapf-cloner a {
	/*color:white;
	text-decoration:none;
	padding:0 12px;
	background: #1d798e;
	margin-right:8px;
	border-radius: 4px;*/
	padding:0 12px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-right:8px;
    
}

.table-guest-section .wapf-cloner a.wapf-add-clone::before {
	content:"+";
	color:white;
}

.table-guest-section .wapf-cloner a.wapf-del-clone::before {
	content:"-";
	color:white;
}

.wapf-clone-title label {
	text-transform:uppercase;
	color:black;
	font-weight:bold;
}

.hidden-field {
	visibility:hidden;
	height:1px;
	overflow:hidden;
}


.woocommerce-page label {
	font-size:13px;
}

.post-order-message {
	background-color:white;
	border:1px solid #333;
	padding:32px;
	font-size:1.2em;
	text-align:center;
	border-radius:8px;
	margin-bottom:48px;
}


.fifty-events-listing-grid {
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px;
}

.fifty-event-card {
	width:32%; 
	box-sizing: border-box; 
	padding:4px;
	display:flex;
	flex-direction:column;
	position:relative;
	padding-bottom:60px;
	font-family:'montserrat';
	/*border:1px solid #ccc;
	border-radius:8px;*/
	margin-bottom:40px;
}

.fifty-event-date,  .fifty-event-location {
	font-weight:normal;
	color:black;
	font-weight:500;
}

.fifty-event-location a.woocommerce-LoopProduct-link {
	color:black;
}
.fifty-event-date {
	font-size:16px;
	
}

.fifty-event-location {
	font-size:13px;
}

.wp-block-column > .fifty-event-location {
	margin-top:4px;
}

.wp-block-column > .fifty-event-date {
	margin-top:16px;
}


.fifty-event-title {
	color:black;
	font-size:20px;
	font-weight:bold;
}

.fifty-event-title a {
	color:black;
	font-size:20px;
	text-decoration:none;
}

.fifty-event-card-body {
	padding-left:22px;
	padding-right:22px;
}


.fifty-event-description {
	font-size:13px;
	font-family:'montserrat';
	line-height:120%;
	color:black;
}

.fifty-event-sponsor {
	font-family:'montserrat';
	color:#ba6e00;
	font-size:15px;
	font-weight:bold;
	margin-bottom:16px;
	line-height:140%;
}

.fifty-event-buttons {
	position: absolute;
    width: 88%;
    left: 7%;
    bottom:12px;
    display: flex;
    gap: 10px;
    justify-content: center;
}


.fifty-button {
	flex: 1; 
	text-align: center; 
	background: #0071a1; 
	color: #fff; 
	padding:5px 10px; 
	text-decoration: none; 
	border-radius: 4px;
	font-size:.9em;
	font-family:'montserrat';
	font-weight:500;
}

.fifty-button-a {
	background-color:#ba6e00;
	color:white;
}

.fifty-button-a.cart-button {
	display:none;
}

.fifty-button-b {
	background-color:#222;
}

.large-fifty-button {
	padding:8px 30px;
}
.upsells .woocommerce-loop-product__link img {
	border-radius:6px;	
}

.event-product-heading {
	max-width:950px;
	margin:0 auto;
}

.no-refunds-checkout-message {
	text-align:right;
	font-weight:bold;
	margin-right:15px;
	margin-bottom:16px;
	font-size:.8em;
}



.fifty-event-image img {
		width: 95%;
		height: auto;
		margin: 8px auto;
		display: block;
		border-radius:6px;
	}

.bt-guest > div {
	margin-right:12px;
	font-size:13px;
	width:20%;
}
.food-issues {
    padding:4px;
    color: red;
    border-radius: 8px;
    width:150px;
    font-size:11px;
}

.registrant {
    padding: 8px;
    color: #333;
    border-radius: 8px;
    width:180px;
    font-size:11px;
}

.woocommerce-Tabs-panel--description {
	padding-bottom:48px !important;
}

.taxonomy-product_cat {
	display:none;
}



.woocommerce div.product div.images img {
	border-radius:6px;
}

.wc-block-components-product-details__ticket-type {
	
}


@media screen and (max-width:1150px) {
	.fifty-event-card {
		width:48%;
	}
}

/*
	<a class='directions' href=''>Directions</a>
	*/


@media screen and (max-width:600px) {
	.fifty-event-card {
		width:100%;
		margin-bottom:20px;
	}
	
	.fifty-events-listing-grid {
		flex-direction:column;
	}

}


/* from banquet.css */
table.sheep-account-guest-list {
	width:100%;
}

table.sheep-account-guest-list, table.sheep-account-guest-list input {
	font-size:12px;
	font-family:Arial, sans-serif;
	border-collapse:collapse;
	background-color:#f0f0f0;
}

table.sheep-account-guest-list input, table.sheep-account-guest-list select {
	background-color:#fff;
	border:1px solid #ccc;
	padding:4px 8px;
	font-size:12px;
	border-radius:3px;
}

table.sheep-account-guest-list th {
	text-align:left;
	padding:8px;
	border:1px solid #ccc;
}

table.sheep-account-guest-list td {
	padding:8px;
	border:1px solid #ccc;
}

table.sheep-account-guest-list tr.just-edited td, .just-edited {
	background-color:#88f760;
}

table.sheep-account-guest-list td.table-seat {
	text-align:right;
	font-size:1.4em;
	padding-right:8px;
}
span.ch, button.submit_table_change, .new-logo {
	cursor:pointer;
	background-color:#5ac4bf;
	color:white;
	padding:3px 6px;
	display:block;
	border-radius:4px;
	text-align:center;
	border:none;	
}

label.new-logo {
	width:180px;
	padding:4px 12px;
}

span.ch:hover {
	background-color:#888;
	color:black;
}

span.ch.active {
	background-color:#55a714;
}

.banquet-inputs {
	display:flex;
	margin-bottom:8px;
}

.banquet-inputs span {
	margin-left:1%;
	margin-right:1%;
}
input.banquet-first-name, input.banquet-last-name, .banquet-table-name, .banquet-business-name {
	
	width:48% !important;
	margin-right:1%;
	padding:0 5px var(--apf-margin-bottom,15px) 5px;
	border:none;
	font-size:.9em;
}

input.banquet-cell, input.banquet-email {
	
	width:50% !important;
	margin-right:1%;
	padding:3px 8px !important;
	border:none;
	font-size:.9em;
}

input.banquet-dob {
	
	width:80% !important;
	padding:3px 8px !important;
	border:none;
	font-size:.9em;
}

/* ADDIFY */
.adfy__woofc-cart-summary {
	font-family:'montserrat';
	font-size:16px;
	text-transform:uppercase;
}

.adfy_woofc-inner * {
	font-family:'montserrat' !important;
}

.adfy__woofc-title {
	font-weight:bold;
}

.banquet-dinner-pref, .banquet-dinner-pref option {
	padding:3px 12px;
	width:150px;
	overflow:hidden;
}


.bt-info-wrapper {
	padding:16px 16px 12px 16px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	border-bottom:none;
}


.bt-info::after {
  content: "";
  clear: both;
  display: table;
}

.bt-info {
	margin-bottom:12px;

}

.bt-ajax-response {
	color:#333;
	font-size:12px;
}

.bt-info.bt-logo {

}

.bt-info.last {
	margin-top:12px;
}


.bt-table-info label {
	float:left;
	width:40%;
	text-align:right;
	margin-right:8px;
	margin-top:8px;
}

.bt-info .banquet-file {
	margin-left:12px;
}

.banquet-list {
	max-width:1200px;
	margin:32px auto;
	font-size:1.4em;
}

.bt-table-info {
	width:100%;
}

.banquet-table {
	display:flex;
	justify-content:space-around;
	
}
.banquet-singles, .banquet-table {
	border: 1px solid #999;
    padding: 32px;
    margin:32px auto;
    width:100%;
    border-radius:3px;
    background-color:white;
}
.banquet-table:after {
	  content: "";
  display: table;
  clear: both;
}

.banquet-table bt-info {
	margin-bottom:16px;
}

.banquet-table .bt-logo {
	width:25%;
	float:right;
	text-align:right;
}

.banquet-info-header {
	text-align:left;
	font-size:1.6em;
	background-color:#5ac4bf;
	color:white;
	
	border:1px dashed #333;
	width:50%;
	margin:0 25%;
}

.bi-section {
	padding:32px 18px;
	border-bottom:1px dashed #333;
	line-height:140%;
}

.bi-section:last-child {
	border-bottom:none;
}

.bt-gvp {
	display:none;
}

.bt-table-info .bt-guests {
	margin-top:32px;
	background-color:#f0f0f0;
}
.bt-table-info .bt-guest, .banquet-singles .bt-guest {
	margin-left:24px;
	padding-bottom:12px;
	color:#444;
	padding-top:12px;
	border-bottom:1px solid #ccc;
}


.up-sells.upsells.products > h2 {
	visibility:hidden;
	width:0;
}

.up-sells.upsells.products > h2::after {
	visibility:visible;
	content:"Related Events:";
	display:block;
	width:400px;
}

.up-sells.upsells.products .product h2.woocommerce-loop-product__title {
	font-size:16px !important;
	color:black !important;
	line-height:130% !important;
}
.up-sells.upsells.products .product .button {
	visibility:hidden;
	width:0;
    height: 0;
    margin: 0;
    padding: 0;
}


.up-sells.upsells.products .product .button::after {
	display: block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    content:"Learn More";
    visibility:visible;
    width:150px;
    text-align:center;
    margin-top:-30px;
    margin-left:auto;
    margin-right:auto;
}

.variant-description {
	margin-top:-20px;
}

.woocommerce div.product form.cart .variations {
	margin-bottom:0 !important;
}

.up-sells.upsells.products .product .woocommerce-Price-amount, .up-sells.upsells.products .product .price {
	display:none;
}


.bt-guest {
	display:flex;
	justify-content:flex-start;
	font-size:.8em;
}

.bt-guest span {
	width:20%;
}

.bt-guest a {
	color:#0c80b5;
	text-decoration:none;
}

.bt-guest .cell {
	color:#444;
	text-align:right;
}

.bt-logo img {
	width:80%;
	height:auto;
}


@media screen and (max-width:800px) {
	.event-product-heading {
		margin:12px;
	}
	
	.adfy__show-woofc {
		display:none !important;
	}
	
	
	.fifty-button-a.cart-button {
		display:inline;
	}

}



