/*
Theme Name: Stonefire Grill
Theme URI: http://wearedreambox.com
Author: DreamBoxCreations.com
Author URI: http://wearedreambox.com
Description: Custom responsive WordPress theme.
Version: 1.0
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

textarea {
  white-space: revert;
}

video{
	max-width: 100%;
}

/* ===================== General ===================== */

@font-face {
  font-family: 'Barlow';
  src: url('fonts/Barlow-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('fonts/BarlowCondensed-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('fonts/BarlowCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Light';
  src: url('fonts/Barlow-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Holtzman Textured';
  src: url('fonts/Holtzman-Textured.woff') format('woff'),
  url('fonts/Holtzman-Textured.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Holtzman Regular';
  src: url('fonts/holtzman-regular-webfont.woff') format('woff'),
  url('fonts/holtzman-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Holtzman Rounded';
  src: url('fonts/holtzman-rounded-webfont.woff') format('woff'),
  url('fonts/holtzman-rounded-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
  --sfg_black: #181818;
  --sfg_red: #a22b2a;
  --sfg_dark_red: #6e1d1c;
  --sfg_yellow: #ffaf10;
  --sfg_lt_gray: #ececec;
  --sfg_cream: #f2ecdd;
  --sfg_charcoal: #363738;
  --barlow: 'Barlow';
  --barlow_cond: 'Barlow Condensed', sans-serif;
  --barlow_light: 'Barlow Light', sans-serif;
  --holtz_text: 'Holtzman Textured', 'Barlow', sans-serif;
  --holtz_reg: 'Holtzman Regular', sans-serif;
  --holtz_rounded: 'Holtzman Rounded', sans-serif;
  --holtz_lh: .63;
  --holtz_lh_lc: .8;
  --holtz_ws: -0.16em;
  --cta_size: 2rem;
  --box_shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 500px){
	:root	{
	  --cta_size: 1.5rem;
	}
}

html{
	overflow-y: scroll;
}

body{
	line-height: 1.3;
	font-family: var(--barlow_light);
	color: var(--sfg_black);
	background-color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.container{
	width: 1300px;
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

svg{
    max-width: 100%;
    max-height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}

/* ===================== Lazy, fade effects ===================== */
.lazy{
	background-image: none !important;
}

p{
	transition: opacity .3s ease-in-out;
}

.addanim{
	transition: all 1s ease-in-out;
}

.fadeonly{
	opacity: 0;
}

.fadein {
	opacity: 0;
	-webkit-transform: translate(0%,50px);
	        transform: translate(0%,50px);
}

.ani_sprite{
	width: 275px;
    height: 239px;
	overflow: hidden;
    background-color: transparent;
}

.ani_sprite .sprite_ani{
	max-width: none;
	height: auto;
}

#sprite_play,
#flip_play{
	position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

/* ===================== Cards ===================== */

.cards {
	overflow: hidden;
}

.cards .card .copy {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cards .card .container{
	padding: 0;
}

.cards .card img{
	display: block;
}

@media (min-width: 768px){

	.cards .card .container{
		display: flex;
		justify-content: space-between;
	}

	.cards .card img{
		object-fit: cover;
	}

	.cards .card .image,
	.cards .card .copy{
		flex: 0 1 50%;
	}

	.cards .card .copy .inner{
		padding: 0 4%;
	}

	.cards .card:nth-child(even) .copy{
		order: 2;
	}

	.cards .card:nth-child(even) .image{
		order: 1;
	}

	.cards.reverse .card:nth-child(even) .image,
	.cards.reverse .card:nth-child(odd) .copy{
		order: 1;
	}

	.cards.reverse .card:nth-child(even) .copy,
	.cards.reverse .card:nth-child(odd) .image{
		order: 2;
	}
}


/* ===================== Forms ===================== */

input,
select,
textarea{
	width: 100%;
	padding: .5em 1em;
	background-color: #ffffff;
	border-radius: .5em;
	border: 1px solid #000;
	font-family: var(--barlow_light);
	font-size: 1em;
	line-height: 2;
}

textarea {
	height: 150px;
}

label,
legend{
	line-height: 1.3;
	font-family: var(--barlow_light);
	font-size: 1em;
	margin: 0.5em 0;
    display: inline-block;
}

input,
select{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type=checkbox]{
	width: 1.5em;
    height: 1.5em;
	appearance: checkbox;
	-webkit-appearance: checkbox;
}

input[type=radio]{
	width: auto;
	appearance: radio;
	-webkit-appearance: radio;
}

button{
	overflow: hidden;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

select{
	color: #000000;
}

select,
.dropdown_wrap .dropselector_toggle{
    background-repeat: no-repeat;
	background-position: right 1em center;
    background-size: 1.3em;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkuNiIgaGVpZ2h0PSIxNy42IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5LjYgMTcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjkuNiAxNy42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojQTEyQTJBO30gPC9zdHlsZT4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjgsMC44Yy0xLjEtMS4xLTIuOS0xLjEtMy45LDBsLTEwLDEwbC0xMC0xMGMtMS4xLTEuMS0yLjktMS4xLTMuOSwwQzAuMywxLjQsMCwyLjEsMCwyLjhzMC4zLDEuNCwwLjgsMiBsMTIsMTJjMC41LDAuNSwxLjMsMC44LDIsMC44YzAuNywwLDEuNC0wLjMsMi0wLjhsMTItMTJDMjkuOCwzLjcsMjkuOCwxLjksMjguOCwwLjh6Ii8+IDwvc3ZnPg==");
}


/* ===================== Gravity Forms ===================== */

.gform_wrapper{
    margin-top: 30px;
}

@media (min-width: 768px){
	.ginput_complex,
	.gform_fields {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.gform_required_legend{
	text-align: right;
    padding: 0.5em 0;
	font-family: var(--barlow_light);
}

.gform_validation_container {
	display: none;
}

.gfield{
	position: relative;
	width: 100%;
	text-align: left;
}

div.gfield,
.ginput_complex > span{
	margin-bottom: 40px;
}

.ginput_complex > span,
.gfield--width-half{
	flex: 0 0 48%;
}

.time .ginput_complex {
	justify-content: flex-start;
}

.time .hour_minute_colon{
	font-size: 2rem;
}

.gfield_time_ampm select{
	padding-right: 3em;
}

.gform_title{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.gform_hidden{
    display: none;
}

.gform_body input:not([type=submit]),
.gform_body select{
}

.gform_wrapper .validation_error,
.gfield_description.validation_message{
    margin-top: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.05em;
	color: #bd0000;
    text-transform: uppercase;
}

.gform_confirmation_message{
	text-align: center;
    padding: 40px 0;
    font-size: 25px;
}

.form_submitted .hide_on_submit{
    display: none;
}

.gform_footer{
	text-align: center;
}

.gform_footer input[type=submit]{
	width: auto;
}

form[id^=gform].floating_labels .no_float_label label,
form[id^=gform].floating_labels .no_float_label legend{
	position: static; width: auto; height: auto; margin: 0;
	clip: unset;
	color: #FFFFFF;
}

form[id^=gform].floating_labels .unfloat label{
	top: -1em;
	left: 0;
	color: #FFFFFF;
}

form.floating_labels .ginput_complex span[id$=container]{
	position: relative;
}

.floating_label,
.floating_labels .gfield {
	position: relative;
}

.floating_labels label,
.floating_label label{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	padding-left: .5em;
	transition: top .3s ease-in-out;
}

.floating_label.unfloat label{
	top: -1.7em !important;
}

form[id^=gform].floating_labels label{
	top: 0.8em;
	left: 1em;
	width: auto; 
	height: auto; 
	clip: unset;
	margin: 0;
	color: #000;
	transition: all .3s ease-in-out;
}

form[id^=gform].floating_labels .field_description_above label{
	top: 1.5em;
}

form[id^=gform].floating_labels .sr_label label,
form[id^=gform].floating_labels input[type=checkbox] + label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

form[id^=gform].floating_labels.center_labels label{
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

form[id^=gform].floating_labels .no_float_label label,
form[id^=gform].floating_labels .no_float_label legend{
	position: static; width: auto; height: auto; margin: 0;
	clip: unset;
	color: #FFFFFF;
}

form[id^=gform].floating_labels .unfloat label,
form[id^=gform].floating_labels .unfloat.gfield_error label{
	top: -.7em;
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: transparent;
}


/* stylized checkmark */
.gfield_checkbox input:checked,
.gfield_checkbox input:not(checked){
    position: absolute;
    left: -99999px;
}

.gfield_checkbox label{
    position: relative;
    width: auto;
    clip: auto;
    overflow: visible;
    padding-left: 52px;
}

.gfield_checkbox input:not(checked) + label::before,
.gfield_checkbox input:checked + label::before{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
	width: 1em;
	height: 1em;
	background-color: #ffffff;
	border: 1px solid #000;
	font-size: 1.5em;
	content:'';
	cursor: pointer;
}

.gfield_checkbox input:checked + label::after{
    position: absolute;
	    top: .1em;
	    left: .1em;
    font-size: 1.8em;
    color: #000;
    line-height: 0.8;
    content:  "\2714"; /* thick check */
    transition: all .2s;
    cursor: pointer;
}

@media (max-width: 767px){
	
	.gfield_checkbox input:checked + label::after{
	    top: -.1em;
	    left: 0em;
	}
}

.gfield_visibility_hidden{
    display: none;
}

/* ===================== Datepicker ===================== */

input.datepicker{
	background-image: url(images/icons/icon-calendar.svg);
	background-size: 1em;
	background-position: right 1em center;
	background-repeat: no-repeat;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);
    color: #607382;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,.gform-theme-datepicker:not(.gform-legacy-datepicker) td,.gform-theme-datepicker:not(.gform-legacy-datepicker) th,.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td,.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #607382;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme!important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
	background-color: #ffffff;
	background-image: url(images/icons/arrow-left-plain.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before { */
/*     content: "" */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
	right: 0;
	background-color: #ffffff;
	background-image: url(images/icons/arrow-right-plain.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before { */
/*     content: ""; */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;
    background-image: url(images/icons/calendar-down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 14px 24px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    text-decoration: none;
    width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #607382;
    outline: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #607382;
    border-color: #607382;
    box-shadow: 0 2px 2px rgba(58,58,87,.0596411);
    color: #fff
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32,32,46,.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58,58,87,.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px
}

/* ===================== Form Page ===================== */

.form_page .form_area {
	background-color: var(--sfg_lt_gray);
	background-image: url(images/backgrounds/flame_white.svg);
	background-size: 33%;
    background-position: right bottom -4%;
	background-repeat: no-repeat;
}

.form_submitted .form_page .form_heading{
	display: none;
}

.form_page .top_content,
.form_page .footer_copy {
	padding: 50px 0;
}

.form_page .footer_copy {
	font-size: 1.2rem;
}

.form_page .top_content .container{
	width: 1085px;
}

.form_page .top_content h2{
	font-size: 8rem;
}

.form_page .form_area {
	padding: 50px 0;
}

.form_page .form_area .container{
	width: 800px;
}

.form_page .form_area h2{
	text-transform: uppercase;
	font-family: var(--barlow);
	font-size: 1.4rem;
}

/* ===================== A11y ===================== */

body :focus:not(:focus-visible) {
  outline-color: transparent;
}

#services .sr-only {
	background-color: #000000;
	color: #ffffff;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	padding: 0;
	margin: -1px;
	background-color: #000000;
	border: 0;
	color: #ffffff;
	transform: translate(10px, 10px);
}

.screen-reader-text{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}


.screen-reader-shortcut{
	position: absolute;
		top: -1000em;
		left: 6px;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	background-color: #fff;
	font-size: 1em;
	color: #000;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	outline: 1px solid #000;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
		box-shadow:     0 0 2px 2px rgba(0,0,0,.6);
}

.screen-reader-shortcut:focus {
	top: 6px;
	display: block;
	z-index: 100000;
}
.adobe-download-text.hidden{
	display: none;
}

.adobe-download-text {
    margin: 20px 0;
    font-size: .9em;
    text-align: center;
}

.adobe-download-text a{
    color: #c01b15; /* red */
}

.std_copy {
	font-size: 1.6rem;
}

.std_copy .prime{
	font-size: .7em;
}

.std_copy strong{
	font-family: var(--barlow);
	font-weight: normal;
}

.std_copy a:not(.cta){
	text-decoration: none;
	font-family: var(--barlow);
	border-bottom: 2px solid transparent;
	transition: border-color .3s ease-in-out;
}

.std_copy a:hover{
	border-color: currentColor;
}
.std_copy h1,
.std_copy h2,
.std_copy h3,
.std_copy h4,
.std_copy h5,
.std_copy h6{
    margin-bottom: 1em;
}

.std_copy h1,
.std_copy h2{
	margin-bottom: 0.5em;
	font-family: var(--holtz_text);
	color: var(--sfg_red);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
	text-transform: lowercase;
}

.std_copy p,
.std_copy li{
	margin-bottom: 1.5em;
	line-height: 1.3;
}

.std_copy li{
	margin-bottom: 1em;
}

.std_copy h1{
	font-size: 6em;
	margin: 0.5em 0 0.5em;
}

@media (max-width: 600px){

	.std_copy h1{
		font-size: 4em;
	}
}

@media (max-width: 500px){

	.std_copy h1{
		font-size: 3em;
	}
}

.std_copy h2{
    font-size: 2.5em;
}
.std_copy h3{
    font-size: 1.17em;
}
.std_copy h4{
}
.std_copy h5{
    font-size: 0.83em;
}
.std_copy h6{
    font-size: 0.67em;
}
.std_copy ol,
.std_copy ul{
    margin: 0 0 1.5em;
    list-style-type: disc;
    list-style-position: outside;
	padding-left: 1em;
}
.std_copy ol{
    list-style-type: decimal;
}

.std_copy .lg_txt{
	margin-bottom: 1em;
	font-size: 1.5em;
}

.std_copy ul ul,
.std_copy ol ul,
.std_copy ol ol,
.std_copy ul ol{
    margin-top: 10px;
    margin-left: 15px;
    list-style-type: circle;
    list-style-position: outside;
}

.std_copy ol ol,
.std_copy ul ol{
    list-style-type: decimal;
}

.std_copy a:hover{
	text-decoration: none;
}
/* ===================== Slider General ===================== */

.resp_slider,
.dbc_slider{
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.dbc_slider.loading,
.resp_slider.loading{
	opacity: 0;
}

.slick-slider{
	z-index: 10;
}

.slider_wrap{
    position: relative;
	z-index: 1;
}

.slick-arrow{
    position: absolute;
	    top: 50%;
	    z-index: 10;
    width: 1em;
    height: 1em;
    padding: 0;
    border: none;
    font-size: 4em;
    overflow: hidden;
    cursor: pointer;
}

.slider_controls{
	position: absolute;
	bottom: 20px;
	z-index: 1;
}

.home .slider_controls{
	z-index: 10;
}

.slider_controls button{
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 2rem;
}

.slick-slide{
    position: relative;
}

.slick-arrow svg{
	pointer-events: none;
}

.lt_arrow {
    left: 50px;
}

.rt_arrow{
    right: 50px;
}

.slick-dots {
	width: auto;
	display: flex;
	bottom: 0;
	left: 50%;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.slick-dots button{
    width: 1em;
	text-indent: -9999em;
	margin: 0 .3em;
    height: 1em;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid var(--sfg_red);
    font-size: 1rem;
	color:#000000;
}

.slick-dots .slick-active button{
    background-color: var(--sfg_red);
	color:#ffffff;
}


a{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;

	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
	        transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
}

sup{
	font-size: .3em;
    position: relative;
    top: -1em;
}

.frac{
	font-size: .7em;
}

.lt_gray{
	background-color: var(--sfg_lt_gray);
}

.red_texture{
	background-image: url(images/backgrounds/red-pattern-repeat.jpg);
	background-position: center;
	background-color: var(--sfg_red);
}

.link_style{
	font-family: var(--barlow);
	color: var(--sfg_red);
	text-decoration: underline;
	text-transform: uppercase;
}

.cta,
input[type=submit]{
	display: inline-block;
	padding: 0.4em 2em 0.5em;
	background-color: var(--sfg_red);
	border-radius: 1.1em;
	border: 2px solid transparent;
	line-height: 1;
	font-family: var(--barlow_cond);
	font-size: var(--cta_size);
	color: var(--sfg_cream);
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;

	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
	        transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
}

.cta:hover,
input[type=submit]:hover{
    background-color: var(--sfg_cream);
	color: var(--sfg_red);
	border-color: var(--sfg_red);
}

.cta_row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cta_row.tl{
	justify-content: flex-start;
}

.cta_row .cta{
	margin-bottom: .5em;
}

@media (min-width: 1000px){

	.cta_row.halves .cta{
		flex: 0 0 48%;
	}
}

@media (min-width: 768px){
	.cta_row{
		align-items: center;
	}

	.cta_row:not(.flx_col){
		gap: .5em;
	}
}

@media (max-width: 767px){
	.cta_row{
		flex-direction: column;
		max-width: 95vw;
		margin: auto;
	}
}


.hdr{
	font-family: var(--holtz_text);
	line-height: var(--holtz_lh);
	text-transform: uppercase;
}

.big_hdr{
	font-family: var(--holtz_text);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
	text-transform: lowercase;
}

.std_page_title{
	font-size: 6rem;
	padding: 1em 0 .5em;
}

.red{
	color: var(--sfg_red);
}

.bar_light{
	font-family: var(--barlow_light);
	line-height: 1.2;
}

/* Menus */
.nav_menu li a{
    display: inline-block;
    padding: 1em .6em;
    font-size: 1.2em;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

svg{
    width: 100%;
    height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}

.sfg_scroll::-webkit-scrollbar-track {
	background-color: var(--sfg_lt_gray);
}

.sfg_scroll::-webkit-scrollbar{
    width: 20px;
}

.sfg_scroll::-webkit-scrollbar-thumb{
	background-color: var(--sfg_black);
	background-clip: padding-box;
	border-radius: 9999px;
	border: 6px solid rgba(0, 0, 0, 0);
}

/* ===================== Social ===================== */

.social_row {
	display: grid;
	grid-gap: 33px;
	grid-template-columns: repeat(auto-fill, minmax(3.3em, 1fr));
	justify-items: center;
}

.social_row a{
	width: 1em;
	height: 1em;
	font-size: 3.3em;
	text-decoration: none;
}

.social_row a svg{
	height: 100%;
	width: 100%;
	background-color:rgba(0,0,0,0.01);
}

.social_row a svg path{
	transition: fill .3s ease-in-out;
}

.social_row a path,
.social_row a elipse{
	fill: var(--sfg_cream);
}

.social_row a:hover path,
.social_row a:hover ellipse{
    fill: var(--sfg_dark_red);
}

/* ===================== Utilities ===================== */

.barlow{
	font-family: var(--barlow_cond);
}

.dbc_tabs .tabpanel{
    display: none;
}


.dropcontent{
	display: none;
}

span.amp{
	font-size: .7em;
}

.tc{
	text-align: center;
}

img.aligncenter{
	display: block;
	margin: auto;
}

.tl{
	text-align: left;
}

.flx{
	display: flex;
}

.flx_col{
	flex-direction: column;
}

.flx_cent{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flx_cent .inner{
	padding: 20px;;
}

.flx_wrap{
	flex-wrap: wrap;
}

.flx_end{
	justify-content: flex-end;
}

.flx_btwn{
	justify-content: space-between;
}

.flx_half{
	flex: 0 0 50%;
}

@media (min-width: 768px){
	.mobile_only{
		display: none !important;
	}

	.flx_desk{
		display: flex;
	}

	.flx_desk_inl{
		display: inline-flex;
	}

	.flx_desk.cent{
		justify-content: center;
	}
}

@media (min-width: 1001px){
	
	.flx_tablet{
		display: flex;
		justify-content: space-between;
	}

	.flx_tablet.cent{
		justify-content: center;
	}

	.tablet_only{
		display: none;
	}
}

@media (max-width: 1000px){
	.tablet_off{
		display: none;
	}
}

@media (max-width: 767px){ 
    .desk_only,
    .desktop_only{
        display: none !important;
    }
}

.no_dec{
    text-decoration: none;
}

.dropdown_wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.dropdown_wrap.reveal{
	z-index: 10;
}

.dropdown_wrap button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	overflow: hidden;
}

.dropdown_wrap button,
.dropdown_wrap a:not(.cta){
	padding: 0 .2em .5em;
	line-height: 1.2;
}

.dropdown_wrap ul,
.dropdown_wrap .drop_content{
	display: none;
	position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	width: 100%;
	margin: 0;
	background-color: #FFF;
	list-style: none;
}

.dropdown_wrap ul.reveal,
.dropdown_wrap .drop_content.reveal{
	display: block;
}

.dropdown_wrap ul a{
	display: inline-block;
	width: 100%;
}

.dropdown_wrap button.dropdwn_dwnar{
	position: relative;
	padding-right: .9em;
}
.dropdown_wrap .dropselector_toggle{
	width: 100%;
	border-radius: 15px;
	border: 1px solid #000;
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--holtz_reg);
	line-height: var(--holtz_lh);
	padding: .5em;
}

.dropdown_wrap .dropselect{
	padding-top: 1em;
	background-color: #FFFFFF;
	border: 2px solid #000;
	border-bottom: 1px solid;
}

.dropdown_wrap .dropselector_toggle{
	background-size: 0.75em;
}

.dropdown_wrap .dropselect a,
.dropdown_wrap .dropselect button{
	font-size: 2.3rem;
	font-family: var(--holtz_reg);
	/* line-height: var(--holtz_lh); */
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.close_x{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNDUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDQ1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZm9jdXNhYmxlPSJmYWxzZSI+IAo8cmVjdCB4PSIwIiB5PSIxOC45IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDIzLjIzMjIgLTExLjA4NzYpIiB3aWR0aD0iNTAiIGhlaWdodD0iNy4zIi8+CjxyZWN0IHg9IjAiIHk9IjE4LjkiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTguNTg3NiAyNC4yNjc4KSIgd2lkdGg9IjUwIiBoZWlnaHQ9IjcuMyIvPgo8L3N2Zz4K");
	background-color: transparent;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	font-size: 1rem;
}
/* ===================== Loader ===================== */

.dbc_loader{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 1em;
	font-size: 23rem;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.radar_circles {
}

.radar_circles circle{
	transform-origin: center;
	stroke: var(--sfg_red);
}

.radar_circles .circ_1{
	animation: 2s linear infinite circ_outward;
}

.radar_circles .circ_2{
	animation: 2s linear infinite circ_outward;
	animation-delay: 1s;
}

.radar_circles .circ_3{
	animation: 2s linear infinite circ_outward;
	animation-delay: 2s;
}

@keyframes circ_outward { from { r: 1; opacity: 1 } to { r: 10; opacity: 0 }  }

/* ===================== Mobile Header ===================== */

#mobile_header{
	display: none;
	position: relative;
	text-align: center;
}

#mobile_header .inner{
	display: grid;
	position: relative;
		z-index: 20;
	align-items: center;
	padding: 5px 0;
	background-color: white;
	grid-gap: 10px;
	grid-template-columns: 1fr 2fr 1fr;
	justify-items: center;
}

#mobile_header .mobile_oo{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--barlow);
	font-size: .8rem;
	text-decoration: none;
	text-transform: uppercase;
}

#mobile_header .mobile_oo svg{
	width: 37px;
    margin-bottom: 8px;
}

.toggle_icon{
    display: none;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
	font-size: 2.5rem;
}

#toggle_menu{
    background-position: 0 5px;
    background-color: transparent;
    background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODcuMiIgaGVpZ2h0PSI2Mi4yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDg3LjIgNjIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODcuMiA2Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojQTEyQTJBO30gPC9zdHlsZT4gPGc+IDxnPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuMiw4SDRDMS44LDgsMCw2LjIsMCw0czEuOC00LDQtNGg3OS4yYzIuMiwwLDQsMS44LDQsNFM4NS40LDgsODMuMiw4eiIvPiA8L2c+IDxnPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNODMuMiwzNS4xSDRjLTIuMiwwLTQtMS44LTQtNHMxLjgtNCw0LTRoNzkuMmMyLjIsMCw0LDEuOCw0LDRTODUuNCwzNS4xLDgzLjIsMzUuMXoiLz4gPC9nPiA8Zz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTgzLjIsNjIuMkg0Yy0yLjIsMC00LTEuOC00LTRzMS44LTQsNC00aDc5LjJjMi4yLDAsNCwxLjgsNCw0Uzg1LjQsNjIuMiw4My4yLDYyLjJ6Ii8+IDwvZz4gPC9nPiA8L3N2Zz4=");
}

#close_menu{
    background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjkuNSAyOS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOS41IDI5LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlPiByZWN0e2ZpbGw6ICNhMjJiMmF9PC9zdHlsZT4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTQuNjMyMSAtNi4xNTg1KSIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+CjxyZWN0IHg9Ii0zLjIiIHk9IjEyIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIDAuNzA3MSAtMC43MDcxIC0wLjcwNzEgMzUuNDkxOCAxNC40NjU1KSIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+Cjwvc3ZnPgo=");
}

#toggle_menu.show,
#close_menu.show{
    display: block;
}


#mobile_menu{
    position: absolute;
	    z-index: 15;
    width: 100%;
    padding: 25px 0;
    opacity: 0;
    pointer-events: none;
    background-color: #FFF;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#mobile_menu > nav{
	opacity: 0;
}

#mobile_menu.show{
    opacity: 1;
    pointer-events: auto;
}

#mobile_menu.show > nav{
	opacity: 1;
}

#mobile_menu .nav_menu li a{
	padding: 0.3em 0.6em;
    font-size: 2rem;
    font-family: var(--barlow);
}

#mobile_menu .order_online{
	margin-top: 1em;
}

.mobile_logo{
    display: inline-block;
    position: relative;
	    z-index: 30;
	width: 100%;
    height: 100%;
	max-width:150px;
}

.slide_down #mobile_menu{
    opacity: 1;

     -webkit-transform: translate(0%,-100%);
             transform: translate(0%,-100%);
    -webkit-transition: transform .3s ease-in-out;
    transition:         transform .3s ease-in-out;
}

.slide_down #mobile_menu.show{
-webkit-transform: translate(0%,0%);
        transform: translate(0%,0%);
}

#mobile_menu .social_row{
    padding-top: 20px;
}


/* ===================== Header ===================== */

body > header{
	position: -webkit-sticky;
	position: sticky;
	    top: 0;
	    z-index: 100;
    width: 100%;
    background-color: #FFF;
    box-shadow: var(--box_shadow);
}

#header_top{
    height: 57px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

#primary_nav{
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	/* padding: 20px 0; */
	/* font-size: 1.8rem; */
	padding: 5px 0;
    font-size: 1.4rem;
}

#primary_nav.container::after{
    content: none;
}

#primary_nav #main_logo {
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
	width: 17%;
}

#primary_nav .nav_links{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 300px);
	font-family: var(--barlow_cond);
}


#primary_nav .primary_menu {
    display: flex;
    justify-content: space-between;
	flex: 0 0 auto;
}

#primary_nav .primary_menu li a{
	font-size: 1em;
	padding: 0.3em 0.6em;
	position: relative;
}

