@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

/*=============== LOGO IN NAVBAR ===============*/
nav.navbar a.navbar-brand {
	display: block !important;
	background: url("https://apihoard.webit.com/api/v1/Image/A802ACF8CF86556899AC4DD632D3FD0D/A802ACF8CF86556899AC4DD632D3FD0D.png?size=320x240") no-repeat !important;
	background-size: contain !important;
	width: 200px;
	height: 100px;
	max-width: none;
	color: transparent !important;
}

.header .header-container .navbar .container {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
	font-weight: 400;
	text-transform: uppercase;
}

.header .navbar {
	padding-top: 1em;
	padding-bottom: 1em;
}

/*Navbar to right side*/
.header .navbar-collapse.justify-content-center {
	justify-content: flex-end !important;
}

.header .navbar .navbar-nav {
	justify-content: flex-end !important;
}

/* =================== hero =============== */
.hero {
	background: url("https://apihoard.webit.com/api/v1/Image/F86A2305B50A98E97E66091D32FF590B/F86A2305B50A98E97E66091D32FF590B.jpg?size=1920x1440") no-repeat center;
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 410px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero .hero-container {
	position: relative;
	z-index: 2;
}

.hero-lines {
	position: relative;
	text-align: center;
}

.hero-lines span {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

@media (min-width: 813px) {
	.hero-lines span {
		display: inline-block;
		vertical-align: middle;
		max-width: 55%;
	}
}

.hero-lines::before,
.hero-lines::after {
	content: " ";
	height: 1px;
	width: 10%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 1%;
}

@media (min-width: 991px) {

	.hero-lines::before,
	.hero-lines::after {
		content: " ";
		height: 1px;
		width: 10%;
		background: #fff;
		display: inline-block;
		vertical-align: middle;
		margin: 1%;
	}
}

.hero .hero-content {
	background: rgba(0, 0, 0, 0.2);
	padding-top: 0.5rem;
	text-shadow: 2px 2px 2px #000;
	border-radius: 40px;
}

.hero .display-4 {
	font-size: 3.5rem;
}

.hero-btm-line {
	height: 1px;
	width: 75%;
	background: #fff;
	margin: 25px auto;
}

/* Hero - Callout Section ========================================*/
.contact-callout {
	background: var(--color-theme-primary);
	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);
}

.title {
	text-align: center;
	background: #262626;
	color: #fff;
	margin-bottom: 2em;
}

.title span::before,
.title span::after {
	content: " ";
	height: 1px;
	width: 10%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
}

.cd-author {
	text-align: left;
	margin-left: 1.5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	color: var(--color-theme-secondary);
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul {
	margin: 1.5em auto 4em auto;
}

.cd-testimonials-all .cd-testimonials-all-wrapper>ul:after {
	content: "";
	display: table;
	clear: both;
}

.cd-testimonials-all .cd-testimonials-item {
	margin-bottom: 2em;
}

.cd-testimonials-all p {
	position: relative;
	background: var(--color-theme-secondary);
	color: var(--color-theme-background);
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.cd-testimonials-all p::after {
	/* creating the triangle in css */
	content: "";
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: var(--color-theme-secondary);
}

/* CONTACT PAGE====================================  */

.page-contact-us .title-heading-container div {
	display: inline-block;
}

/*-- New Menu Pages No Duplicates --*/

/*-- Food Menu --*/

.cw-food {
	background: #e8e2d6;
	color: #25231f;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cw-food:before {
	background-image: radial-gradient(rgba(80, 70, 55, 0.08) 0.7px, transparent 0.7px);
	background-size: 5px 5px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.cw-food-sidebar {
	background: #171717;
	color: #fff;
	float: left;
	min-height: 100%;
	padding: 55px 35px;
	position: relative;
	text-align: center;
	width: 30%;
}

.cw-food-brand {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cw-food-brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 250px;
}

.cw-food-brand-script {
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 5rem;
	font-style: italic;
	line-height: 0.85;
}

.cw-food-brand-name {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: 12px;
}

.cw-food-brand-sub {
	font-size: 1.4rem;
	letter-spacing: 0.22em;
	margin-top: 5px;
}

.cw-food-sidebar-line {
	border-top: 2px solid #d8c9a9;
	margin: 32px auto;
	width: 80%;
}

.cw-food-sidebar-title {
	font-size: 3rem;
	letter-spacing: 0.28em;
	line-height: 1;
}

.cw-food-sidebar-info {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 2.2;
}

.cw-food-sidebar-bottom {
	bottom: 45px;
	left: 20px;
	position: absolute;
	right: 20px;
}

.cw-food-sidebar-rule {
	border-top: 1px solid #d8c9a9;
	margin: 0 auto 25px;
	width: 75%;
}

.cw-food-sidebar-small {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	letter-spacing: 0.14em;
	line-height: 1.8;
}

.cw-food-content {
	float: right;
	padding: 30px 42px 45px;
	position: relative;
	width: 70%;
}

.cw-food-header {
	text-align: center;
}

.cw-food-header-line {
	border-top: 3px solid #27241f;
	margin: 0 auto;
	width: 100%;
}

.cw-food-header-line-short {
	margin-top: 2px;
	width: 70%;
}

.cw-food-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 5px 0;
}

.cw-food-grid {
	display: grid;
	grid-gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
}

.cw-food-section {
	border-top: 1px solid rgba(55, 50, 42, 0.35);
	margin-bottom: 28px;
	padding-top: 8px;
}

.cw-food-section h2 {
	font-size: 2rem;
	font-weight: 600;
	font-family: "Allura", cursive;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	color: #AB7900;
}

.cw-food-section h2 span {
	font-weight: 400;
}

.cw-food-note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.cw-food-addons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 13px;
}

.cw-food-gluten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	font-style: italic;
	line-height: 1.35;
	margin: -4px 0 10px;
}

.cw-food-item {
	margin-bottom: 12px;
}

.cw-food-item-head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.cw-food-item-head h3 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	line-height: 1.05;
	margin: 0;
	text-transform: uppercase;
}

