/*Enter Custom  CSS Here*/

@font-face {
	font-family: Industrybold;
	src: url(../font/IndustryBold_0.otf);
}

.locations-container {
	max-width: 1400px;
}

.nav-item {
	font-weight: 600;
}

#menuAccordion ul {
	margin-left: -2rem;
}

.header-grey {
	color: #434341;
	font-weight: 600;
	font-size: 4rem;
	text-transform: uppercase;
}

.header-red {
	color: #ef373e;
	font-weight: 600;
	font-size: 3.5rem;
}

#footer .dropdown-menu {
	background-color: #000000;
}

.locations-header {
	color: #ef373e;
	font-weight: 600;
	font-size: 1.5rem;
}

.btn {
	font-weight: 800;
	border-radius: 0px 0px !important;
}

.min-w-50 {
	min-width: 50%;
}

.faq-text {
	font-weight: 800;
	font-size: 1.5rem;
}

h2.home-title {
	font-size: 2.75rem !important;
}

.btn.location-btn {
	padding: 16px 16px;
}

.btn.location-btn {
	border-radius: 0px 0px;
}

.fab .fa-google {
	color: #fff;
}

/*Flyrite Menu*/
.menu-bg {
	background-color: #383836;
	padding: 4.5rem;
	padding-top: 1rem;
}

.menu-bg p {
	color: #ffffff;
}

.cat-header {
	font-size: 4.5rem;
	color: #ffffff;
}

.item-header {
	color: #f2333f;
	font-size: 2rem;
}
h4.item-header {
	color: #f2333f;
	font-size: 1.35rem;
	margin-bottom: 5px;
}

.item-header.item-green {
	color: #00ad8d;
	font-size: 2rem;
}

.menu-item p {
	font-size: 18px;
	font-weight: bold;
}

.menu-catagory {
	color: #ffffff;
	font-size: 4.5rem;
	text-transform: uppercase;
}

.menu-item {
	padding-bottom: 0.75rem;
}

.menu-item .item-red {
	color: #ee343f;
	font-size: 16px;
	font-style: italic;
}

.drinks p {
	text-transform: uppercase;
	color: #ee343f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.banner-green {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: white;
	font-size: 24px;
	background-color: #00ae8e;
	font-style: italic;
	-webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
}

.banner-green p {
	color: #ffffff;
	font-size: 18px;
}

.banner-red {
	position: relative;
	display: inline-block;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: white;
	font-size: 24px;
	background-color: #ee343f;
	-webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
}

.banner-red p {
	color: #ffffff;
	font-size: 18px;
}

.item-banner-header {
	text-transform: uppercase;
	color: #ffffff;
}

.menu-markers {
	max-height: 18px;
	max-width: 18px;
}

.locations-container img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.promo-title {
	color: var(--main-accent-text) !important;
	font-size: 45px;
	font-weight: 600;
}

.cat-header {
	font-size: 5rem;
	color: #ffffff;
	margin-top:2rem;
}

.catering-header img {
	max-height: 500px;
}

.menu-bg .menu-header:first-of-type .cat-header {
	margin-top:0rem;
}
.menu-markers {
	margin: 0px 2px 1px 2px;
}
.banner-green, .banner-red {
	margin: 10px 0px;
}

@media (max-width: 768px) {
	.cat-header {
		font-size: 1.75rem;
		color: #ffffff;
	}
	.item-header {
		color: #f2333f;
		font-size: 1.5rem;
	}
	.menu-item p {
		font-size:1rem;
	}
}

@media (min-width: 1500px) {
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666666%;
	}
}

@media (max-width: 552px) {
	.promo-title {
		color: var(--main-accent-text) !important;
		font-size: 35px;
		font-weight: 600;
	}
}

@media (max-width: 385px) {
	.promo-title {
		color: var(--main-accent-text) !important;
		font-size: 28px;
		font-weight: 600;
	}
}

.cmsform {
	text-align: start;
}

.cmsform .row {
	margin-bottom:10px;
}

.home-section iframe {
	margin-bottom: -8px;
	overflow: hidden;
}

.navbar-brand {display: block;}
.navbar-brand.scrolled {display: none;}

.scrolled .navbar-brand {display: none;}
.scrolled .navbar-brand.scrolled {display: block;}