#primary_nav .primary_menu li a::after{
	display: inline-block;
	position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
	width: calc(100% - 43px);
	height: 3px;
	transition: background-color .3s ease-in-out;
	background-color: transparent;
	content:'';

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

#primary_nav .primary_menu li a:hover::after{
	background-color: var(--sfg_red);
}

#primary_nav .primary_menu li.current-menu-item a,
#primary_nav .primary_menu li a:hover{
	border-color: var(--sfg_red);
}

#primary_nav .nav_links .signins{
	display: flex;
	justify-content: center;
    flex: 1 1 auto;
}

#primary_nav .nav_links .signin{
	display: flex;
	align-items: center;
	font-family: var(--barlow);
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0 1em;
}

#primary_nav .nav_links .signin svg{
	margin-right: 10px;
	flex: 0 0 1em;
}

#primary_nav .order_online {
	margin-right: 10px;
}

#primary_nav .order_online .cta{
	font-size: 1em;
	padding: 0.2em 1.6em;
}

@media (max-width: 1600px){
	
	#primary_nav {
		font-size: 1.4rem;
	}
}

@media (max-width: 1400px){
	
	#primary_nav {
		font-size: 1rem;
	}

	#primary_nav .nav_links .signins{
		justify-content: flex-end;
		margin: 0 1em;
	}
}

@media (max-width: 1000px){
	
	#primary_nav {
		font-size: .85rem;
	}
}

@media (max-width: 800px){
	
	#primary_nav {
		font-size: .7rem;
	}
}

@media (min-width: 768px) and (max-width: 900px){

	#primary_nav .order_online .cta{
		 padding: 0.2em 0.8em;
	}
}

@media (min-width: 768px) and (max-width: 1400px){

	#primary_nav #main_logo{
		width: 210px;
	}

	#primary_nav .nav_links{
		width: calc(100% - 235px);
	}
}

@media (max-width: 767px){ 

    header{
        height: auto;
        box-shadow: none;
    }

    #header_top{
        display: none;
    }

    #primary_nav{
        display: none;
    }

    #mobile_header{
        display: block;
    }

    #header_top {
        height: auto;
        padding: 7px 0 16px;
        background: #000;
        filter: none;
    }
}

/* =====================  App links ===================== */
svg .apple_1{
	fill: #b6b6b6;
}

svg .apple_2{
	fill: #ffffff;
}

/* ===================== Footer ===================== */

footer {
	position: relative;
		z-index: 1;
	overflow: hidden;
	padding: 25px 0;
	background-color: var(--sfg_red);
	color: var(--sfg_cream);
}

footer .container{
	position: relative;
	z-index: 10;
}

footer #footer_stamp{
	position: absolute;
		top: -100px;
		right: 0;
		z-index: 1;
		transition: opacity 2s ease-in-out;
}

@media (max-width: 767px){
	footer #footer_stamp{
		width: 40vw;
	}
}

footer h2{
	margin-bottom: .5em;
	font-family: var(--holtz_text);
	word-spacing: var(--holtz_ws);
	font-size: 4rem;
	line-height: var(--holtz_lh);
	text-transform: lowercase;
}

footer #main_grid{
	margin-bottom: 30px;
	grid-gap: 10px;
	grid-template-columns: auto auto;
}

footer #trademark{
	margin-top: 2em;
}

@media (min-width: 1301px){
	
	footer #main_grid{
		width: 1045px;
		max-width: 100%;
	}
}

footer #foot_menu{
	grid-area: 1 / 1 / 3 / 2;
}

footer #app_links{
	grid-area: 2 / 2 / 3 / 3;
}

footer #app_links .app_links{
	justify-content: flex-start;
}

footer #app_links h2{
	font-size: 2.5rem;
	line-height: .8;
	margin-top: 10px;
}

@media (min-width: 1000px){
	
	footer #foot_menu .nav_menu{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 768px){
	

	footer #app_links .app_links{
		flex-wrap: nowrap;
	}
}

.app_links svg *{
	pointer-events: none;
}

.gpst0 {
	fill: #4285f4;
}

.gpst1 {
	fill: #a6a6a6;
}

.gpst2 {
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: .2px;
}

.gpst2, .gpst3 {
	fill: #fff;
}

.gpst4 {
	fill: #34a853;
}

.gpst5 {
	fill: #fbbc04;
}

.gpst6 {
	fill: #ea4335;
}

footer #connect{
	grid-area: 1 / 2 / 2 / 3;
}

footer.apps_disabled #connect{
	grid-area: 1 / 2 / 2 / 3;
}

footer #foot_menu li {
	border-bottom: 2px solid var(--sfg_dark_red);
}

footer #foot_menu a{
	/* padding: 0.1em 1em 0.3em; */
	padding: 0.1em .5em 0.3em;
	font-family: var(--holtz_text);
	font-size: 3rem;
	color: var(--sfg_cream);
	line-height: var(--holtz_lh_lc);
	word-spacing: var(--holtz_ws);
	text-transform: uppercase;
}

footer #footer_links{
	justify-content: space-between;
	padding-top: 20px;
	border-top: 2px solid var(--sfg_dark_red);
	font-family: var(--barlow);
}

@media (min-width: 768px){
	
	footer #app_links h2{
		width: 300px;
		max-width: 100%;
	}
}

@media (max-width: 767px){

	footer #foot_menu a{
		font-size: 2.5rem;
	}

	footer h2{
		font-size: 3.5rem;
	}

	footer #foot_menu,
	footer #app_links,
	footer #connect{
		margin-bottom: 20px;
	}

	footer #foot_menu .nav_menu{
		display: inline-block;
	}

	footer #app_links,
	footer #connect{
		text-align: center;
	}

	footer #app_links .app_links a{
		height: auto;
		width: 220px;
	}

	footer #app_links .app_links a svg{
		width: 100%;
	}

	footer #app_links {
		width: 420px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	footer #app_links .app_links{
		justify-content: center;
	}

	footer .social_row{
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer .social_row a{
		margin: 0 .1em;
	}
}

footer #legal ul{
	display: flex;
	flex-wrap: wrap;
}

footer #legal ul a,
#copyright{
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 1px;
}

footer #legal ul a{
	padding: 0 0.6em;
	margin-bottom: .5em;
	font-size: 1.4rem;
	color: var(--sfg_cream);
}

footer #legal ul,
footer #legal li{
	position: relative;
}

footer #legal ul::before{
    display: inline-block;
    position: absolute;
        top: 0;
        left: -0.3em;
        z-index: 10;
    width: 1em;
    height: 100%;
	background-color: var(--sfg_red);
    font-size: 1rem;
    content:'';
}

footer #legal li:first-child{
    margin-left: 0.1em;
}

footer #legal li + li::before{
	display: inline-block;
	position: absolute;
		top: 0.5em;
		left: 0;
		z-index: 1;
	width: 3px;
	height: 1em;
	background-color: #762e2f;
	content:'';
}

#copyright{
	font-size: 1.2rem;
	text-transform: uppercase;
}

@media (min-width: 1001px){
	
	footer #foot_menu{
		padding-right: 60px;
	}

	footer #legal {
		flex: 1 1 auto;
		margin-right: 20px;
	}

	footer #copyright{
		flex: 0 0 42%;
	}
}

@media (min-width: 768px){

	footer #main_grid{
		display: grid;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

	footer #foot_menu{
		padding-right: 50px;
	}
}

@media (max-width: 1000px){
	footer #legal ul a{
		margin-bottom: 0.3em;
	}

	footer #legal ul {
		justify-content: center;
	}

	footer #legal{
		width: 510px;
		max-width: 100%;
		margin: 0 auto 50px;
	}

	footer #legal li + li::before{
		content: none;
	}

	footer #copyright{
		text-align: center;
	}
}

#dbc_logo {
    text-align: center;
    padding: 100px 0 20px;
}


#dbc_logo .sr-only{
	color: #ffffff;
}

#dbc_logo a{
    color: #000000;
}

#dbc_logo .icon{
    width: 25px;
	height: 25px;
    fill: #888888;
    fill-opacity: .5;
	background-color: rgba(0,0,0,0.01);
}

/* ===================== General Page ===================== */

.default_page .container{
	width: 1000px;
}

.hero{
	box-shadow: var(--box_shadow);
}

.hero img{
	width: 100%;
	display: block;
}

.page_h1_hide h2{
	font-family: var(--holtz_text);
	font-size: 6em;
	color: var(--sfg_red);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
	text-transform: lowercase;
}

@media (min-width: 768px){
	
	.hero img{
		height: 400px;
		object-fit: cover;
		object-position: top;
	}

	.hero_center .hero img{
		object-position: center;
	}
}

@media (min-width: 1500px){

	.hero img{
		height: calc(65px + 22.29vw);
	}
}

.default_page.has_hero .std_copy h1{
	margin: 0 0 0.5em;
}

#content{
	position: relative;
		z-index: 20;
	box-shadow: var(--box_shadow);
}

#content:focus-visible{
	outline-style: initial;
}

#content .page-content{
	padding: 50px 0;
    min-height: 500px;
}

.page_header{
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page_header h1{
    position: absolute;
	    top: 50%;
	    left: 50%;
	    z-index: 1;
    text-align: center;
    font-size: 80px;
    text-transform: uppercase;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.page_header.has_img{
    height: 400px;
}

.page_header.has_img h1{
    color: #FFF;
}

@media (max-width: 767px){
    #content{
        margin-top: 0;
    }
}

h2,h3{
	text-transform: uppercase;
}

/* sitemap */
.map_block h2{
	font-size: 3rem;
}

.map_block .list_wrap ul{
	flex: 0 0 50%;
}

@media (min-width: 768px){

	.map_block .list_wrap{
		display: flex;
	}
}

/* ===================== Partials ===================== */

.app_links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.app_links .sr-only{
	color: #ffffff;
	background: #000000;
}

.app_links a{
	display: inline-block;
	height: 54px;
	overflow: hidden;
}

.app_links svg{
	width: auto;
	background-color:rgba(0,0,0,0.01);
}

.app_links .app_st0,
.app_links .app_st1{
	transition: all .3s ease-in-out;
}

.app_links .app_st0{
	fill: #000000;
}

.app_links .app_st1{
	fill: #ffffff;
}

@media (max-width: 500px){

	.app_links{
		flex-direction: column;
		align-items: center;
	}
}

/* ===================== Front Page ===================== */

.home #content{
	position: relative;
		z-index: 10;
	padding-bottom: 0;
}


@media (min-width: 768px){

	#hero_slider {
		height: 44.48vw;
		max-height: 640px;
	}
}

@media (max-width: 767px){
	
	#hero_slider {
		height: 140vw;
	}
}

