header {
	height: 80px;
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	z-index: 9;
	padding: 0 116px;
}

/* Nav Search */
.nav-search {
	position: relative;
}
.search-icon {
	position: relative;
/*	background: #d4d0cc;*/
	color: #54392d;
	cursor: pointer;
	padding: 10px;
}
.search-icon:hover, 
.search-icon.active {
	background: #54392d;
	color: #fff;
}
.search-dropdown {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	background: rgba(197,193,189,.95);
	padding: 80px;
	z-index: 1;
}
.search-dropdown .wd_search_form_container {
	text-align: center;
}
.search-dropdown .wd_search_form_container form.wd_search_form {
	display: block;
	margin: 0 auto;
}
.search-dropdown .wd_search_form_container input[type="text"] {
	background: none;
	border: none;
	border-bottom: 1px solid #53392ead;
	width: 50%;
}
.search-dropdown p {
	font-size: 1.125rem;
	text-align: center;
	margin: 20px auto;
}
.search-overlay {
	position: fixed;
	top: 80px!important;
	left: 0!important;
	right: 0;
	bottom: 0;
	z-index: 88;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.search-overlay.show {
	background-color: rgba(1,1,1,.6);
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
button.search-icon {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 50px;
	color: #54392d;
	padding: .5rem 1rem;
}
button.search-icon:hover {
	background: transparent;
	border-color: transparent;
	color: #a76721;
}
button.search-icon .fa-search:before {
	font-size: 1.6rem;
	font-family: "FontAwesome";
}
button.search-icon.show {
	background: #B3473F;
	border-color: #B3473F;
}
button.search-icon.show .fa-search:before {
	color: #fff;
}

/* END Nav Search */

/* Footer */
.footer-top {
	padding: 64px 116px 0;
}
.footer-top > .row:first-of-type {
	border-top: 1px solid #451400;
  	padding: 64px 0 0 0;
}
.footer-top a {
	color: #451400;
}
.footer-top #footer-primary-links,
.footer-top #footer-secondary-links {
	margin-bottom: 16px;
}
.footer-top #footer-rewards-guest {
	margin-top: 32px;
}
.footer-top #footer-primary-links p a {
	position: relative;
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 28px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #451400;
	transition: all .12s;
}
.footer-top #footer-primary-links p a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 0;
	height: 4px;
	background-color: #9c1f16;
	transition: width .18s;
}
.footer-top #footer-primary-links p a:hover {
	color: #9c1f16;
}
.footer-top #footer-primary-links p a:hover:after {
	width: 20px;
} 
.footer-top #footer-secondary-links p {
	margin: 0 0 10px 0;
}
.footer-top #footer-secondary-links p a {
	font-family: "NunitoSans-Bold",Helvetica Neue,Arial,sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-underline-offset: 3px;
}
.footer-top #footer-secondary-links p a:hover {
	text-decoration: underline;
	color: #786259;
}
.footer-top #footer-rewards-guest {
	text-align: center;
}
.footer-top #footer-rewards-guest img {
	width: 96px;
	margin: 0 auto 16px;
}
#mobile-rewards {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 2rem 0;
}
#mobile-rewards img {
	width: 96px;
	margin: 0 16px 0 0;
}
.footer-top #footer-rewards-guest p.color-red,
#mobile-rewards p.color-red {
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #9c1f16;
	margin: 0;
}
.footer-top #footer-rewards-guest h2.rewards,
#mobile-rewards h2.rewards {
	font-family: "Trade Gothic LT Bold",Helvetica Neue,Arial,sans-serif;
	font-size: 2.75rem;
  	line-height: 1.2;
  	text-transform: uppercase;
  	color: #451400;
  	margin: 0;
}
.footer-top #footer-rewards-guest p.color-brown-light,
#mobile-rewards p.color-brown-light {
	font-size: .875rem;
	line-height: 1.35;
	text-decoration: none;
	color: #786259;
}
.footer-top #footer-rewards-guest button.join,
#mobile-rewards button.join {
	display: block;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	color: #451400;
	height: auto;
	background: #fff;
	border: 1px solid #786259;
	border-radius: 4px;
	margin: 30px auto 10px;
	padding: 10px 20px;
}
.footer-top #footer-rewards-guest a.learn,
#mobile-rewards a.learn {
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	color: #a76721;
}
.footer-top #footer-download-app,
.footer-top #footer-social {
	margin: 0;
}
.footer-top #footer-download-app a,
.footer-top #footer-social a {
	text-decoration: none;
	margin-right: 8px;
}
.footer-top #footer-social a:hover img {
	opacity: .5;
}
.footer-top .wd_identify {
	padding: 20px 0;
}
.footer-top .wd_identify span {
	display: inline-block;
	vertical-align: middle;
}
.footer-top .country-area {
	font-size: .875rem;
	flex: 0 0 auto;
	width: auto;
  	max-width: unset;
}
.footer-top .country-area img {
	width: 29px;
	height: 29px;
}
.footer-top .copyright {
	font-size: .875rem;
	flex: 0 0 auto;
	width: auto;
  	max-width: unset;
	margin: 0 0 0 34px;
	padding: 0;
}
.footer-top #footer-download-app h3,
.footer-top #footer-social h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: #451400;
	margin: 0 0 20px 0;
}
.footer-bottom {
	text-align: center;
	padding: 24px 0 11px;
}
.footer-bottom p {
	width: auto;
	height: fit-content;
	line-height: 1.4;
	white-space: nowrap;
	text-underline-offset: 3px;
	margin: 0 18px 13px;
  	padding: 0;
}
.footer-bottom p a {
	font-family: Nunito SemiBold;
	font-size: 13px;
	text-decoration: none;
	color: #786259;
}
.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bottom a.open-cookie-preferences img {
	padding: 0 4px;
}
/* END Footer */


