.kitchen_closed_draw__grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.kitchen_closed_draw__grid-item {
background: #0c1c4c;
padding: 15px;
color: white;
border-radius: 8px;
}
.kitchen_closed_draw__grid-item h2 {
font-size: 21px;
font-weight: 400;
min-height: 80px;
color: white;
}
.kitchen_closed_draw__grid-item img:not(.icon) {
background: white;
padding: 10px;
border-radius: 8px;
margin: 0 !important;
display: block;
object-fit: cover !important;
width: 100%;
}
.kitchen_closed_draw__grid-item--link {
background-color: #f89986;
color: #0c1c4c;
padding: 14px;
border-radius: 4px;
display: block;
text-align: center;
margin-top: 20px;
cursor: pointer;
text-transform: uppercase;
font-size: 13px;
line-height: 1;
font-weight: 600;
}
.kitchen_closed_draw__grid-item--price {
color: #629fd4;
}
.kitchen_closed_draw__grid-item--price small {
font-size: 14px;
}
.kitchen_closed_draw__grid-item--max-tickets p {
font-size: 14px;
}
.kitchen_closed_draw__grid-item .woocommerce-Price-amount {
font-weight: 600;
font-size: 21px;
}
.kitchen_closed_draw__grid-item--remaining {
display: block;
margin-top: 20px;
margin-bottom: 10px;
}
.kitchen-ticket-bar {
height: 24px;
background: white;
border-radius: 4px;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}
.kitchen-ticket-bar--progress {
background: #629fd4;
height: 24px;
border-radius: 4px;
}
.kitchen-ticket-bar--progress-start,
.kitchen-ticket-bar--progress-end {
position: absolute;
top: 0;
bottom: 0;
color: black;
font-size: 12px;
display: flex;
justify-content: center;
align-items: center;
}
.kitchen-ticket-bar--progress-start {
left: 5px;
}
.kitchen-ticket-bar--progress-end {
right: 5px;
}
.kitchen_closed_draw__grid-item {
position: relative;
}
.kitchen_closed_draw__grid-item.sale::after {
content: "Sale!";
position: absolute;
top: -15px;
right: -10px;
height: 35px;
width: 35px;
border-radius: 50%;
font-size: 14px;
background: #f39686;
padding: 10px;
z-index: 5;
text-transform: uppercase;
font-weight: 800;
display: flex;
justify-content: center;
align-items: center;
}
.kitchen_closed_draw__grid-item.completed
.kitchen_closed_draw__grid-item--image,
.kitchen_closed_draw__grid-item.closed .kitchen_closed_draw__grid-item--image,
.kitchen_closed_draw__grid-item.sold-out
.kitchen_closed_draw__grid-item--image {
position: relative;
display: block;
}
.kitchen_closed_draw__grid-item.sold-out
.kitchen_closed_draw__grid-item--image::before {
content: "Sold Out";
position: absolute;
inset: 0;
background: #00000060;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.75rem;
text-transform: uppercase;
font-weight: 800;
z-index: 2;
pointer-events: none;
border-radius: 4px;
}
.kitchen_closed_draw__grid-item.closed
.kitchen_closed_draw__grid-item--image::before {
content: "Closed";
position: absolute;
inset: 0;
background: #00000060;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.75rem;
text-transform: uppercase;
font-weight: 800;
z-index: 2;
pointer-events: none;
border-radius: 4px;
}
.kitchen_closed_draw__grid-item.completed
.kitchen_closed_draw__grid-item--image::before {
content: "Completed";
position: absolute;
inset: 0;
background: #00000060;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.75rem;
text-transform: uppercase;
font-weight: 800;
z-index: 2;
pointer-events: none;
border-radius: 4px;
}
.kitchen_closed_draw__grid-item h2 {
font-family: "Proxima Nova";
text-transform: capitalize;
line-height: 1.3 !important;
margin: 20px 0;
font-weight: 800;
font-size: 28px !important;
}
.kitchen_closed_draw__grid-item h4 {
color: white;
text-transform: capitalize;
line-height: 1.3 !important;
font-size: 22px !important;
}
.kitchen_closed_draw__grid-item ul {
margin: 0 !important;
}
.kitchen_closed_draw__grid-item li {
list-style: none;
}
.kitchen_closed_draw__grid-item .icon {
height: 30px !important;
width: 30px !important;
margin: 0 5px 0 0 !important;
}
.kitchen_closed_draw--icon-row {
display: flex;
align-items: center;
}
.kitchen_closed_draw--icon-row b {
margin-right: 10px;
}
.kitchen-grid-pagination {
margin: 40px 0 60px !important;
}
.kitchen-grid-pagination a {
display: inline-block;
background: #ff9986 !important;
color: #152a69 !important;
font-weight: 700 !important;
font-family: "Proxima Nova" !important;
text-transform: uppercase;
padding: 16px 30px;
border-radius: 4px;
margin-right: 20px;
}
.kitchen-grid-pagination b {
color: #152a69;
text-transform: uppercase;
font-weight: 700;
}
.kitchen_grid_filters {
display: flex;
gap: 10px;
justify-content: flex-start;
flex-direction: column;
margin-bottom: 30px;
}
.kitchen_grid_filters input,
.kitchen_grid_filters select {
width: unset !important;
min-width: 300px;
}
.kitchen_grid_filters button {
display: inline-block;
background: #ff9986 !important;
color: #152a69 !important;
font-weight: 700 !important;
font-family: "Proxima Nova" !important;
text-transform: uppercase;
padding: 10px 30px;
border-radius: 4px;
}
.kitchen-none-found {
margin: 30px 0;
color: #ff9986;
font-size: 32px;
line-height: 1.3;
}
@media screen and (min-width: 550px) {
.kitchen_closed_draw__grid {
grid-template-columns: repeat(2, 1fr);
}
.kitchen_grid_filters {
gap: 10px;
flex-direction: row;
}
}
@media screen and (min-width: 1100px) {
.kitchen_closed_draw__grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 1600px) {
.kitchen_closed_draw__grid {
grid-template-columns: repeat(4, 1fr);
}
}
.kitchen_closed_draw__grid-item.closed.sold-out a::before {
content: "Sold out" !important;
}