/* Global and module modifications */
body {
	background-image:
		linear-gradient(135deg,
			#ffffff 40%,
			#e3e3e3 40%,
			#e3e3e3 50%,
			#ffffff 50%,
			#ffffff 90%,
			#e3e3e3 90%,
			#e3e3e3 100%);
	background-size: 10.00px 10.00px;
	background-position: center;
	background-repeat: repeat;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

.title {
	background: transparent !important;
}

.title .title-container h1.title-heading {
	font-family: 'Tangerine', cursive;
	text-align: center;
	font-size: 60px;
}

@media (min-width: 768px) {
	.title .title-container h1.title-heading {
		font-size: 90px;
	}
}

.detailedlist {
	background: transparent !important;
}

.page-about-us .detailedlist .lazy-image img.img-fluid {
	width: 340px !important;
	margin: auto;
	display: block;
}

/* Header  */
.cw-header {
	position: relative;
	z-index: 1;
	background: transparent;
	padding: 1rem 0 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.cw-header::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background: var(--color-theme-highlight);
}

.cw-header::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: transparent;
	background-image:
		url('https://apihoard.webit.com/api/v1/Image/D6E1F061E3728F2240AA602585F2D7AA/D6E1F061E3728F2240AA602585F2D7AA.jpg?size=1920x1440');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cw-header .cw-logo {
	max-width: 600px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.cw-header .cw-logo a {
	display: block;
}

.cw-header .cw-logo img {
	width: 100%;
}

.cw-header .cw-social {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: auto;
}

.cw-header .cw-social img {
	width: 55px;
	margin: 10px;
}

.cw-header .cw-header-hours {
	display: block;
	margin: auto;
	text-align: center;
	color: var(--color-theme-text-btn);
	text-shadow: 1px 1px 2px #000;
	font-weight: 700;
	font-size: 26px;
}

.cw-header .cw-starburst {
	display: block;
	text-align: center;
	max-width: 200px;
	margin: auto;
}

.cw-header .cw-starburst a.btn {
	background-color: var(--color-theme-highlight);
	border-radius: 15px;
	border: 1.5px solid;
	text-shadow: .5px .5px 2px rgba(0, 0, 0, 0.8);
}

.cw-header .cw-starburst a.btn::before {
	background-color: var(--color-theme-primary);
}

.cw-header .cw-starburst a {
	filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));
	transition-duration: .3s;
	box-shadow: none;
}

.cw-header .cw-starburst a:hover {
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8))
}

