<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************
   Billy's Sports Grill Menu CSS
 ***********************************************/

.billys-menu .mailchimp-container {
	background: url(../images/Moz-Sticks.jpg) no-repeat left bottom;
}

.billys-menu .menu-section {
	float: left;
    background-color: #f3f3f3;
    padding: 20px 30px 0;
    margin-bottom: 40px;
    width: 100%;
}

.billys-menu .menu-section h2 {
	color: #b71d21;
	font-size: 42px;
	font-size: 4.2rem;
}

.billys-menu .dish {
	padding: 0 20px;
}

.billys-menu span.dish-dscr {
    float: left;
    width: 100%;
}

.billys-menu p.price {
    float: left;
    background-color: #f3f3f3;
    color: #b71d21;
    font-weight: 700;
    padding: 5px 20px;
}

.billys-menu span.dish-dscr p {
	margin-bottom: 10px;
}

.billys-menu .dish h3 {
	border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 8px 0;
	width: 100%;
}

.billys-menu #fixed_nav_container {
	background-color: #448fa3;
	padding: 40px;
	top: 18% !important;
}

.billys-menu #fixed_nav_container .widget-title {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.billys-menu #fixed_nav_container a.menu-item {
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.20);
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
}

.billys-menu #fixed_nav_container a.menu-item:hover {
	color: #fcedc6;
}

.billys-menu #fixed_nav_container a.menu-item.gallery:before {
	content: "\f083";
	color: #fcedc6;
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

@media only screen and (max-width: 1340px) { 
	
	.billys-menu #fixed_nav_container {
		top: 28% !important;
	}
}

@media only screen and (max-width: 1340px) { 
	
	.billys-menu #fixed_nav_container {
		padding: 30px;
	}
}

@media only screen and (max-width: 1023px) { 
	
	.billys-menu #fixed_nav_container {
		padding: 20px;
	}
	
	.billys-menu #fixed_nav_container .widget-title {
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.billys-menu #fixed_nav_container a.menu-item {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 8px;
	}
}

@media only screen and (max-width: 860px) { 
	
	.billys-menu #fixed_nav_container {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 600px) { 
	
	.billys-menu .dish {
    	padding: 0;
	}
	
	.billys-menu .site-inner .wrap {
    	padding: 0;
	}
}

</pre></body></html>