@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&family=Homemade+Apple&display=swap');



body {
	background-color: var(--color-theme-background);
	color: var(--color-theme-text);
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DFD5E0C343698700EE307B4C27826B53.png");
	background-size: contain;
	background-position: bottom;
}


/* -------------------- Header & Navbar ---------------------- */
/*-- Navbar --*/
.header .navbar-nav .nav-link {
	font-weight: normal;
	text-transform: uppercase;
	font-size: .85rem !important;
}


.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-header {
	background-color: var(--header-primary);
}

.header .cw-header :focus {
	box-shadow: none;
}

.header .cw-header-logo img {
	width: 235px;
	padding: 5px 0;
}


.cw-header-contact {
	font-size: .9rem;
	background-color: #202319;
	color: var(--header-text);
}

.cw-header-contact a {
	color: inherit;
}

.cw-header-contact a:hover {
	opacity: .85;
}

.cw-header .cw-address,
.cw-header .cw-phone {
	position: relative;
	line-height: 1.35;
	font-size: 1.1rem
}

.cw-header .cw-address:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f3c5";
	padding-right: .5rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: .5rem;
	color: var(--color-theme-secondary);
}

@media(min-width: 992px) {
	.cw-header .cw-header-logo {
		position: absolute;
		z-index: 1040;
		top: 13px;
	}

	nav.navbar .container {
		min-height: 100px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 240px);
		justify-content: center;
	}

	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}
}

/*  Homepage - Hero */
.hero__main {
	position: relative;
	/* z-index: 2; */
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2AA10A2FA82A480702D587515A54E503.jpg");
	background-position: center;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	padding: 50px 0;
	color: var(--color-theme-text);
	overflow: hidden;
}

.hero__main::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #000000b5, transparent);
	overflow: hidden;
	z-index: 1;
}


.hero__main .container {
	position: relative;
	z-index: 2;
}

.hero__main .hero__content .hero__h1 .hero__preline {
	font-size: 1.5rem;
	/* position: relative; */
	/* z-index: 2; */
	color: var(--color-theme-text);
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	font-family: "Homemade Apple", cursive;
}

.hero__main .hero__content .hero-location {
	font-size: 1.25rem;
	font-weight: 300;
}

.hero__main .hero__content .hero__h1 .hero__headline {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}

.hero__main .hero__content .hero__subhead {
	font-size: 2em;
	font-weight: 700;
}

.hero__main .hero__content .hero__copy {
	font-size: 1em;
	border-left: 2px solid #4A5532;
	padding-left: 10px;
}

.hero__main .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px;
}

.hero__main .search__wrapper {
	background: var(--color-theme-secondary);
	-webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	padding: 50px 0;
}

/* @media (min-width: 280px) { */
/* } */


@media (max-width: 767px) {}


@media (min-width: 576px) {
	.hero__main .hero__content .hero__h1 .hero__headline {
		font-size: 3rem;
	}
}


@media (min-width: 768px) {
	.hero__main {
		padding: 145px 0 135px;
	}

	.hero__main .hero__wrapper {}

	.hero__main .hero__content .hero__h1 .hero__preline {
		font-size: 1.5rem;
	}

	.hero__main .hero__content .hero__h1 .hero__headline {
		font-size: 3.5rem;
	}
}

@media (min-width: 992px) {
	.hero__main {
		position: relative;
		z-index: 2;
		background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2AA10A2FA82A480702D587515A54E503.jpg");
		background-position: right center;
	}
}

/*Welcome banner*/
.cw-big-fade {
	background-color: #343927;
}