.cw-food-item-head span {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	margin-left: 10px;
	white-space: nowrap;
}

.cw-food-item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63rem;
	line-height: 1.3;
	margin: 2px 0 0;
}

.cw-food-options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6rem;
	font-weight: 700;
	margin-top: 2px;
}

.cw-food-star {
	font-size: 0.7rem;
	vertical-align: top;
}

.cw-food-disclaimer {
	border-top: 1px solid rgba(55, 50, 42, 0.4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6rem;
	line-height: 1.4;
	margin-top: 5px;
	padding-top: 10px;
}


@media (min-width: 992px) {
	.cw-food-grid {
		display: grid;
		grid-gap: 28px;
		grid-template-columns: 1fr 1fr;
	}

	.cw-wine-columns,
	.cw-drinks-columns {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 28px;
		align-items: start;
	}

	.cw-desserts-grid {
		display: grid;
		grid-gap: 28px;
		grid-template-columns: 1fr 1fr;
	}

	.cw-happy-hour-grid {
		display: grid;
		grid-gap: 28px;
		grid-template-columns: 1fr 1fr;
	}

	.cw-kids-grid {
		display: grid;
		grid-gap: 28px;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 991px) {
	.cw-food-sidebar {
		float: none;
		min-height: auto;
		padding: 40px 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-food-brand-script {
		font-size: 3.8rem;
	}

	.cw-food-brand-name {
		font-size: 1.35rem;
	}

	.cw-food-brand-sub {
		font-size: 1rem;
	}

	.cw-food-sidebar-title {
		font-size: 2.3rem;
	}

	.cw-food-content {
		float: none;
		padding: 25px 25px 35px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-food-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.cw-food-sidebar {
		float: none;
		min-height: auto;
		padding: 28px 20px;
		width: 100%;
	}

	.cw-food-brand img {
		width: 210px;
	}

	.cw-food-brand-script {
		font-size: 4rem;
	}

	.cw-food-brand-name {
		font-size: 1.5rem;
	}

	.cw-food-brand-sub {
		font-size: 1rem;
	}

	.cw-food-sidebar-line {
		margin: 18px auto;
	}

	.cw-food-sidebar-title {
		font-size: 2rem;
	}

	.cw-food-sidebar-info {
		font-size: 0.75rem;
		line-height: 1.8;
	}

	.cw-food-sidebar-bottom {
		display: none;
	}

	.cw-food-content {
		float: none;
		padding: 25px 20px 35px;
		width: 100%;
	}

	.cw-food-header h1 {
		font-size: 2.2rem;
	}

	.cw-food-grid {
		display: block;
	}

	.cw-food-section {
		margin-bottom: 25px;
	}

	.cw-food-section h2 {
		font-size: 1.55rem;
	}
}

/*--- Drink Menu Page ---*/
.cw-wine {
	background: #e8e2d6;
	color: #25231f;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cw-wine:before {
	background-image: radial-gradient(rgba(80, 70, 55, 0.08) 0.7px, transparent 0.7px);
	background-size: 5px 5px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.cw-wine-sidebar {
	background: #171717;
	color: #fff;
	float: left;
	min-height: 100%;
	padding: 38px 28px 45px;
	position: relative;
	text-align: center;
	width: 30%;
}

.cw-wine-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.cw-wine-brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 250px;
}

.cw-wine-sidebar-line {
	border-top: 2px solid #d8c9a9;
	margin: 22px auto;
	width: 82%;
}

.cw-wine-sidebar-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.45rem;
	letter-spacing: 0.2em;
	line-height: 1;
}

.cw-wine-sidebar-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-align: left;
}

.cw-wine-sidebar-list>div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.cw-wine-sidebar-list>div>span:last-child {
	margin-left: 8px;
	white-space: nowrap;
}

.cw-wine-sidebar-list small {
	font-size: 0.52rem;
	letter-spacing: 0.02em;
}

.cw-wine-beverages {
	font-size: 0.7rem;
}

.cw-wine-sidebar-bottom {
	bottom: 25px;
	left: 20px;
	position: absolute;
	right: 20px;
}

.cw-wine-sidebar-rule {
	border-top: 1px solid #d8c9a9;
	margin: 0 auto 15px;
	width: 75%;
}

.cw-wine-sidebar-small {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.13em;
}

.cw-wine-content {
	float: right;
	padding: 30px 34px 45px;
	position: relative;
	width: 70%;
}

.cw-wine-header {
	text-align: center;
}

.cw-wine-header-line {
	border-top: 3px solid #27241f;
	margin: 0 auto;
	width: 100%;
}

.cw-wine-header-line-short {
	margin-top: 2px;
	width: 70%;
}

.cw-wine-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 0.9;
	margin: 4px 0 7px;
}


.cw-wine-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.cw-wine-column {
	min-width: 0;
}

.cw-drinks-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 28px;
	margin-top: 28px;
	align-items: start;
}