#hero_slider .bknd_gradient{
	background-image: url(images/backgrounds/background-shadow-gradient.svg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
}

#hero_slider .home_hero_slide .bkd_img{
	padding: 0 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}

#hero_slider .home_hero_slide .inner_content{
	-webkit-transform: translateZ(0);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}

#hero_slider .home_hero_slide .content_block{
	display: flex;
	justify-content: center;
	align-items: center;
}

#hero_slider .home_hero_slide .inner{
	padding: 20px 50px;
	color: #ffffff;
}

#hero_slider .home_hero_slide .inner h2,
#hero_slider .home_hero_slide .inner h3{
	margin-bottom: .2em;
	font-family: var(--holtz_text);
	word-spacing: var(--holtz_ws);
	font-size: 9.5rem;
	line-height: var(--holtz_lh);
	text-transform: lowercase;
	background-color: rgba(0,0,0,0.01);
}

#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
	font-size: 7.5rem;
}

#hero_slider .home_hero_slide .inner h6.slider_smaller_blurb {
	text-align: right;
	font-size: 1.5rem;
}

#hero_slider .home_hero_slide .inner,
#hero_slider .home_hero_slide .inner p{
	font-family: var(--barlow);
	font-size: 2.1rem;
}

#hero_slider .home_hero_slide .inner .amp{
	font-size: .7em;
}

#hero_slider .home_hero_slide .inner p{
	margin-bottom: 1em;
	background-color: rgba(0,0,0,0.01);
}

#hero_slider .home_hero_slide .inner .cta{
	margin-top: .5em;
    font-size: var(--cta_size);
}

#hero_slider_playpause,
#sprite_play.play,
#flip_play.play{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPHJlY3Qgb3BhY2l0eT0iMC4zIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiLz4gPHBhdGggZmlsbD0iI0Y1RjVFRiIgZD0iTTguNSw3Ljd2MTYuNWMwLDEuMywxLjUsMi4xLDIuNiwxLjNsMTEuNy04LjNjMC45LTAuNywwLjktMiwwLTIuN0wxMS4xLDYuNEMxMCw1LjYsOC41LDYuNCw4LjUsNy43eiIvPiA8L3N2Zz4=");
}

#hero_slider_playpause.pause,
#sprite_play.pause,
#flip_play.pause{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPGc+IDxyZWN0IG9wYWNpdHk9IjAuMyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIi8+IDxnPiA8cGF0aCBmaWxsPSIjRjVGNUVGIiBkPSJNMTEsNi4xSDkuOWMtMC43LDAtMS4zLDAuNi0xLjMsMS4zdjE3LjJjMCwwLjcsMC42LDEuMywxLjMsMS4zSDExYzAuNywwLDEuMy0wLjYsMS4zLTEuM1Y3LjQgQzEyLjMsNi43LDExLjcsNi4xLDExLDYuMXoiLz4gPHBhdGggZmlsbD0iI0Y1RjVFRiIgZD0iTTIyLjcsNi4xaC0xLjFjLTAuNywwLTEuMywwLjYtMS4zLDEuM3YxNy4yYzAsMC43LDAuNiwxLjMsMS4zLDEuM2gxLjFjMC43LDAsMS4zLTAuNiwxLjMtMS4zVjcuNCBDMjQsNi43LDIzLjQsNi4xLDIyLjcsNi4xeiIvPiA8L2c+IDwvZz4gPC9zdmc+");
}

@media (max-width: 1700px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 6.5rem;
	}

}

@media (max-width: 1500px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 5.5rem;
	}

}

@media (max-width: 1340px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 4.5rem;
	}

}

@media (max-width: 1120px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 4rem;
	}
	
	#hero_slider .home_hero_slide .inner h6.slider_smaller_blurb {
		font-size: 1.3rem;
	}

}

@media (max-width: 1060px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 3.5rem;
	}

}

@media (max-width: 960px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 3rem;
	}
	
	#hero_slider .home_hero_slide .inner h6.slider_smaller_blurb {
		font-size: 1.2rem;
	}

}

@media (max-width: 860px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 2.7rem;
	}

}

@media (max-width: 768px){
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header {
		font-size: 6.5rem;
	}
	
	#hero_slider .home_hero_slide .inner h2.slider_smaller_header:first-child {
		margin-bottom: 0;
	}
	
	#hero_slider .home_hero_slide .inner h6.slider_smaller_blurb {
		text-align: center;
		font-size: 1.5rem;
	}

}

@media (min-width: 768px){
		
	#hero_slider .home_hero_slide .bkd_img{
		height: 44.48vw;
		max-height: 640px;
	}

	#top_section .slider_controls{
		right: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1350px){
	
	#hero_slider .home_hero_slide .inner h2, 
	#hero_slider .home_hero_slide .inner h3{
		font-size: 6rem;
	}
}

@media (min-width: 768px) and (max-width: 1000px){
	
	#hero_slider .home_hero_slide .inner h2, 
	#hero_slider .home_hero_slide .inner h3{
		font-size: 3rem;
	}

	#hero_slider .home_hero_slide .inner,
   	#hero_slider .home_hero_slide .inner p{
		font-size: 1rem;
	}

	#hero_slider .home_hero_slide .inner .cta{
		font-size: 1.2rem;
	}
}

@media (max-width: 767px){
	
	#hero_slider {
		margin: 0;
	}

	#hero_slider .home_hero_slide .bkd_img{
		padding: 0;
		height: 140vw;
	}

	#hero_slider .home_hero_slide .content_block{
		width: 100%;
	}

	#hero_slider .home_hero_slide .inner_content{
		flex-direction: column;
		justify-content: flex-start;
	}

	#hero_slider .home_hero_slide .inner h2, #hero_slider .home_hero_slide .inner h3{
		font-size: 4.5rem;
	}

	#hero_slider .home_hero_slide .inner {
		padding: 20px 2%;
	}

	#hero_slider .home_hero_slide .inner, 
	#hero_slider .home_hero_slide .inner p{
		font-size: 1rem;
	}

	#hero_slider .slick-dots{
		bottom: 12px;
	}

	#hero_slider .slick-dots button{
		margin: 0 0.3em;
		background-color: #ffffff;
		font-size: 1.2rem;
	}

	#hero_slider .slick-dots .slick-active button{
		background-color: var(--sfg_red);
	}

	#top_section .slider_controls{
		left: 20px;
	}

}

/* video slider */

#hero_slider .video_slide {
	height: 44.48vw;
	max-height: 640px;
	padding: 0 100px;
	background-color: #000000;
}

#hero_slider .video_slide video{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero_slider .video_slide .inner_content{
	position: relative;
	z-index: 10;
}

.video_buttons{
	display: flex;
	position: absolute;
		right: 70px;
		bottom: .2em;
		z-index: 50;
	justify-content: space-between;
	font-size: 5rem;
	transition: opacity .3s ease-in-out;
}

@media (max-width: 767px){
	.video_buttons{
		right: 12px;
	}
}

.video_buttons button{
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	border: none;
	font-size: 3rem;
	cursor: pointer;
}

.video_buttons button + button{
	margin-left: 10px;
}

.play_btn{
	background-image: url(images/icons/video/play-video.svg);
}

.play_btn.pause{
	background-image: url(images/icons/video/pause-video.svg);
}

.mute_btn{
	background-image: url(images/icons/video/mute-video.svg);
	right: 2em;
}

.mute_btn.unmuted{
	background-image: url(images/icons/video/unmute-video.svg);
}

.cc_btn{
	background-image: url(images/icons/video/cc-video-enabled.svg);
}

.cc_btn.nocc{
	background-image: url(images/icons/video/cc-video-disabled.svg);
}

.video_buttons button:focus{
	outline: 3px dotted #FFFFFF;
}

@media (max-width: 767px){
	
	#hero_slider .video_slide {
		height: 140vw;
		padding: 0;
		max-height: none;
	}

	.video_buttons button{
		font-size: 3rem;
	}
}

.video_wrap{
	position: relative;
}




/* === */

#menu_links {
	margin: 40px 0;
}

#menu_links .container {
	justify-content: space-between;
	padding: 0 10px;
	display: flex;
	width: 1320px;
}
/*  */
/* @media (min-width: 1101px){ */
/* 	 */
/* 	#menu_links .container { */
/* 		display: flex; */
/* 	} */
/* } */

#menu_links .scratch {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	align-items: center;
	margin-right: 3%;
}

#menu_links .scratch .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border-top: 4px solid var(--sfg_red);
	border-bottom: 4px solid var(--sfg_red);
	text-align: center;
}

#menu_links .scratch img{
	width: 100%;
	height: auto;
	max-width: 230px;
}

#menu_links .scratch .image_shift{
	opacity: 0;

	-webkit-transform: translate(-150px,0);
	        transform: translate(-150px,0);
}

#menu_links .menu_slider{
	overflow: hidden;
	flex: 0 1 1032px;
	padding: 0 68px 0 78px;
}

#menu_links .menu_slider .slick-arrow{
	font-size: 3.2rem;
	top: 40%;
}

#menu_links .menu_slider .lt_arrow{
	left: -60px;
}

#menu_links .menu_slider .rt_arrow{
	right: -65px;
}

#menu_links #menu_slider{
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#menu_links #menu_slider.slick-initialized{
	display: block;
	gap: 0;
}

#menu_links .slick-slide {
	margin: 0 5px;
}

#menu_links .slick-slide .item_slide {
	position: relative;
}

#menu_links .slick-slide .item_slide .inner{
	overflow: hidden;
}

#menu_links .slick-slide .item_slide .item_img{
	transition: all .3s ease-in-out;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 768px){

	#menu_links .slick-slide .item_slide:hover .item_img{
		transform: scale(1.2);
	}
}

#menu_links .item_slide .slide_txt{
	display: flex;
	position: relative;
		z-index: 10;
	justify-content: space-between;
	align-items: center;
	height: 3em;
	padding: 0.5em;
	background-color: var(--sfg_red);
	font-family: var(--barlow);
	/* font-size: 1.5rem; */
	font-size: 1.1rem;
	color: var(--sfg_cream);
	text-transform: uppercase;
}

@media (max-width: 1400px){
	
	#menu_links .scratch{
		justify-content: center;
		margin-right: 0;
	}

	/* #menu_links .menu_slider{ */
	/* 	flex: 0 1 70%; */
	/* } */
}

@media (max-width: 1240px){
	
	#menu_links .menu_slider{
		flex: 0 1 75%;
	}

	#menu_links .slick-slide .item_slide .item_img{
		height: 184px;
	}

	#menu_links .scratch img{
		max-width: 193px;
	}
}

@media (max-width: 800px){

	#menu_links {
		margin: 0;
	}

	#menu_links .container{
		width: 575px;
	}

	#menu_links .menu_slider{
		padding: 0;
	}

	#menu_links .scratch .inner{
		width: 70%;
		max-width: none;
		padding: 25px;
		margin: 40px 0;
	}

	#menu_links .slick-dots{
		position: static;
		margin: 25px 0 0;
		justify-content: center;

		-webkit-transform: none;
		        transform: none;
	}

	#menu_links .slick-dots button{
		font-size: 1.4rem;
		margin: 0 0.2em;
	}
}

/* @media (max-width: 767px){ */
@media (max-width: 800px){
	
	#menu_links .container{
		width: 575px;
		display: block;
	}

	#menu_links .scratch{
		justify-content: center;
	}

	#menu_links .scratch img{
		max-width: 312px;
	}

	#menu_links .slick-slide .item_slide .item_img{
		height: auto;
	}

	#menu_links .item_slide .slide_txt{
		padding: 0.5em;
		font-size: 1.5rem;
	}

}

/* loc search pop */
.home_menu_link_btn{
	width: 1em;
	height: 1em;
	font-size: 1.5em;
}

#oo_loc_search{
	position: absolute;
		z-index: 90;
	padding: 120px 40px 40px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-image: url(images/misc/storefront.png);
	background-repeat: no-repeat;
	background-position: center top 10px;
	background-size: 120px;

	max-width: 80vw;

	transition: opacity .3s ease-in-out;
}

@media (min-width: 768px){

	.home #oo_loc_search{
		-webkit-transform: translate(-20%,-100%);
		transform: translate(-20%,-100%);
	}

	.page-template-tpl_menu #oo_loc_search{
		-webkit-transform: translate(-100%,-50%);
		transform: translate(-100%,-50%);
	}

	.page-template-tpl_menu_item #oo_loc_search{
		-webkit-transform: translate(0,80px);
		transform: translate(0,80px);
	}
}

.page-template-tpl_menu_item #oo_loc_search::after{
	content: none;
}

@media (max-width: 1100px){
	
	#oo_loc_search{
		left: 50% !important;
	-webkit-transform: translate(-50%,-100%);
	        transform: translate(-50%,-100%);
	}
}

#oo_loc_search.fade{
	opacity: 0;
}

#oo_loc_search::after{
	position: absolute;
	background-image: url(images/misc/popup-wedge-down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 4rem;
	content: "";
	z-index: 10;
	width: 1em;
	height: 0.4888888em;

}

.home #oo_loc_search::after{
	bottom: -0.45em;
	left: 50%;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.page-template-tpl_menu #oo_loc_search::after{
	top: 57%;
	right: -1em;
	width: 1em;
	font-size: 2rem;
	height: 2.0454545em;
	background-image: url(images/misc/popup-wedge-right.png);

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

#oo_loc_search h2{
	line-height: 1;
	margin-bottom: 0;
	font-family: var(--holtz_reg);
	font-size: 3rem;
	text-transform: uppercase;
}

@media (max-width: 500px){
	
	#oo_loc_search h2{
		font-size: 2.5rem;
	}
}

#oo_loc_search .input_wrap{
	position: relative;
}

#oo_loc_search .input_wrap .dbc_loader{
	right: 0;
	left: auto;
	font-size: 3rem;

	-webkit-transform: translate(0%,-50%);
			transform: translate(0%,-50%);
}

#oo_loc_search .input_wrap .results{
	position: absolute;
		top: 100%;
		left: 50%;
		z-index: 20;
	min-width: 80%;
	padding: 1em;
	background-color: white;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
	font-family: var(--barlow);
	text-align: left;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

#oo_loc_search .input_wrap .results a{
	display: inline-flex;
	width: 100%;
	padding: 0.5em 0;
}

#oo_loc_search .input_wrap .results .copy{
	font-size: .8em;
}

#oo_loc_search .input_wrap .results a .dist{
	flex: 0 0 5em;
	padding-left: 0.5em;
	margin: 0 0 0 auto;
}

#oo_loc_search input{
	width: 350px;
	max-width: 100%;
	margin-bottom: .1em;
	line-height: 2;
}

#oo_loc_search label{
	text-transform: uppercase;
	font-size: .8rem;
	font-family: var(--barlow);
}

#oo_loc_search .dismiss{
	position: absolute;
		top: .5em;
		right: .5em;
		z-index: 1;
	width: 1em;
	height: 1em;
	font-size: 1.5rem;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjkuNSAyOS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOS41IDI5LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlPiByZWN0e2ZpbGw6ICNhMjJiMmF9PC9zdHlsZT4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTQuNjMyMSAtNi4xNTg1KSIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+CjxyZWN0IHg9Ii0zLjIiIHk9IjEyIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIDAuNzA3MSAtMC43MDcxIC0wLjcwNzEgMzUuNDkxOCAxNC40NjU1KSIgd2lkdGg9IjM1LjgiIGhlaWdodD0iNS4yIi8+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
}

@media (max-width: 767px){
	
	#oo_loc_search .input_wrap .results{
		width: 100%;
	}
}

.menu_item_loc_search img{
	width: 100%;
	height: 100%;
}

#home_cards .card{
	position: relative;
}

#home_cards .cards .card .container{
	/* width: 1920px; */
}

#home_cards .cards .card .copy .inner .big_hdr{
	/* font-size: 10rem; */
	font-size: 8rem;
	margin-bottom: 0.3em;
	line-height: .57;
}

#home_cards .cards .card .copy .inner {
	font-size: 1.8rem;
}

#home_cards .cards .card .copy .inner p{
	margin-bottom: .4em;
}

@media (max-width: 767px){
	
	#home_cards .cards .card .copy .inner p{
		font-size: 1.3rem;
		margin-bottom: 0.8em;
	}
}


#home_cards .cards .card .copy {
	font-family: var(--barlow);
	font-size: 2.3rem;
	color: var(--sfg_black);
	line-height: 1;
	text-transform: uppercase;
}

#home_cards .cards .card .cta{
	font-size: 1.6rem;
}

#home_cards .image{
	transition: all 1.5s ease-in-out;
}

#home_cards .image img{
	height: 525px;
	object-fit: cover;
}

#home_cards .copy{
	padding: 68px 0;
}

#home_cards .card_1{
	box-shadow: var(--box_shadow);
	z-index: 20;
	background-image: url(images/backgrounds/wood-background.jpg);
	background-position: center;
	color: #ffffff;
	background-color: #000000;
}

#home_cards .cards .card_1 .copy {
	flex: 0 0 40%;
	color: #ffffff;
}

#home_cards .card_2{
		z-index: 10;
	background-image: url(images/misc/flame-watermark.svg);
	background-repeat: no-repeat;
	background-position: right bottom -64px;
}

#home_cards .card_2 .copy .big_hdr{
	color: var(--sfg_red);
}

#home_cards .card_2 .image img{
	object-position: right;
}

@media (min-width: 768px){

	#home_cards .card_1 .image{
		flex: 1 0 auto;

		-webkit-transform: translate(-100px,0);
		        transform: translate(-100px,0);
	}

	#home_cards .card_2 .image{
		flex: 1 0 auto;

		-webkit-transform: translate(17px,0);
		        transform: translate(17px,0);
	}
}

@media (min-width: 768px) and (max-width: 1200px){
	
	#home_cards .cards .card .copy{
		padding: 0 20px;
	}

	#home_cards .card_1 .image,
	#home_cards .card_2 .image{
		-webkit-transform: none;
		transform: none;
	}

	#home_cards .card_1 .image{
		flex: 0 0 62%;
	}

	#home_cards .card_2 .image{
		flex: 0 0 46%;
	}

	#home_cards .card_1 .image img{
		object-position: left;
	}

	#home_cards .card_2 .image img{
		object-position: right;
	}

	#home_cards .cards .card .copy .inner .big_hdr{
		font-size: 6rem;
	}
}

@media (max-width: 767px){
	

	#home_cards .copy{
		padding: 50px 10px;
		text-align: center;
	}

	#home_cards .image img{
		height: auto;
	}

	#home_cards .card_2{
		background-position: right top calc(358px - 37.58vw);
		background-size: 50vw;
	}

	#home_cards .cards .card .copy {
		font-size: 2rem;
		margin-bottom: .5em;
	}

	#home_cards .cards .card .copy .inner .big_hdr{
		font-size: 5rem;
		line-height: .7;
	}
}

/* animation */

#home_cards .image_shift{
	opacity: 0;
}

