/*=============== 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;
}


/*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;
}


/* Small devices (landscape phones, 576px and up) */
@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;
		/*top: 0;*/
		bottom: 0;
		text-align: center;
		width: 100px;
	}
}

/* Medium devices (tablets, 768px and up) */
@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;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* MEDIA ==== */
	.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;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cd-testimonials-all .cd-testimonials-item {
		width: 30%;
		margin: 0 1.6666% 3em;
	}

	.cw-menu h2 {
		font-size: 5rem;
	}
}