/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Temporary Banners fix */
.bu-banner-full-right .bu-banner-title::after {
	display: none;
}

/* Temporary Responsive fix */
.skip-link {
	top: -130px;
}

.nutrition-cyo .nutrition-label-calories {
	position: static;
}

.page-template-calendar .content-container-narrow {
	background: #fff;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
	max-width: 100%;
}

.rtg-hide-opts-text > .gform_has_options:after {
	display: none;
}

a.dining-location-link {
	color: #222;
}

a.bu-banner-quicklinks-link {
	color: #fff;
}

.single-business_unit .bu-banner-title span,
.page-template-where-to-eat .bu-banner-title span {
	display: inline;
}

@media screen and ( min-width: 991px ) {
	.comparison-button {
		color: #fff !important;
	}
}

@media screen and ( min-width: 768px ) and ( max-height: 675px ) {
	.moreplaces-img-container {
		float: left;
		max-width: 25%;
		margin-right: 15px;
		margin-top: 15px;
		height: auto;
	}
	
	.moreplaces-location {
		display: none;
	}
}

.nutrition-subtitle::after {
	display: none;
}

.nutrition-dv-label {
	color: #000;
	padding-top: .75em !important;
}

@media screen and ( min-width: 768px ) {
	.nutrition-label {
		margin-top: 55px;
	}
	
	.nutrition-label thead {
		border-bottom: none;
		border-top: 5px solid #ee913c;
	}
	
	.nutrition-label-calories + .nutrition-label-section {
		border-top: none;
	}
}

.events-total-8.events-featured-0 .event-upcoming-pane {
	display: none;
}

/* Temporarily hiding Domino's location until further taxonomy work begins */
.single-business_unit.postid-557 .location-single-locteaser {
	display: none;
}

#bu-alert-wrapper {
	position: relative;
	z-index: 9999;
}

#bu-alert-emergency {
	padding-top: 0;
}

.page-template-open-now h1.page-title {
	display: none;
}

/* back2bu mordmark 
@media screen and (min-width: 1200px) {
	.page-id-39012 .bu-banner-valign,
															.home .bu-banner-valign {
		min-width: 0;
	}
}
*/
/*
.page-id-39012 .bu-banner-title,
.home .bu-banner-title {
	position: relative;
	display: block;
	font-size: 0 !important;
	padding: 1rem 2rem !important;
}

*/
/*.page-id-39012 .callout-home-2 .callout-home-content,*/
/* .home .callout-home-2 .callout-home-content::before {
	content: "";
	display: block;
	background-color: #fff;
	background-image: url(/back2bu/files/2020/06/b2b_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 15rem;
	height: 3.125rem;
	margin: 0 auto;
} */
.homevideo-container-outter {
/* display: none; */
	background: linear-gradient(0deg,#222306,#303115);
	position: relative;
	padding: 1em;
}

.homevideo-container-inner {
	position: relative;
	max-width: 780px;
/* box-shadow: 6px -5px #000;
	box-shadow: 6px -5px rgba(0,0,0,0.33); */
	margin: 0 auto;
}

.homevideo-container-inner::before {
	position: relative;
	content: '';
	display: block;
	padding-top: 56.25%;
}

.homevideo-container-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* skip link fix */
.skip-link {
	top: -1000px;
}