<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*sticky header*/
#wpsl-gmap .wpsl-info-actions .wpsl-directions {
    font-size: 15px !important;
}

/*Button Centered for listing*/
a.wpsl-button.wpsl-button-order-now {
    width: 92% !important;
    text-align: center !important;
}

a.wpsl-button.wpsl-button-details {
    width: 45% !important;
    text-align: center !important;
}
a.wpsl-button.wpsl-button-view-menu {
    width: 45% !important;
    text-align: center !important;
}
#wpsl-stores {
    padding-left: 13px !important;
}

/*listings css*/
/* Store name */
.wpsl-store-name {
    font-family: Newgate, Verdana, Arial, sans-serif  !important;
    font-weight: 400  !important;
    font-size: 27px !important;
    text-transform: uppercase !important;
    color: #141414;
    font-style: normal;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0px;
}
#sticky-row-carry-out{
   position: sticky !important;
   top: 102px !important;
   z-index: 99 !important;
}
#no-res-sticky-row{
   position: sticky !important;
   top: 102px !important;
   z-index: 99 !important;
}.sticky-row{
   position: sticky !important;
   top: 101px !important;
   z-index: 99 !important;
}

/* Phone number */
.wpsl-phone {
    color: #301f19;
    font-family: "Lehigh Semibold",Verdana,Arial,sans-serif !important;
    font-weight: 100 !important;
    font-size: 21px !important;
}

/* Get directions link */
.wpsl-directions {
    color: #301f19;
    font-size: 21px !important;
    text-decoration: underline;
}


/* General body text */
.wpsl-store-list li {
    background-color: #141414;
    color: #141414;
    font-family: "Lehigh Semibold", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    font-style: normal;
    word-wrap: break-word;
}

.wpsl-button-container {
    padding-top: 13px !important;
}

/* Base button styles */
.wpsl-button {
    font-family: "Lehigh Semibold", Verdana, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 8px !important;
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Order Now button */
.wpsl-button-order-now {
    background-color: #ffb50e !important;
    color: #301f19 !important;
}
a.wpsl-button.wpsl-button-order-now {
    border: solid 1px #ffb50e !important;
}
.wpsl-button-order-now:hover,
.wpsl-button-order-now:focus {
    background-color: #d96107  !important;
    color: #fff  !important;
}
a.wpsl-button.order-now {
    background: #d96107 !important;
    color: #fff !important;
    padding: 5px 8px !important;
}
a.wpsl-button {
    border: 1px solid  !important;
    padding: 5px 8px !important;
}
a.wpsl-button.order-now:hover {
    background-color: #ffb50e !important;
    color: #301f19 !important;
	border:solid 1px #d96107 !important;
	}

/* View Menu button */
.wpsl-button-view-menu {
    background-color: rgba(255, 241, 218, 0) !important;
    color: #301f19 !important;
}

.wpsl-button-view-menu:hover,
.wpsl-button-view-menu:focus {
    background-color: #d96107 !important;
    color: #fff1da !important;
}

/* Details button */
.wpsl-button-details {
    background-color: rgba(255, 241, 218, 0) !important;
    color: #301f19  !important;
}
a.wpsl-button.wpsl-button-details {
    margin-top: 10px;
}
a.wpsl-button.wpsl-button-view-menu {
    margin-top: 10px;
}

.wpsl-button-details:hover,
.wpsl-button-details:focus {
    background-color: #d96107  !important;
    color: #fff1da !important;
}

/* Full-width button style */
.wpsl-button.full-width {
    display: block;
    text-align: center;
    width: 100%;
}

/* Make logo smaller on mobile */
@media (max-width: 767px){
.fl-page-header img.fl-logo-img {
width: 200px;
}

/* Vertically align hamburger icon on mobile */
button.navbar-toggle.navbar-toggler {
line-height: 60px !important;
}
/* Center footer menu options in mobile */
#menu-footer-menu li.menu-item {
float: left;
width: 33.3333%;
text-align: center;
}	
}

/* Change font of store name in store listing. Can remove when add links */
#wpsl-wrap #wpsl-stores .np-store-info strong {
	font-family: "Grouch BT" !important;
}


/* Fix font size of "Gift Card Amount" label */
.fl-node-5dfc6b8d1ff75 .woocommerce .woopack-product-action .variations_form .label label {
    font-size: 18px !important;
}

/* Fix font size of "Size" label for All-Star Weekend T-Shirt */
.fl-node-5e44dd68cb53b .woocommerce .woopack-product-action .variations_form .label label {
    font-size: 18px !important;
}

/* Remove bullets from Billing Details on Checkout page once return from PayPal */
#customer_details li {
	list-style-type: none !important;
}

/* Remove 'Return to Shop' button from Cart shown when cart is empty */
.return-to-shop {
	display:none
}

/* Style phone number links */
 .phone a {
	color: #e15400 !important;
	 text-align: center !important;
}

.phone a:hover {
	color: black !important;
	text-decoration: none;
}

.phone a::before {
	content: "\f095";
	font-family: 'Font Awesome\ 5 Free';
  	font-weight: 900;
	margin-right: 5px;
}

/* Create Call to Action button styling for selected navbar menu items */
li.header-menu-cta {
	padding-left: 10px;
}
li.header-menu-cta &gt; a {
    border: 1px solid #f4b81d;
	background: transparent;
    color: #f4b81d !important;
	border-radius: 1px;
	width: 150px;
	text-align: center;
}
li.header-menu-cta &gt; a:hover {
    background: #f4b81d !important;
    color: #ffffff !important;
}
/*
.menu li.current-menu-item.header-menu-cta &gt; a {
    color: #ffffff;
	background: #f4b81d;
    border: 1px solid #f4b81d;
	border-radius: 1px;
	width: 150px;
	text-align: center;
}
.menu li.current-menu-item.header-menu-cta &gt; a:hover {
	background: transparent;
  	color: #f4b81d;
}
*/
/* Define style for Submit button for WPForms form */
.wpform-submit
{
	background-color: #141414 !important;
	color: #ffffff !important;
	border: 1px solid #141414 !important;
	border-radius: 0px !important;

}

.wpform-submit:hover {
	background-color: #ffffff !important;
	color: #141414 !important;
}</pre></body></html>