#home_cards .card_1 .image_shift{
-webkit-transform: translate(150px,0);
        transform: translate(150px,0);
}

#home_cards .card_2 .image_shift{
-webkit-transform: translate(-150px,0);
        transform: translate(-150px,0);
}

/* ===================== 404 ===================== */
.fourohfour{
	padding: 100px 0;
	font-size: 2rem;
	text-align: center;
	font-family: var(--barlow_light);
}

.fourohfour p{
	margin-bottom: 1em;
}

.fourohfour h1{
	font-family: var(--holtz_text);
	text-transform: lowercase;
	color: var(--sfg_red);
	font-size: 4rem;
}

.mid_copy .inner {
	background-color: rgba(0,0,0,0.01);
}

.rewards-points {
	text-align: center;
	font-size: 1.17em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.gm-style div {
	background-color: rgba(0,0,0,0.01);
}

.hero_wrap{
	position: relative;
}

@media (min-width: 768px){
	
	.hero_wrap{
		background-color: #000000;
	}
}

.hero_wrap .inner{
	display: flex;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	align-items: center;
	width: 100%;
	height: 100%;
}

.hero_txt{
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	padding: 1em;
	font-family: var(--holtz_text);
	font-size: 9rem;
	color: #ffffff;
	line-height: var(--holtz_lh);
	text-transform: lowercase;
	background-color: rgba(0,0,0,0.01);
}

@media (min-width: 768px){
	
	.hero_txt{
		max-width: 90vw;
	}
}

@media (max-width: 1200px){
	
	.hero_txt{
		font-size: 7rem;
	}
}

@media (max-width: 767px){
	.hero_wrap .inner{
		display: block;
		position: static;
		text-align: center;
	}

	.hero_txt{
		padding: 20px;
		font-size: 4rem;
		color: var(--sfg_red);
		text-align: center;
	}
}

/* ===================== Catering ===================== */


.catering .video_wrap {
	aspect-ratio: 1 / 0.566929133;
}

.catering .video_wrap video{
	opacity: 0;
}

.catering .video_wrap video.reveal{
	opacity: 1;
}

.catering .video_wrap .play_icon img{
	width: 100%;
}

.catering .video_wrap .play_icon{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
	width: 1em;
	height: 1em;
	font-size: 8rem;
	transform: translate(-50%,-50%);
}

@media (max-width: 767px){
	
	.catering .video_wrap .play_icon{
		font-size: 4rem;
	}
}

.catering .video_wrap .fade_item{
	transition: opacity .3s ease-in-out;
}

.catering .video_wrap.fade_out .fade_item{
	opacity: 0;
}

.catering .video_wrap.disp_none .fade_item{
	display: none;
}

.catering_video_overlay{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catering .top_copy{
	padding: 50px 0 100px;
}

.catering .copy_content{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

.catering #services{
	padding: 50px 0;
	background-color: var(--sfg_lt_gray);
}

.catering #services .container{
	position: relative;
}

.catering .mid_image{
	text-align: center;
	position: relative;
	max-width: 1580px;
}

.catering .mid_image #flip_play{
	position: absolute;
		right: 0;
		bottom: -60px;
		z-index: 1;
}

.catering .flip_gallery{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: 4fr 5fr 3fr;
	width: 1187px;
	max-width: 95%;
    margin: auto;
}

.catering .flip_gallery img{
	object-fit: cover;
	display: block;
}

.catering .flip_gallery .flip_pair{
	display: grid;
	grid-template-columns: 1fr;
}

.catering .flip_gallery .flip_pair img{
	width: 100%;
	height: 100%;
	transition: all 2s ease-in-out;
	grid-area: 1 / 1 / 2 / 2;
	object-fit: cover;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	box-shadow: var(--box_shadow);
}

.catering .flip_gallery .gallery_item.pair_0{
	padding-top: 53px;
	grid-area: 1 / 1 / 2 / 2;
}

.catering .flip_gallery .gallery_item.pair_0 img{
	height: 223px;
}

.catering .flip_gallery .gallery_item.pair_1{
	grid-area: 2 / 1 / 4 / 2;
	padding-left: 96px;
}

.catering .flip_gallery .gallery_item.pair_1 img{
	height: 238px;
}

.catering .flip_gallery .gallery_item.pair_2{
	grid-area: 1 / 2 / 4 / 3;
	padding-top: 20px;
}

.catering .flip_gallery .gallery_item.pair_2 img{
	height: 508px;
}

.catering .flip_gallery .gallery_item.pair_3{
	grid-area: 1 / 3 / 3 / 4;
	padding-right: 34px;
}

.catering .flip_gallery .gallery_item.pair_3 img{
	height: 328px;
}

.catering .flip_gallery .gallery_item.pair_4{
	grid-area: 3 / 3 / 4 / 4;
}

.catering .flip_gallery .gallery_item.pair_4 img{
	height: 184px;
}


.catering .flip_gallery .flip_pair img:nth-child(2){
	transform: rotateY(-180deg);
}

.catering .flip_gallery .flip_pair.flip img:nth-child(1){
	transform: rotateY(-180deg);
}

.catering .flip_gallery .flip_pair.flip img:nth-child(2){
	transform: rotateY(0);
}

.catering .mid_image img{
	width: 100%;
}

.catering .image_map{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
}

.catering .image_map .col_img_btn{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.page-template-page-catering #dbc_lightbox_caption{
	display: none;
}

.catering .image_map .col_img_1{
	top: 15%;
	left: 3%;
	width: 30%;
	height: 39%;
}

.catering .image_map .col_img_2{
	top: 58%;
	left: 15%;
	width: 18%;
	height: 35%;
}

.catering .image_map .col_img_3{
	top: 9%;
	left: 34%;
	width: 37%;
	height: 84%;
}

.catering .image_map .col_img_4{
	top: 6%;
	left: 72%;
	width: 20%;
	height: 54%;
}

.catering .image_map .col_img_5{
	top: 63%;
	left: 72%;
	width: 25%;
	height: 31%;
}

.catering .services {
	margin-bottom: 50px;
}

.catering .services .container{
	display: flex;
	justify-content: center;
}

.catering .service{
	flex: 0 0 30%;
	text-align: center;
	padding: 0 1em;
}

.catering .service + .service .lower{
	border-top: 1px solid #c1c1c1;
}


@media (min-width: 768px){

	.catering .service + .service .lower{
		border-top: none;
		border-left: 1px solid #c1c1c1;
		padding: 0 1em;
	}
}

.catering .service .ani_sprite{
	margin: auto;
}

.catering .service .name{
	font-size: 4rem;
    line-height: .75;
	margin-bottom: 30px;
}

.catering .service .name .smaller{
	display: inline-block;
}

@media (min-width: 768px){

	.catering .service .name .smaller{
		font-size: .5em;
		display: block;
	}
}

.catering .footer_copy{
	padding: 50px 0;
	background-color: var(--sfg_lt_gray);
}

.catering #we_serve h2,
.catering .footer_copy h2{
	text-align: center;
	font-size: 6rem;
}

.catering #services h2{
	font-size: 4rem;
	text-align: center;
}

.catering .flip_gallery .video_link button{
	position: relative;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	box-shadow: var(--box_shadow);
	border: none;
	cursor: pointer;
}

.catering .flip_gallery .video_link img.play_icon{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 1em;
	font-size: 5rem;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.catering #we_serve {
	padding-bottom: 70px;
}

.catering #we_serve h2{
	margin: 42px 0 66px;
	text-transform: lowercase;
}

.catering .logo_grid{
	display: grid;
	grid-gap: 45px;
	grid-template-columns: repeat(auto-fill, minmax(227px, 1fr));
	justify-items: center;
}

.catering .logo_grid .logo{
	border: 2px solid #ececec;
}

@media (max-width: 550px){
	.catering .logo_grid{
		grid-gap: 23px;
		grid-template-columns: 1fr 1fr;
	}
}

/* mobile */
.services_mobile .service button{
	background-image: url(images/icons/collapsed.svg);
	background-position: left center;
	background-repeat: no-repeat;
}

.services_mobile .service button[aria-expanded=true]{
	background-image: url(images/icons/expanded.svg);
}

.services_mobile .service .dropcontent{
	padding-bottom: 30px;
}

@media (min-width: 768px){
	
	.catering #services h2{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}
}

@media (max-width: 767px){
	
	.catering .top_copy,
	.catering #services{
		padding: 15px 0;
	}

	.catering #services h2{
		margin: 0.2em;
		margin-bottom: 1em;
		background-color: transparent;
	}

	.catering #services .lower{
		width: 100%;
	}

	.catering #services .name{
		margin: .2em 0;
	}

	.services_mobile .service button{
		width: 100%;
		background-position: right center;
		background-size: auto 51%;
		text-align: left;
	}

	.catering #services .name{
		color: var(--sfg_black);
		font-size: 4rem;
	}
}

.video_overlay{
	display: flex;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.8);
	transition: opacity .3s ease-in-out;
}

.video_overlay video{
	width: 80%;
}

.video_overlay .dismiss_button{
	top: 75px;
	right: 30px;
	background-size: 84%;
	font-size: 2rem;
}

.video_overlay .dismiss_button:focus{
	outline: 3px dotted #FFFFFF;
}

/* catering menu */
.catering_favorites.cater_item_group{
	border-radius: 1em;
    margin: 20px 0;
	background-color: var(--sfg_red);
	color: #ffffff;
}

#sfg_panels .item.catering_fave .heading{
	width: 100%;
}

#sfg_panels .item.catering_fave .item_name{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#primary .cat_msg.sec_desc{
	margin-top: 1em;
	font-family: var(--barlow_light);
    font-size: 1.5rem;
    text-align: center;
	text-transform: none;
}

/* ===================== Gift Cards ===================== */

.gift_cards .std_copy h2{
	font-size: 6rem;
}

@media (min-width: 768px){

	.gift_cards .std_copy h2.lrg{
		font-size: 9rem;
	}
}

.gift_cards .mid_content{
	width: 800px;
	max-width: 100%;
	padding: 50px 0;
	margin: auto;
}

.gift_cards .bottom_content .image{
	flex: 0 0 50%;
}

.gift_cards .bottom_content img{
	display: block;
	object-fit: cover;
    height: 100%;
}

.gift_cards .bottom_content .copy{
	background-color: var(--sfg_lt_gray);
	background-image: url(images/backgrounds/flame_white.svg);
	background-repeat: no-repeat;
	background-position: right bottom -4%;
	background-size: 33%;
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gift_cards .bottom_content .copy .inner{
	padding: 1em;
}

/* ===================== FAQ Page ===================== */

.faqs_template{
	padding: 100px 0;
}

@media (max-width: 767px){
	.faqs_template{
		padding: 40px 0;
	}
}

.faqs_template h1{
	font-size: 6rem;
    margin-bottom: 0.5em;
}

#faqs_section .container{
	width: 1170px;
}

.faq_top {
	margin-bottom: 60px;
}

.faq_top .input_wrap{
	width: 525px;
	height: 45px;
	max-width: 100%;
	margin: auto;
	background-image: url(images/icons/icon-search.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
}

.faq_top #search_label{
	font-weight: bold;
    top: 0.5em;
    left: 1em;
}

.faq_top #faq_search{
	background-color: transparent;
}

.faq_top #clear_search{
	position: absolute;
		top: 48%;
		right: 3.3em;
		z-index: 1;
	width: 1em;
	height: 1em;
	display: none;
	background-image: url(images/icons/icon-close.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 1rem;

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

.faq_top .unfloat #search_label{
	top: -1.7em;
}

.faq_top .hdr{
	margin-bottom: 30px;
}

.faq{
	padding: 1em 2em 0;
	margin-bottom: 30px;
	border-radius: 15px;
	border: 1px solid #000;
	font-size: 1rem;
}

.faq .question{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
}

#faqs_section #no_results{
	display: none;
	padding: 2em 0;
	font-size: 2rem;
	text-transform: uppercase;
}

#faq_filter {
	flex: 0 0 232px;
}

#faq_filter button{
	width: 100%;
	margin-bottom: .5em;
	padding: 0.4em 1em 0.5em;
}

#faq_filter button.active{
	background-color: var(--sfg_cream);
    color: var(--sfg_red);
    border-color: var(--sfg_red);
}

#faqs{
	flex: 1 1 auto;
}

@media (min-width: 768px){
	#faqs{
		padding-left: 50px;
	}
}

#faq_filter_mobile .dropdown_wrap{
	width: 525px;
	max-width: 100%;
    margin-bottom: 50px;
}

/* ===================== FAQ toggles ===================== */

.faq_togglers .faq {
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: none;
	border-top: 1px solid #c1c1c1;
}

.faq_togglers .faq:last-child{
	border-bottom: 1px solid #c1c1c1;
}

.faq_togglers .faq .answer{
    display: none;
}

.faq_togglers .faq .answer .inner{
	display: flex;
}

.faq_togglers .faq .answer .faq_half{
	flex: 0 0 50%;
}

.faq_togglers .faq .answer,
.faq_togglers .faq .answer p{
    margin: 0;
    text-transform: none;
    font-size: 1.5rem;
}

.faq_togglers .faq .answer p{
    margin-bottom: 1em;
}

.faq_togglers .faq .answer h4{
	text-transform: uppercase;
}

.faq_togglers .faq .faq_toggle{
	display: inline-block;
	width: 100%;
	margin: 2px;
	background-color: transparent;
	border: none;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzcgMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM3IDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojOUUzNDMxO30gPC9zdHlsZT4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLDIxTDM2LDZjMS40LTEuNCwxLjQtMy42LDAtNC45Yy0xLjQtMS40LTMuNi0xLjQtNC45LDBMMTguNSwxMy42TDYsMUM0LjYtMC4zLDIuNC0wLjMsMSwxIEMwLjMsMS43LDAsMi42LDAsMy41UzAuMyw1LjMsMSw2bDE1LDE1YzAuMiwwLjIsMC40LDAuMywwLjUsMC40YzAuNiwwLjQsMS4yLDAuNiwxLjksMC42QzE5LjQsMjIsMjAuMywyMS42LDIxLDIxeiIvPiA8L3N2Zz4=");
	background-position: right 0.5em top 1em;
	background-size: 1em;
	background-repeat: no-repeat;
	font-family: var(--barlow);
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}

.faq_togglers .faq .faq_toggle[aria-expanded=true]{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzcgMjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM3IDIyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojOUUzNDMxO30gPC9zdHlsZT4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LDFMMSwxNmMtMS40LDEuNC0xLjQsMy42LDAsNC45YzEuNCwxLjQsMy42LDEuNCw0LjksMEwxOC41LDguNEwzMSwyMWMxLjQsMS40LDMuNiwxLjQsNC45LDAgYzAuNy0wLjcsMS0xLjYsMS0yLjVzLTAuMy0xLjgtMS0yLjVMMjEsMWMtMC4yLTAuMi0wLjQtMC4zLTAuNS0wLjRDMTkuOCwwLjIsMTkuMiwwLDE4LjUsMEMxNy42LDAsMTYuNywwLjMsMTYsMXoiLz4gPC9zdmc+");
}

.faq_togglers .faq .faq_toggle,
.faq_togglers .faq .answer{
    padding: 15px 11% 15px 4%;
}

/* ===================== Rewards ===================== */

.rewards .std_copy h2{
	font-size: 6rem;
}

.rewards .mid_content {
	padding: 50px 0;
}

.rewards .mid_content h2,
.rewards .mid_content h3{
	font-family: var(--holtz_reg);
	font-size: 3rem;
	color: var(--sfg_black);
}

.rewards #perks {
	padding-bottom: 100px;
}

@media (min-width: 768px){

	.rewards #perks {
		background-image: url(images/backgrounds/flame_gray.svg);
		background-repeat: no-repeat;
		background-position: right 0 bottom -120px;
		background-size: 403px;
	}

	.rewards #perks .cta_row{
		margin: auto;
		width: 90%;
	}
}

.rewards #perks .container{
	width: 1000px;
}

.rewards #perks .perks{
	position: relative;
	justify-content: center;
}

.rewards #perks .perk{
	flex: 0 0 30%;
    margin: 0 2%;
}

.rewards #perks .perk .copy{
	margin-top: 1em;
}

@media (max-width: 1000px){
	
	.rewards #perks {
		background-color: var(--sfg_lt_gray);
	}

	.rewards #perks .perks{
		margin-bottom: 70px;
	}

	.rewards #perks .perk .ani_sprite{
		margin: auto;
	}

	.rewards #perks #sprite_play{
		bottom: -50px;
	}

}

.rewards .mid_hero{
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: var(--box_shadow);
}

.rewards .mid_hero .container{
	height: 100%;
}

.rewards .mid_copy{
	display: flex;
	flex: 0 0 50%;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.rewards .mid_copy .inner{
	padding: 2em;
}

.rewards .mid_copy .inner h2,
.rewards .mid_copy .inner h3{
	color: #ffffff;
}

.rewards .mid_copy .inner p{
	font-family: var(--barlow);
	text-transform: uppercase;
}

.rewards #rewards_faqs {
	padding: 50px 0;
}

.rewards #rewards_faqs .container{
	width: 1000px;
}

.rewards #rewards_faqs h2{
	font-size: 6rem;
	margin-bottom: 1em;
}


/* ===================== Careers ===================== */

.careers .container {
	width: 1100px;
}

.careers .mid_content,
.careers .believe{
	padding: 50px 0;
}

.careers .std_copy h2{
	font-size: 6rem;
}

.careers #testimonials{
	padding: 50px 35px;
	background-color: var(--sfg_red);
}

.careers #test_slider_1{
	position: relative;
		z-index: 1;
	width: 60%;
}

.careers #test_slider_2{
	position: relative;
		z-index: 10;
	margin: -80px auto 0;
	width: calc(100% - 50px);
}

@media (max-width: 767px){

	.careers #test_slider_2{
		width: 100%;
		margin: 0;
	}

	.careers .hero_txt{
		font-size: 6rem;
	}
}

@media (min-width: 1001px){

	.careers #test_slider_2{
		position: absolute;
			top: 50%;
			right: 0;
		width: 50%;
		margin: 0;

		-webkit-transform: translate(0%,-50%);
		        transform: translate(0%,-50%);
	}
}

@media (max-width: 1000px){
	
	.careers #test_slider_1{
		width: 100%;
		margin: auto;
	}
}

.careers #testimonials .slick-arrow{
	--arrow_offset: 35px;
		top: auto;
		bottom: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34%;
	border-radius: 100%;
	font-size: 3rem;
	border: 1px solid var(--sfg_red);
	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.careers #testimonials .lt_arrow{
	background-image: url(images/icons/arrow-left-plain.svg);
	left: calc( 50% - var(--arrow_offset) );
}

.careers #testimonials .rt_arrow{
	background-image: url(images/icons/arrow-right-plain.svg);
	left: calc( 50% + var(--arrow_offset) );
}

.careers #testimonials .testimonial{
	background-color: white;
	padding: 3em 3em 6em;
}