.cw-drinks-column {
	min-width: 0;
}

.cw-wine-section {
	margin-top: 20px;
	padding-top: 7px;
}

.cw-wine-section h2 {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	padding-top: 6px;
	text-decoration: none;
}

.cw-wine-house {
	margin-top: 13px;
}

.cw-wine-house-row {
	align-items: baseline;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.67rem;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 3px;
}

.cw-wine-italy {
	font-style: italic;
	margin-right: 14px;
}

.cw-wine-house-wines {
	letter-spacing: 0.01em;
}

.cw-wine-house-price {
	margin-left: 10px;
	white-space: nowrap;
}

.cw-wine-highlight {
	background: rgba(210, 204, 192, 0.62);
	padding: 7px 9px 9px;
}

.cw-wine-highlight h2 {
	border-top: 0;
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	padding-top: 0;
}

.cw-wine-item {
	align-items: flex-start;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 6px;
}

.cw-wine-item-info {
	min-width: 0;
	padding-right: 12px;
}

.cw-wine-item-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69rem;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.cw-wine-item-title em {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.64rem;
	font-weight: 700;
	margin-left: 5px;
	text-transform: none;
}

.cw-wine-item-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.59rem;
	line-height: 1.15;
	margin-top: 1px;
}

.cw-wine-price {
	align-items: center;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69rem;
	font-weight: 700;
	gap: 20px;
	min-width: 52px;
	justify-content: flex-end;
	text-align: right;
}

