.sitemap {
	padding-top: 8rem;
}

/*-- Header --*/

.header .container {
	max-width: none;
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 36px;
	text-transform: uppercase;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
	color: #fff !important;
}

.header .header-info-logo-img img {
	width: 300px;
}

.cw-header-contact {
	padding: 0.75em;
}

.cw-header-contact span {
	vertical-align: middle;
}

.header a.header-business-phone {
	vertical-align: middle;
	color: #0093c5;
	font-weight: 700;
	font-size: 1.1rem;
}

section:not(.page-home) .title {
	position: relative;
	padding: 2em 0;
	background: url(https://apihoard.webit.com/api/v1/Image/D449AC4C550BBD01F28D1212BCFF4A2F/D449AC4C550BBD01F28D1212BCFF4A2F.jpeg?size=1920x1440) no-repeat center center;
	background-size: cover;
	text-align: center;
	margin-bottom: 3em;
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	text-shadow: 5px 2px black;
	color: #fff;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 0.5rem;
		left: 0;
		z-index: 1040;
		padding: 0;
	}

	nav.navbar .container {
		position: relative;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		top: 3.75rem;
	}

	.header .navbar,
	.header .navbar.bg-primary.cw-scrolled .navbar-nav {
		top: 0;
		background: #0a91be;
		/* border: 1px solid rgba(255, 255, 255, 0.43); */
		border-top: none;
	}

	.header .header-info-logo-img img.cw-shrink {
		width: 100px;
	}

	.cw-header-contact {
		position: absolute;
		z-index: 1040;
		top: 0;
		width: 100%;
	}

	section:not(.page-home) .title {
		margin-bottom: 2.5em;
		padding: 10em 0 1.5em;
	}

	section:not(.page-home) .title .title-heading {
		font-size: 2.75rem;
		text-transform: uppercase;
	}
}

/* --- hero ---*/

/* MEDIA ==== */

@media (min-width: 280px) {
	.hero .display-4 {
		font-size: 1.8rem;
	}
}

@media (min-width: 330px) {
	.hero .display-4 {
		font-size: 2.2rem;
	}
}

@media (min-width: 440px) {
	.hero .display-4 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.hero .display-4 {
		font-size: 4rem;
	}
}

@media (min-width: 992px) {
	.hero .display-4 {
		font-size: 4rem;
	}
}

@media (min-width: 1200px) {
	.hero .display-4 {
		font-size: 4rem;
	}
}

@media (min-width: 1480px) {
	.hero .display-4 {
		font-size: 4rem;
	}
}

@media (max-width: 812px) {
	.hero {
		padding-top: 3em;
		padding-bottom: 3em;
		min-height: 410px;
	}

	.hero h4 {
		font-size: 1rem !important;
		text-align: center;
	}

	.page-home .text h2.text-center {
		font-size: 1.3em;
	}
}

