@charset "UTF-8";

/* Highlight the appropriate item (i.e. "GIFT CARDS") in the toolbar */
.menu li:nth-child(6) a {
	color: #e89354;
	border-color: #e89354;
}
.menu:hover li:nth-child(6) a {
	color: #fff;
	border-color: transparent;
	cursor:default;
}

#banner {
	position: relative;
	margin-top: 79px;
	font-size: 1.825em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-bottom: 34px;
	padding-top: 132px;
}
.nav-row {
	display: flex;
	justify-content: space-between;
}
.nav-row > a {
	background: #df721e;
	flex: 1 1 0;
	display: flex;
	margin-top: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-decoration: none;
}
.menu-item {
	display: block;
	text-align: center;
	flex-grow: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
	/* [disabled]line-height: 24px; */
}
#main .intro {
	line-height: 1.6em;
    text-align: center;
}
#closed {
	display: none;
	/* [disabled]text-align: center; */
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
#closed a {
	color: inherit;
}
.itsMonday #closed {
	display: block;
}
#main.itsMonday .nav-row  a {
	pointer-events: none;
	background:#e3a371;
}
#main.itsMonday .nav-row a {
	pointer-events: none;
	background:#e3a371;
}
#openMonday {
	pointer-events: auto !important;
	background: #df721e !important;
}
.indent {
	nargin-top: 56px;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
}
.bold-it {
	font-style: italic;
	font-weight: bold;
}
.deliveryheader {
	font-size: 1.825em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: normal;
	margin-bottom: 34px;
	padding-top: 132px;
}