.careers #testimonials .quote{
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: .5em;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 767px){
	
	.careers #testimonials .testimonial{
		padding: 3em 1em 6em;
	}

	.careers #testimonials .quote{
		font-size: 1.2rem;
	}
}

@media (min-width: 768px){
	
	.careers #testimonials .quote{
		text-align: justify;
	}
}

.careers #testimonials .quotemark{
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	background-image: url(images/icons/quote-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 1.2rem;
	transform: translateY(-0.3em);
}

.careers #testimonials .quote_foot{
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
    line-height: 1;
    margin-top: 20px;
}

.careers #testimonials .name{
	color: var(--sfg_red);
	font-family: var(--barlow);
}

.careers #testimonials .position{
	color: var(--sfg_red);
}

.careers .believe .std_copy li{
	font-family: var(--barlow);
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 768px){

	.careers .believe{
		background-image: url(images/backgrounds/flame_gray.svg);
		background-size: 33%;
		background-position: right calc(50% - 200px) bottom -30px;
		background-repeat: no-repeat;
	}
}

@media (max-width: 767px){

	.careers .believe h2{
		text-align: center;
	}
}

.careers #career_path{
	padding: 50px 0;
}

.careers .path_tablist {
	padding: 1em 0.5em;
	background-color: var(--sfg_red);
	border-radius: 1.5rem;
}

.careers .path_copy{
	margin-bottom: 30px;
}

.careers .copy_tabs{
	display: flex;
	flex-direction: column;
	flex: 0 0 50%;
	justify-content: center;
	align-items: flex-start;
}

.careers .path_tablist button{
	position: relative;
	overflow: visible;
	padding: 0.3em 0.2em 0.45em;
	margin: 0 .2em;
	border-radius: 12px;
	font-size: 2.5rem;
	color: #ffffff;
}

.careers .path_tablist button + button::before{
	display: inline-block;
	position: absolute;
		top: 0;
		left: -0.23em;
		z-index: 1;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
	content:'';
}

.careers .path_tablist button.active{
	color: var(--sfg_red);
	background-color: #ffffff;
}

.careers .path_panels{
	flex: 1 1 auto;
}

.careers .path_panel {
	height: 400px;
}

.careers .path_panel img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1000px){
	
	.careers .path_copy{
		margin: 0 auto 30px;
		text-align: center;
	}

	.careers .path_tablist{
		margin: 0 auto 100px;
	}
}

@media (max-width: 500px){
	
	.careers .path_tablist button{
		font-size: 1.5rem;
	}
}

/* ===================== Food Menu ===================== */

.sp_menu {
	background-image: url(images/backgrounds/flame_gray.svg);
	background-size: 33%;
    background-position: right bottom -4%;
	background-repeat: no-repeat;
}

@media (max-width: 767px){
	.sp_menu{
		background-position: left 63% bottom -100px;
		background-size: 50%;
	}
}

.sp_menu .heroes{
	min-height: 100px;
}

@media (max-width: 1000px){
	
	.sp_menu .heroes{
		min-height: 49vw;
	}
}

.sp_menu .menu_hero{
	display: none;
	margin-bottom: 50px;
	box-shadow: var(--box_shadow);
	width: 100%;
}

@media (min-width: 768px){
	
	.sp_menu .menu_hero{
		height: 400px;
		object-fit: cover;
		object-position: center;
	}
}

@media (min-width: 1500px){

	.sp_menu .menu_hero{
		height: calc(65px + 22.29vw);
	}
}

.sp_menu .menu_hero.active{
	display: block;
}

.sp_menu .menu_disclaimer{
	font-size: 1.5rem;
	margin: 1em 0 1.5em;
}

.sp_menu .menu_container{
	align-items: flex-start;
	padding-bottom: 100px;
}

.menu_title{
	font-size: 3.5rem;
}

.menu_title .amp{
	font-size: .8em;
}

@media (max-width: 767px){
	.menu_title{
		font-size: 2.5rem;
	}
}

.main_title{
	margin-bottom: .5em;
	font-size: 6rem;
	text-transform: lowercase;
}

#sfg_menu_nav{
	background-image: url(images/backgrounds/red-pattern-repeat.jpg);
	background-position: center;
	flex: 0 0 365px;
	padding: 3em .75em;
	background-color: var(--sfg_red);
}

.is_catering #sfg_menu_nav{
	flex: 0 0 458px;
}

#sfg_panels{
	flex: 1 1 auto;
}

@media (min-width: 1001px){
	
	#sfg_menu_nav.sticky{
		position: -webkit-sticky;
		position: sticky;
			top: 137px;
			left: 0;
	}

	#sfg_panels{
		padding-left: 50px;
	}
}

#sfg_menu_nav,
#sfg_menu_nav .nav_group,
#sfg_panels .sub_sec,
#sfg_menu_nav_mobile{
	border-radius: 1em;
}

#sfg_menu_nav .nav_group{
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	padding: 0 0.75em 0.5em;
}

#sfg_menu_nav .nav_group.active{
	background-color: #ffffff;
}

#sfg_menu_nav .cat_tab{
	padding: 0.15em 0 0.2em;
	color: #ffffff;
	line-height: .8;
	word-spacing: var(--holtz_ws);
	text-align: left;
}

#sfg_menu_nav .cat_tab.active{
	color: var(--sfg_red);
}

#sfg_menu_nav .sub_cat_link{
	padding-bottom: 0.4em;
	font-size: 2rem;
	color: #ffffff;
	line-height: .7;
	text-decoration: none;
	display: none;
}

#sfg_menu_nav .nav_group.active .sub_cat_link{
	color: var(--sfg_black);
	display: block;
}

#sfg_menu_nav_mobile{
	width: 500px;
	max-width: 95%;
	padding: 15px 0;
	margin: 0 auto 50px;
	background-color: var(--sfg_red);
	color: #ffffff;
	position: relative;
	z-index: 1;
}

#sfg_menu_nav_mobile::before{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: url("images/backgrounds/left_shad.png"), url("images/backgrounds/right_shad.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right bottom;
	background-size: auto 100%;
	border-radius: 1em;
	content:'';
}

#sfg_menu_nav_mobile .nav_slide{
	text-align: center;
}

#sfg_menu_nav_mobile .sec_name{
	display: inline-block;
	position: relative;
	padding: 0.3em 0.4em 0.4em;
	border-radius: 0.3em;
	font-size: 3rem;
	transition: all .3s ease-in-out;
}

.is_catering #sfg_menu_nav_mobile .sec_name{
	font-size: 2rem;
}

#sfg_menu_nav_mobile .slick-current .sec_name::before,
#sfg_menu_nav_mobile .slick-current .sec_name::after{
	display: inline-block;
	position: absolute;
		top: 50%;
		left: -10px;
		z-index: 1;
	width: 1px;
	height: 60%;
	background-color: #ffffff;
	content:'';

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

#sfg_menu_nav_mobile .slick-current .sec_name::after{
	left: auto;
	right: -10px;
}


#sfg_menu_nav_mobile .slick-current .sec_name{
	background-color: #ffffff;
	color: var(--sfg_red);
}

#sfg_menu_nav_mobile .slick-current .sec_name span.amp{
	font-size: .9em;
}

/* menus */
#sfg_panels {
	--plus_btn: 3.5rem;
	--catering_price: 5.5rem;
}

#sfg_panels .sub_sec{
	padding: 40px;
}

#sfg_panels .special_group_copy .inner_copy{
	width: 800px;
	margin: 0 auto 1em;
	text-align: center;
}

@media (max-width: 767px){
	
	#sfg_panels .sub_sec{
		padding: 40px 10px;
	}
}

#sfg_panels .sec_header .menu_title{
	margin-bottom: .5em;
	line-height: 1;
}

#sfg_panels .sec_desc{
	max-width: 786px;
	margin: auto;
	font-family: var(--barlow_light);
	font-size: 1.5rem;
	text-align: center;
}

@container menu_tab_panel (max-width: 700px) {
	#sfg_panels .sec_desc br{
		display: none;
	}
}

#sfg_panels .sec_desc p{
	margin-bottom: 1em;
}

#sfg_panels .sec_desc p:last-child{
	margin-bottom: 0;
}

#sfg_panels #catering-packages_panel .sec_desc{
	max-width: 688px;
}

#sfg_panels .sec_header{
	margin-bottom: 50px;
}

#sfg_panels .sec_header h2 {
	word-spacing: var(--holtz_ws);
}

#sfg_panels .sec_header h2 .amp{
	font-size: .7em;
}

#sfg_panels .sec_header .cta_row{
	margin-top: 20px;
}

#sfg_panels .sub_sec:nth-child(even){
	background-color: var(--sfg_lt_gray);
}

#sfg_panels .item{
	padding: 1em 0;
	border-bottom: 1px solid #000;
}

#sfg_panels .item_top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1em;
}

#sfg_panels .item_top .heading{
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 1rem;
}

.is_catering .item_top .heading .badge{
	transform: translateY(.2em);
}

#sfg_panels .item_top .heading .item_name{
	font-size: 3.5em;
}

.is_reg_menu #sfg_panels .item_top .heading .item_name > *{
	margin-right: 10px;
}

#sfg_panels .item_top .heading .item_name .amp{
	font-size: .7em;
}


#sfg_panels .item_att{
	margin: 0 0.2em 0;
	font-family: var(--holtz_reg);
	font-size: 2.5em;
	color: var(--sfg_red);
	line-height: 1;
	text-transform: lowercase;;
	transform: translateY(0.2em);
}

#sfg_panels .oo_btn_wrap{
	margin: 0 0 0 auto;
	flex: 0 0 auto;
}

#sfg_panels .order_plus{
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-bottom: .3em;
	background-color: var(--sfg_red);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 94%;
	border-radius: 100%;
	font-size: var(--plus_btn);
	font-size: 2rem;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB3aWR0aD0iMTguNiIgaGVpZ2h0PSIxOC42IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4LjYgMTguNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTguNiAxOC42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojOEIyRjJFO30gLnN0MXtmaWxsOiNFRkVBREM7fSA8L3N0eWxlPiA8Zz4gPGc+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjMsMTguNkw5LjMsMTguNkM0LjIsMTguNiwwLDE0LjUsMCw5LjN2MEMwLDQuMiw0LjIsMCw5LjMsMGgwYzUuMSwwLDkuMyw0LjIsOS4zLDkuM3YwIEMxOC42LDE0LjUsMTQuNSwxOC42LDkuMywxOC42eiIvPiA8L2c+IDxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMy42LDguM2gtMy4zVjVjMC0wLjUtMC40LTEtMS0xYy0wLjUsMC0xLDAuNC0xLDF2My4zSDVjLTAuNSwwLTEsMC40LTEsMWMwLDAuNSwwLjQsMSwxLDFoMy4zdjMuMyBjMCwwLjUsMC40LDEsMSwxYzAuNSwwLDEtMC40LDEtMXYtMy4zaDMuM2MwLjUsMCwxLTAuNCwxLTFDMTQuNiw4LjgsMTQuMSw4LjMsMTMuNiw4LjN6Ii8+IDwvZz4gPC9zdmc+");
}

@media (min-width: 768px){
	
	#sfg_panels .order_plus{
		width: auto;
		height: auto;
		padding: 0.5em 1em;
		background-image: none;
		border-radius: 1em;
		font-family: var(--barlow_cond);
		font-size: 1.3rem;
		color: var(--sfg_cream);
		line-height: 1;
	}
}

@media (max-width: 767px){
	
	#sfg_panels .order_plus .order_txt{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}
}

/* menu options, pricing */
.is_reg_menu #sfg_panels .item .item_options{
	display: table;
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.is_reg_menu #sfg_panels .item .item_option{
	display: table-row;
}


.is_reg_menu #sfg_panels .item .item_option .option_name,
.is_reg_menu #sfg_panels .item .item_option .option_price,
.is_reg_menu #sfg_panels .item .item_option .oo_btn_wrap{
	display: table-cell;
	vertical-align: top;
	height: 1.2em;
}


.is_reg_menu #sfg_panels .item .item_option .option_name{
	max-width: 252px;
}

.is_reg_menu #sfg_panels .item .item_option .option_name .unit{
	font-style: italic;
	font-size: .8em;
}

.is_reg_menu #sfg_panels .item .item_option .option_name .amp{
	font-family: inherit;
	font-size: 1em;
}

.is_reg_menu #sfg_panels .item .item_option .option_name sup{
	font-size: 1rem;
	top: 0;
}

.is_reg_menu #sfg_panels .item .item_option .option_price{
	padding: 0 1em;
}

@media (min-width: 768px){

	.is_reg_menu #sfg_panels .item .item_option .ordering_button{
		font-size: 1.3rem;
		position: relative;
		top: -0.1em;
	}
}

/* catering items */
.is_catering #sfg_panels .item,
.is_catering #sfg_panels .item:first-child,
#sfg_panels .item.cater_item_group,
#sfg_panels .item.cater_item_group:first-child {
	border: none;
}

.is_catering #sfg_panels .item:not(.catering_fave),
#sfg_panels .cater_item_group{
	padding: 40px;
}

#sfg_panels .cater_item_group .item_att{
	transform: translateY(0.15em);
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#sfg_panels .catering_packages_the_pasta_duo,
#sfg_panels	.catering_packages_package_addons{
	background-color: var(--sfg_red);
	color: #ffffff;
	border-radius: 1em;
	margin-top: 20px;
}

#sfg_panels .catering_packages_the_pasta_duo .item_top .heading{
	width: 100%;
}

#sfg_panels .catering_packages_the_pasta_duo .item_top .menu_title{
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: #ffffff;
}

#sfg_panels .catering_packages_the_pasta_duo .item_top .menu_title div:first-child{
	flex: 1 1 auto;
    text-align: center;
}

#sfg_panels .item.catering_packages_the_pasta_duo .item_desc{
	font-size: 1.6rem;
}

#sfg_panels	.catering_packages_package_addons .item_top .menu_title{
	color: #ffffff;
}

#sfg_panels .catering_packages_the_pasta_duo{
	position: relative;
}

@media (max-width: 767px){
	
	.is_catering #sfg_panels .catering_packages_the_pasta_duo.item:not(.cater_item_group) .item_top .heading .item_name{
		font-size: 3.5rem;
	}
}

/* #sfg_panels .catering_packages_the_pasta_duo::before{ */
/* 	display: inline-block; */
/* 	position: absolute; */
/* 		top: 0; */
/* 		left: -.2em; */
/* 		z-index: 1; */
/* 	width: 1em; */
/* 	height: 0.4208em; */
/* 	background-image: url("images/icons/callout-new.svg"); */
/* 	background-size: 100%; */
/* 	background-repeat: no-repeat; */
/* 	font-size: 8rem; */
/* 	content:''; */
/*  */
/* 	-webkit-transform: rotate(-20deg); */
/* 	        transform: rotate(-20deg); */
/* } */


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.is_catering .item_name{
	display: flex;
}

#sfg_panels .cater_item_group .item_name{
	justify-content: center;
	align-items: center;
	width: 100%;
}

#sfg_panels .cater_item_group:nth-child(odd) {
	border-radius: 1em;
	background-color: var(--sfg_lt_gray);
	color: var(--sfg_black);
}

#sfg_panels .cater_item_group:nth-child(odd) .fave_hdr,
#sfg_panels .cater_item_group:nth-child(odd) .item_name{
	color: var(--sfg_black);
}

#sfg_panels .item.cater_item_group .item_top .heading{
	width: 100%;
	justify-content: center;
}

.is_catering #sfg_panels .item.cater_item_group .item_desc{
	text-align: center;
	max-width: none;
	margin-top: .5em;
}

.is_catering #sfg_panels .item.cater_item_group .item_desc.below_opts{
	margin-top: 2em;
}

#sfg_panels .item.cater_item_group .item_option{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cat_panel{
	container-type: inline-size;
	container-name: menu_tab_panel;
}

.cat_panel[id*=appetizers] .item.cater_item_group .item_top{
	justify-content: center;
}

#sfg_panels .item.cater_item_group .item_option .option_name{
	padding-right: .5em;
	max-width: calc(100% - 1.5em);
}

#sfg_panels .item.cater_item_group .item_option .option_desc{
	width: 100%;
	margin-top: .5em;
}

.is_catering #sfg_panels .item:not(.cater_item_group) .item_top .heading .item_name,
.is_catering #sfg_panels .price,
#sfg_panels .cater_item_group .premium .prem_hdr,
#sfg_panels .item.cater_item_group .option_name,
#sfg_panels .item.cater_item_group .option_price{
	font-size: 3.5rem;
	font-family: var(--holtz_text);
	word-spacing: var(--holtz_ws);
	letter-spacing: -.03em;
	text-transform: lowercase;
	line-height: .8;
}

#sfg_panels .cater_item_group .item_name,
#sfg_panels .catering_favorites .fave_hdr{
	font-size: 3.5em;
	color: var(--sfg_red);
	line-height: .8;
	text-align: center;
	text-transform: uppercase;
}

#sfg_panels .catering_favorites .fave_hdr{
	color: #ffffff;
}

.is_catering #sfg_panels .item.cater_item_group .premium{
	margin-top: 20px;
	text-align: left;
}

#sfg_panels .cater_item_group .premium .prem_hdr{
	text-align: left;
	color: var(--sfg_red);
}

#sfg_panels .addon{
	color: var(--sfg_red);
}

@media (max-width: 767px){

	/* .is_catering #sfg_panels .price{ */
	/* 	transform: translateY(-0.35em); */
	/* } */

	#sfg_panels .item.cater_item_group .option_price,
	.is_catering #sfg_panels .item.cater_item_group .item_desc{
		font-size: 1rem;
	}

	.is_catering #sfg_panels .price,
	.is_catering #sfg_panels .item:not(.cater_item_group) .item_top .heading .item_name,
	#sfg_panels .item.cater_item_group .option_name,
	#sfg_panels .item.cater_item_group .option_price{
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1200px){

	#sfg_panels .item_top .heading{
		font-size: .8em;
	}
}

@media (max-width: 767px){
	
	#sfg_panels .item_att{
		font-size: 2.1em;
		transform: translateY(0.25em);
	}

	#sfg_panels {
		--plus_btn: 2.5rem;
	}
}

#sfg_panels .price{
	margin: 0 0 0 auto;
	font-size: 3.5rem;
	display: inline-block;
}

.is_catering #sfg_panels .price{
	margin: 0 0 0 .5em;
}

#sfg_panels .price_unit{
	font-size: 1.3rem;
    font-family: 'Barlow Light';
    word-spacing: normal;
    letter-spacing: normal;
}

#sfg_panels .item:first-child{
	border-top: 1px solid #000;
}

#sfg_panels .item .item_image{
	width: 1em;
	height: 0.784482758em;
	background-image: url(images/icons/icon-camera.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 2rem;
}

@media (max-width: 767px){

	#sfg_panels .item .item_image{
		margin-right: 0.3em;
		font-size: 1.5rem;
	}

	#sfg_panels .price{
		font-size: 1em;
	}

	#sfg_panels .item_top .heading .item_name{
		font-size: 2.5em;
	}
}