.cw-big-fade .cw-big-fade-box {
	position: relative;
	z-index: 2;
	padding: 10% 2%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.page-home .cw-popular-title h2 {
	font-size: 3em;
	margin: 0;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext {
	font-size: 1.5rem;
	line-height: 0.9;
	font-weight: 900;
	text-transform: none;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext p {
	font-size: 2.5em;
	line-height: 0.9;
	font-weight: 400;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext span {
	font-size: .75em;
	line-height: 1;
	font-weight: 400;
	color: #F6FFE3;
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext .cw-subhead {
	font-size: 1em;
	font-weight: 700;
	color: var(--color-theme-primary);
	line-height: 1;
	margin: 1rem auto 1.5rem;
}

.cw-big-fade span {
	color: #ffffff;
}

/* @media (min-width: 280px) { */
.cw-big-fade .cw-big-fade-box .cw-bigtext p {
	font-size: 2em;
}

/* } */

@media (min-width: 440px) {
	.cw-big-fade .cw-big-fade-box .cw-bigtext p {
		font-size: 2.5em;
	}
}

@media (min-width: 992px) {
	.cw-big-fade .cw-big-fade-box .cw-bigtext {
		font-size: 2rem;
	}
}

/*Popular dishes slider*/
.cw-hp-carousel {
	margin: 3rem 0;
}

.cw-hp-carousel .carousel-control-next,
.cw-hp-carousel .carousel-control-prev {
	width: 7%;
}

.cw-hp-carousel .carousel-inner .carousel-item.active,
.cw-hp-carousel .carousel-inner .carousel-item-start,
.cw-hp-carousel .carousel-inner .carousel-item-next,
.cw-hp-carousel .carousel-inner .carousel-item-prev {
	display: flex;
	transition-duration: 2s;
}

.cw-hp-carousel .cw-features-card {
	background-color: #343928 !important;
	margin: 14px;
	border-radius: 12px;
	min-height: 456px;
	box-shadow: 10px 10px 10px #1c1e16;
}

.cw-hp-carousel .cw-card-img {
	border-radius: 10px;
}

@media (max-width: 767px) {
	.cw-hp-carousel .carousel-inner .carousel-item>div {
		display: none;
	}

	.cw-hp-carousel .carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

@media (min-width: 768px) {

	.cw-hp-carousel .carousel-inner .carousel-item-right.active,
	.cw-hp-carousel .carousel-inner .carousel-item-next,
	.cw-hp-carousel .carousel-item-next:not(.carousel-item-start) {
		transform: translateX(25%) !important;
	}

	.cw-hp-carousel .carousel-inner .carousel-item-left.active,
	.cw-hp-carousel .carousel-item-prev:not(.carousel-item-end),
	.cw-hp-carousel .active.carousel-item-start,
	.cw-hp-carousel .carousel-item-prev:not(.carousel-item-end) {
		transform: translateX(-25%) !important;
	}

	.cw-hp-carousel .carousel-item-next.carousel-item-start,
	.cw-hp-carousel .active.carousel-item-end {
		transform: translateX(0) !important;
	}

	.cw-hp-carousel .carousel-inner .carousel-item-prev,
	.cw-hp-carousel .carousel-item-prev:not(.carousel-item-end) {
		transform: translateX(-25%) !important;
	}
}

/*Home About*/
.cw-home-about {
	padding-top: .5rem;
	padding-bottom: 2rem;
}

.cw-home-about span {
	font-family: "Homemade Apple", cursive;
}

.cw-home-about p {
	font-size: 1.15rem;
	line-height: 1.8em;
}

@media (min-width: 768px) {
	.cw-home-about {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

}


/* -------------------- Popular dishes ---------------------- */

.cw-popular-title h2 {
	font-weight: 400;
	font-size: 3em;
}

.cw-popular-title span {
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
	color: #F6FFE3;
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
}

.cw-drink-list {
	/* max-width: 100%; */
	/* py-lg-2 pt-0 pb-4 */
	padding: .5rem 0 1.5rem;
}

.cw-drink-list-wrapper {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.cw-drink-list-wrapper p {
	font-size: 1.15rem;
	line-height: 1.8em;
}


.cw-drink-left {
	text-align: center;
}

.cw-drink-right {
	text-align: center;
}

@media (min-width: 992px) {
	.cw-drink-left {
		text-align: right;
	}

	.cw-drink-right {
		text-align: left;
	}
}

@media (min-width: 768px) {
	.page-home .cw-drink-list .container {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
}

/*Why Dine section*/
.cw-dine {
	padding: 40px 0px;
	background-color: #343928;
	color: #F6FFE3;
}

.cw-dine span {
	font-family: "Homemade Apple", cursive;
}

.cw-dine h2 {
	font-weight: 400;
}

.cw-dinePart {
	padding: 15px 10px;
	margin: 30px 0px;
	margin-bottom: 25px;
	text-align: center;
}

.cw-dinePart img {
    opacity: .4;
}

.cw-dinePart h3 {
	font-weight: 400 !important;
	margin-top: 10px;
}

.cw-dinePart:hover .fa,
.cw-dinePart:hover .title,
.cw-dinePart:hover .text,
.cw-dinePart:hover a {
	color: #fff;
	transition: all 1s ease-out;
}

.cw-dineText {
	margin: 0px 0px;
}

/*Page titles*/
.cw-page-titles {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/092951A6812F664E4BB6D0C733BF78E1.jpg") no-repeat center center;
	background-size: cover;
	margin-top: -1px;
	padding: 4em 0;
	overflow: hidden;
	position: relative;
	color: #fff;
}

/*Menu Page Title*/
.cw-page-titles.cw-page-2 {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/29CE60AB1D581AE076A7C66F57BE166A.jpg");
}

/*Contact Page Title*/
.cw-page-titles.cw-page-3 {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3A8AF2DC9E95EC9FC7C6AF26E037F773.jpg");
}

/*Reservation Page Title*/
.cw-page-titles.cw-page-4 {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/720DB93964F35072D562F93B9AE137A0.jpg");
}

.cw-page-titles:after {
	overflow: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5)
}

.cw-page-titles .container {
	position: relative;
	z-index: 2;

}

.cw-page-titles-btm-line {
	height: 3px;
	width: 40%;
	background: #4A5532;
	margin: 0px auto
}

.cw-page-titles h1 {
	font-weight: 400;
	color: #F7F9E4;
	font-size: 2.5rem;
}

.cw-page-titles h4 {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #F7F9E4;
}

@media (min-width: 576px) {
	.cw-page-titles {
		padding: 7em 0;
	}

	.cw-page-titles h1 {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.cw-page-titles {
		padding: 10em 0;
	}

	.cw-page-titles h1 {
		font-size: 4rem;
	}
}

@media (min-width: 992px) {
	.cw-page-titles {
		padding: 13em 0;
	}

	.cw-page-titles h1 {
		font-size: 5rem;
	}
}

@media (min-width: 1200px) {
	.cw-page-titles h1 {
		font-size: 6rem;
	}
}



/*About Page*/
.cw-about-page {
	margin: 30px 0px 30px;
}

.cw-about-page span {
	font-family: "Homemade Apple", cursive;
}

.cw-about-page h2 {
	font-weight: 400;
}

.cw-about-wrapper {
	max-width: 750px;
}

.cw-about-wrapper p {
	font-size: 1.15em;
	line-height: 1.8em;
}

@media (min-width: 768px) {
	.page-home .about-text .container {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}

}

/*Staff*/
.cw-staff {
	margin-bottom: 3rem;
}

.cw-staff .cw-card {
	background-color: #343929;
}

.cw-staff .card-img-top {
	padding: 16px;
	width: 300px;
	margin: auto;
}

.cw-staff .staff-title {
	font-size: 2.3rem;
}

.cw-staff .staff-text {
	font-size: 1.5rem;
}

.cw-staff-row {
	position: relative;
	/* margin-top: -2rem; */
}

.cw-staff h5 {
	font-family: "Homemade Apple", cursive;
}

.cw-staff .card-body {
	display: flex;
	flex-direction: column;
}

.cw-staff .card-body .btn {
	display: flex;
	margin-top: auto;
	align-self: flex-start;
}

/*Hours*/
.cw-hours {
	background-color: #343928;
}

.cw-hours span {
	font-family: "Homemade Apple", cursive;
}

.cw-hours-wrapper {
	padding: 20px;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
}

.cw-hours-block {
	display: inline-block;
	padding-right: 6px;
	border-radius: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 130px;
	margin-bottom: 5px;
	font-size: 1rem;
}

.cw-days {
	color: #F7F9E6;
}

/* Add "cw-hours-highlight" class to highlight other days */
.cw-hours-highlight .cw-days {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	font-weight: 900;
	border-radius: 8px;
}

.cw-hours a:hover {
	color: var(--color-theme-primary);
}

/*Menu*/
.wb__fullmenu .wb__column-container {
	columns: 1;
}

.wb__fullmenu .wb__menusection {
	padding: .5rem;
	background: #f5f5f500;
	display: inline-block;
	width: 100%
}

.wb__fullmenu .wb__menudetails .wb__full-item {
	background: rgba(255, 255, 255, 0);
	margin: 6px 0;
	padding: 6px;
	border-radius: 10px;
}

.wb__fullmenu .wb__full-item h5 {
	padding: 6px 6px 1px;
	margin-bottom: 7px;
	display: inline-block;
	width: 100%;
}

.wb__fullmenu .wb__full-item .wb__price {
	float: right;
	margin-left: 2px;
}

/*Description for section. Not inside a wb__full-item*/
.wb__fullmenu .wb__menudetails>.wb__description {
	padding: 5px 10px;
	background: #fbfbfb;
	border-radius: 7px;
}

.wb__fullmenu .wb__full-item .wb__description {
	padding: 1px 10px 5px;
	margin-left: 5px;
	background: #fbfbfb00;
	border-radius: 0 0 7px 7px;
}

.wb__fullmenu .wb__menusection h3 {
	text-align: left;
	padding: 1rem 12px;
	background: #343929;
	color: white;
	font-family: "Homemade Apple", cursive;
}

@media (min-width: 992px) {
	.wb__fullmenu .wb__column-container {
		columns: 1;
	}
}

/* Custom Footer */
.cw-footer {
	padding: 4rem 0 1rem;
	background: #1A1C14;
	/* background-size: cover; */
	color: #F6FFE5;
	text-align: left
}

.cw-footer .cw-footer-social {
	font-size: 1.5rem;
}

.cw-footer iframe {
	width: 100%;
	display: block;
}

.cw-footer a {
	color: inherit
}

.cw-footer h5 {
	margin-bottom: 1rem;
}

.footer {
	padding-top: 1px
}

footer>.container {
	/* display: none */
}

	/*  Blurb Module
=================================================================================================*/
	/**  **/
	.cw-box-links {
		padding: 50px 0;
	}

	/** Style1 **/
	.cw-box-links h2 {
		font-size: 1.8rem;
		line-height: 1.3;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.cw-box-links .cw-box-links-wrapper {
		border: 1px solid #2f3325;
		padding: 25px;
		margin-bottom: 0;
		background-color: #0a0b08;
		border-radius: 10px;
	}

	.cw-box-links .cw-box-links-wrapper h3 {
		font-size: 1em;
		margin-bottom: 5px;
		font-weight: 400;
	}

	.cw-box-links .cw-box-links-wrapper h4 {
		font-size: 1.5rem;
		font-weight: 700;
	}

	@media (min-width: 576px) {
		.cw-box-links h2 {
			font-size: 2.25rem;
		}

		.cw-box-links .cw-box-links-wrapper {
			padding: 2rem;
		}
	}

	@media (min-width: 1500px) {
		.cw-box-links .container {
			max-width: 1500px;
		}

		.cw-box-links .cw-box-links-wrapper {
			padding: 2.5rem;
		}
	}

    .textwithimage-img img {
    border-radius: 1rem;
}