/* Theme Name: Anthony’s Pizza - Grande Cheese */
.logo img {
	max-height: 150px;
}
.sub-item .heading-row {
	width: 100%;
}
.menu-items .menu-item .sub-item .heading-row .prices .price {
	font-size: 12.2px;
}
.menu-items .menu-item {
	padding: 5px 15px;
}
.menu-items .menu-item .sub-item .price {
	text-align: left;
}
.menu-items .menu-item .sub-item .heading-row .price {
	margin-left: 0;
	text-align: center;
}
.pizza-layout .menu-items .menu-item .heading-row .prices .price {
	text-align: center;
}
.menu-items .menu-item .sub-item .heading-row .heading {
	font-size: .7em;
}
.menu-row .images {
	align-self: stretch;
}
.menu-row .images .image {
	height: 100%;
}
.menu-row .images .image img {
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.pizza-layout.columns .description {
	flex-grow: 1;
}
.half-width .menu-row {
	height: calc(100% - 16px);
}
.menu-section {
	scroll-margin: 60px;
}
.page-template-page-menu main {
	padding: 0;
}
.logo img {
	width: auto;
}
.c2a {
	text-shadow: 0px 0px 4px #fff;
}
header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 39%;
	position: relative;
}
header::before {
	background-color: #fff;
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	opacity: .5;
	width: 100%;
}
.menu-items .menu-item .sub-item .heading-row .heading {
	font-weight: 400;
}
.menu-items .menu-item .sub-item .heading-row .heading {
	font-size: 12.8px;
}
.menu-items .menu-item .sub-item .price,
.menu-items.columns .menu-item .heading-row .prices {
	font-weight: 400;
}
.menu-items .menu-item .sub-item .heading-row .heading {
	font-weight: 700;
}
@media screen and (max-width: 991px) {
	.menu-section {
		scroll-margin: 135px;
	}
	.mobile-list a {
		padding: 5px;
	}
}
@media screen and (max-width: 767px) {
	.menu-items .menu-item {
		padding: 5px 0;
	}
}
.btn a{
	color: #fff;
	text-shadow: none;
}
.btn a:hover{
	color: #fff;
}
a:focus{
	color: #b9b9b9 !important;
}