#sfg_panels .item .item_name a{
	text-decoration: none;
}

#sfg_panels .item .item_name a:hover{
	text-decoration: underline;
}

#sfg_panels .item .item_desc{
	max-width: calc(100% - var(--plus_btn));
	font-size: 1.3rem;
	margin-bottom: .7em;
}

#sfg_panels .sec_desc sup,
#sfg_panels .item .item_desc sup,
#sfg_panels .sec_footnotes sup{
	font-size: 1em;
	top: 0;
}

#sfg_panels .item .item_desc p,
#sfg_panels .item .option_desc p{
	margin-bottom: 1em;
}

#sfg_panels .item .item_desc p:last-child,
#sfg_panels .item .option_desc p:last-child{
	margin-bottom: 0;
}

#sfg_panels .item .item_desc strong,
#sfg_panels .item .option_desc strong{
	font-weight: bold;
}

.catering_packages_signature_selections .item_desc{
	display: none !important;
}

#sfg_panels .sec_footnotes {
	margin-top: 2em;
}

/* ===================== KU exceptions ===================== */

/* #primary.pasadena-at-kitchen-united-mix .desserts_our_incredible_carrot_cake .item_option:nth-child(3),  */
/* #primary.pasadena-at-kitchen-united-mix .desserts_our_incredible_carrot_cake .item_option:nth-child(3) ~ .item_option { */
/* 	display: none; */
/* } */

.is_catering #sfg_panels .item .item_desc{
	max-width: calc(100% - var(--catering_price));
}

.is_catering #sfg_panels .item .item_options{
	font-size: 1.3rem;
    margin-top: 1em;
}

.menu_footer_copy{
	width: 810px;
	max-width: 100%;
	margin: auto;
	font-family: var(--barlow_light);
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.menu_footer_copy p,
.menu_footer_copy .cta{
	margin-bottom: 1em;
}

.menu_footnotes{
	width: 900px;
	max-width: 90%;
	padding-bottom: 50px;
	margin: 0 auto;
}

.menu_legend{
	display: inline-block;
	margin-bottom: .5em;
	font-family: var(--holtz_text);
	font-size: 2rem;
	text-transform: lowercase;
}

.menu_legend .att{
	color: var(--sfg_red);
	margin-left: .3em;
}

.sp_menu .err_msg{
	width: 100%;
	padding: 2em 0;
	font-size: 2rem;
}

/* badges */

img.badge{
	width: auto;
}

.badge.white{
	display: none;
}

.heading .badge{
	height: 2.5em;
    margin-right: 1em;
    transform: translateY(.6em);
}

.heading .big_hdr .badge{
	height: .715em;
	margin-top: 10px;
}

.item_name .badge{
	transform: translateY(.1em);
}

#sfg_panels .cater_item_group.has_badge .item_name{
	width: auto;
}

.is_catering .cater_item_group.has_badge .badge{
	transform: translateY(.1em);
}

.item_option img.badge{
	position: absolute;
		z-index: 1;
	width: 75px;

	-webkit-transform: translateX(-105%);
	        transform: translateX(-105%);
}

.menu_detail img.badge{
	height: 2em;
}

@media (max-width: 767px){
	
	.heading .badge{
		margin-right: .8em;
		/* transform: translateY(.3em); */
	}

	/* .heading .badge[alt=Seasonal]{ */
	/* 	height: 1em; */
	/* } */

	#sfg_panels .has_badge .item_top .heading{
		align-items: center;
	}

	.menu_detail img.badge{
		margin-top: 50px;
	}
}

#sfg_panels .item.cater_item_group .item_option .badge{
	-webkit-transform: none;
	transform: none;
	position: static;
	margin-right: .3em;
}

/* svg */
svg.badge{
	width: auto;
}

svg.badge *{
	pointer-events: none;
}

.badge .badge_1{
	fill: #95352f;
}

.badge .badge_2{
	fill: #ffffff;
}

/* ==== */

.dbc_lightbox_cap_title{
	padding: 0 1em;
	line-height: 1;
}

.dismiss_button,
.dbc_lightbox_pop .lb_dismiss{
	position: absolute;
		top: -1em;
		right: -1em;
		z-index: 1;
	width: 1em;
	height: 1em;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 1.5rem;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB3aWR0aD0iMTMuMyIgaGVpZ2h0PSIxMy4zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEzLjMgMTMuMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMuMyAxMy4zOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+IC5zdDB7ZmlsbDojZmZmZmZmO30gPC9zdHlsZT4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTksNi43bDMuOS0zLjljMC42LTAuNiwwLjYtMS43LDAtMi4zYy0wLjYtMC42LTEuNy0wLjYtMi4zLDBMNi43LDQuNEwyLjgsMC41Yy0wLjYtMC42LTEuNy0wLjYtMi4zLDAgYy0wLjYsMC42LTAuNiwxLjcsMCwyLjNsMy45LDMuOWwtMy45LDMuOWMtMC42LDAuNi0wLjYsMS43LDAsMi4zYzAuMywwLjMsMC43LDAuNSwxLjEsMC41czAuOC0wLjIsMS4xLTAuNUw2LjcsOWwzLjksMy45IGMwLjMsMC4zLDAuNywwLjUsMS4xLDAuNXMwLjgtMC4yLDEuMS0wLjVjMC42LTAuNiwwLjYtMS43LDAtMi4zTDksNi43eiIvPiA8L3N2Zz4=");
}


.dbc_lightbox{
    background-color: transparent;
    outline-offset: 3px;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.dbc_lightbox_pop{
    width: 600px;
    max-width: 87%;
    background-color: #000000;
    line-height: 1.3;
    text-align: center;
}

.dbc_lightbox_pop img{
	display: block;
}

.dbc_lightbox_xtra_copy{
	font-family: var(--barlow);
	font-size: 1rem;
	color: black;
	text-align: center;
}

.dbc_lightbox_caption{
    padding: 5px 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}
/* ===================== Menu Detail ===================== */

.menu_detail .item_copy,
.menu_detail .item_image{
	flex: 0 0 50%;
}

.menu_detail .footnote{
	width: 845px;
    max-width: 95%;
    margin: auto;
    margin-bottom: 20px;
}

.menu_detail .footnote:last-child{
    padding-bottom: 50px;
	margin-bottom: 0;
}

.menu_detail .item_copy{
	padding: 50px 0;
}

.menu_detail .item_desc{
	margin-bottom: 50px;
}

.menu_detail .item_desc sup,
.menu_detail .footnote sup{
	font-size: 1em;
	top: 0;
}

.menu_detail .back a{
	display: inline-block;
	padding-left: 40px;
	background-image: url(images/icons/arrow-left-plain.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

.menu_detail h1{
	font-size: 8rem;
	margin-bottom: 0.3em;
}

.menu_detail .price{
	font-size: 4rem;
	margin-bottom: .5em;
}

.menu_detail .item_options{
	display: table;
}

.menu_detail .item_option{
	display: table-row;
}

.menu_detail .item_option .cta{
	font-size: 1rem;
	padding: 0.4em 1em 0.5em;
}

.menu_detail .item_option > span,
.menu_detail .item_option > div{
	display: table-cell;
}

.menu_detail .item_option .amp{
	font-size: 1em;
	font-family: inherit;
}

.menu_detail .item_option .unit{
	font-size: .8em;
	font-style: italic;
}

.menu_detail .item_option sup{
	font-size: 1em;
    top: 0;
}

.menu_detail .item_option .option_price{
	padding: 0 1em;
	white-space: nowrap;
}

.menu_detail .desktop_ctas{
	margin-top: 20px;
}

@media (max-width: 767px){
	
	.menu_detail h1{
		font-size: 5rem;
		margin-top: 20px;
	}
}

.menu_detail h1.large_title{
	font-size: 6rem;
}

.menu_detail .item_image img{
	display: block;
}

.menu_detail .nut_link{
	margin-top: 50px;
}

@media (min-width: 768px){

	.menu_detail .item_image img{
		height: 100%;
		object-fit: cover;
	}

	.menu_detail .detail_container{
		padding: 50px 0;
	}

	.menu_detail .item_copy{
		padding: 50px 8%;
	}

	.menu_detail .back{
		margin-bottom: 75px;
	}
}

@media (max-width: 767px){
	
	.menu_detail .item_image{
		margin-bottom: 20px;
	}
}

/* ===================== Location General ===================== */

#map_wrap{
    position: relative;
}

@media (max-width: 767px){
	#map_wrap{
		height: 90vw;
	}
}

/* ===================== Locations ===================== */

.locations #content{
	padding-bottom: 0;
}

.locations .locations_row{
	--pad: 32px;
}

@media (min-width: 1201px){
	
	.locations .locations_row{
		display: flex;
	}
}

.locations #location_listing{
    flex: 0 1 30%;
    height: 100%;
    overflow: auto;
}

.locations #map_wrap{
    flex: 0 1 70%;
}

.locations #map{
	height: 100%;
	width: 100%;
}

.locations .loc_col_one{
	flex: 0 0 675px;
	padding: 0 10px;
}

@media (min-width: 768px){
	
	.locations .loc_col_one{
		padding: 100px 5px 0 var(--pad);
	}
}

.locations .loc_col_two{
	flex: 1 1 auto;
}

#map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

#map_wrap #map_controls button{
    width: 1em;
    height: 1em;
    padding: 0;
    background-color: #FFF;
    font-size: 2.5rem;
    line-height: 1;
}

.locations #location_listing .loc_block_wrap{
    margin-bottom: 50px;
}

.locations #loc_search_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 768px){
	
	.locations #loc_search_box {
		padding-right: var(--pad);
	}
}

.locations #loc_search_box h1{
	margin-bottom: 0.4em;
	font-size: 4.5rem;
}

.locations .service_list ul{
	display: flex;
	align-items: center;
	font-family: var(--barlow);
	font-size: 1.4rem;
	text-transform: uppercase;
	justify-items: center;
}

.locations .service_list li {
	padding: 0.2em 1em;
}

.locations .service_list li + li{
	border-left: 3px solid;
}

.locations #loc_search_box .search_box{
	margin: 2em 0;
}

.locations #loc_search_box .inner{
	display: grid;
	width: 460px;
	height: 3em;
	grid-template-columns: 5fr 1fr 1fr 1fr;
	justify-items: center;
}

.locations #loc_search_box .dbc_loader{
	top: 50%;
	right: 162px;
	left: auto;
	font-size: 4rem;

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

@media (max-width: 767px){
	
	.locations #loc_search_box .dbc_loader{
		top: 22%;
		right: 0;
	}
}

.locations #loc_search_box label{
	font-family: var(--barlow_light);
	left: 1.8em;
	top: 0.4em;
}

.locations #loc_search_box input{
	width: 100%;
	padding-left: 2.5em;
	background-image: url(images/icons/icon-search.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
	border-radius: 2em;
	border-color: #a6a6a6;
	grid-area: 1 / 1 / 2 / 3;
}

.locations #search{
	width: 100%;
	padding: 0.1em 0.6em;
	font-size: 1.5rem;
	grid-area: 1 / 2 / 2 / 4;
}

.locations #use_current{
	display: inline-block;
	width: 3em;
	padding: 0;
	border-radius: 100%;
	font-size: 1em;
	grid-area: 1 / 4 / 2 / 5;
}

.locations #use_current svg{
	width: 73%;
	background-color: rgba(0,0,0,0.01);
}

.locations #use_current path{
	fill: #ffffff;
}

.locations #use_current:hover path{
	fill: var(--sfg_red);
}


@media (max-width: 767px){
		
	.locations #loc_search_box{
		padding-top: 50px;
	}

	.locations #loc_search_box h1{
		font-size: 4rem;
		text-transform: lowercase;
	}

	.locations .service_list ul{
		font-size: 1rem;
	}

	.locations #loc_search_box .search_box{
		width: 500px;
		max-width: 100%;
	}

	.locations #loc_search_box .inner{
		height: auto;
		width: auto;
		grid-template-columns: 4fr 1fr;
	}

	.locations #loc_search_box input{
		grid-area: 1 / 1 / 2 / 3;
		margin-bottom: 1em;
		height: 3em;
	}

	.locations #search{
		grid-area: 2 / 1 / 3 / 2;
		height: 2em;
	}

	.locations #use_current{
		grid-area: 2 / 2 / 3 / 3;
		height: 3em;
	}
}

@media (max-width: 430px){
	
	.locations .service_list ul{
		font-size: .9rem;
	}
}

@media (max-width: 390px){
	
	.locations .service_list ul{
		font-size: .7rem;
	}
}

@media (min-width: 768px){

	.locations #locations_list_top{
		position: relative;
		min-height: 550px;
		max-height: calc(100vh - 500px);
		padding-right: var(--pad);
		overflow-y: auto;
	}
}

.locations .no_loc{
	text-transform: uppercase;
	margin-bottom: 50px;
}

.locations .results_hdr{
	margin-bottom: 0.5em;
	font-size: 3rem;
	line-height: 1;
}

.locations #map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

.locations #map_wrap #map_controls button{
	position: relative;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	border: none;
	font-size: 2.5rem;
	color: #000000;
	line-height: 1;
	outline-color: #000;
	cursor: pointer;
}

.locations #map_zoom_in{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLXBsdXMiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICA8bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSIgLz4KICA8bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiIgLz4KPC9zdmc+Cg==");
}

.locations #map_zoom_out{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1pbnVzIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgPGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiIC8+Cjwvc3ZnPgo=");
}

@media (max-width: 1200px){
	
}

/* ===================== Location Block ===================== */

.loc_block{
	position: relative;
	justify-content: space-between;
	padding: 20px;
	margin-bottom: 28px;
	border-radius: 10px;
}

@media (min-width: 768px){
	
	.loc_block{
		display: flex;
	}
}

#main_listing .loc_block:nth-child( odd ){
	background-color: var(--sfg_lt_gray);
}

#search_results .loc_block:nth-child( even ){
	background-color: var(--sfg_lt_gray);
}

.loc_block + .loc_block::before{
	display: inline-block;
	position: absolute;
		top: -15px;
		left: 50%;
		z-index: 1;
	width: 97%;
	height: 2px;
	background-color: var(--sfg_lt_gray);
	content:'';

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}


.loc_block .top{
	font-size: 3rem;
	margin-bottom: 0.5em;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.loc_block .top .coming_soon{
	width: 100%;
	margin-top: 0.5em;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

.loc_block .top .loc_name{
	max-width: 235px;
	line-height: 1;
}

.loc_block .top .distance{
	font-family: var(--barlow);
	margin-left: .5em;
	font-size: .5em;
}

.loc_block .block_copy{
	margin-bottom: 1em;
}

.loc_block .info{
	font-family: var(--barlow_light);
	font-size: 1.3rem;
	line-height: 1.3;
}

.loc_block .phone_numbers{
	display: flex;
	margin-top: 30px;
	font-family: var(--barlow);
}

.loc_block .phone_numbers .phone .label{
	font-family: var(--barlow_light);
	text-transform: uppercase;
	font-size: .8rem;
}

.loc_block .phone_numbers .phone{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 25px;
	background-image: url(images/icons/phone.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 20px;
	font-size: 1.3rem;
}

.loc_block .phone_numbers .phone + .phone{
	margin-left: 25px;
}

.loc_block .today_hours{
	margin-top: 1em;
}

.loc_block .today_hours p{
	margin-bottom: 1em;
}

.loc_block .ctas{
	display: flex;
	flex-direction: column;
	flex: 0 0 200px;
}

.loc_block .ctas .cta{
	padding: 0.4em 1em 0.5em;
	margin-bottom: .5em;
	font-size: 1.5rem;
}

@media (max-width: 767px){
	
	.loc_block .info{
		margin-bottom: 25px;
	}

	.loc_block .phone_numbers{
		flex-direction: column;
		margin-top: 15px;
	}

	.loc_block .phone_numbers .phone + .phone{
		margin-left: 0;
	}

	.loc_block .phone_numbers .phone {
		margin-bottom: 1em;
	}

	.loc_block .ctas{
		width: 300px;
		max-width: 90%;
		margin: auto;
	}
}


/* ===================== Location Detail ===================== */

.loc_detail {
	padding-top: 50px;
	font-size: 1.5rem;
	line-height: 1.3;
}

.loc_detail .container{
	width: 1470px;
}

.loc_detail .cta{
	font-size: 1.5rem;
    padding: 0.5em 1em;
}

.loc_detail .cta_row,
.loc_detail .info_txt{
	padding-bottom: 1em;
}

.loc_detail #loc_info{
	flex: 1 1 55%;
}

.loc_detail #loc_info .top_info{
	grid-gap: 10px;
	grid-template-columns: auto auto;
}

@media (min-width: 768px){
	
	.loc_detail #loc_info .top_info{
		display: grid;
	}
}

.loc_detail #loc_info .hdr_add{
	grid-area: 1 / 1 / 2 / 2;
}

.loc_detail #loc_info .top_ctas{
	grid-area: 1 / 2 / 2 / 3;
}

.loc_detail #loc_info .full_hrs{
	grid-area: 2 / 1 / 3 / 3;
}

.loc_detail #loc_info .full_hrs p{
	margin-bottom: 1em;
}

.loc_detail #loc_info .full_hrs .holiday_hrs{
	margin-top: 1em;
}

.loc_detail #loc_info .loc_content{
	margin-bottom: 1em;
}

.loc_detail #loc_map_wrap{
	flex: 1 1 50%;
	min-height: 700px;
}

.loc_detail #loc_map{
	height: 100%;
}

.loc_detail .loc_name{
	margin-bottom: 0.5em;
	font-size: 3.5rem;
	line-height: .8;
}

.loc_detail .loc_title{
	font-family: var(--barlow);
	margin-bottom: .1em;
}

.loc_detail .coming_soon{
	padding: .5em 0;
}

.loc_detail .full_hrs tbody td:first-child{
	padding-right: 2em;
}

.loc_detail .full_hrs tbody td:last-child{
	text-transform: uppercase;
}

.loc_detail .menu_disclaimer,
.loc_detail #catering .copy{
	margin-bottom: 1em;
}

.loc_detail #catering .cta_row{
	align-items: flex-start;
}

.loc_detail .special_hrs{
	margin-top: 1em;
}

@media (min-width: 768px){

	.loc_detail #loc_info{
		padding-right: 100px;
		margin-top: 30px;
	}

	.loc_detail .cta_row .cta{
		margin-bottom: .5em;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

	.loc_detail #loc_map{
		height: 500px;
	}
}

@media (max-width: 767px){
	
	.loc_detail #loc_map_wrap{
		display: none;
	}

	.loc_detail .full_hrs{
		font-size: 1.3rem;
	}

}

@media (max-width: 400px){
	
	.loc_detail .full_hrs{
		font-size: 1rem;
	}
}

/* ===================== Popup Modal ===================== */