/*Bootstrap Overrides*/
.navbar {
/*  	padding: 0;*/
}
.navbar-nav .nav-link {
	position: relative;
	font-family: Trade Gothic LT Bold, Trade Gothic LT Bold_IE;
	text-transform: uppercase;
	color: #54392d;
}
.navbar-nav .nav-link:before {
	content: "";
	position: absolute;
	left: 8px;
	bottom: -4px;
	width: 0;
	height: 4px;
	background: #9c1f16;
	transition: width .18s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #9c1f16;
	text-decoration: none;
}
.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link.active:before {
	width: 20px;
}
.navbar-toggler {
	border: none;
	padding: 4px;
}
.navbar-toggler-icon {
	background-image: url(../images/navbar_toggler.svg);
}
.nav-link:focus-visible {
	box-shadow: 0 0 0 2px #786259;
}
.navbar-brand.logo {
	position: relative;
	z-index: 99;
}
.navbar-brand.logo img {
	width: 96px;
	min-width: 96px;
	height: 96px;
}
@media (max-width: 1552px) and (min-width: 1399px) {
	li.nav-item {
		font-size: .95rem;
		white-space: nowrap;
		margin: 0 5px;
	}
}

@media (min-width: 1399px) {
	.navbar {
		height: 80px;
	}
	.navbar .nav-item.dropdown {
		position: unset;
	}
	div.wrap,
	div.nav-search-wrap {
		padding: 10px 0 0 0;
	}
	.navbar-nav .dropdown-menu,
	ul.dropdown-menu.wd_subnav {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		border: none;
		border-radius: 0;
		background: #451400;
		text-align: center;
		height: 50px;
		z-index: 1;
	}
	.dropdown-menu.show,
	ul.dropdown-menu.wd_subnav {
		display: flex;
  		justify-content: center;
  		align-items: center;
	}
	.navbar-nav .dropdown-menu .dropdown-item,
	ul.dropdown-menu.wd_subnav .dropdown-item {
		position: relative;
		display: inline-block;
		width: auto;
		font-size: 1.125rem;
		color: #fff;
		background-color: transparent;
		text-underline-offset: 3px;
	}
	li.nav-item {
		font-size: 1.125rem;
		margin: 0 5px;
	}
	li.nav-item.wd_has-children a:after {
		content: "\f0d7";
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
		color: inherit;
		margin: 0 0 0 5px;
	}
	.dropdown-menu .dropdown-item:hover {
		background: transparent;
		text-decoration: underline;
	}
	.dropdown-menu .dropdown-item:focus, 
	.dropdown-menu .dropdown-item.active {
		font-weight: 700;
		background: transparent;
		text-decoration: underline;
	}
}
@media (min-width: 1200px) {
	.wd_content-wrap .container {
		max-width: 1140px!important;
	}
}
@media (min-width: 1400px) {
	header.wd_mobile {
		display: none;
	}
}
@media (max-width: 1399px) {
	header.wd_desktop {
		display: none;
	}
	header {
		height: auto;
		padding: 0;
	}
	.mobile-menu-overlay {
		position: fixed;
		top: 115px !important;
		left: 0 !important;
		right: 0;
		bottom: 0;
		z-index: 88;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}
	.navbar {
		height: auto;
	}
	#navbarSupportedContent.show {
		z-index: 89;
	}
	#navbarSupportedContent.show + .mobile-menu-overlay {
		background-color: rgba(1,1,1,.6);
  		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}
	.navbar > .container-lg {
		justify-content: flex-start!important;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		top: 113px;
		width: 100%;
		background: #f2f2f2;
		border-bottom: 4px solid #9c1f16;
		padding: 32px;
	}
	.navbar-nav .dropdown-menu {
		display: block;
		border: none;
		background: #f2f2f2;
		padding: 0 0 10px 0;
	}
	.navbar-nav .dropdown-menu a.dropdown-item {
		color: #451400;
		background-color: transparent;
	}
	.navbar-nav .dropdown-menu a.dropdown-item.active {
		color: #9c1f16;
	}
	.nav-search-wrap.wd_desktop .search-icon {
		display: none;
	}
	.navbar-nav .nav-link:before {
		display: none;
	}
	.navbar-brand.logo {
		width: 49px;
  		height: 49px;
  		margin-left: 24px;
  		padding: 0;
	}
	.nav-search-wrap {
		margin-right: 24px;
	}
	.search-dropdown {
		max-width: 100vw;
		padding: 40px 20px;
	}
}
@media (min-width: 1199px) {
	#mobile-rewards {
		display: none;
	}
	#footer-secondary-links p {
		flex-basis: 50%;
	}
}
@media (max-width: 1199px) {
	.footer-top {
		padding: 64px 32px 0;
	}
	.footer-bottom {
		padding: 34px 32px 21px;
	}
	#footer-rewards-guest {
		display: none;
	}
	#mobile-rewards.wd_mobile {
		display: flex;
	}
	#mobile-rewards img {
		width: 96px;
	}
	.wd_identify {
		justify-content: center;
	}
	.footer-bottom .row {
		justify-content: flex-start!important;
	}
	.footer-bottom p {
		flex-basis: 50%;
		text-align: left;
		margin: 0 0 13px;
	}
}
@media (max-width: 768px) {
	#footer-secondary-links {
		display: flex;
		flex-wrap: wrap;
	}
	#footer-secondary-links p {
		flex-basis: 100%;
	}
	.footer-top #footer-download-app, 
	.footer-top #footer-social {
		margin: 24px 0;
	}
	#mobile-rewards {
		flex-direction: column;
		align-items: center;
	}
	#mobile-rewards img {
		margin: 0 0 16px 0;
	}
	div.wd_rewards-wrap,
	div.wd_button-wrap {
		text-align: center;
	}
}
@media (max-width: 599px) {

}
