/* 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;
	}
}

/* Menu */
h2.catalog_a_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);
}

.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;
}

.menu_popout h1 {
	font-size: 1.5rem;
	line-height: 1.5em;
}

.catalog_a_column {
	background: rgba(245, 255, 255, 0.5);
	padding: 2%;
}

.catalog_a_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);
}

@media (min-width: 768px) {
	.catalog_a_column h3 {
		font-size: 30px;
	}
}

.catalog_a_column h4 {
	padding: 1% 0;
	text-align: center;
	color: var(--color-theme-primary);
	border-bottom: 1px dashed var(--color-theme-primary);
}

.catalog_a_column h5 {
	display: block;
	margin: 2% 5% 1% 0;
	padding: 0 0 1% 0;
	border-bottom: 1px dashed var(--color-theme-primary);
}

.catalog_a_column h5 span {
	float: right;
}

.catalog_a_column h6 {
	display: block;
	margin: 0 5% 3% 0;
	padding: 0 0 1% 0;
	border-bottom: 1px var(--color-theme-primary);
}

.catalog_a_column p {
	margin: 0 0 1%;
	padding: 0;
	font-size: 1.25rem;
}

.catalog_a_column p a {
	color: var(--color-theme-highlight);
	font-weight: 800;
}

.catalog_a_column p a:hover {
	color: var(--color-theme-primary);
}

.catalog_a_column span {
	font-weight: 700;
	font-size: 18px;
	margin-left: 15px;
}

img.food_pic {
	margin: 10px 0;
	box-shadow: 0px 3px var(--color-theme-primary);
	width: 100%;
}

@media (min-width: 768px) {
	h2.catalog_a_title {
		font-size: 40px;
	}

	.menu_popout h1 {
		font-size: 2.5rem;
	}
}

/*---- Monthly App ----*/

    .cw-monthly-feature {
        background: linear-gradient(135deg, #FEDF4E 0%, #f8d347 100%);
        border-bottom: 3px solid #e6c042;
        box-shadow: 0 4px 15px rgba(254, 223, 78, 0.3);
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 20px 15px;
        margin: 0;
    }

    .cw-monthly-feature::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: shimmer 3s infinite;
    }

    @keyframes shimmer {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .cw-monthly-feature .cw-content-row {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }

    .cw-monthly-feature .cw-feature-text {
        font-weight: 700;
        font-size: 1.75rem;
        color: #2c2c2c;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
        letter-spacing: 0.5px;
        margin: 0;
        font-family: Arial, sans-serif;
        text-align: center;
    }

    .cw-monthly-feature .cw-icon {
        color: #ffffff;
        font-size: 2rem;
        margin: 0 15px;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    }

    @media (max-width: 768px) {
        .cw-monthly-feature .cw-feature-text {
            font-size: 1.4rem;
        }

        .cw-monthly-feature .cw-icon {
            font-size: 1.5rem;
            margin: 0 10px;
        }

        .cw-monthly-feature {
            padding: 15px 10px;
        }
    }

    @media (max-width: 576px) {
        .cw-monthly-feature .cw-feature-text {
            font-size: 1.2rem;
        }

        .cw-monthly-feature .cw-icon {
            font-size: 1.3rem;
            margin: 0 8px;
        }
    }


/* 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-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-highlight);
}

.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 {
		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 #18A1D2;
		border-right: 0;
	}

	.cw-calendar .cw-day:last-of-type {
		border-right: 3px solid #18A1D2;
	}

	.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;
	}
}