#popup{
    display: none;
    position: fixed;
	    top: 0;
	    left: 0;
		z-index: 110;
    width: 100vw;
    height: 100vh;
    pointer-events: auto;
    background-color: rgba(0,0,0,.5);
    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#popup_wrap{
	display: none;
	position: fixed;
		top: 50%;
		left: 50%;
		z-index: 100;
	max-width: 90%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	border-radius: var(--radius);

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

#popup_wrap.nooutline a:focus,
#popup_wrap.nooutline #popup_dismiss:focus{
	outline: none;
}

#popup_wrap .inner{
	display: flex;
	min-height: 350px;
}

#popup_wrap #popup_dismiss{
	position: absolute;
		top: -1.5em;
		right: .5em;
		z-index: 1;
	width: 1em;
	height: 1em;
	margin-top: 0;
	background-size: contain;
	font-size: 1.5rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNiAzNiIgIHhtbDpzcGFjZT0icHJlc2VydmUiIGZvY3VzYWJsZT0iZmFsc2UiIGZpbGw9IiNmZmYiPgoJPHBhdGggZD0iTTI0LjQ2OCAxOC4wMDFsMTAuOTkzIDEwLjk5M2MwLjcxMyAwLjcxMyAwLjcxMyAxLjg3NCAwIDIuNTg3bC0zLjg4MSAzLjg4MWMtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMTAuOTk1LTEwLjk5M2wtMTAuOTk1IDEwLjk5M2MtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMy44ODEtMy44ODFjLTAuNzEzLTAuNzEzLTAuNzEzLTEuODc0IDAtMi41ODdsMTAuOTk1LTEwLjk5M2wtMTAuOTk1LTEwLjk5NWMtMC43MTMtMC43MTMtMC43MTMtMS44NzQgMC0yLjU4N2wzLjg4Ni0zLjg4MWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDEwLjk5MyAxMC45OTVsMTAuOTk1LTEwLjk5NWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDMuODgxIDMuODgxYzAuNzEzIDAuNzEzIDAuNzEzIDEuODc0IDAgMi41ODdsLTEwLjk5MyAxMC45OTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}


#popup_wrap #popup_header{
	margin: 0 0 0.4em;
	font-size: 2rem;
	text-align: center;
}

#popup_wrap #popup_content{
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

#popup_wrap #popup_content h2{
	font-size: 3rem;
}

#popup_wrap #popup_content .big_link{
	font-size: 1.2rem;
}

#popup_wrap .app_links{
	justify-content: center;
}

#popup_overlay{
    /* display: none; */
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

#popup.show{
    display: block;
}

#popup.reveal{
    opacity: 1;
}

@media (min-width: 768px){

	#popup_wrap #popup_content{
		font-size: 2rem;
        padding: 2rem;
	}
}

@media (max-width: 767px){
    
    #popup_wrap{
			top: 270px;
		background-position: center bottom;
		background-size: 100% auto;
		transform: translate(-50%,0%);
	}

	#popup_wrap #popup_content{
		padding: 40px 6%;
		font-size: 1.5rem;
	}
}

@media (max-width: 500px){
	
	#popup_wrap #popup_header{
		font-size: 1.5rem;
	}

	#popup_wrap #popup_content h2{
		margin-bottom: 0.5em;
		font-size: 2.6rem;
	}

	#popup_wrap .app_links a{
		height: 45px;
	}
}

@media (max-height: 640px){
	
	#popup_wrap{
		height: 72vh;
	}
}

/* ===================== Allergen ===================== */

#nut_table{
	margin: auto;
	font-size: 1rem;
}

#nut_table td{
	padding: .5em;
}

.allergen_page .has_allergen{
	background-color: var(--sfg_red);
}

.allergen_page .has_allergen .sr-only{
	color: #ffffff;
}

/* .allergen_page h2{ */
/* 	font-size: 2rem; */
/* 	margin-bottom: 1em; */
/* 	font-weight: bold; */
/* } */

.allergen_page .table_overflow {overflow-x:auto;}
.allergen_page .container {
    width: 1100px;
	padding-bottom: 100px;
}

/* .allergen_page .page-content h2.section_title{text-align:left;margin-bottom:40px;  */
/* 	font-weight: bold; */
/* 	font-size: 1.7rem; */
/* } */

/* .allergen_page h3{ */
/* 	text-align:left; */
/* 	color:#a44c0e; */
/* 	color: var(--g_red); */
/* 	font-weight: bold; */
/* 	margin-bottom: 1em; */
/* 	font-size: 1.4rem; */
/* } */

.allergen_page table{width:100%;overflow-x:auto;}
.allergen_page .table-category{
	background:#F3F3F3;
}

.allergen_page tbody tr:first-child{
	border-top: none;
}

.allergen_page tr.table-category{
border-right:1px solid #000;
border-left:1px solid #000;
border-top:1px solid #000;
}

.allergen_page tr.table-footnote{border-right:1px solid #000;border-left:1px solid #000;}
.allergen_page tr.table-footnote span{
	max-width: 650px;
}

.allergen_page tr:last-child,
.allergen_page tr:last-child td{
	/* border-bottom: 1px solid #000; */
	border-bottom: none;
}


.allergen_page tr.table-category td{
	font-size: 1.2rem;
}

.allergen_page tr.table-category td span{
	font-size: small;
	padding-left: 20px;
	text-transform: initial;
}

.allergen_page tr.table-category td,
.allergen_page tr.table-footnote td{
	padding: .5em;
	font-weight: bold;
	text-align: left;
}

.allergen_page tr.table-footnote td{
	font-size: .8em;
	text-align: right;
}

.allergen_page .table-category td.recipe_data{
	border-left:0;
	border-right:0;
}

.allergen_page .table-category td.recipe_item,
.allergen_page .table-category td.recipe_data{
	border-left:0;
	border-right:0;
}

.allergen_page td.recipe_data span {
	font-size:1rem;
}

.allergen_page tr.table-category td.recipe_item .recipe_name{margin-left:0;}
.allergen_page td.recipe_item .recipe_name{margin-left:20px;}

.allergen_page th.recipe_header,.allergen_page td.recipe_header{    
    font-size: 0.8rem;
    width: auto;
	font-family: var(--nexa);
    font-weight: 600;
    padding: 3px 2px;
    border: 1px solid #000;
	text-align:left;
	padding:4px;
	white-space: nowrap;
}
.allergen_page td.recipe_item{
	width: auto;
    padding:4px;
	border: 1px solid #000;
	font-size: 0.9rem;
}
.allergen_page td.recipe_data{
	width: auto;
	padding:4px;
	border: 1px solid #000;
	font-size: 1.2rem;
	text-align: left;
}

.allergen_page #allergens{
	text-align: left;
    width: 67%;
    float: right;
    border: 1px solid #000;
    border-bottom: none;
	font-weight:700;
	overflow-x:hidden;
}
.allergen_page table{
	/* margin-bottom:100px; */
}

.allergen_page .nut_table_container.row{
	text-align: center;
}

.allergen_page h3.table_name{
	position: relative;
	display: inline-block;
}

.allergen_page h3.table_name::before,
.allergen_page h3.table_name::after{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: .4em;
    height: 3px;
	background-color: #a44c0e;
	font-size: inherit;
	content:'';

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

.allergen_page h3.table_name::before{
	left: -1em;
}

.allergen_page h3.table_name::after{
	right: -1em;
}
.allergen_page tbody .sub_headers:first-child{
	background:red;
}
table.floatThead-table {
    background-color: #fff;
}
table.floatThead-table tr.header_row th{
    border-top: none;
    background-color: #fff;
	padding-top: 60px;
	font-weight:700;
}


@media (max-width: 768px){
	.allergen_page table{
		width: 768px;
		position: relative;
	}

	.allergen_page h3.table_name{
		font-size:1.4rem;
	}
	.allergen_page .content_row.table-category .recipe_name{
		font-size:0.9rem;
	}
	table.floatThead-table tr.header_row th{
	padding-top: 100px;
	background: red;
	z-index:100
	}

	.nutritional_page table{
		min-width: 600px;
	}

}

.menu_detail .hfb_preorder{
	display: none;
}

.menu_detail.holiday_favorites_bundle .hfb_preorder{
	display: block;
}

.promotions .ani_contain{
	position: relative;
		z-index: 1;
	width: 800px;
	max-width: 100%;
	margin: auto;
}

.promotions .no_promo{
	font-family: var(--holtz_text);
	font-size: 4rem;
	color: var(--sfg_red);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
	text-transform: lowercase;
}

.promotions .no_promo p{
	line-height: 1;
}

.promotions .ani_contain .ani_sprite{
	margin: auto;
}

.promotions .disclaimer{
	font-size: 0.67em;
	line-height: 1.3em;
	margin-bottom: 2.5em;
}

.reg_menu_table .table-category h3 span,
.reg_menu_table .table-category h2 span{
	font-size:small;
	text-transform:initial;
	padding-left:20px;
}

.allergen_page td.recipe_data.sub_item:first-child{
	font-size:1rem;
	text-transform:initial;
	padding-left:20px;
}

.nutritional_page .tbl-container { 
	max-height: fit-content;
	border-bottom: 1px solid black;
}
.nutritional_page .tbl-fixed{
	position: relative;
	height: fit-content;
	max-height: 70vh;
	overflow: auto;
	margin-top: 40px;
	
}
.nutritional_page table {
/*	min-width: max-content;	*/
	border-collapse: collapse;	
	width:100%;
	max-width:100%;
}
.nutritional_page table thead {
    position: sticky;
    top: -1px;
	color:#fff;
	background:rgb(161, 43, 42);
	border:1px solid white;
  }
 
	/* .nutritional_page .allergen_page h2 { */
	/* 	font-size: 1.5rem; */
	/* 	margin-bottom: -1em; */
	/* 	font-weight: bold; */
	/* }  */
  @media (max-width: 600px) {
	.nutritional_page .tbl-fixed {
		max-height: 75vh;
		margin-top: 30px;
	}
	.nutritional_page .std_page_title {
		font-size: 3rem;
		padding: 0em 0 .2em;
	}
	/* .nutritional_page .allergen_page h2 { */
	/* 	font-size: 1.3rem; */
	/* 	margin-bottom: -1em; */
	/* 	font-weight: bold; */
	/* } */
}

#cmplz-cookiebanner-container,
#cmplz-manage-consent{
	position: relative;
	z-index: 100;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner{
	border-radius: 0px;
	max-width: 660px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header{
	grid-template-columns: 88% 0px 10%;
}



#cmplz-cookiebanner-container .cmplz-title{
	font-weight: bold;
	font-family: var(--barlow);
	text-transform: uppercase;
	font-size: 1.5rem;
	grid-column-start: 1;
	display: block;
}

#cmplz-cookiebanner-container .cmplz-close,
#cmplz-cookiebanner-container .cmplz-close svg{
	width: 30px;
	height: 30px;
}

#cmplz-cookiebanner-container .cmplz-message, #cmplz-cookiebanner-container .cmplz-categories{
	width: 100%;
}

#cmplz-cookiebanner-container .cmplz-message{
	font-size: 0.9rem;
	margin-bottom: 0px;
}

#cmplz-cookiebanner-container .cmplz-message p{
	margin-bottom: 10px;
}

#cmplz-cookiebanner-container  .cmplz-links .cmplz-link{
	font-size: 1rem;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner{
	grid-row-gap: 5px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences{
	/* display: inline-block; */
    padding: 0.4em 2em 0.5em;
    background-color: var(--sfg_red);
    border-radius: 1.1em;
    border: 2px solid transparent;
    line-height: 1;
    font-family: var(--barlow_cond);
    font-size: var(--cta_size);
    color: var(--sfg_cream);
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out;
	font-size: 1.5rem;
    height: auto;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}

/* #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
	background-color: var(--sfg_black);
} */

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
	background-color: #ffffff;
	text-decoration: underline;
	border: none;
	/* display: inline-block; */
    padding: 0.4em 2em 0.5em;
    line-height: 1;
    height: auto;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences{
	display: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
    background-color: var(--sfg_cream);
    color: var(--sfg_red);
    border-color: var(--sfg_red);
}

/* #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover{
	background-color: var(--sfg_cream);
    color: var(--sfg_black);
    border-color: var(--sfg_black);
} */

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover{
	text-decoration: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link{
	color: #181818;
	text-transform: capitalize;
}

@media (max-width: 768px) {
    #cmplz-manage-consent .cmplz-manage-consent {
        display: block !important;
    }
}


#cmplz-document{
	max-width: unset;
	font-size: unset;
}

#cmplz-document h2{
	font-size: unset;	
}

#cmplz-document p{
	font-size: unset;
}

#cmplz-datarequest-form{
	display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{
	font-size: 14px;
}

body.cmplz-document .cmplz-document h3{
	font-weight: bold;
}

#cmplz-document li{
	font-size: unset;
}

#cmplz-manage-consent .cmplz-manage-consent {
	bottom: 0px !important;
	background-color: var(--sfg_red) !important;
	color: var(--sfg_cream) !important;
	animation: none !important;
	text-transform: uppercase;
	font-family: var(--barlow);
}

@media print {
	#primary_nav #main_logo{
		width: 10%;
	}
	
	
	body{
		color: #000000;
	}
	
	
	.container{
		width: 90% !important;
	}
	
	.noPrint {
		display:none;
	}
	
	.page-template-tpl_nutrition-php header,
	.page-template-tpl_nutrition-php footer{
		display: none;
	}

	.page-template-tpl_nutrition-php h1{
		padding: 1em 0 0;
		font-size: 3rem;
		color: #000000;
	}

	.nutritional_page table thead{
		position: static;
	}

	.nutritional_page table th,
	.allergen_page .table-category,
	.allergen_page td.recipe_data,
	table{
		color: #000000;
		background: none;
	}
	
	.nutritional_page .tbl-fixed{
		overflow: visible;
		max-height: unset;
	}
	
	.allergen_page .container{
		padding: 0 0 100px;
	}

	.nutritional_page table thead{
		background-color: #ffffff;
	}

	.allergen_page th.recipe_header, 
	.allergen_page td.recipe_header,
	.allergen_page td.recipe_data,
	.reg_menu_table .table-category h3 span,
	.reg_menu_table .table-category h2 span,
	.allergen_page td.recipe_data.sub_item:first-child,
	.allergen_page tr.table-category td, 
	.allergen_page tr.table-footnote td{
		font-size: .6rem;
	}
	
	.allergen_page td.has_allergen:before{
		content: "X";
		font-weight: bold;
	}
	
	#cmplz-cookiebanner-container{
		display: none;
	}
}

/* blog */

.blog_page h1{
	font-size: 9rem;
    margin-bottom: 50px;
}

.blog_page #articles{
	padding-bottom: 100px;
}

.blog_page .blog_header form{
	width: 400px;
	max-width: 97%;
	margin: auto;
}

.blog_page .blog_header form {
	text-align: center;
}

.blog_page .blog_header form #s{
	margin-bottom: 20px;
}

.blog_page .blog_header form #searchsubmit{
	font-size: 1.3rem;
    width: auto;
}

.blog_page a.hover_line{
	color: var(--sfg_red);
	transition: all .3s ease-in-out;
	text-decoration-color: transparent;
	text-decoration-thickness: 6px;
}

.blog_page a.hover_line:hover{
	text-decoration-color: inherit;
}

.blog_page article{
	padding: 2em 0;
}

.blog_page article + article{
	border-top: 1px solid black;
}

.blog_page .article_date,
.blog_page article p{
	font-size: 1.6rem;
	margin-bottom: 1em;
}

.blog_page .entry-title{
	margin-bottom: .5em;
	font-family: var(--holtz_text);
	font-size: 6em;
	color: var(--sfg_red);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
	text-transform: lowercase;
}

.blog_page .content{
	margin-bottom: 1em;
}

.blog_page .continue{
	text-transform: uppercase;
}

/* redirect cpt */

.single-dbc_redirect #content{
	box-shadow: none;
}

.single-dbc_redirect #cmplz-manage-consent{
	display: none;
}

.dbc_redirect {
	padding: 100px 20px 50px;
}

.dbc_redirect h1{
	font-family: var(--holtz_text);
	font-size: 3rem;
	font-size: 6em;
	text-transform: uppercase;
	color: var(--sfg_red);
	line-height: var(--holtz_lh);
	word-spacing: var(--holtz_ws);
}

.dbc_redirect .loader_wrap{
	text-align: center;
    padding: 50px 0;
}

.dbc_redirect .loader_wrap .loader_circles{
	fill: var(--primary);
	width: 80px;
}

.dbc_redirect .redirect_content{
	margin-bottom: 50px;
}

@media (max-width: 600px){
	
	.dbc_redirect h1{
		font-size: 5rem;
	}
}

@media (max-width: 350px){
	
	.dbc_redirect h1{
		font-size: 1.5rem;
	}
}

/* ===================== Loader ===================== */

.loader_circles .circle_inner{
	animation: 3s linear reverse infinite c_inner_rotate;
	transform-origin: center;
	fill: var(--sfg_red);
}

.loader_circles .circle_outer{
	animation: 3s linear infinite c_outer_rotate;
	transform-origin: center;
	fill: var(--sfg_red);
}

@keyframes c_inner_rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }
@keyframes c_outer_rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }


/* App Banner */

#app_banner_wrap{
	display: none;
	position: -webkit-sticky;
	position: sticky;
		top: 0;
		z-index: 200;
	padding: 20px 15px;
	background-color: #ffffff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px){
	
	#app_banner_wrap.active{
		display: block;
	}
}

#app_modal_dismiss{
	flex: 0 0 16px;
	height: 50px;
	overflow: hidden;
	-webkit-appearance: none;
	background-color: transparent;
	background-position: left;
	background-size: 16px;
	border: none;
	font-size: 1rem;
	cursor: pointer;
}

#app_banner_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

#app_banner_content .logo{
	flex: 0 0 72px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

#app_banner_content .copy{
	font-size: 1em;
	line-height: 1;
	flex: 1 1 auto;
}

#app_banner_content .copy .tag{
	font-family: var(--barlow);
	font-size: 1rem;
	color: var(--sfg_red);
	text-transform: uppercase;
}

#app_banner_content .copy .bebas{
	font-size: 1.4em;
}

#get_app_link{
	font-size: 1rem;
}

@media (max-width: 500px){
	
	#app_banner_content .logo{
		flex: 0 0 58px;
	}

	#app_banner_content .copy{
		font-size: .8rem;
	}

	#app_banner_content .cta.rnded{
		font-size: 1.2rem;
	}
}

@media (max-width: 380px){
	
	#get_app_link{
		padding-left: 1em;
		padding-right: 1em;
	}
}

.app_landing{
	height: calc(100vh - 620px);
	min-height: 600px;
}

.app_landing h1{
	max-width: 520px;
	margin: 1em auto 1em;
	font-size: 6rem;
	text-align: center;
}

@media (max-width: 515px){
	.app_landing h1{
		font-size: 4rem;
	}
}