@media (max-width: 991px) {
	.cw-wine-sidebar {
		float: none;
		min-height: auto;
		padding: 30px 18px 40px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-wine-brand img {
		width: 190px;
	}

	.cw-wine-sidebar-title {
		font-size: 1.9rem;
	}

	.cw-wine-sidebar-list {
		font-size: 0.68rem;
	}

	.cw-wine-content {
		float: none;
		padding: 25px 22px 35px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-wine-header h1 {
		font-size: 4rem;
	}

	.cw-wine-columns,
	.cw-drinks-columns {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.cw-wine-column,
	.cw-drinks-column {
		width: 100%;
	}

	.cw-wine-column+.cw-wine-column,
	.cw-drinks-column+.cw-drinks-column {
		margin-top: 20px;
	}

	.cw-wine-item-title {
		font-size: 0.63rem;
	}

	.cw-wine-item-desc {
		font-size: 0.55rem;
	}
}

@media (max-width: 767px) {

	.cw-wine-columns,
	.cw-drinks-columns {
		display: block;
	}

	.cw-wine-column+.cw-wine-column,
	.cw-drinks-column+.cw-drinks-column {
		margin-top: 20px;
	}

	.cw-wine-sidebar {
		float: none;
		min-height: auto;
		padding: 25px 20px 30px;
		width: 100%;
	}

	.cw-wine-brand img {
		width: 220px;
	}

	.cw-wine-sidebar-line {
		margin: 16px auto;
	}

	.cw-wine-sidebar-title {
		font-size: 2rem;
	}

	.cw-wine-sidebar-list {
		font-size: 0.72rem;
		margin: 0 auto;
		max-width: 330px;
	}

	.cw-wine-sidebar-bottom {
		display: none;
	}

	.cw-wine-content {
		float: none;
		padding: 24px 18px 35px;
		width: 100%;
	}

	.cw-wine-header h1 {
		font-size: 4rem;
	}

	.cw-wine-section {
		margin-top: 18px;
	}

	.cw-wine-item-title {
		font-size: 0.68rem;
	}

	.cw-wine-item-title em {
		display: inline;
		font-size: 0.61rem;
	}

	.cw-wine-item-desc {
		font-size: 0.58rem;
	}

	.cw-wine-price {
		gap: 12px;
	}
}

.cw-drinks-section {
	margin-top: 20px;
	padding-top: 7px;
}

.cw-drinks-section h2 {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin: 0;
	padding-top: 6px;
	text-decoration: none;
}

.cw-drinks-section .cw-wine-item {
	margin-top: 6px;
}

.cw-drinks-section .cw-wine-item-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69rem;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.cw-drinks-section .cw-wine-item-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.59rem;
	line-height: 1.15;
	margin-top: 1px;
}

.cw-drinks-section .cw-wine-price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69rem;
	font-weight: 700;
}

@media (max-width: 991px) {
	.cw-drinks-section .cw-wine-item-title {
		font-size: 0.63rem;
	}

	.cw-drinks-section .cw-wine-item-desc {
		font-size: 0.55rem;
	}
}

@media (max-width: 767px) {

	.cw-drinks-section .cw-wine-item-title {
		font-size: 0.68rem;
	}

	.cw-drinks-section .cw-wine-item-desc {
		font-size: 0.58rem;
	}
}


/*--- Dessert Drinks and Desserts Page ---*/

.cw-desserts {
	background: #e8e2d6;
	color: #25231f;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cw-desserts:before {
	background-image: radial-gradient(rgba(80, 70, 55, 0.08) 0.7px, transparent 0.7px);
	background-size: 5px 5px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.cw-desserts-sidebar {
	background: #171717;
	color: #fff;
	float: left;
	min-height: 100%;
	padding: 38px 28px 45px;
	position: relative;
	text-align: center;
	width: 30%;
}

.cw-desserts-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.cw-desserts-brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 250px;
}

.cw-desserts-sidebar-line {
	border-top: 2px solid #d8c9a9;
	margin: 28px auto;
	width: 82%;
}

.cw-desserts-sidebar-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.35rem;
	letter-spacing: 0.12em;
	line-height: 1;
}

.cw-desserts-sidebar-list {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.2;
}

.cw-desserts-content {
	float: right;
	padding: 30px 34px 45px;
	position: relative;
	width: 70%;
}

.cw-desserts-header {
	text-align: center;
}

