@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');

/* HERO */
.header .header-container .cw-header-info {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://apihoard.webit.com/api/v1/Image/4935834B32BF273632263B4F66FB1079/4935834B32BF273632263B4F66FB1079.jpg?size=480x320);
	background-position: 50% 50%;
	background-size: cover;
}

.cw-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.cw-header-business h2 a {
	font-size: 1.5rem;
	padding: 0.3em 0.5em;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.cw-header-business p,
.cw-header-business p a {
	font-size: 1.2rem;
	padding: 0.2em 0em;
	line-height: 1.4em;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.cw-header-business a:hover,
.cw-header-business p span {
	color: var(--color-theme-highlight);
}

.cw-grand-parallax {
	position: relative;
	min-height: 400px;
	padding-top: 10em;
	padding-bottom: 9em;
	color: #fff;
	border-top: 10px double var(--color-theme-primary);
	border-bottom: 10px double var(--color-theme-primary);
}

.cw-grand-parallax:before {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(0, 0, 0, 0.7);
}

.cw-grand-scantitle {
	color: #ddd;
}

.cw-grand-parallax .container {
	position: relative;
	z-index: 2;
}

.title {
	color: var(--color-theme-text) !important;
}

.businessinfo .contact-title .contact-title-container,
.businessinfo .contact-title.contact-businessname .contact-title-container,
.businessinfo .contact-title:not(.contact-businessname) .contact-title-container {
	color: var(--color-theme-text);
	border-bottom-color: var(--color-theme-text);
}

/* Specialty Drinks section */
.cw-checklist li {
	display: inline-block;
	padding: 0.5rem;
}

.cw-checklist li:before {
	content: "\f06c";
	font-family: FontAwesome;
	margin-right: 0.5rem;
	color: var(--color-theme-primary);
}

/* -------------------- SECTIONTITLE ---------------------- */
.cw-menu-container {
	/* background: linear-gradient(135deg, #f8cdd1 0%, #f5b7bd 50%, #f8d7c5 100%); */
	min-height: 100%;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}

.cw-menu-card {
	background: #dbc1ac;
	background-image: url("https://apihoard.webit.com/api/v1/Image/3EB592B9437400E9E268DF850B51FFFB/3EB592B9437400E9E268DF850B51FFFB.png?size=1920x1440");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	border-radius: 30px;
	padding: 40px 20px;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	position: relative;
}

@media (min-width: 576px) {
	.cw-menu-card {
		padding: 40px;
	}
}

@media (min-width:992px) {
	.cw-menu-card {
		background-size: contain;
	}
}

.cw-sketch-lines {
	position: absolute;
	opacity: 0.35;
}

.cw-sketch-tl {
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	background: url("https://apihoard.webit.com/api/v1/Image/F1FFFF6B5412914AFF46B4A5083CBD7A/F1FFFF6B5412914AFF46B4A5083CBD7A.png?size=1920x1440");
}

.cw-sketch-tr {
	top: 0px;
	right: 0px;
	width: 150px;
	height: 150px;
	background: url("https://apihoard.webit.com/api/v1/Image/F1FFFF6B5412914AFF46B4A5083CBD7A/F1FFFF6B5412914AFF46B4A5083CBD7A.png?size=1920x1440");
	rotate: 90deg;
}

.cw-sketch-bl {
	bottom: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	background: url("https://apihoard.webit.com/api/v1/Image/F1FFFF6B5412914AFF46B4A5083CBD7A/F1FFFF6B5412914AFF46B4A5083CBD7A.png?size=1920x1440");
	rotate: 270deg;
}

.cw-sketch-br {
	bottom: 0px;
	right: 0px;
	width: 150px;
	height: 150px;
	background: url("https://apihoard.webit.com/api/v1/Image/F1FFFF6B5412914AFF46B4A5083CBD7A/F1FFFF6B5412914AFF46B4A5083CBD7A.png?size=1920x1440");
	rotate: 180deg;
}

.cw-menu-header {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	justify-content: center;
	margin-bottom: 40px;
	border-bottom: 2px solid #8b4513;
	padding-bottom: 20px;
	flex-direction: column;
}

@media (min-width:768px) {
	.cw-menu-header {
		flex-direction: row;
	}
}

.cw-logo-section {
	text-align: center;
	/* flex-shrink: 0; */
}

.cw-logo-circle {
	width: 200px;
	height: 120px;
	/* width: 100px;
    height: 100px; */
	/* border: 3px solid #8b4513; */
	/* border-radius: 50%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	/* background: #fff; */
	position: relative;
}

.cw-logo-text-top {
	font-size: 16px;
	font-weight: bold;
	color: #8b4513;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: absolute;
	top: 15px;
	width: 80%;
	text-align: center;
}

.cw-logo-bean {
	font-size: 35px;
	color: #8b4513;
	margin: 5px 0;
}

.cw-logo-text-bottom {
	font-size: 16px;
	font-weight: bold;
	color: #8b4513;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: absolute;
	bottom: 12px;
	width: 80%;
	text-align: center;
}

.cw-tagline {
	font-size: 16px;
	color: #8b4513;
	letter-spacing: 1px;
}

.cw-title-section {
	text-align: center;
	flex: 1;
	border-top: 2px solid var(--color-theme-secondary);
	padding: 1em 0;
	/* flex: 1; */
}

@media (min-width:768px) {
	.cw-title-section {
		border-top: 0;
		flex: .75;
		border-left: 2px solid var(--color-theme-secondary);
	}
}

@media (min-width:1200px) {
	.cw-title-section {
		flex: .5;
	}
}

.cw-main-title {
	/* font-family: "Dancing Script", cursive; */
	font-family: "Grand Hotel", cursive !important;
	font-size: 4rem;
	color: #2c1810;
	margin: 0;
}

.cw-subtitle {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #2c1810;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cw-special-time {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #8b4513;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cw-section-title {
	font-family: "Grand Hotel", cursive !important;
	font-size: 36px;
	color: #2c1810;
	margin-bottom: 15px;
	border-bottom: 3px solid #2c1810;
	padding-bottom: 10px;
	/* display: inline-block; */
	width: 100%;
	max-width: 325px;
}

.cw-extras-note {
	font-size: 18px;
	color: #2c1810;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.cw-size-header {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #2c1810;
}

.cw-size-label {
	width: 50px;
	text-align: center;
}

.cw-menu-item {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cw-item-name {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2c1810;
	flex: 1;
}

.cw-item-description {
	font-size: 16px;
	color: #5a3a2a;
	font-style: italic;
}

.cw-prices {
	display: flex;
	gap: 40px;
}

.cw-price {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2c1810;
	width: 50px;
	text-align: center;
}

.cw-single-price {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #2c1810;
}

.cw-traditional-section {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dashed #8b4513;
}

.cw-traditional-title {
	font-weight: 700;
	font-size: 16px;
	color: #2c1810;
	margin-bottom: 10px;
}

.cw-syrup-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	font-size: 11px;
	color: #5a3a2a;
	margin-top: 10px;
}

.cw-syrup-item {
	padding: 2px 0;
	font-size: 16px;
}

.cw-sauce-list {
	font-size: 1rem;
	color: #5a3a2a;
	margin-top: 10px;
}

.cw-bagel-description {
	font-size: 16px;
	color: #5a3a2a;
	margin-top: 3px;
	line-height: 1.4;
}

/* Sketch images  */
.cw-menu-container .cw-coffee-img img {
	position: absolute;
	top: 0;
	right: 0%;
	opacity: .1;
	max-width: 100%;
	width: 100%;
	margin: auto;
	pointer-events: none;
}

.cw-menu-container .cw-bottom-img {
	position: absolute;
	bottom: 40%;
	left: 0%;
	opacity: .09;
	max-width: 100%;
	width: 100%;
	margin: auto;
}

@media (min-width:576px) {
	.cw-menu-container .cw-coffee-img img {
		right: 10%;
		max-width: 80%;
	}
}

@media (min-width:768px) {
	.cw-menu-container .cw-bottom-img {
		left: 20%;
		max-width: 60%;
	}
}

@media (max-width: 992px) {
	.cw-prices {
		gap: 20px;
	}

	.cw-size-header {
		gap: 20px;
	}

	.cw-price,
	.cw-size-label {
		width: 40px;
	}
}

@media (max-width: 768px) {
	.cw-menu-header {
		/* flex-direction: column; */
		gap: 20px;
	}

	.cw-main-title {
		font-size: 3rem;
	}

	.cw-subtitle {
		font-size: 20px;
	}

	.cw-syrup-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}


/* SERVICES MENUS ======================================  */
/* .page-prices {
	background: var(--title-background);
}

.page-prices .title-heading {
	font-family: "Kristi", cursive !important;
}

.page-prices h4 {
	font-size: 2em;
}

.services-title {
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 400 !important;
	padding: 0.5em 0;
	margin-bottom: 0.5em;
	text-align: center;
}

p.services-subtitle {
	text-align: center;
	font-weight: bolder !important;
	text-transform: uppercase;
}

.wb__menudetails {
	position: relative;
	vertical-align: top;
	overflow-x: hidden;
	margin: 0 2%;
}

.wb__menudetails p {
	margin: 0.75rem 0;
	padding: 0;
	text-align: center;
}

.wb__menudetails img.img-fluid {
	width: 400px;
}

.wb__menudetails p:before {
	display: none;
}

.wb__menudetails span.left {
	overflow-x: auto;
	padding: 0;
	font-size: 1.125em;
	display: block;
	text-align: center;
}

.wb__menudetails span.right {
	display: block;
	padding: 0;
	overflow: auto;
	font-size: 1.125em;
	text-align: center;
	float: none;
}

@media (min-width: 500px) {
	.page-prices .title-heading {
		font-size: 4em;
	}

	.services-title {
		text-align: left;
	}

	.wb__menudetails p {
		text-align: left;
	}


	.wb__menudetails p.cw-leaders:before {
		float: left;
		width: 0;
		white-space: nowrap;
		content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
		display: block;
		margin-top: 10px;
	}

	.wb__menudetails p.services-subtitle:before {
		display: none;
	}

	.wb__menudetails span.left {
		overflow-x: hidden;
		padding: 0 2% 0 0;
		font-size: 1.125em;
		display: inline;
		text-align: left;
	}

	.wb__menudetails span.right {
		float: right;
		padding: 0 0 0 1%;
		overflow-x: hidden;
		font-size: 1.125em;
	}
} */