@media (max-width: 325px){

	#app_banner_content .copy .tag{
		font-size: .8rem;
	}
}

/* ===================== Popups ===================== */

#pop_ext_link{
	display: none;
	position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);

	-webkit-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

#pop_ext_link_wrap{
	position: fixed;
		top: 300px;
		left: 50%;
		z-index: 110;
	max-width: 85%;
	width: 1em;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}


#pop_ext_link_dismiss{
	position: absolute;
		top: 7%;
		right: 2%;
		z-index: 1;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 4rem;
	cursor: pointer;
}

@media (max-width: 767px){
	
	#pop_ext_link_dismiss{
		top: 0;
	}
}

#pop_ext_link_wrap{
	width: 760px;
	max-width: 90%;
	padding: 2em;
	background-color: #ffffff;
	font-size: 1rem;
	color: #000000;
}

#pop_ext_link_wrap p{
	margin-bottom: .5em;
	font-size: 1.5rem;
}

#pop_ext_link_wrap .cta_row{
	margin-top: 40px;
}

#pop_ext_link_wrap .cta_row .modal_btn{
	margin: 0 1em;
}

#pop_ext_link_dismiss{
		top: -1.5em;
		right: .5em;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNiAzNiIgIHhtbDpzcGFjZT0icHJlc2VydmUiIGZvY3VzYWJsZT0iZmFsc2UiIGZpbGw9IiNmZmYiPgoJPHBhdGggZD0iTTI0LjQ2OCAxOC4wMDFsMTAuOTkzIDEwLjk5M2MwLjcxMyAwLjcxMyAwLjcxMyAxLjg3NCAwIDIuNTg3bC0zLjg4MSAzLjg4MWMtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMTAuOTk1LTEwLjk5M2wtMTAuOTk1IDEwLjk5M2MtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMy44ODEtMy44ODFjLTAuNzEzLTAuNzEzLTAuNzEzLTEuODc0IDAtMi41ODdsMTAuOTk1LTEwLjk5M2wtMTAuOTk1LTEwLjk5NWMtMC43MTMtMC43MTMtMC43MTMtMS44NzQgMC0yLjU4N2wzLjg4Ni0zLjg4MWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDEwLjk5MyAxMC45OTVsMTAuOTk1LTEwLjk5NWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDMuODgxIDMuODgxYzAuNzEzIDAuNzEzIDAuNzEzIDEuODc0IDAgMi41ODdsLTEwLjk5MyAxMC45OTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

@media (max-width: 767px){

	#pop_ext_link_wrap .cta_row{
		gap: 20px;
	}

	#pop_ext_link_wrap{
		top: 300px;
	}
}

header .info_banner{
	padding: .5em 10px;
	background-color: var(--sfg_red);
	font-size: 1.2rem;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 767px){
	
	header .info_banner{
		position: relative;
		z-index: 100;
	}

}

/* datepicker a11y */
.dbc_datepicker {
  margin-top: 1em;
  position: relative;
  --text_color: #fff;
  --bezel_color: var(--sfg_dark_red);
}

main#content .dbc_datepicker_field button.dbc_calendar_icon:focus-visible,
main#content .dbc_datepicker-dialog table.dates td:focus-visible,
main#content .dbc_datepicker button:focus-visible{
	outline: 2px #fff solid;
	outline-offset: 0;
	box-shadow: 0 0 0 4px #000;
}

.dbc_datepicker-dialog table.dates td:focus-visible,
.dbc_datepicker button:focus-visible{
	position: relative;
}

.dbc_datepicker .group {
	display: inline-block;
	position: relative;
	width: 13em;
}

.dbc_datepicker button.icon {
	position: relative;
	top: 0.25em;
	margin: 0;
	padding: 4px;
	border: 0 solid #005a9c;
	background-color: #fff;
	border-radius: 5px;
}

.dbc_datepicker .desc {
	position: absolute;
	left: 0;
	top: 2em;
}

.dbc_datepicker button.icon:focus {
	outline: none;
	padding: 2px;
	border-width: 2px;
	background-color: #def;
}

.dbc_datepicker-dialog {
	display: none;
	position: absolute;
	width: 320px;
	clear: both;
	padding: 0;
	margin-top: 0.15em;
	background-color: #fff;
	border-radius: 5px;
	border: 3px solid var(--bezel_color);
}

.dbc_datepicker-dialog .header {
	cursor: default;
	background-color: var(--bezel_color);
	padding: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--text_color);
	display: flex;
	justify-content: space-around;
}

.dbc_datepicker-dialog h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 1em;
	color: var(--text_color);
	text-transform: none;
	font-weight: bold;
	border: none;
}

.dbc_datepicker-dialog button {
	border-style: none;
	background: transparent;
}

.dbc_datepicker-dialog button::-moz-focus-inner {
	border: 0;
}

.dbc_datepicker-dialog .dates {
	width: 320px;
}

.dbc_datepicker-dialog .cal_btn svg{
	width: 100%;
	height: 100%;
}

.dbc_datepicker-dialog .prev-year,
.dbc_datepicker-dialog .prev-month,
.dbc_datepicker-dialog .next-month,
.dbc_datepicker-dialog .next-year {
	width: 24px;
	height: 24px;
	padding: 0;
	color: var(--text_color);
}

.dbc_datepicker-dialog .prev-year:focus,
.dbc_datepicker-dialog .prev-month:focus,
.dbc_datepicker-dialog .next-month:focus,
.dbc_datepicker-dialog .next-year:focus {
	border-radius: 4px;
}

.dbc_datepicker-dialog .prev-year:hover,
.dbc_datepicker-dialog .prev-month:hover,
.dbc_datepicker-dialog .next-month:hover,
.dbc_datepicker-dialog .next-year:hover {
	border: 1px solid var(--text-color);
	border-radius: 4px;
}

.dbc_datepicker-dialog .dialog-ok-cancel-group {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.dbc_datepicker-dialog .dialog-ok-cancel-group button {
	width: 5em;
	padding: 6px;
	margin-left: 1em;
	background-color: var(--bezel_color);
	border-radius: 5px;
	font-family: inherit;
	font-size: 0.85em;
	color: #ffffff;
}

.dbc_datepicker-dialog .dialog-button:hover {
	padding: 5px;
	border: 1px solid black;
}

.dbc_datepicker-dialog .fa-calendar-alt {
	color: var(--bezel_color);
}

.dbc_datepicker-dialog .month-year {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 12em;
	margin: 0;
	font-size: 1rem;
	text-align: center;
}

.dbc_datepicker-dialog table.dates {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	border: none;
	border-collapse: separate;
}

.dbc_datepicker-dialog table.dates th,
.dbc_datepicker-dialog table.dates td {
	text-align: center;
	background: white;
	color: black;
	border: none;
}

.dbc_datepicker-dialog table.dates tr {
	border: 1px solid black;
}

.dbc_datepicker-dialog table.dates td {
	width: 40px;
	height: 40px;
	padding: 3px;
	margin: 0;
	background: #eee;
	font-size: 15px;
	line-height: inherit;
	vertical-align: middle;
}

.dbc_datepicker-dialog table.dates td.disabled {
	padding: 2px;
	border: none;
	height: 41px;
	width: 41px;
}

.dbc_datepicker-dialog table.dates td:focus,
.dbc_datepicker-dialog table.dates td:hover {
	padding: 0;
	background-color: var(--bezel_color);
	color: black;
}

.dbc_datepicker-dialog table.dates td:focus {
	/* padding: 1px; */
	/* border: 2px solid rgb(100 100 100); */
	/* outline: 0; */
}

.dbc_datepicker-dialog table.dates td.noselect{
	opacity: .6;
	pointer-events: none;
	text-decoration: line-through;
}

.dbc_datepicker-dialog table.dates td:not(.noselect):focus,
.dbc_datepicker-dialog table.dates td:not(.noselect):hover {
	padding: 0;
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker-dialog table.dates td:not(.disabled):hover {
	padding: 2px;
	border: 1px solid rgb(100 100 100);
}

.dbc_datepicker-dialog table.dates td[aria-selected] {
	padding: 1px;
	border: 2px dotted rgb(100 100 100);
}

.dbc_datepicker-dialog table.dates td[aria-selected]:focus {
	padding: 1px;
}

.dbc_datepicker-dialog table.dates td[tabindex="0"] {
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker-dialog .dialog-message {
	padding: 0.25em;
	padding-left: 1em;
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker_field{
	margin-bottom: 10px;
}

.dbc_datepicker_field .group{
	position: relative;
}

.dbc_datepicker_field [id*=gforms_calendar_icon]{
	display: none;
}

.floating_labels .dbc_datepicker_field:not(.unfloat) label{
	background-color: #ffffff;
}

button.dbc_calendar_icon{
	position: absolute;
		top: 70%;
		right: 2em;
		z-index: 1;
	width: 2em;
	height: 2em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-image: url(images/icons/datepicker/icon-calendar.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	color: #000;
	cursor: pointer;
	transform: translateY(-50%);
}

.gfield.gfield_error button.dbc_calendar_icon{
	top: 54%;
}

.gfield.no_float_label button.dbc_calendar_icon{
	top: 68%;
}

.dbc_datepicker_field .desc{
	position: absolute;
		bottom: -.6em;
		left: 1em;
}


@media (max-width: 767px){

	.dbc_datepicker_field .desc{
		bottom: -1.6em;
	}
}

.single-home_slide .slick-dotted.slick-slider{
	margin-bottom: 0;
}

@media (min-width: 768px){
	
	.single-home_slide .slick-dots{
		display: none !important;
	}
}

@media (max-width: 767px){
	
	.single-home_slide .slick-arrow{
		display: none !important;
	}
}

/* catering gallery */
.page-template-tpl_catering_gallery #content{
	z-index: auto;
}

.catering_gallery {
	padding-top: 50px;
}

.catering_gallery .top_copy{
	margin-top: 50px;
}

.catering_gallery h1{
	font-size: 5rem;
	color: var(--sfg_red);
	text-align: center;
}

.catering_gallery .gallery_images {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.catering_gallery .gallery_item {
	width: 100%;
}

.catering_gallery .gallery_item button{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	color: #000;
	cursor: pointer;
}

.catering_gallery .gallery_item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	transition: transform .5s ease-in-out;
}

.page-template-tpl_catering_gallery #menu_item_slider img{
	width: 1000px;
	height: 800px;
	object-fit: cover;
}

@media (max-width: 767px){

	.page-template-tpl_catering_gallery #menu_item_slider img{
		height: 79vw;
	}
}

@media (min-width: 768px){

	.catering_gallery .gallery_item img:hover{
		transform: scale(1.04);
	}

	.catering_gallery .gallery_images {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.catering_gallery .gallery_item:nth-child(1){
		grid-area: 1 / 1 / 3 / 3;
	}

	.catering_gallery .gallery_item:nth-child(2){
		grid-area: 1 / 3 / 2 / 5;
	}

	.catering_gallery .gallery_item:nth-child(2) img{
		aspect-ratio: 2 / 1;
	}

	.catering_gallery .gallery_item:nth-child(3){
		grid-area: 2 / 3 / 3 / 4;
	}

	.catering_gallery .gallery_item:nth-child(4){
		grid-area: 2 / 4 / 3 / 5;
	}

	.catering_gallery .gallery_item:nth-child(5){
		grid-area: 3 / 1 / 4 / 2;
	}

	.catering_gallery .gallery_item:nth-child(6){
		grid-area: 4 / 1 / 5 / 2;
	}

	.catering_gallery .gallery_item:nth-child(7){
		grid-area: 3 / 2 / 5 / 3;
	}

	.catering_gallery .gallery_item:nth-child(8){
		grid-area: 3 / 3 / 5 / 5;
	}

	/* -- */
	.catering_gallery .gallery_item:nth-child(9){
		grid-area: 5 / 1 / 7 / 3;
	}

	.catering_gallery .gallery_item:nth-child(10){
		grid-area: 5 / 3 / 6 / 5;
	}

	.catering_gallery .gallery_item:nth-child(10) img{
		aspect-ratio: 2 / 1;
	}

	.catering_gallery .gallery_item:nth-child(11){
		grid-area: 6 / 3 / 7 / 4;
	}

	.catering_gallery .gallery_item:nth-child(12){
		grid-area: 6 / 4 / 7 / 5;
	}
}

@media (max-width: 767px){
	
	.catering_gallery .gallery_item:nth-child(2) img,
	.catering_gallery .gallery_item:nth-child(8) img,
	.catering_gallery .gallery_item:nth-child(10) img{
		aspect-ratio: 2 / 1;
	}

	.catering_gallery .gallery_item:nth-child(1),
	.catering_gallery .gallery_item:nth-child(2),
	.catering_gallery .gallery_item:nth-child(8),
	.catering_gallery .gallery_item:nth-child(9),
	.catering_gallery .gallery_item:nth-child(10){
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.catering_gallery .gallery_item:nth-child(7),
	.catering_gallery .gallery_item:nth-child(15){
		grid-area: 4 / 2 / 6 / 3
	}
}

#menu_item_slider{
	background-color: #ffffff;
    display: none;
    position: fixed;
	    top: 184px;
	    left: 50%;
	    z-index: -1;
    width: 900px;
    max-width: 95%;
    opacity: 0;
    box-shadow: 0 4px 9px 3px rgba(0, 0, 0, 0.2);

    transition: opacity .3s ease-in-out;
    transform: translate(-50%,0%);
}

@media (max-width: 767px){
	#menu_item_slider{
		top: 44px;
	}
}

@media  (max-height: 1100px){
	#menu_item_slider{
		top: 65px;
	}
}

@media (min-height: 501px) and (max-height: 1100px){
	.page-template-tpl_catering_gallery #menu_item_slider img{
		max-height: calc(100vh - 160px);
	}
}

@media (max-height: 500px){
	#menu_item_slider{
		position: absolute;
	}
}

#slider_overlay{
	display: none;
	position: fixed;
		top: 0;
		left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .3s ease-in-out;
}

#slider_overlay.display,
#menu_item_slider.display{
    display: block;
}

#slider_overlay.fade,
#menu_item_slider.fade{
    opacity: 1;
    z-index: 1000;
}

#slider_overlay.fade{
	z-index: 900;
}

#menu_item_slider .menu_item_slide{
    background-color: #FFF;
    height: 100%;
}

#menu_item_slider .menu_item_slide .slide_img{
    width: 61%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

#menu_item_slider .menu_item_slide .slide_title{
	line-height: .8;
	padding: 10px 38px 15px;
	font-size: 3rem;
	color: var(--sfg_red);
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 767px){
	
	#menu_item_slider .menu_item_slide .slide_title{
		font-size: 2rem;
	}
}

#menu_item_slider .menu_item_slide .slide_copy{
    padding: 38px;
    font-size: 1.3rem;
}

#menu_slider_dismiss{
	position: absolute;
		top: -1em;
		right: -1em;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNiAzNiIgIHhtbDpzcGFjZT0icHJlc2VydmUiIGZvY3VzYWJsZT0iZmFsc2UiIGZpbGw9IiNmZmYiPgoJPHBhdGggZD0iTTI0LjQ2OCAxOC4wMDFsMTAuOTkzIDEwLjk5M2MwLjcxMyAwLjcxMyAwLjcxMyAxLjg3NCAwIDIuNTg3bC0zLjg4MSAzLjg4MWMtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMTAuOTk1LTEwLjk5M2wtMTAuOTk1IDEwLjk5M2MtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMy44ODEtMy44ODFjLTAuNzEzLTAuNzEzLTAuNzEzLTEuODc0IDAtMi41ODdsMTAuOTk1LTEwLjk5M2wtMTAuOTk1LTEwLjk5NWMtMC43MTMtMC43MTMtMC43MTMtMS44NzQgMC0yLjU4N2wzLjg4Ni0zLjg4MWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDEwLjk5MyAxMC45OTVsMTAuOTk1LTEwLjk5NWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDMuODgxIDMuODgxYzAuNzEzIDAuNzEzIDAuNzEzIDEuODc0IDAgMi41ODdsLTEwLjk5MyAxMC45OTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

#menu_item_slider .slick-arrow{
		top: 50%;
		bottom: auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34%;
	border-radius: 100%;
	border: 2px solid var(--sfg_red);
	font-size: 3rem;
	text-indent: -1000em;
	transform: translateY(-50%);
}

#menu_item_slider .lt_arrow{
	background-image: url(images/icons/arrow-left-plain.svg);
	left: -30px;
}

#menu_item_slider .rt_arrow{
	background-image: url(images/icons/arrow-right-plain.svg);
	right: -30px;
}

@media (max-width: 1100px){
	
	#menu_slider_dismiss{
		right: 0;
		top: -1.2em;
	}

	#menu_item_slider .lt_arrow{
		left: 0;
	}

	#menu_item_slider .rt_arrow{
		right: 0;
	}
}

/* recipe for goodness */

.recipe_goodness .hero img{
	width: 100%;
	height: auto;
}

.recipe_goodness .top_content{
	padding: 40px 0;
	background-color: #ececec;
	font-size: 2rem;
	font-weight: 600;
}

.recipe_goodness .top_content p{
	margin-bottom: 1em;
}

.recipe_goodness .blocks_heading{
	margin: 50px 0 70px;
	font-family: var(--holtz_text);
	font-size: 5rem;
	color: var(--sfg_red);
	line-height: .8em;
	text-align: center;
	text-transform: uppercase;
}

.recipe_goodness .blocks_container{
	width: 1370px;
}

.recipe_goodness .info_blocks .info_block + .info_block{
	margin-top: 30px;
}

.recipe_goodness .info_blocks .info_block .image{
	flex: 0 0 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.recipe_goodness .info_blocks .info_block .copy{
	flex: 0 0 50%;
	padding: 90px;
	background-color: #ececec;
	font-size: 1.3rem;
}

.recipe_goodness .info_blocks .info_block .copy h2,
.recipe_goodness .info_blocks .info_block .copy h3{
	font-family: var(--holtz_text);
	font-size: 3.2rem;
	color: var(--sfg_red);
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.recipe_goodness .info_blocks .info_block .copy h2 sup,
.recipe_goodness .info_blocks .info_block .copy h3 sup{
	font-size: .5em;
    top: -.6em;
}

.recipe_goodness .bottom_copy{
	padding: 40px 0;
}

@media (min-width: 901px){

	.recipe_goodness .info_blocks .info_block{
		display: flex;
	}

	.recipe_goodness .info_blocks .info_block:nth-child(even) .image{
		order: 2;
	}

	.recipe_goodness .info_blocks .info_block:nth-child(even) .copy{
		order: 1;
	}
}

@media (max-width: 900px){
	
	.recipe_goodness .info_blocks .info_block .image{
		height: 300px;
	}
}

@media (max-width: 767px){
	
	.recipe_goodness .top_content{
		font-size: 1.5rem;
	}

	.recipe_goodness .blocks_heading{
		font-size: 3rem;
	}

	.recipe_goodness .info_blocks .info_block .copy{
		padding: 40px;
	}
}