@media (min-width: 576px) {
	.cw-header {
		margin-bottom: 10px;
	}

	.cw-header::before,
	.cw-header::after {
		clip-path: ellipse(100% 51% at 50% 40%);
	}

	.cw-header .cw-logo {
		max-width: 400px;
		margin-bottom: 0px;
	}

	.cw-header::after {
		background-image:
			url('https://apihoard.webit.com/api/v1/Image/5BC492F1A0235007FBF8473F4C789656/5BC492F1A0235007FBF8473F4C789656.jpg?size=1920x1440');
		background-position: center;
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.cw-header {
		margin-bottom: 40px;
	}

	.cw-header .cw-starburst {
		max-width: 180px;
	}

	.cw-header .cw-logo {
		max-width: 500px;
		margin-bottom: -30px;
	}
}

@media (min-width: 992px) {
	.cw-header {
		margin-bottom: 100px;
	}

	.cw-header .cw-starburst {
		max-width: 200px;
		z-index: 999;
		position: absolute;
		bottom: 0px;
		display: block;
	}

	.cw-header .cw-logo {
		max-width: 600px;
		margin-bottom: -75px;
	}
}

@media (min-width: 1200px) {
	.cw-header {
		margin-bottom: 100px;
	}

	.cw-header .cw-starburst {
		max-width: 250px;
	}
}

/* gas things with hover */
.cw-hovergas {
	margin-bottom: 0;
}

.page-home .text {
	background: transparent !important;
	margin-top: 29em;
}

.swap-on-hover {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	max-width: 400px;
}

.swap-on-hover img {
	position: absolute;
	top: 0px;
	left: 0;
	overflow: hidden;
	width: 79%;
}

.swap-on-hover .swap-on-hover__front-image {
	z-index: 9999;
	transition: opacity .5s linear;
	/* cursor: pointer; */
}

.swap-on-hover:hover>.swap-on-hover__front-image {
	opacity: 0;
}

/* specials title */
.page-home .cw-checkoutspecials {
	color: var(--color-theme-highlight);
	font-size: 2rem;
}

@media (min-width: 768px) {
	.page-home .cw-checkoutspecials {
		font-size: 3rem;
	}
}

/* lists on about us page */
.cw-about-lists .cw-list-bg {
	padding: 1em;
	background-color: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
	margin-bottom: 1em;
	margin: 5px 5px;
}

.cw-about-lists .cw-list-bg h3 {
	text-align: center;
}

.cw-about-lists .cw-list-bg ul {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto;
	padding-left: 0;
	list-style: none;
}

.cw-about-lists .cw-list-bg li {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 100px;
	flex-grow: 1;
	padding: 6px 7px 2px;
	line-height: 1.3em;
	margin: 3px 5px;
	border: 1px solid var(--color-theme-text-btn);
	font-size: 1.2rem;
}

@media (min-width: 440px) {
	.cw-about-lists .cw-list-bg ul {
		flex-flow: row wrap;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.cw-about-lists .cw-list-bg li {
		flex: 1;
	}
}












/* Testimonials */
.testimonials .card {
	background: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
}

.oi_testimonial {
	color: var(--color-theme-primary);
	font-style: italic;
	font-size: .9em
}

@media (max-width: 776px) {
	.testimonials .card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width: 768px) {
	.page-home .text {
		margin-top: 0em;
	}

	.swap-on-hover {
		position: relative;
		margin: 0 auto;
		max-width: 400px;
		display: none;
	}
}

/* Calendar */
.cw-calendar .cw-week {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	margin-bottom: .5rem;
}

.cw-calendar .cw-labels-days {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-calendar .cw-labels-days h5 {
	font-size: 1rem;
	flex: 1;
	padding: 4px;
	text-align: center;
}

@media (min-width: 992px) {
	.cw-calendar .cw-labels-days h5 {
		font-size: 1.25rem;
	}
}

.cw-calendar .cw-day {
	border: 3px solid var(--color-theme-primary);
	flex: 1 1 100%;
	overflow: hidden;
	min-height: 120px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.cw-calendar .cw-day.cw-inactive {
	position: relative;
}

.cw-calendar .cw-day.cw-inactive::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 2;
}

.cw-calendar .cw-day {
	border-bottom: 0;
}

.cw-calendar .cw-day:last-of-type {
	border-bottom: 3px solid var(--color-theme-primary);
}

.cw-calendar .cw-day .cw-wrap {
	background: #FDBF3E;
	width: 45%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .4);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0.5rem;
	margin-top: 0.5rem;
}

.cw-calendar .cw-day .cw-date {
	text-align: left;
}

.cw-calendar .cw-day .cw-dotw {
	text-align: center;
	color: #4c545a;
	flex-grow: 1;
}

.cw-calendar .cw-day p {
	text-align: center;
	font-weight: 800;
	color: #18A1D2;
	margin: auto;
	padding: .5rem;
	font-size: 1.3rem;
}

/* New max media */
@media (max-width: 575px) {

	.cw-calendar .cw-day.cw-last-active,
	.cw-calendar .cw-day:has(+.cw-inactive) {
		border-bottom: 3px solid var(--color-theme-highlight);
	}

	.cw-calendar .cw-day.cw-day.cw-inactive {
		display: none;
	}
}

/* regular min media */
@media (min-width: 576px) {
	.cw-calendar .cw-day {
		flex-basis: 14%;
	}

	.cw-calendar .cw-day .cw-dotw {
		display: none;
	}

	.cw-calendar .cw-day {
		border-bottom: 3px solid var(--color-theme-primary);
		border-right: 0;
	}

	.cw-calendar .cw-day:last-of-type {
		border-right: 3px solid var(--color-theme-primary);
	}

	.cw-calendar .cw-day p {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	.cw-calendar .cw-day p {
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	.cw-calendar .h1 {
		font-size: 3.5rem;
	}

	.cw-calendar .cw-day p {
		font-size: 1.4rem;
	}
}





/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------- */


.cw-menu-page {
	margin: 3em auto;
}

/* Menu */
.cw-menu-page h2.cw-menu-title {
	position: relative;
	display: block;
	margin: 2% 0;
	padding: 2%;
	background-color: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0px 3px var(--color-theme-primary);
}

.cw-menu-page .cw-menu-popout {
	padding: 15px 25px;
	margin-bottom: 15px;
	border: 2px solid var(--color-theme-primary);
	background: var(--color-theme-text-btn);
	text-align: center;
	color: var(--color-theme-primary);
	line-height: 1.5em;
}

.cw-menu-page .cw-menu-popout h1 {
	font-size: 1.5rem;
	line-height: 1.5em;
	text-transform: uppercase;
}

.cw-menu-page .cw-menu-popout h1 a {
	display: block;
	width: fit-content;
	margin: auto;
	color: #333;
}

.cw-menu-page .cw-menu-popout h1 a:hover {
	color: #1BA1D3;
}

.cw-menu-page .cw-menu-column {
	background: rgba(245, 255, 255, 0.5);
	padding: 1em;
}

.cw-menu-page .cw-menu-column h3 {
	background-color: var(--color-theme-text-btn);
	color: var(--color-theme-highlight);
	padding: 1% 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	box-shadow: 0px 3px var(--color-theme-primary);
	margin: 1.5em auto .6em auto;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.cw-menu-page .cw-menu-column h3 {
		font-size: 30px;
	}
}

.cw-menu-page .cw-menu-column h4 {
	padding: 1% 0;
	text-align: center;
	color: var(--color-theme-primary);
	border-bottom: 1px dashed var(--color-theme-primary);
	text-transform: capitalize;
}

.cw-menu-page .cw-menu-column h4 span {
	border: none !important;
}

.cw-menu-page .cw-menu-column h5 {
	display: block;
	margin: 1em auto;
	padding: 0 0 1% 0;
	border-bottom: 1px dashed var(--color-theme-primary);
	text-transform: capitalize;
}

.cw-menu-page .cw-menu-column h5 span {
	float: right;
}

.cw-menu-page .cw-menu-column h6 {
	display: block;
	margin: 0 5% 3% 0;
	padding: 0 0 1% 0;
	border-bottom: 1px var(--color-theme-primary);
	text-transform: capitalize;
}

.cw-menu-page .cw-menu-column p {
	margin: 0 0 1%;
	padding: 0;
	font-size: 1.25rem;
	text-transform: capitalize;
	width: 90%;
	margin-left: 2.5%;
}

.cw-menu-page .cw-menu-column p a {
	color: var(--color-theme-highlight);
	font-weight: 800;
}

.cw-menu-page .cw-menu-column p a:hover {
	color: var(--color-theme-primary);
}

.cw-menu-page .cw-menu-column span {
	font-weight: 700;
	font-size: 18px;
	margin-left: 15px;
}

.cw-menu-page img.cw-menu-food-pic {
	margin: 10px 0;
	box-shadow: 0px 3px var(--color-theme-primary);
	width: 100%;
}

@media (min-width: 768px) {
	.cw-menu-page h2.cw-menu-title {
		font-size: 40px;
	}

	.cw-menu-page .cw-menu-popout h1 {
		font-size: 2.5rem;
	}
}

/* -------------------------------------------------------------------------------------------- */
.cw-menu-page-lunch-dinner .cw-menu-card .card {
	display: block;
	width: 90%;
	margin: 4em auto;
	border: 2px solid #1BA1D3;
	box-shadow: 1px 1px 2px #000, 2px 2px 4px #000;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
}

/* ------------------------ */
.cw-menu-page-lunch-dinner .cw-menu-card .cw-menu-card-text-2 {
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	color: #0F7396;
	text-transform: capitalize;
}

.cw-menu-page-lunch-dinner .cw-menu-card .cw-menu-card-text-2 span {
	font-size: 100%;
	color: #1BA1D3;
}

/* -------------------------- */
.cw-menu-page-lunch-dinner .cw-menu-card .cw-menu-card-text-1 {
	text-align: center;
	font-size: 350%;
	font-weight: 700;
	color: #0F7396;
	line-height: 120%;
	text-transform: capitalize;
}

.cw-menu-page-lunch-dinner .cw-menu-card .cw-menu-card-text-1 span {
	font-size: 85%;
	color: #1BA1D3;
}

/* -------------------------- */
.cw-menu-page-lunch-dinner .cw-menu-card .btn {
	font-size: 110%;
	margin: 1em auto;
	display: block;
	width: 70%;
}



/* --------------------------------------------------------------------------------------------- */
.cw-specials-calender-page {}

.cw-specials-calender-page table {
	border: 2px solid #444;
	margin: 2em auto;
	width: 80%;
}

@media (min-width: 992px) {
	.cw-specials-calender-page table {
		width: 100%;
	}
}

.cw-specials-calender-page .table {
	background-color: #fff;
	padding: .5em;
}

.cw-specials-calender-page th {
	text-align: center;
}

.cw-specials-calender-page th,
.cw-specials-calender-page td {
	width: 30%;
	margin: auto;
}

@media (min-width: 992px) {

	.cw-specials-calender-page th,
	.cw-specials-calender-page td {
		width: 14%;
	}
}

.cw-specials-calender-page .cw-calendar-date {
	background: #D4F2F7;
	color: #000;
	display: block;
	margin: auto;
	box-shadow: 0px 2px 2px #1BA1D3;
	text-align: center;
	margin: -.5em auto .5em auto;
}

.cw-specials-calender-page .cw-calender-item {
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: .5em;
}

.cw-specials-calender-page .card {
	display: block;
	width: 90%;
	margin: 1.5em auto 3em auto;
	border: 2px solid #1BA1D3;
	box-shadow: 1px 1px 2px #000, 2px 2px 4px #000;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
}

.cw-specials-calender-page .card h2 {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	color: #0F7396;
	margin: 1em auto;
}

.cw-specials-calender-page .card h2 span {
	color: #333;
	font-weight: 500;
	display: block;
	font-size: 90%;
}