.cw-desserts-header-line {
	border-top: 3px solid #27241f;
	margin: 0 auto;
	width: 100%;
}

.cw-desserts-header-line-short {
	margin-top: 2px;
	width: 70%;
}

.cw-desserts-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 5px 0 8px;
	text-transform: uppercase;
}

.cw-desserts-grid {
	display: grid;
	grid-gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin-top: 25px;
}

.cw-desserts-section {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	margin-bottom: 25px;
	padding-top: 7px;
}

.cw-desserts-section h2 {
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
}

.cw-desserts-item {
	margin-bottom: 15px;
}

.cw-desserts-item-head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.cw-desserts-item-head h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.cw-desserts-item-head span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	margin-left: 10px;
	white-space: nowrap;
}

.cw-desserts-item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.62rem;
	line-height: 1.3;
	margin: 3px 0 0;
}

.cw-desserts-coffee {
	margin-bottom: 4px;
}

.cw-desserts-coffee-options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 4px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.cw-desserts-sidebar {
		float: none;
		min-height: auto;
		padding: 30px 18px 40px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-desserts-brand img {
		width: 190px;
	}

	.cw-desserts-sidebar-title {
		font-size: 1.9rem;
	}

	.cw-desserts-sidebar-list {
		font-size: 0.68rem;
	}

	.cw-desserts-content {
		float: none;
		padding: 25px 22px 35px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-desserts-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.cw-desserts-sidebar {
		float: none;
		min-height: auto;
		padding: 25px 20px 30px;
		width: 100%;
	}

	.cw-desserts-brand img {
		width: 220px;
	}

	.cw-desserts-sidebar-line {
		margin: 18px auto;
	}

	.cw-desserts-sidebar-title {
		font-size: 2rem;
	}

	.cw-desserts-sidebar-list {
		font-size: 0.72rem;
	}

	.cw-desserts-content {
		float: none;
		padding: 24px 18px 35px;
		width: 100%;
	}

	.cw-desserts-header h1 {
		font-size: 2.5rem;
	}

	.cw-desserts-grid {
		display: block;
	}

	.cw-desserts-section {
		margin-bottom: 25px;
	}

	.cw-desserts-section h2 {
		font-size: 2rem;
	}
}


/*--- Happy Hour Page ---*/

.cw-happy-hour {
	background: #e8e2d6;
	color: #25231f;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cw-happy-hour:before {
	background-image: radial-gradient(rgba(80, 70, 55, 0.08) 0.7px, transparent 0.7px);
	background-size: 5px 5px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.cw-happy-hour-sidebar {
	background: #171717;
	color: #fff;
	float: left;
	min-height: 100%;
	padding: 38px 28px 45px;
	position: relative;
	text-align: center;
	width: 30%;
}

.cw-happy-hour-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.cw-happy-hour-brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 250px;
}

.cw-happy-hour-sidebar-line {
	border-top: 2px solid #d8c9a9;
	margin: 28px auto;
	width: 82%;
}

.cw-happy-hour-sidebar-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
	letter-spacing: 0.12em;
	line-height: 1.1;
}

.cw-happy-hour-sidebar-list {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.8;
}

.cw-happy-hour-sidebar-small {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 2;
}

.cw-happy-hour-content {
	float: right;
	padding: 30px 34px 40px;
	position: relative;
	width: 70%;
}

.cw-happy-hour-header {
	text-align: center;
}

.cw-happy-hour-header-line {
	border-top: 3px solid #27241f;
	margin: 0 auto;
	width: 100%;
}

.cw-happy-hour-header-line-short {
	margin-top: 2px;
	width: 70%;
}

.cw-happy-hour-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 5px 0 8px;
}

.cw-happy-hour-time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-top: 15px;
}

.cw-happy-hour-grid {
	display: grid;
	grid-gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin-top: 28px;
}

.cw-happy-hour-section {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	padding-top: 7px;
}

.cw-happy-hour-section h2 {
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 15px;
}

.cw-happy-hour-special {
	margin-bottom: 25px;
	text-align: center;
}

.cw-happy-hour-special-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
}

.cw-happy-hour-special p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	line-height: 1.35;
	margin: 5px auto 0;
	max-width: 500px;
}