/* Hero */
.hero {
	background: linear-gradient(120deg,
			rgb(0 0 0 / 11%),
			rgb(0 0 0 / 72%),
			rgb(0 164 213 / 93%)),
		url(https://apihoard.webit.com/api/v1/Image/8CFC4C612600070ED84D525E72396546/8CFC4C612600070ED84D525E72396546.jpg?size=1920x1440) no-repeat 65% center;
	margin-top: -1px;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 700px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 280px) {
	.hero {
		min-height: 326px;
	}
}

@media (min-width: 330px) {
	.hero {
		min-height: 418px;
	}
}

@media (min-width: 440px) {
	.hero {
		min-height: 418px;
	}
}

@media (min-width: 768px) {
	.hero {
		min-height: 700px;
	}
}

@media (min-width: 992px) {
	.hero {
		min-height: 700px;
	}
}

@media (min-width: 1200px) {
	.hero {
		min-height: 700px;
	}
}

@media (min-width: 1480px) {
	.hero {
		min-height: 700px;
	}
}

.hero .hero-container {
	position: relative;
	z-index: 2;
}

/* .hero .display-4 {
    font-size: 4rem;
} */

/* Hero - Callout Section ========================================*/
.contact-callout {
	background: #262626;
	padding: 1.5em 1em;
	text-align: center;
}

.contact-callout-text {
	color: var(--color-theme-text-btn);
	margin: 0;
	font-size: 1.5em;
}

.contact-callout-text a {
	color: var(--color-theme-text-btn);
}

.contact-callout-text a:hover {
	color: rgba(255, 255, 255, 0.3);
}

/* text with image ==============*/
/* @media(min-width: 992px){
    .page-home .textwithimage-img {
        clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
    }
} */

.textwithimage-text {
	padding-top: 1em;
	padding-bottom: 1em;
}

.textwithimage-text {
	background: #fff;
	padding: 1em;
	box-shadow: 9px 8px 5px rgb(0 80 113 / 15%);
}

/* Pizza of the month */

.cw-box-home {
	padding: 0px 0px;
}

.cw-boxPart-home {
	background: rgb(240, 61, 51);
	background: linear-gradient(325deg, #0093c5 0%, #004d7c 100%);
	padding: 26px 10px;
	margin: 30px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	color: #ffffff;
}

/* .cw-boxPart-home:hover {
    background: #000000;
  } */

.cw-boxPart-home:hover .fa,
.cw-boxPart-home:hover .title,
.cw-boxPart-home:hover .text,
.cw-boxPart-home:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText-home {
	margin: 10px 0px;
}

/* detailed list ===============*/

.page-home .detailedlist {
	padding-top: 1em;
	padding-bottom: 1em;
}

.page-home .detailedlist-item-text {
	background: #fff;
	padding: 1em;
	box-shadow: 9px 8px 5px rgb(0 0 0 / 10%);
}

.page-home .form {
	padding-top: 3.5em;
	padding-bottom: 2.5em;
	background-image: linear-gradient(120deg,
			rgba(0, 0, 0, 0.8),
			rgba(0, 0, 0, 0.8),
			rgba(38, 194, 140, 0.7)),
		url(https://apihoard.webit.com/api/v1/Image/1993B25C7639BFFF7D452C55698D2AC2/1993B25C7639BFFF7D452C55698D2AC2.jpg?size=1920x1440);
	background-position: center;
}

.cw-map.p-md-5.p-2 {
	background-image: linear-gradient(180deg,
			rgba(255, 255, 255),
			rgba(255, 255, 255, 0.9),
			rgba(255, 255, 255, 0.5)),
		url(https://apihoard.webit.com/api/v1/Image/BC9F27B252879AEFA4EA428C9A09654F/BC9F27B252879AEFA4EA428C9A09654F.jpg?size=1920x1440);
	background-size: cover;
}

.page-home .list {
	padding-top: 3em;
	padding-bottom: 0em;
}

/*  Summary List  */

/* .page-home .list {
    background-image: url(https://apihoard.webit.com/api/v1/Image/08EB22455CE5DBD9D29691EC2A93CE50/08EB22455CE5DBD9D29691EC2A93CE50.jpg?size=1920x1440);
    background-size: contain;
} */

/* -- About Us -- */

@media (max-width: 768px) {
	.page-about-us .card.mb-3 {
		text-align: center;
	}

	.page-drive-for-us .detailedlist-item-desc ul {
		text-align: left;
	}
}

/*  MENU PAGE  */

.page-menu {
	background-image: url(https://apihoard.webit.com/api/v1/Image/59E9DC549AD97245BDA2B5B4BBD5FC7F/59E9DC549AD97245BDA2B5B4BBD5FC7F.jpg?size=1920x1440);
	background-size: inherit;
}

.page-menu .strong {
	font-weight: 800;
}

.wb__fullmenu {
	margin-bottom: 3rem;
}

.wb__fullmenu .wb__column-container {
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	columns: 1;
}

.wb__fullmenu .wb__menusection {
	/*flex-basis: 100%;*/
	padding: 0.5rem;
	background: #f5f5f5;
	display: inline-block;
	width: 100%;
}

.wb__fullmenu .wb__menusection .wb__menudetails {
	/*background: #eeeedd;*/
}

.wb__fullmenu .wb__menudetails .wb__full-item {
	background: #fff;
	margin: 6px 0;
	padding: 6px;
	border-radius: 10px;
}

.wb__fullmenu .wb__full-item h5 {
	padding: 6px 6px 1px;
	margin-bottom: 7px;
	border-bottom: dashed 1px #999;
	/*Keeps newlines from price on mobile from leaving the box*/
	display: inline-block;
	width: 100%;
	color: #0093c5;
}

.wb__fullmenu .wb__full-item .wb__price {
	float: right;
	margin-left: 2px;
	color: #004d7c;
}

/*Description for section. Not inside a wb__full-item*/
.wb__fullmenu .wb__menudetails>.wb__description {
	padding: 5px 10px;
	background: #fbfbfb;
	border-radius: 7px;
}

.wb__fullmenu .wb__full-item .wb__description {
	padding: 1px 10px 5px;
	margin-left: 5px;
	background: #fbfbfb;
	border-radius: 0 0 7px 7px;
}

.wb__fullmenu .wb__menusection h3 {
	text-align: center;
	padding: 0.5rem 5px;
	background: #004d7c;
	color: #ffffff;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.wb__fullmenu .wb__column-container {
		/* columns: 1; */
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.wb__fullmenu .wb__menusection {
		/*flex-basis: 50%;*/
	}
}

/* Specials Page */

.cw-box {
	padding: 25px 0px;
}

.cw-boxPart {
	background: rgb(240, 61, 51);
	background: linear-gradient(325deg, #0093c5 0%, #004d7c 100%);
	padding: 26px 10px;
	margin: 30px 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 25px;
	color: #ffffff;
}

/* .cw-boxPart:hover {
    background: #000000;
  } */

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText {
	margin: 10px 0px;
}

/* !!! BTN FIX !!! */

.btn-primary:hover:focus,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
	color: var(--color-theme-secondary) !important;
}