/* Theme Name: Mony's Pizza - Grande Cheese */
.gform_wrapper legend {
  color: #000;
  text-align: left;
  border: none;
  width: auto;
}
.social-row {
	display: flex;
	justify-content: center;
	justify-content: flex-end;
	font-size: 22px;
}
.social-row a {
	padding: 3px;
}
.contact-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-row .social-row {
	font-size: 18px;
}
.location-container .social-row {
	display: flex;
	justify-content: center;
}
.specials {
	column-gap: 30px;
}
.specials .special {
	flex-grow: 1;
	max-width: 600px;
}
.specials .special p {
	margin: 10px 0;
}
.menu-row .images {
	align-self: stretch;
	position: relative;
}
.menu-row .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.menu-row .image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.description .desc-price:not(:last-child) {
	margin-right: 10px;
}
.menu-section:not(.pizza-layout) .menu-items {
	justify-content: center;
}
#bottom-feature {
	background: #000;
	background-image: none!important;
}
header {
	background-image: url(assets/images/subway-tile.jpg);
	background-size: cover;
}
.menu-section:not(.pizza-layout) .menu-items .menu-item .heading-row {
	display: flex;
	align-items: flex-end;
}
.menu-section:not(.pizza-layout) .menu-items .menu-item .heading-row .prices {
	margin-left: .35em;
}
.menu-row .menu-col {
	max-width: 100%;
}
.menu-items .menu-item .sub-item {
	font-weight: 400;
}
.page-template-page-catering .menu-section.half-width {
	min-width: 50%;
}
.jumbotron-sm,
.contactform-bg,
.location-container {
	background-color: #000 !important;
}
.navbar-default {
	margin-bottom: 0;
}
body.sticky {
	margin-top: var(--navHeight);
}
body.sticky .primary-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}
header {
  border-bottom: none;
}
#banner {
	margin-top: -50px;
}
.navbar .navbar-collapse {
	margin: 0;
}
.navbar .navbar-nav {
	display: flex;
	margin: 0;
	justify-content: center;
}
.navbar-nav>li,
.navbar-nav>li>a {
	float: none;
	display: block;
}

.hours p {margin-top:15px;}

@media screen and (max-width: 991px) {
	.primary-nav {
		display: none;
	}
	#banner {
		margin-top: 0;
	}
	header .logo {
		margin-top: 0;
		padding-top: 0;
	}
	body {
		margin-top: 100px;
	}
}