.cw-happy-hour-item {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
}

.cw-happy-hour-item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.cw-happy-hour-item span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	margin-left: 15px;
	white-space: nowrap;
}

.cw-happy-hour-footer {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	line-height: 1.4;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
}

@media (max-width: 991px) {
	.cw-happy-hour-sidebar {
		float: none;
		min-height: auto;
		padding: 30px 18px 40px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-happy-hour-brand img {
		width: 190px;
	}

	.cw-happy-hour-sidebar-title {
		font-size: 1.8rem;
	}

	.cw-happy-hour-sidebar-list {
		font-size: 0.75rem;
	}

	.cw-happy-hour-content {
		float: none;
		padding: 25px 22px 35px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-happy-hour-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 28px;
	}
}

@media (max-width: 767px) {
	.cw-happy-hour-sidebar {
		float: none;
		min-height: auto;
		padding: 25px 20px 30px;
		width: 100%;
	}

	.cw-happy-hour-brand img {
		width: 220px;
	}

	.cw-happy-hour-sidebar-line {
		margin: 18px auto;
	}

	.cw-happy-hour-sidebar-title {
		font-size: 2rem;
	}

	.cw-happy-hour-sidebar-list {
		font-size: 0.75rem;
	}

	.cw-happy-hour-content {
		float: none;
		padding: 24px 18px 35px;
		width: 100%;
	}

	.cw-happy-hour-header h1 {
		font-size: 2.5rem;
	}

	.cw-happy-hour-grid {
		display: block;
	}

	.cw-happy-hour-column+.cw-happy-hour-column {
		margin-top: 25px;
	}

	.cw-happy-hour-section h2 {
		font-size: 2rem;
	}
}


/*--- Kids Menu ---*/

.cw-kids-menu {
	background: #e8e2d6;
	color: #25231f;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cw-kids-menu:before {
	background-image: radial-gradient(rgba(80, 70, 55, 0.08) 0.7px, transparent 0.7px);
	background-size: 5px 5px;
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.cw-kids-sidebar {
	background: #171717;
	color: #fff;
	float: left;
	min-height: 100%;
	padding: 38px 28px 45px;
	position: relative;
	text-align: center;
	width: 30%;
}

.cw-kids-brand {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.cw-kids-brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 250px;
}

.cw-kids-sidebar-line {
	border-top: 2px solid #d8c9a9;
	margin: 28px auto;
	width: 82%;
}

.cw-kids-sidebar-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.35rem;
	letter-spacing: 0.18em;
	line-height: 1;
}

.cw-kids-sidebar-list {
	color: #d8c9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 2;
}

.cw-kids-content {
	float: right;
	padding: 30px 34px 45px;
	position: relative;
	width: 70%;
}

.cw-kids-header {
	text-align: center;
}

.cw-kids-header-line {
	border-top: 3px solid #27241f;
	margin: 0 auto;
	width: 100%;
}

.cw-kids-header-line-short {
	margin-top: 2px;
	width: 70%;
}

.cw-kids-header h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 5px 0 8px;
}

.cw-kids-price {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 700;
	margin-top: 12px;
}

.cw-kids-age {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: 3px;
}

.cw-kids-grid {
	display: grid;
	grid-gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin-top: 30px;
}

.cw-kids-section {
	border-top: 1px solid rgba(55, 50, 42, 0.3);
	padding-top: 7px;
}

.cw-kids-section h2 {
	color: #AB7900;
	font-family: "Allura", cursive;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 16px;
}

.cw-kids-item {
	margin-bottom: 20px;
}

.cw-kids-item-title {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

.cw-kids-item-title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

.cw-kids-item-title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	margin-left: 12px;
	white-space: nowrap;
}

.cw-kids-item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	line-height: 1.35;
	margin: 4px 0 0;
}

@media (max-width: 991px) {
	.cw-kids-sidebar {
		float: none;
		min-height: auto;
		padding: 30px 18px 40px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-kids-brand img {
		width: 190px;
	}

	.cw-kids-sidebar-title {
		font-size: 1.9rem;
	}

	.cw-kids-sidebar-list {
		font-size: 0.65rem;
	}

	.cw-kids-content {
		float: none;
		padding: 25px 22px 35px;
		width: 100%;
		box-sizing: border-box;
	}

	.cw-kids-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.cw-kids-sidebar {
		float: none;
		min-height: auto;
		padding: 25px 20px 30px;
		width: 100%;
	}

	.cw-kids-brand img {
		width: 220px;
	}

	.cw-kids-sidebar-line {
		margin: 18px auto;
	}

	.cw-kids-sidebar-title {
		font-size: 2rem;
	}

	.cw-kids-sidebar-list {
		font-size: 0.7rem;
	}

	.cw-kids-content {
		float: none;
		padding: 24px 18px 35px;
		width: 100%;
	}

	.cw-kids-header h1 {
		font-size: 2.5rem;
	}

	.cw-kids-grid {
		display: block;
	}

	.cw-kids-column+.cw-kids-column {
		margin-top: 25px;
	}

	.cw-kids-section h2 {
		font-size: 2rem;
	}
}



/*Old Menu pages =======================================*/
.cw-menu {
	padding: .5rem 0 3rem;
	margin-bottom: 3rem;
}

/*.cw-menu h2 {
	text-align: center;
	font-family: "Allura", cursive;
	font-weight: 400;
	color: #AB7900;
	font-size: 3rem;
	margin-top: 1em;
}*/

.cw-border-gold {
	border: solid 3px #AB7900;
}

.cw-menu .cw-border-gold {
	padding: 3px 10px;
}

.cw-menu .cw-menu-item {
	padding: 1rem .5rem 0;
	position: relative;
	border-bottom: dashed 1px;
	margin-bottom: 0.5rem;
}

.cw-menu .cw-menu-item .cw-titleline {
	display: block;
	font-size: 1.3rem;
}

.cw-menu .cw-menu-item .cw-desc {
	display: block;
}

.cw-menu .cw-menu-item .cw-price {
	display: block;
	width: 100px;
	margin: 5px auto;
	font-weight: 700;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.cw-menu.cw-food h3 {
	font-family: "Lora", serif;
	font-weight: 700;
	font-size: 1.6rem;
}

.cw-menu.cw-food h4 {
	font-family: "Lora", serif;
	font-size: 1.4rem;
}

.cw-menu.cw-food p {
	font-style: italic;
}

.cw-menu.cw-food p.small {
	font-size: .9em;
}

.cw-menu.cw-happy-hour .cw-hh-box {
	width: 650px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cw-menu.cw-happy-hour b {
	text-transform: uppercase;
}


@media (min-width: 576px) {
	.cw-menu .cw-menu-item .cw-titleline {
		display: block;
		font-size: 1.3rem;
		max-width: calc(100% - 100px);
	}

	.cw-menu .cw-menu-item .cw-desc {
		display: block;
		max-width: calc(100% - 100px);
	}

	.cw-menu .cw-menu-item .cw-price {
		margin: 0;
		font-weight: 700;
		font-size: 1.4rem;
		position: absolute;
		right: .5rem;
		bottom: 0;
		text-align: center;
		width: 100px;
	}
}

@media (min-width: 768px) {
	.title span {
		font-size: 3em;
	}

	.cd-testimonials-all .cd-testimonials-item {
		width: 46%;
		margin: 0 2% 3em;
	}

	/*.cw-menu h2 {
		font-size: 3.5rem;
	}*/
}

@media (min-width: 992px) {
	.hero {
		min-height: 700px;
	}

	.hero .display-4 {
		font-size: 7rem;
	}

	.detailedlist-item {
		margin-bottom: 2em;
		position: relative;
		left: 1em;
	}

	.detailedlist-item-text {
		background: #262626;
		color: #fff;
		padding: 4em;
		position: relative;
		left: -6em;
		z-index: 10;
	}

	.detailedlist-img {
		border-right: 9px solid #262626;
		border-bottom: 9px solid #262626;
		padding: 0 16px 0 0;
	}

	/*.cw-menu h2 {
		font-size: 4rem;
	}*/
}

@media (min-width: 1200px) {
	.cd-testimonials-all .cd-testimonials-item {
		width: 30%;
		margin: 0 1.6666% 3em;
	}

	/*.cw-menu h2 {
		font-size: 5rem;
	}*/
}