/*
Theme Name: Ruby's 2022
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.3;
}
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;
}

.legal-table {
	margin-bottom: 30px;
}

.legal-table th {
	border: 1px solid black;
	padding: 10px;
}

.legal-table td {
	border: 1px solid black;
	padding: 10px;
}

*{
	box-sizing: border-box;
}

img{
	display: block;
	max-width: 100%;
}

textarea {
  white-space: revert;
  width: 100%;
}

svg{
    max-width: 100%;
    max-height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}

:root {
	--primary: #ea1c2b;
	--primary_cta: #e51523;
	--primary_alt: #a5121c;
	--secondary: #3d3835;
	--tertiary: #fff6d6;
	--title_font: bungee,sans-serif;
	--title_solid_weight: 500;
	--title_inline_weight: 600;
	--copy_font: rubik,sans-serif;
	--radius: 13px;
	--std_m: 40px;
	--gray: #757575;
	--offwhite: #f7f7f7;
	--bright_yellow: #ffe600;
	--ss_green: #097885;
}

html{
	overflow-y: scroll;
}

body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	color: #000000;
	background-color: #ffffff;
	font-family: var(--copy_font);
	font-weight: 600;
}

.container{
    width: 1340px;
    padding: 0 20px;
    margin: auto;
    max-width: 100%;
}

.container.small_cont{
	width: 900px;
}

.container.form_cont{
	width: 645px;
}

/* ===================== Lazy ===================== */

.lazy{
	background-image: none !important;
}

/* ===================== Forms ===================== */

input,
select,
textarea{
	padding: .5em 1em;
	background-color: #ffffff;
	border-radius: 1em;
	border: 1px solid var(--gray);
	font-family: inherit;
	font-size: 1em;
	line-height: 2;
}

input:not([type=checkbox]):not([type=radio]),
select{
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type=checkbox],
input[type=radio]{
	width: 1.5em;
    height: 1.5em;
}

button{
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-family: inherit;
	cursor: pointer;
}

button.pev_none,
button svg{
	pointer-events: none;
}

.select_wedge,
select{
    background-repeat: no-repeat;
    background-position: right 13px center;
	background-image: url(images/icons/down_arrow_gray.svg);
	color: inherit;
}

/* ===================== Gravity Forms ===================== */

.gform_wrapper{
    margin-top: 30px;
}

@media (min-width: 768px){
	.gform_fields {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.gform_required_legend{
	text-align: right;
    padding: 0.5em 0;
}

.gform_validation_container {
	display: none;
}

.gfield{
	flex: 0 0 100%;
	margin-bottom: 30px;
	text-align: left;
}

.gfield input:not([type=checkbox]):not([type=radio]),
.gfield select,
.gfield textarea{
	width: 100%;
}

.gfield_radio .gchoice{
	display: flex;
	align-items: flex-end;
    line-height: 1;
	margin-bottom: .5em;
}

.safari_browser .gfield_radio .gchoice{
	display: flex;
	align-items: center;
}

.gfield--width-half{
	flex: 0 0 48%;
}

.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;
}

.gfield.hide_legend legend,
.gfield.hide_label label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

/*.gform_body input:not([type=submit]):not(type=radio),*/
.gform_body select,
.gform_body textarea{
	width: 100%;
}

.gform_validation_errors{
	text-align: center;
}

.gform_wrapper .validation_error,
.gfield_description.validation_message{
    margin-top: 2px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.05em;
    color: #FF0000;
    text-transform: uppercase;
}

.gform_confirmation_message{
	text-align: center;
    padding: 40px 0;
    font-size: 25px;
}

.form_submitted .hide_on_submit{
    display: none;
}

/* calendar icon */
.ui-datepicker-trigger{
    position: absolute;
    top: 16px;
    right: 12px;
    width: 1em;
    height: 1em;
    font-size: 1.05em;
}

/* 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.2em;
	    left: 0;
    width: 1em;
    height: 1em;
    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:  "\2713"; /* thin check */
    transition: all .2s;
    cursor: pointer;
}

.gfield_checkbox input:focus-visible + label::before{
	outline: 2px solid #000;
}

.gfield_visibility_hidden{
    display: none;
}

.gfield.no_year .gfield_date_dropdown_year{
	display: none;
}

.gfield.birthday .ginput_complex .ginput_container{
	width: 100%;
	flex: 0 0 45%;
}

.gfield.birthday select{
	margin-bottom: 10px;
}

@media (min-width: 768px){
	.gfield.birthday select{
		margin-bottom: 0;
	}

	.gfield.birthday .ginput_complex {
		display: flex;
		justify-content: space-between;
	}
}

/* ===================== Datepicker ===================== */

.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: var(--dusk_blue);
	background-image: url(images/icons/l-arrow.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: var(--dusk_blue);
	background-image: url(images/icons/r-arrow.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: 24px 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
}
/* ===================== A11y ===================== */

body :focus:not(:focus-visible) {
  outline-color: transparent;
}


.sr-only {
    position: absolute;
	color: #000000 !important;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    padding: 0;
    margin: -1px;
    border: 0;
	background-color: #ffffff !important;
}

.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: #ffffff !important;
	font-size: 1em;
	color: #000000 !important;
	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;
}

.big_copy{
	font-size: 1.3rem;
	font-weight: bold;
}

.std_copy h1,
.std_copy h2,
.std_copy h3,
.std_copy h4,
.std_copy h5,
.std_copy h6{
	font-family: var(--title_font);
    margin-bottom: .5em;
	font-weight: 500;
	text-transform: uppercase;
}

.std_copy p,
.std_copy li{
	margin-bottom: 1.5em;
	line-height: 1.3;
}

.std_copy em{
	font-style: italic;
}

.std_copy strong{
	font-weight: bold;
}

.std_copy p:last-child{
	margin-bottom: 0;
}

.std_copy li{
	margin-bottom: 1em;
}

.std_copy h1{
	font-size: 3em;
    margin: 1em 0;
}

.std_copy h2{
    font-size: 1.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;
}

@media (min-width: 768px){

	.std_copy a:hover{
		text-decoration: none;
	}
}

.std_copy .check_bullet {
	list-style: none;
	padding-left: 0;
}

.std_copy .check_bullet li{
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .4em;
	text-align: left;
	list-style: none;
}

.std_copy .check_bullet li::before{
	display: inline-block;
	position: absolute;
		top: .2em;
		left: 0;
		z-index: 1;
	width: 1em;
	height: 1em;
	background-image: url(images/icons/checkmark.svg);
	background-size: 100%;
	font-size: 1rem;
	content:'';
}

.std_copy .check_bullet.white li::before{
	background-image: url(images/icons/checkmark-white.svg);
}

/* ===================== Slider General ===================== */

.resp_slider{
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

.resp_slider.show{
    opacity: 1;
}

.slider_wrap{
    position: relative;
}

.slick-arrow{
    position: absolute;
	    top: 50%;
	    z-index: 10;
    width: 1em;
    height: 1.847887em;
	font-size: 3rem;
    padding: 0;
    border: none;
    overflow: hidden;
    cursor: pointer;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media (max-width: 400px){
	
	.slick-arrow{
		font-size: 2rem;
	}
}

.slick-dots button::before{
    content: none;
}

.slick-dots {
	display: flex;
	position: static;
	justify-content: center;
	margin-top: 20px;
}

 .slick-dots button{
	 width: 2em;
	 height: 2em;
	 margin: 0 0.5em;
	 background-color: #939393;
	 border-radius: 100%;
	 border: none;
	 text-indent: -9999px;
	 font-size: .5em;
	 box-shadow: 3px 3px 7px 2px rgb(0 0 0 / 20%);
}

.slick-dots .slick-active button{
    background-color: #fff;
}


.slider_controls{
	position: absolute;
		left: 10px;
		bottom: 4px;
		z-index: 1;
}

.slider_controls button{
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 2rem;
}

@media (max-width: 767px){
	
	.slider_controls{
		left: -2px;
	}

	.slick-dots button{
		font-size: .6rem;
		margin: 0 0.5em;
	}
}

.slick-slide{
    position: relative;
}

.lt_arrow {
    left: 6%;
}

.rt_arrow{
    right: 6%;
}

.slide_overlay{
    position: absolute;
	    top: 50%;
	    left: 50%;
    width: 45%;
    padding: 20px;
    background-color: #FFF;
    text-align: center;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

@media (min-width: 768px){
    .slide_overlay.align_left{
        left: 125px;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

    .slide_overlay.align_right{
        left: auto;
        right: 0;
        right: 125px;
        -webkit-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}

.slider_controls .slider_button{
    width: 1em;
    height: 1em;
    font-size: 2.5rem;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjRkZGIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMiwwLjcgMiwxMS4zIDEwLDYgIi8+Cjwvc3ZnPgo=");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.slider_controls .slider_button.pause{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxyZWN0IHg9IjI3LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KCTxyZWN0IHg9IjU1LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KPC9nPgo8L3N2Zz4K");
}
/* ===================== General ===================== */

a{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

a,
button{
	-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,
input[type=submit]{
	display: inline-block;
	max-width: 18em;
	padding: 1em 3em;
	background-color: var(--primary_cta);
	border-radius: var(--radius);
	border: 2px solid var(--primary_cta);
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	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;
}

.oo_cta{
	border-radius: 2em;
    padding: 1.3em 3em;
    font-size: 1.2rem;
}

@media (min-width: 768px){

	.oo_cta{
		padding: .8em 2em;
	}
}

.cta.cta_yellow_txt{
	color: var(--yellow);
}

.cta.cta_yellow_txt:hover{
	color: var(--primary_cta);
}

.cta.cta_tert{
	background-color: var(--tertiary);
	color: var(--primary_alt);
	border: none;
}

.cta.cta_white{
	background-color: #ffffff;
	color: var(--primary_cta);
	border: 2px solid var(--primary_cta);
}

.cta.cta_ss_green{
	background-color: var(--ss_green);
	color: #ffffff;
	border: 2px solid var(--ss_green);
}

.cta.cta_white:hover{
	color: #ffffff;
	background-color: var(--primary_cta);
}

.cta.cta_ss_green:hover{
	background-color: #ffffff;
	color: var(--ss_green);
}

.cta_row {
	display: flex;
	justify-content: center;
}

.cta_row .cta{
	margin-bottom: .5em;
}

@media (min-width: 768px){
	.cta_row{
		align-items: center;
	}

	.cta_row .cta + .cta{
		margin-left: .5em;
	}
}

@media (max-width: 767px){
	.cta_row{
		flex-direction: column;
		max-width: 95vw;
		margin: auto;
	}
}

@media (min-width: 768px){

	.cta:hover,
	input[type=submit]:hover{
		background-color: #ffffff;
		color: var(--primary_cta);
	}
}

.red_copy{
	color: var(--primary_cta);
}

/* menus */

.nav_menu li a,
.nav_menu li button{
	display: inline-block;
	padding: 0.6em 0.6em 0.4em;
	border-radius: var(--radius);
	font-family: var(--copy_font);
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 768px){

	header .nav_menu li a:hover,
	header .nav_menu li button:hover{
		color: #FFF;
		background-color: brown;
	}
}

svg{
    width: 100%;
    height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}


/* ===================== Social ===================== */

.social_row {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.social_row svg{
	fill: #ffffff;
}

.social_row svg .social_path{
	fill: var(--primary);
}

.secondary_bknd .social_row svg .social_path,
footer .social_row svg .social_path{
	fill: var(--secondary);
}

.social_row a{
	display: inline-flex;
	position: relative;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1em;
	margin: 0 0.3em;
    font-size: 2.5em;
	text-decoration: none;
}

/* ===================== Utilities ===================== */

img.aligncenter{
	margin: auto;
}

.dbc_tabs .tabpanel{
    display: none;
}

.upp{
	text-transform: uppercase;
}

.tc{
	text-align: center;
}

@media (max-width: 767px){
	.mob_tc{
		text-align: center;
	}
}

.tr{
	text-align: right;
}

.flx{
	display: flex;
}

.flx_cent{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flx_col{
	flex-direction: column;
}

.flx_cent .inner{
	padding: 20px;;
}

.flx_wrap{
	flex-wrap: wrap;
}

.flx_ac{
	align-items: center;
}

.flx_at{
	align-items: flex-start;
}

.flx_end{
	justify-content: flex-end;
}

.flx_jc{
	justify-content: center;
}

.flx_btwn{
	justify-content: space-between;
}

.flx_half{
	flex: 0 0 50%;
}

@media (min-width: 768px){
	.mobile_only,
	.hero_mobile{
		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;
	}

	.flx_tablet.cent{
		justify-content: center;
	}
}

@media (max-width: 767px){ 
    .desktop_only{
        display: none !important;
    }
}

@media (min-width: 1201px), (max-width: 767px){
	.hero_tablet{
		display: none !important;
	}
}

@media (max-width: 1200px){ 
    .hero_desk{
        display: none !important;
    }
}

.no_dec{
    text-decoration: none;
}

.dropdown_wrap {
	display: inline-block;
	position: relative;
		z-index: 1;
}

.dropdown_wrap ul,
.dropdown_wrap .dropcontent{
	display: none;
	position: absolute;
		top: 90%;
		left: 0;
		z-index: 1;
	width: 100%;
	padding: 1em 0 0.5em;
	margin: 0;
	list-style: none;

	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid var(--gray);
}


.dropdown_wrap ul a{
	display: inline-block;
	width: 100%;
	padding: 0.5em 1em;
	text-decoration: none;
}

@media (min-width: 768px){

	.dropdown_wrap ul a:hover{
		text-decoration: underline;
	}
}

.mid_page .copy_half{
	flex: 0 0 60%;
    order: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 320px;
}

.mid_page .img_half{
	flex: 1 1 auto;
	order: 2;
}

.mid_page .img_half img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 901px){

	 .mid_page .inner{
		margin-left: calc(50vw - 450px + 13px);
		/* half container w minus padding */
		padding: 40px 20px 40px 0;
	}

	 .mid_page .inner{
		padding-right: 150px;
	}
}

@media (max-width: 900px){
	
	 .mid_page {
		width: 100%;
	}
}

@media (max-width: 767px){

	 .mid_page .border_heading{
		border: none;
	}
}

form[id^=gform] label,
form[id^=gform] .radio_btns legend,
form[id^=gform] .gfield--type-date legend{
	font-size: 1.2rem;
	color: var(--gray);
	font-weight: bold;
	text-transform: uppercase;
}

form[id^=gform] .radio_btns legend{
	margin-bottom: .5em;
}

form[id^=gform] .radio_btns label{
	font-family: var(--copy_font);
	color: black;
	font-weight: 400;
	text-transform: none;
}

.gform_fileupload_rules{
	font-size: .8em;
	/*color: var(--gray);*/
	color: #000000 !important;
}

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,
.floating_label.acsb_nofloat label{
	top: -1.7em;
}

form[id^=gform].floating_labels label{
	top: 0.8em;
	left: .5em;
	width: auto; 
	height: auto; 
	clip: unset;
	margin: 0;
	transition: all .3s ease-in-out;
}

form[id^=gform].floating_labels label.sr-only{
	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 .field_description_above label{
	top: 1.5em;
}

form[id^=gform].floating_labels .sr_label 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 .acsb_nofloat label{
	display: inline-block;
	position: static; 
	width: auto; 
	height: auto; 
	clip: unset;
	margin: 0;
	margin-bottom: 1px;
}

form[id^=gform].floating_labels .acsb_nofloat .gfield_checkbox .gchoice{
	display: flex;
}

body.acsb-keynav select{
	background-image: none;
}

form[id^=gform].floating_labels .checkbox legend{
	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 input[type=checkbox] + label{
	display: block;
	position: static; 
	width: auto;
	height: auto;
	clip: initial;
	margin: 0 0 0 2rem;
	font-size: 1rem;
	color: #000000;
}


form[id^=gform].floating_labels .unfloat label,
form[id^=gform].floating_labels .unfloat.gfield_error label{
	top: -1.1em;
	background-color: transparent;
}

form[id^=gform].floating_labels .field_description_above.unfloat label{
	top: 0;
}

form.floating_labels .ginput_complex span[id$=container]{
	position: relative;
}

/* ===================== Styles ===================== */

.small_print{
	font-size: .7em;
	color: #000000;
}

.hdr{
	font-family: var(--title_font);
	font-weight: var(--title_inline_weight);
    text-transform: uppercase;
}

.hdr.solid{
	font-weight: var(--title_solid_weight);
}

.border_heading{
	text-align: center;
    font-size: 2rem;
}

.super_hdr{
	font-family: var(--title_font);
    text-transform: uppercase;
	font-weight: 800;
}

.title_borders{
	padding: .1em 0;
	border-top: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
}

.title_box{
	padding: .2em;
	border: 3px solid var(--primary);
	border-radius: var(--radius);
}

.title_box.white_box{
	border-color: #ffffff;
}

.edit_icon{
	padding-right: 1.1em;
	background-image: url(images/icons/edit_icon.svg);
	background-repeat: no-repeat;
	background-position: right top 0.1em;
    background-size: auto 0.7em;
}

.rounded_white_box{
	background-color: #ffffff;
	padding: 2em;
	border-radius: 30px;
	margin-bottom: 50px;
}

@media (max-width: 767px){

	.title_box{
		padding: .3em;
	}

	.title_box_mobile{
		padding: .3em;
		border: 3px solid var(--primary);
		border-radius: var(--radius);
	}

	.title_box_mobile.white_box{
		margin-bottom: 2em;
		border-radius: 10px;
		border-color: #ffffff;
	}

	.rounded_white_box {
		margin: 0 0 50px;
		color: var(--primary);
	}

	.rounded_white_box .page_title{
		margin: 0 0 1em;
		font-size: 2rem;
		text-align: center;
	}
}

.parallax{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* animations */
.addani{
	transition: transform .5s, opacity .5s ease-in-out;
}

.fadeshift{
	opacity: 0;

	-webkit-transform: translate(0,50px);
	        transform: translate(0,50px);
}

@media (min-width: 768px){

	.perkshift{
		opacity: 0;

		-webkit-transform: translate(0,50px);
		transform: translate(0,50px);
	}
}

@media (max-width: 767px){

	.fadeshift_mobile{
		opacity: 0;

		-webkit-transform: translate(0,50px);
		transform: translate(0,50px);
	}
}

.leftshift{
	opacity: 0;

	-webkit-transform: translate(-30px,0);
	        transform: translate(-30px,0);
}

.breadcrumbs ul{
	display: flex;
}

@media (max-width: 1000px){

	.breadcrumbs ul{
		flex-wrap: wrap;
	}
}

.breadcrumbs .bc_divider{
	padding: 0 .3em;
}

.bookend_stripes{
	position: relative;
	display: inline-block;
}

.bookend_stripes::before,
.bookend_stripes::after{
	display: inline-block;
	position: absolute;
		top: 0.25em;
		z-index: 1;
	width: 50vw;
	height: 1em;
	background-repeat: no-repeat;
	background-size: 1em 0.078317em;
	font-size: .9em;
	content:'';
	transition: width 1s ease-in-out, opacity .3s ease-in-out;;
}

h2.hdr.bookend_stripes::before, 
h2.hdr.bookend_stripes::after{
	top: 16%;
}

.stripesani.bookend_stripes::before,
.stripesani.bookend_stripes::after,
.widthani.bookend_stripes::before,
.widthani.bookend_stripes::after{
	width: 0;
	opacity: 0;
}

.bookend_stripes::before{
	right: calc(100% + 0.5em);
	background-image: url(images/backgrounds/bookend-lines-left.svg), url(images/backgrounds/bookend-lines-left.svg);
	background-position: right center, right 20px center;
	background-size: 12.768480em 1em, 100% 1em;
}

.bookend_stripes::after{
	left: calc(100% + 0.5em);
	background-image: url(images/backgrounds/bookend-lines-right.svg), url(images/backgrounds/bookend-lines-right.svg);
	background-position: left center, left 20px center;
	background-size: 12.768480em 1em, 100% 1em;
}


.red_stripes.bookend_stripes::before{
	background-image: url(images/backgrounds/bookend-lines-left-red.svg), url(images/backgrounds/bookend-lines-left-red.svg);
}

.red_stripes.bookend_stripes::after{
	background-image: url(images/backgrounds/bookend-lines-right-red.svg), url(images/backgrounds/bookend-lines-right-red.svg);
}

@media (max-width: 767px){
	
	.bookend_stripes::before{
		background-image: url(images/backgrounds/bookend-lines-left.svg);
		background-position: right center;
		background-size: 12.768480em 1em;
	}

	.bookend_stripes::after{
		background-image: url(images/backgrounds/bookend-lines-right.svg);
		background-position: left center;
		background-size: 12.768480em 1em;
	}

	.red_stripes.bookend_stripes::before{
		background-image: url(images/backgrounds/bookend-lines-left-red.svg);
	}

	.red_stripes.bookend_stripes::after{
		background-image: url(images/backgrounds/bookend-lines-right-red.svg);
	}
}

.pgtitle_stripes.page_title{
	margin: 1em;
	font-size: 2.5rem;
}

.pgtitle_stripes.bookend_stripes::before, 
.pgtitle_stripes.bookend_stripes::after{
	top: 17%;
}

@media (min-width: 768px){

	.pgtitle_stripes.bookend_stripes::before{
		right: calc(100% + 4.5em);
	}

	.pgtitle_stripes.bookend_stripes::after{
		left: calc(100% + 4.5em);
	}
}

.now_thats{
	position: absolute;
		left: 50%;
		z-index: 1;
	width: 36%;
	font-size: 3vw;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.ntc_st0{fill:#E41E26;}
.ntc_st1{fill:#FFFFFF;}
.ntc_st2{
	font-family: var(--title_font);
}
.ntc_st3{font-size:85px;}

@media (min-width: 768px){
	
	.now_thats{
		top: calc(27px - 3.81vw);
	}

	.bookend_stripes::before,
	.bookend_stripes::after{
		top: 32%;
	}
}

@media (min-width: 2100px){
	.now_thats{
		font-size: 63px;
	}
}

@media (max-width: 767px){
	
	.ntc_outeredge{
		fill: none;
	}

	.now_thats{
		top: calc(44px - 7.16vw);
		font-size: 8vw;
		width: 70%;
	}

	.bookend_stripes::before,
	.bookend_stripes::after{
		top: 32%
	}
}

.mb{
	margin-bottom: var(--std_m);
}

.std_pad{
	padding-top: var(--std_m);
	padding-bottom: var(--std_m);
}

.gray{
	color: var(--gray);
}

.offwhite_bknd{
	background-color: var(--offwhite);
}

.primary{
	color: var(--primary);
}

.primary_alt{
	color: var(--primary_alt);
}

.secondary{
	color: var(--secondary);
}

.tertiary{
	color: var(--tertiary);
}

.white{
	color: #ffffff;
}

.white_bknd{
	background-color: #ffffff;
	color: #000000;
}

.primary_bknd{
	background-color: var(--primary);
	color: #ffffff;
}

.text_repeat_bknd{
	background-image: url(images/backgrounds/text_repeat_v2.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.text_repeat_bknd_white{
	background-color: var(--primary);
	color: #ffffff;
	background-image: url(images/backgrounds/text_repeat_white_v2.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.secondary_bknd{
	background-color: var(--secondary);
	color: #ffffff;
}

.tertiary_bknd{
	background-color: var(--tertiary);
}

.title_lines{
	font-family: var(--title_font);
	font-weight: var(--title_solid_weight);
	font-style: normal;
	line-height: .7;
}

.title_lines.lrg{
	font-size: 1.6em;
	font-weight: var(--title_inline_weight);
}

.wedge_bknd{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIyNzUiIHZpZXdCb3g9IjAgMCAxMDAwIDI3NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4gPHBhdGggZmlsbD0iI2U1MTUyMyIgc3R5bGU9InZlY3Rvci1lZmZlY3Q6IG5vbi1zY2FsaW5nLXN0cm9rZTsiIGQ9Im0tMi45OTk5NCwyNzVsMTAwMi45OTk4OSwtMjA3LjIwNDNsMCwtNzQuNzk1N2wtMTAwMC45Njk1Miw2LjA2NDUybC0yLjAzMDM2LDI3NS45MzU0OHoiIC8+IDwvc3ZnPg==");
	background-color: var(--tertiary);
	background-position: center top;
	background-size: 100% 50%;
	background-repeat: no-repeat;
}

/* ===================== Loader ===================== */

.loader_circles .circle_inner{
	animation: 3s linear reverse infinite c_inner_rotate;
	transform-origin: center;
}

.loader_circles .circle_outer{
	animation: 3s linear infinite c_outer_rotate;
	transform-origin: center;
}

@keyframes c_inner_rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }
@keyframes c_outer_rotate { from { transform: rotate(0); } to { transform: rotate(360deg); }  }

/* ===================== Mobile Header ===================== */

#mobile_header{
    display: none;
    position: relative;
    text-align: center;
}

#mobile_header .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	background-color: #fff;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
}

#mobile_header .oo_cta{
	padding: 0.6em 2em;
    font-size: 1rem;
}

.mobile_logo,
.mobile_ss_logo{
	height: 100%;
	flex: 0 1 145px;
}

.ss_logo_mm{
	display: inline-block;
	margin: 20px 0;
}

.logo_mm{
	display: none;
	margin: 20px 0;
}

.logo_mm img {
	width: 150px;
}

body.shakeshop_page .logo_mm{
	display: inline-block;
}

body.shakeshop_page .ss_logo_mm{
	display: none;
}

.mobile_logo img{
	width: 78%;
}

#mobile_header .order_online{
	flex: 1 1 auto;
	padding: 0 20px;
}

#mobile_header .toggle_wrap{
	flex: 0 1 145px;
	text-align: right;
}

.toggle_icon{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#toggle_menu{
	position: relative;
		z-index: 100;
	margin-right: 12px;
	background-color: transparent;
	background-position: center;
	background-size: auto 85%;
}

#toggle_menu{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjkuNSAyOS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOS41IDI5LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+IHJlY3R7ZmlsbDogIzk3OTM5Mn08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz48cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MSAwLjcwNzEgLTAuNzA3MSAtMC43MDcxIDM1LjQ5MTggMTQuNDY1NSkiIHdpZHRoPSIzNS44IiBoZWlnaHQ9IjUuMiIvPjwvc3ZnPgo=");
}

#toggle_menu.show{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjZTUxNTIzIiB3aWR0aD0iMTMyIiBoZWlnaHQ9Ijk4LjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMzIgOTguMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTMyIDk4LjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHJlY3Qgd2lkdGg9IjEzMiIgaGVpZ2h0PSIyMC4zIi8+CjxyZWN0IHk9IjM5IiB3aWR0aD0iMTMyIiBoZWlnaHQ9IjIwLjMiLz4KPHJlY3QgeT0iNzgiIHdpZHRoPSIxMzIiIGhlaWdodD0iMjAuMyIvPgo8L3N2Zz4K");
}

#close_menu{
	position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjkuNSAyOS4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOS41IDI5LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGU+IHJlY3R7ZmlsbDogIzk3OTM5Mn08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz48cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNzA3MSAwLjcwNzEgLTAuNzA3MSAtMC43MDcxIDM1LjQ5MTggMTQuNDY1NSkiIHdpZHRoPSIzNS44IiBoZWlnaHQ9IjUuMiIvPjwvc3ZnPgo=");
}

#mobile_menu{
	display: none;
	position: absolute;
		top: 0;
		left: 50%;
		z-index: 20;
	width: 100%;
	max-height: 100vh;
	padding: 25px 0;
	opacity: 0;
	background-color: #FFF;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
	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;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

#mobile_menu.display{
	display: block;
}

#mobile_menu.show{
    opacity: 1;
}

#mobile_menu .nav_menu {
	margin-top: 1.5em;
}

#mobile_menu .nav_menu a,
#mobile_menu .nav_menu button{
	padding: 1.5em 0.6em;
	color: var(--primary);
}

#mobile_menu .social_row{
	display: inline-flex;
	padding: 10px;
	background-color: var(--primary);
	border-radius: 15px;
}

#mobile_menu .social_row a{
	font-size: 2em;
}

#mobile_menu .oo_cta{
	padding: 1.3em 4em;
}

/* ===================== Header ===================== */

header{
	position: -webkit-sticky;
	position: sticky;
		top: 0;
		z-index: 100;
	width: 100%;
	background-color: #FFF;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}

#header_top{
    height: 57px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .order_status{
	font-size: .8rem;
	text-align: right;
	padding-top: 5px;
    margin-bottom: -25px;
}

#primary_nav{
	font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 25px 20px;
}

#primary_nav.container::after{
    content: none;
}

#primary_nav #main_logo {
    display: inline-block;
    position: relative;
	flex: 0 0 122px;
}

body:not(.shakeshop_page) #primary_nav #main_logo + #ss_logo{
	position: relative;
	flex: 0 0 117px;
	padding-left: 15px;
	margin-left: 15px;
}

body:not(.shakeshop_page) #primary_nav #main_logo + #ss_logo::before{
	display: inline-block;
	position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
	width: 1px;
	height: 105%;
	background-color: #bbb;
	content:'';
	transform: translateY(-50%);
}

.shakeshop_page #primary_nav #main_logo{
	display: none;
}

.mobile_ss_logo{
	display: none;
}

.mobile_ss_logo img{
	height: 47px;
}

.shakeshop_page .mobile_ss_logo{
	display: block;
}

.shakeshop_page .mobile_logo{
	display: none;
}


#primary_nav .store_address{
	flex: 0 0 227px;
	padding-left: 47px;
	background-image: url(images/icons/navigation-pin.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px;
	font-size: 1rem;
	color: var(--gray);
	line-height: 1;
}

#primary_nav .nav_links{
    display: flex;
    justify-content:   space-between;
    align-items: center;
    width: 80%;
    font-size: .8em;
}

#primary_nav .nav_links a,
#primary_nav .nav_links button{
	font-size: 1.4rem;
	color: var(--primary);
	background-color: #ffffff;
}

#primary_nav .primary_menu {
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	padding: 0 11%;
}

#primary_nav .primary_menu li.current-menu-item a,
#primary_nav .primary_menu li.current-menu-item button{
	background-color: var(--primary);
	color: #ffffff;
}

@media (min-width: 768px){
	#primary_nav .primary_menu li a:hover,
	#primary_nav .primary_menu li button:hover{
		background-color: var(--primary);
		color: #ffffff;
	}
}

@media (min-width: 768px) and (max-width: 1140px){

	#primary_nav .primary_menu{
		padding: 0 35px;
	}
}

@media (min-width: 768px) and (max-width: 1050px){

	#primary_nav .nav_links a,
	#primary_nav .nav_links button{
		font-size: .9rem;
	}
}

@media (max-width: 1100px){
	
	#primary_nav .store_address{
		display: none;
	}
}

@media (max-width: 870px){
	
	#primary_nav .nav_links a, #primary_nav .nav_links button{
		font-size: .7rem;
	}
}

@media (max-width: 767px){ 

    header{
        box-shadow: none;
    }

    #primary_nav{
        display: none;
    }

    #mobile_header{
        display: block;
    }
}

@media (max-height: 600px){
	header	{
		position: absolute;
	}

	#mobile_menu{
		max-height: none;
	}
}

/* ===================== Menu Search ===================== */

main,footer{
	transition: filter .3s ease-in-out;
}

body.loc_search_enabled main,
body.loc_search_enabled footer{
	filter: blur(8px);
}

body.loc_search_enabled main a,
body.loc_search_enabled footer a,
body.loc_search_enabled main button,
body.loc_search_enabled footer button{
	pointer-events: none;
}

#menu_search{
	display: none;
	position: fixed;
		top: 40vh;
		left: 50%;
		z-index: 1;
	width: 337px;
	max-width: 100%;
	overflow: visible;
	opacity: 0;
	box-shadow: 3px 4px 10px 1px rgb(0 0 0 / 40%);
	transition: opacity .3s ease-in-out;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

@media (max-width: 767px) and (max-height: 650px){
	#menu_search{
		top: 260px;
	}
}

@media (min-width: 768px) and (max-height: 730px){
	#menu_search{
		top: 292px;
	}
}

.location_search{
	padding: 1em;
	background-color: var(--primary_cta);
	border-radius: 15px;
	color: #ffffff;
}

.location_search .use_my_loc{
	text-decoration: underline;
	color: #ffffff;
}

.location_search .currentloc_arrow{
	position: relative;
		top: 0.3em;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
}

.location_search .use_my_loc .my_loc_1{
	fill: currentColor;
}

.location_search .dbc_loader{
	position: absolute;
		top: 50%;
		right: .2em;
		z-index: 10;
	width: 1em;
	height: 1em;
	max-width: none;
	max-height: none;
	font-size: 1.7rem;

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

#menu_search.show{
	display: inline-block;
}

#menu_search.fade{
	opacity: 1;
}

#menu_search h2{
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-size: 1rem;
}

#menu_search .clear_search{
	top: 0.5em;
}

.location_search h2{
	font-weight: bold;
	margin-bottom: 1em;
}

.location_search label{
	color: var(--gray);
	top: 0.4em;
	left: .1em;
}

.location_search .acsb_nofloat label,
.location_search .unfloat label{
	top: -1.4em;
	font-size: .8rem;
	color: #ffffff;
}

.location_search .input_wrap{
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: url(images/icons/mag_glass.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	border-radius: 10px;
	border: 1px solid var(--gray);
}

.location_search .input_wrap.searching{
	background-image: none;
}

.location_search input{
	width: calc(100% - 40px);
	border-radius: 10px;
	border: none;
	line-height: 1;
}

.location_search .results{
	position: absolute;
		top: 100%;
		z-index: 10;
	width: 100%;
	padding: 1em;
	background: white;
	border-radius: var(--radius);
	border: 1px solid var(--gray);
	color: black;
}

.location_search .results .drop_listing{
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 2fr 1fr;
	margin-bottom: 1em;
	text-decoration: none;
}

.location_search .results li:last-child .drop_listing{
	margin-bottom: 0;
}

.location_search .results .drop_listing .loc_name{
	font-weight: bold;
}

.location_search .results .drop_listing .dist{
	color: var(--gray);
	text-align: right;
}

.location_search .clear_search,
.faqs_page #clear_search{
	display: none;
	position: absolute;
		top: 1em;
		right: 1em;
		z-index: 1;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 1rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNiAzNiIgIHhtbDpzcGFjZT0icHJlc2VydmUiIGZvY3VzYWJsZT0iZmFsc2UiIGZpbGw9IiMwMDAiPgoJPHBhdGggZD0iTTI0LjQ2OCAxOC4wMDFsMTAuOTkzIDEwLjk5M2MwLjcxMyAwLjcxMyAwLjcxMyAxLjg3NCAwIDIuNTg3bC0zLjg4MSAzLjg4MWMtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMTAuOTk1LTEwLjk5M2wtMTAuOTk1IDEwLjk5M2MtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMy44ODEtMy44ODFjLTAuNzEzLTAuNzEzLTAuNzEzLTEuODc0IDAtMi41ODdsMTAuOTk1LTEwLjk5M2wtMTAuOTk1LTEwLjk5NWMtMC43MTMtMC43MTMtMC43MTMtMS44NzQgMC0yLjU4N2wzLjg4Ni0zLjg4MWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDEwLjk5MyAxMC45OTVsMTAuOTk1LTEwLjk5NWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDMuODgxIDMuODgxYzAuNzEzIDAuNzEzIDAuNzEzIDEuODc0IDAgMi41ODdsLTEwLjk5MyAxMC45OTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

#menu_search #search_dismiss{
	position: absolute;
		top: 7px;
		right: 11px;
		z-index: 1;
	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: 1rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzNiAzNiIgIHhtbDpzcGFjZT0icHJlc2VydmUiIGZvY3VzYWJsZT0iZmFsc2UiIGZpbGw9IiNmZmYiPgoJPHBhdGggZD0iTTI0LjQ2OCAxOC4wMDFsMTAuOTkzIDEwLjk5M2MwLjcxMyAwLjcxMyAwLjcxMyAxLjg3NCAwIDIuNTg3bC0zLjg4MSAzLjg4MWMtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMTAuOTk1LTEwLjk5M2wtMTAuOTk1IDEwLjk5M2MtMC43MTMgMC43MTMtMS44NzQgMC43MTMtMi41ODcgMGwtMy44ODEtMy44ODFjLTAuNzEzLTAuNzEzLTAuNzEzLTEuODc0IDAtMi41ODdsMTAuOTk1LTEwLjk5M2wtMTAuOTk1LTEwLjk5NWMtMC43MTMtMC43MTMtMC43MTMtMS44NzQgMC0yLjU4N2wzLjg4Ni0zLjg4MWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDEwLjk5MyAxMC45OTVsMTAuOTk1LTEwLjk5NWMwLjcxMy0wLjcxMyAxLjg3NC0wLjcxMyAyLjU4NyAwbDMuODgxIDMuODgxYzAuNzEzIDAuNzEzIDAuNzEzIDEuODc0IDAgMi41ODdsLTEwLjk5MyAxMC45OTN6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

#menu_search label{
	top: 0.45em;
	background-color: #ffffff;
	color: #000;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

#menu_search .acsb_nofloat label,
#menu_search .unfloat label{
	top: -1.3em;
	background-color: var(--primary);
	font-size: .9em;
	color: #ffffff;
}

#menu_search input{
	height: 32px;
	border-radius: 5px;
	border: none;
	line-height: 1;
}

#menu_search .use_my_loc{
	color: #ffffff;
	text-decoration: underline;
}

#menu_search #no_geo{
	font-size: .8rem;
}

#location_search #no_geo{
	font-size: 1rem;
}

@media (max-width: 767px){
	
	#location_search #no_geo{
		color: #ffffff;
	}
}

/* ===================== Footer ===================== */

footer{
	padding-top: 50px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: var(--secondary);
}

footer.blank{
	padding-top: 0;
	background-color: transparent;
}

#footer_links #footer_menu{
    flex: 0 1 60%;
}

footer #footer_menu .nav_menu{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	justify-items: center;
}

footer #footer_legal {
	padding: 0; 
}

footer #footer_legal ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer #footer_legal li{
	display: flex;
	align-items: center;
	margin: 0 0.7em .8em;
}

footer #footer_legal a{
	text-transform: uppercase;
	font-size: .9em;
}

#footer_legal{
	margin-top: 50px;
}

#copyright{
	margin-top: 2em;
	text-align: center;
}

#dbc_logo {
    text-align: center;
    padding: 60px 0 20px;
}

#dbc_logo .icon{
    width: 25px;
    fill: #888888;
    fill-opacity: .5;
}

@media (max-width: 767px){
	
	footer .nav_menu{
		justify-items: flex-start;
	}

	footer .app_links{
		margin-bottom: 50px;
	}
}


/* ===================== General Page ===================== */

.default_page .page_title{
	font-size: 2.5rem;
	margin: 1em;
	text-align: center;
}

#primary{
	overflow: hidden;
}

#content {
	margin-top: -30px;
}

.page-content{
	padding: 50px 0;
}

.hero{
	box-shadow: var(--box_shadow);
}

.hero img{
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px){
	
	.has_overlay .hero img{
		max-height: 800px;
		object-fit: cover;
	}
}

@media (min-width: 1000px){

	.hero{
		min-height: 500px
	}
}

#content:focus-visible{
	outline-style: initial;
}

.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: -45px;
    }
}

@media (max-height: 600px){
	#content{
		margin-top: 40px;
	}
}

/* ===================== Partials ===================== */


.app_links{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.app_links a:first-child{
	margin-right: 10px;
}

.app_links a{
	display: inline-block;
	margin-bottom: 10px;
}

.app_links a img{
	height: 45px;
}

@media (max-width: 500px){
	
	.app_links{
		flex-direction: column;
		align-items: center;
	}

	.app_links a:first-child{
		margin-right: 0;
	}
}

/* ===================== Front Page ===================== */

.home section{
	overflow: hidden;
}

.home h2{
	font-size: 2.3rem;
}

@media (max-width: 767px){

	.home h2{
		font-size: 1.4rem;
	}
}

#hero_slider .slick-arrow svg,
#lto_slider .slick-arrow svg{
	fill: #ffffff;
	stroke: var(--primary);	
}

#hero_slider .slick-slide > div,
#hero_slider .slick-slide > div > div{
    height: 100%;
}

#hero_slider .home_hero_slide .bkd_img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	height: 50.1vw;
}

#hero_slider .home_hero_slide.contained_bknd .inner{
	--inner_width: 100%;
	width: var(--inner_width);
	height: 100%;
}

@media (min-width: 768px) and (min-height: 751px){
	
	#hero_slider .home_hero_slide .bkd_img{
		max-height: calc(100vh - 138px);
	}
}

@media (max-width: 767px) and (min-height: 751px){
	
	#hero_slider .home_hero_slide .bkd_img{
		max-height: calc(100vh - 156px);
	}
}

@media (min-width: 768px){

	#hero_slider .home_hero_slide.no_tagline .bkd_img{
		height: calc(49vw + 70px);
	}
}

#hero_slider .inner_content{
	position: relative;
	height: 100%;
	overflow: hidden;
	padding-top: 40px;
}

#hero_slider .inner_content a{
	transition: all 1s ease-in-out;
}

#hero_slider .inner_content a.ctaani{
	opacity: 0;

	-webkit-transform: translate(0%,50px);
	        transform: translate(0%,50px);
}

#top_section {
	/* background-color: var(--primary); */
	background-color: var(--secondary);
}

#top_section .tagline{
	padding: 0.7em 0 .5em;
	font-style: italic;
	font-size: 1.4rem;
	display: flex;
}

.header_banner{
	padding: 0.6em 1em;
	font-size: 1.4rem;
	font-style: italic;
	text-align: center;
}

#top_section .tagline > em{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

@media (min-width: 1001px){

	#top_section .tagline br{
		display: none;
	}
}

@media (max-width: 767px){
	
	#top_section .tagline{
		padding: 1em 2em;
		font-size: 1rem;
	}

	#hero_slider .home_hero_slide .bkd_img{
		height: 150vw;
	}
}

.midpage_banner{
	position: relative;
}

#menu_links {
	padding: 80px 0 0;
}

#menu_links .logo_stripes{
	font-size: 3rem;
	margin-bottom: 30px;
}

#menu_links .logo_stripes img{
	height: 1.2em;
}

#menu_links .slick-arrow {
	top: 35%;
	font-size: 2.2rem;
}

#menu_links .slick-arrow svg{
	fill: var(--primary);
}

#menu_links .lt_arrow{
	left: -25px;
}

#menu_links .rt_arrow{
	right: -25px;
}

#menu_links h2{
	display: inline-block;
	color: var(--primary);
}

#menu_links .menu_slider{
	margin-top: 80px;
}

#menu_links .menu_slider h3{
	width: 10em;
	margin-bottom: 1em;
	font-size: 1.4rem;
	color: var(--primary_cta);
	font-weight: var(--title_solid_weight);
}

#menu_links .container > .inner{
	padding: 35px 50px;
	background-image: url("images/backgrounds/favorites-table-left.svg"), url("images/backgrounds/favorites-table-center.svg"), url("images/backgrounds/favorites-table-right.svg");
	background-repeat: no-repeat;
	background-position: left top, center, right top;
	background-size: 136px 100%, calc(100% - 250px) 100%, 136px 100%;
}

@media (max-width: 767px){
	#menu_links .container > .inner{
		padding: 20px 50px;
		background-size: 92px 100%, calc(100% - 175px) 100%, 92px 100%;
	}

	#menu_links .menu_slider{
		margin-top: 25px;
	}

	#menu_links .slick-arrow{
		top: 18%;
		font-size: 1.5rem;
	}

	#menu_links .lt_arrow{
		left: -32px;
	}

	#menu_links .rt_arrow{
		right: -32px;
	}
}

#menu_slider .circ_bknd{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1em;
	height: 1em;
	overflow: visible;
	background-color: var(--primary);
	border-radius: 100%;
	font-size: 12rem;
}

#menu_slider .slide_img{
	margin-bottom: 16px;
}

#menu_slider .item_slide .inner{
	background-color: #ffffff;
	height: 350px;
	display: flex;
	align-items: center;
}

#menu_slider .item_slide .slide_cta{
	margin: auto 0 0 0;
}

#menu_slider .item_img{
	width: 224px;
    height: 224px;
    object-fit: contain;
}

#menu_slider .slide_txt{
	text-align: center;
	background-color: #ffffff;
	text-transform: uppercase;
	color: var(--primary);
}

#menu_slider .slide_cta .cta{
	width: 100%;
}

#menu_links .find_loc .container{
	height: 335px;
	padding: 20px 0;
}

#menu_links .bookend_stripes::before,
#menu_links .bookend_stripes::after{
	top: 4%;
}

@media (max-width: 767px){

	#menu_links {
		padding: 30px 0 0;
	}

	#menu_slider .circ_bknd{
		font-size: 7rem;
	}

	#menu_slider .item_slide .inner{
		height: 220px;
	}

	#menu_links .menu_slider h3{
		font-size: 1.1rem;
	}

	#menu_slider .slide_cta .cta{
		padding: 0.6em 2em;
	}

	#menu_slider .item_img{
		width: 134px;
		height: 134px;
	}

	#menu_links .find_loc .container{
		height: 160px;
	}
}

@media (min-width: 413px) and (max-width: 600px){

	#menu_slider .circ_bknd{
		font-size: 5rem;
	}

	#menu_links .menu_slider h3{
		width: 8em;
	}

	#menu_slider .slide_cta .cta{
		font-size: .8rem;
	}
}

@media (max-width: 412px){
	
	#menu_slider .item_slide .inner{
		height: 240px;
	}
}

#mobile_app {
	background-color: var(--tertiary);
}

#mobile_app .image{
	flex: 1 1 auto;
	padding-top: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#mobile_app .copy h2{
	display: inline-block;
}

#mobile_app .copy img{
	display: inline-block;
}

#mobile_app .image img{
	transition: all .8s ease-in-out;
}

#mobile_app .cta_row{
	gap: 20px;
}

#mobile_app .image img.shift{
	opacity: 0;

	-webkit-transform: translate(0%,165px);
			transform: translate(0%,165px);
}

#mobile_app .copy .inner{
	color: var(--primary_cta);
}

@media (min-width: 768px){

	#mobile_app .copy{
		flex: 0 0 50%;
	}

	#mobile_app .copy .inner{
		margin: 0 auto 20px;
	}

	#mobile_app .container{
		min-height: 680px;
	}
}

@media (max-width: 1000px){

	#mobile_app .cta_row{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

	#mobile_app .container{
		padding: 0;
	}

	#mobile_app .image img{
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: right;
	}
}

@media (max-width: 767px){
	
	#mobile_app .copy h2{
		border: none;
	}

	#mobile_app .image{
		justify-content: center;
	}
}

@media (max-width: 500px){
	
	#mobile_app .image img{
		width: 200px;
	}
}

#eclub .copy{
	padding: 0 2em;
}

#eclub .copy p:last-child{
	margin-bottom: 1.5em;
}

@media (min-width: 768px){

	#eclub .copy p:last-child{
		margin-bottom: 0;
	}
}

#eclub .link{
	padding: 0 2em;
}

#social_links{
	padding: 50px 0 0;
}

#social_links .social_row{
	margin: 20px 0 50px;
}

@media (max-width: 767px){
	
	#social_links{
		padding-top: 25px;
	}

	#social_links .social_row{
		margin-bottom: 25px;
	}
}

#careers {
	padding-top: var(--std_m);
}

#careers .copy {
	flex: 0 1 45%;
}

#careers .copy .inner{
	width: 400px;
	max-width: 100%;
}

#careers .image img{
	border-top-left-radius: 55px;
	border-top-right-radius: 55px;
	object-fit: cover;
}

@media (min-width: 768px){
	
	#careers .image {
		display: flex;
	}
}

@media (max-width: 767px){
	
	#careers .copy .inner{
		padding: 0 20px 40px;
	}

	#careers .image {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}

#ig_feed_grid{
	--grid_height: 37vw;
	display: grid;
	grid-gap: 0;
	justify-items: center;
	grid-template-columns: 1fr 1fr;
}

#ig_feed_grid .img_block:first-child{
	grid-area: 1 / 1 / 3 / 3;
}

#ig_feed_grid .img_block {
	position: relative;
	width: 100%;
	height: 100%;
}

#ig_feed_grid .img_block .ig_image{
	height: 100px;
}

#ig_feed_grid .img_block .ig_play{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 1em;
	font-size: 3rem;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

#ig_feed_grid .img_block a{
	display: block;
	width: 100%;
	height: 100%;
}

#ig_feed_grid .img_block .ig_image{
	width: 100%;
	height: 50vw;
	object-fit: cover;
}

#ig_feed_grid.rd_ig .img_block .ig_image{
	object-position: center;
}

@media (min-width: 768px){

	#ig_feed_grid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		margin-top: 30px;
	}

	#ig_feed_grid .img_block .ig_image{
		height: 100%;
	}

	#ig_feed_grid .img_block:first-child .ig_image{
		height: var(--grid_height);
	}

	#ig_feed_grid .img_block + .img_block .ig_image{
		height: calc( var(--grid_height) / 2 );
	}
}

@media (max-width: 767px){
	
	#social_links h2{
		width: 230px;
		max-width: 100%;
	}
}

/* ijd 06-26-23  */

#lto_slider .lto_copy{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 45px 60px;
}

#lto_slider .lto_copy > .inner{
	max-width: 100%;
}

#lto_slider .lto_copy .inner > p,
#lto_slider .lto_copy .inner > .cta{
	margin-bottom: 2em;
}

#lto_slider .lto_copy img{
	max-width: 100%;
}

#lto_slider .slick-arrow{
	font-size: 2rem;
}

#lto_slider .lt_arrow{
	left: 2%;;
}

#lto_slider .rt_arrow{
	right: 2%;;
}

@media (min-width: 768px){

	#lto_slider {
		margin: 60px 0;
	}

	#lto_slider .lto_slide > .inner{
		display: flex;
		justify-content: center;
	}

	#lto_slider .lto_slide .lto_img {
		flex: 1 1 auto;
		position: relative;
	}

	#lto_slider .lto_slide .lto_copy {
		flex: 0 1 auto;
	}

	#lto_slider .lto_slide .lto_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#lto_slider .lto_slide .lto_img::after{
		display: inline-block;
		position: absolute;
			top: 14%;
			z-index: 1;
		width: 1em;
		height: 1em;
		background-size: contain;
		font-size: 7rem;
		content: '';
	}

	#lto_slider .lto_slide.img_left .lto_img::after{
		right: 0;
		transform: translateX(56%);
		background-image: url("images/misc/star_pair.svg");
	}

	#lto_slider .lto_slide.img_right .lto_img::after{
		left: 0;
		transform: translateX(-55%);
		background-image: url("images/misc/star_pair_reversed.svg");
	}

	#lto_slider .lto_slide.img_left .lto_copy{
		padding: 10px 103px 10px 60px;
	}

	#lto_slider .lto_slide.img_right .lto_copy{
		order: 1;
		padding: 10px 60px 10px 103px;
	}

	#lto_slider .lto_slide.img_right .lto_img{
		order: 2;
	}

	#lto_slider .lto_slide.img_left .lto_img img{
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	#lto_slider .lto_slide.img_right .lto_img img{
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1200px){

	#lto_slider {
		margin: 5vw 0;
	}

	#lto_slider .lto_slide .lto_img::after{
		font-size: 9vw;
	}
}

@media (max-width: 767px){

	#lto_slider .lto_copy > .inner{
		text-align: center;
	}

	#lto_slider .slick-arrow{
		top: 27%;
	}
}

/* ===================== OLO Menu ===================== */

.olo_menu.no_location .hero{
	filter: blur(8px);
}

.olo_menu.no_location .search_box{
	/*position: absolute;*/
	position: relative;
		/*top: 40%;*/
		margin-top: -35%;
		left: 50%;
		z-index: 1;
		float: left;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.olo_menu.no_location .search_box h1{
	margin-bottom: 1em;
}

@media (max-width: 767px){

	.olo_menu.no_location .search_box{
		position: absolute;
			top: 200px;
			left: 50%;
			z-index: 1;
		max-width: 95%;

		-webkit-transform: translate(-50%,0%);
		        transform: translate(-50%,0%);
	}

	.olo_menu.no_location .location_search{
		display: block;
	}
}

.olo_menu .breadcrumbs{
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 400;
}

.olo_menu .search_box{
	width: 445px;
	max-width: 100%;
}

.olo_menu .search_box .location_search input{
	height: 32px;
}

.olo_menu .mobile_menu_ctas ul{
	display: grid;
	margin: auto;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.olo_menu .mobile_menu_ctas{
	margin-bottom: 40px;
}

.olo_menu .mobile_menu_ctas li{
	width: 100%;
}

.olo_menu .mobile_menu_ctas .cta.cta_white{
	background-color: #ffffff;
}

.olo_menu .mobile_menu_ctas .cta.cta_white:hover{
	color: var(--primary);
}

.olo_menu .mobile_menu_ctas a{
	width: 100%;
	padding: 1em;
}

.olo_menu .location_search .clear_search{
	font-size: .7rem;
}

.olo_menu .menu_loc_title{
	font-size: 2rem;
	margin-bottom: .5em;
}

.olo_menu .menu_title{
	font-size: 3rem;
	padding: 0 10px;
}

.olo_menu #menu_tablist{
	margin-bottom: 25px;
}

.olo_menu.is_shakeshop #menu_tablist{
	margin-top: 30px;
}

.olo_menu .cat_panel.ordering_not_avail .order_link,
.olo_menu.anaheim.breakfast .cat_panel.ordering_not_avail .order_link{
	display: none;
}

.menu_dropselect {
	display: inline-block;
	position: relative;
}

#edit_menu_location{
	text-decoration: underline;
}

#mobile_menu_tablist{
	margin-bottom: 50px;
}

#mobile_menu_select{
	display: none;
	position: absolute;
		top: 90%;
		left: 0;
		z-index: 1;
	flex-direction: column;
	width: 100%;
	padding: 1em 0;
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid var(--gray);
}

#mobile_menu_select button{
	padding: 0.5em 1em;
	font-size: 1rem;
	color: var(--primary);
	font-weight: bold;
	text-transform: uppercase;
}

#mobile_menu_select.show{
	display: flex;
}

#loc_map span {
		color: #000000;
		background-color: #ffffff;
}

.menu_dropselect > button,
#faq_filter_toggle{
	position: relative;
		z-index: 10;
	padding: 0.8em 4em;
	/*background-color: var(--offwhite);*/
	background-image: url(images/icons/down_arrow.svg);
	border-radius: 0.4em;
	border: 2px solid;
	font-size: 1rem;
	color: var(--primary_cta);
	font-weight: bold;
	text-transform: uppercase;
}

.menu_cta{
	display: inline-block;
	padding: 1em 3em;
	margin: 0 .5em 1em;
	background-color: #ffffff;
	border-radius: 2em;
	border: 2px solid;
	font-size: 1rem;
	color: var(--primary_cta);
	font-weight: 800;
	line-height: 1;
	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;
}

.menu_cta:hover,
.menu_cta.active{
	background-color: var(--primary_cta);
	color: #ffffff;
}

.olo_menu .menu_avail {
	margin-bottom: 20px;
}

.olo_menu .menu_avail h4{
	margin-bottom: .5em;
}

.olo_menu .menu_avail .hours_block{
	margin-bottom: 20px;
}

@media (min-width: 768px){

	.olo_menu .menu_avail .hours_block{
		margin-right: 20px;
		margin-bottom: 0;
	}
}

.olo_menu .cat_desc{
	margin-bottom: 3em;
}

.olo_menu .menu_items{
	display: grid;
	grid-gap: 70px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: center;
}

.olo_menu .menu_items .menu_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 1rem;
}

.olo_menu .menu_items .menu_item a{
	text-decoration: none;
}

.olo_menu .menu_items .menu_item .item_name{
	margin-bottom: .5em;
	color: var(--primary_cta);
}

.olo_menu .menu_items .menu_item .item_desc,
.olo_menu .menu_items .menu_item .price_only{
	margin-bottom: 20px;
	color: var(--primary_cta);
}

.olo_menu .menu_items .menu_item .item_price{
    margin-bottom: 0.5em;
}

.olo_menu .menu_items .menu_item .order_link{
	margin: auto 0 0;
}

.olo_menu .menu_items .menu_item img{
	margin: 0 auto 1em;
}

.olo_menu .menu_items .menu_item h3{
	font-size: 1.5em;
	margin: .5em 0;
}

@media (max-width: 1000px){
	
	.olo_menu .menu_items{
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px){

	.olo_menu .breadcrumbs{
		font-size: .8rem;
	}

	.olo_menu .breadcrumbs,
	.olo_menu .menu_loc_title{
		margin-bottom: 40px;
	}

	.olo_menu .search_box{
		margin: auto;
	}
	
	.olo_menu .menu_items {
		grid-template-columns: 1fr 1fr;
		grid-gap: 50px;
	}

	.olo_menu .menu_title{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}

	.olo_menu .location_search {
		display: none;
		position: relative;
			z-index: 100;
		margin-bottom: 50px;
	}

	.olo_menu .location_search.show_search{
		display: block;
	}
}

@media (max-width: 340px){
	
	.olo_menu .menu_items {
		grid-template-columns: 1fr;
	}
}

/* ===================== OLO Shake Shop ===================== */

.olo_menu .page-content{
	padding: 0;
}

.olo_menu #top_shelf{
	padding-top: 50px;
}

.olo_menu.is_shakeshop {
	background-image: url(images/shakeshop/light-pattern.png);
	background-size: 120px;
	background-position: center 30px;
}

@media (min-width: 768px){
	
	.olo_menu.is_shakeshop .hero img{
		height: calc(100vh - 360px);
		min-height: 500px;
		max-height: 870px;
		object-fit: cover;
	}
}

.olo_menu.is_shakeshop #top_shelf{
	background-color: var(--ss_green);
	color: #ffffff;
	padding: 50px 0;
}

.olo_menu.is_shakeshop #top_shelf .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.olo_menu.is_shakeshop #top_shelf .breadcrumbs{
	width: 100%;
}

.olo_menu.is_shakeshop #top_shelf .select_search{
	order: 99;
}

.olo_menu.is_shakeshop .title_logo{
	display: flex;
	align-items: flex-end;
	margin-bottom: .5em;
	gap: 20px;
}

.olo_menu.is_shakeshop .ss_logo {
	width: 100px;
	transform: translateY(-8px);
}

.olo_menu.is_shakeshop #edit_menu_location{
	color: #ffffff;
	background-image: url(images/icons/edit_icon_white.svg);
}

@media (max-width: 767px){

	.olo_menu.is_shakeshop .menu_title{
		position: static; width: auto; height: auto; margin: 0;clip: initial;
	}

	.olo_menu.is_shakeshop #top_shelf .select_search,
	.olo_menu.is_shakeshop .mobile_edit_loc{
		width: 100%;
	}

	.olo_menu.is_shakeshop #top_shelf .select_search{
		order: 0;
	}

	.olo_menu.is_shakeshop .title_logo{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}

@media (max-width: 600px){
	
	.olo_menu.is_shakeshop .menu_title{
		font-size: 2rem;
	}
}

@media (max-width: 400px){
	
	.olo_menu.is_shakeshop .menu_title{
		font-size: 1.5rem;
	}
}

.olo_menu.is_shakeshop.is_tahiti .cat_desc.primary{
	margin: 40px 0 50px;
	font-family: 'bungee';
	font-family: var(--title_font);
	font-size: 2rem;
	font-weight: var(--title_solid_weight);
	text-align: center;
}

.olo_menu.is_shakeshop .cat_desc.primary{
	text-align: left;
    font-family: 'rubik';
	font-size: 1.2rem;
	font-weight: normal;
}

.olo_menu .cat_desc.primary strong{
	font-weight: bold;
}

.olo_menu.is_shakeshop .menu_items .menu_item a{
	pointer-events: none;
}

.olo_menu.is_shakeshop .cat_panel{
	padding-bottom: 50px;
}

.olo_menu.is_shakeshop .item_desc.primary{
	flex-direction: column;
	display: flex;
	align-items: center;
}

.olo_menu.is_shakeshop .breadcrumbs {
	display: none;
}

.olo_menu.is_shakeshop .breadcrumbs .bc_divider:nth-last-child(2){
	display: none;
}

.olo_menu.is_shakeshop .menu_items .menu_item a img{
	border: 2px solid #000;
}

.olo_menu.is_shakeshop .menu_dropselect > button{
	background-color: var(--offwhite);
}

.olo_menu.is_shakeshop #mobile_menu_tablist{
	margin-top: 30px;
}

/* ===================== OLO Menu Item ===================== */

.menu_detail {
	padding: 50px 0;
}

.menu_detail .breadcrumbs{
	padding-left: 4em;
	margin: 2em 0;
	font-size: 1.4rem;
	font-weight: 400;
}

.menu_detail .item_detail{
	padding: 4rem;
	background-color: #ffffff;
	border-radius: 30px;
	color: var(--primary);
}

.menu_detail .item_detail .info,
.menu_detail .item_detail .image{
	flex: 0 0 50%;
}

.menu_detail .item_detail .order_link{
	margin-top: 50px;
}


.menu_detail .item_name{
	font-size: 2rem;
	margin-bottom: 1em;
}

@media (min-width: 768px){
	
	.menu_detail .item_detail .info{
		padding-right: 50px;
	}
}

@media (max-width: 767px){
	
	.menu_detail {
		background-color: #ffffff;
	}

	.menu_detail .breadcrumbs{
		color: var(--primary);
		padding-left: 0px;
		font-size: 1rem;
		line-height: 1.2;
	}

	.menu_detail .item_detail{
		padding: 4em 0;
	}

	.menu_detail .item_detail .order_link{
		text-align: center;
		margin-bottom: 50px;
	}

	.menu_detail .item_detail .mobile_img{
		margin-bottom: 50px;
	}

	.menu_detail .item_detail .mobile_img img{
		margin: auto;
	}

	.menu_detail .item_detail .big_copy{
		font-size: 1rem;
	}
}

.menu_error{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	font-family: var(--title_font);
	font-size: 1.5rem;
	color: var(--primary);
	font-weight: 100;
	text-align: center;
}

/* ===================== Locations ===================== */

.locations {
	overflow: hidden;
}

.locations .hero{
	display: none;
}

.locations .container{
	width: 825px;
}

.locations #location_search{
	width: 100%;
	padding: 0.5em;
	margin-top: 50px;
	background-color: #ffffff;
	font-size: 2rem;
	color: var(--primary);
	text-align: left;
	padding: 0.5em 1.5em 1em;
}

.locations #location_search::before, 
.locations #location_search::after{
	top: 0.8em;
    font-size: 2rem;
}

.locations #location_search::before {
	right: calc(100% + 1em);
}

.locations #location_search::after {
	left: calc(100% + 1em);
}

.locations #location_search h2{
	font-size: 2.3rem;
	margin-bottom: 20px;
	font-weight: 500;
}

.locations #location_search label{
	top: 0.5em;
	left: .5em;
	font-size: 1.5rem;
	font-weight: normal;
	transition: all .3s ease-in-out;
}

.locations #location_search .acsb_nofloat label,
.locations #location_search .unfloat label{
	top: -1.2em;
	left: 0;
	font-size: 1.2rem;
	color: var(--primary_cta);
}

.locations #location_search input{
	font-size: 1.5rem;
	line-height: 1;
}

.locations #location_search .use_my_loc{
	color: var(--primary_cta);
}

.locations #location_search .inner{
	font-size: 1rem;
}

.locations #location_listing{
	padding-bottom: 100px;
}

.locations .showall_wrap{
    padding-top: 20px;
}

@media (min-width: 768px){

	.locations .showall_wrap{
		display: flex;
		justify-content: flex-end;
		margin-bottom: -95px;
	}
}

.locations .showall_wrap #showall_ss{
	flex: 0 0 50%;
	max-width: none;
}

.locations #location_listing.just_shakeshop .state_listing .locgrid{
	display: grid;
}

.locations #location_listing.just_shakeshop .is_rubys,
.locations #location_listing.just_shakeshop .state_listing > h2{
	display: none;
}

.locations #location_listing.just_shakeshop > div:nth-of-type(2){
	padding-top: 120px;
}

@media (max-width: 767px){

	.locations #location_listing.just_shakeshop > div:nth-of-type(2){
		padding-top: 50px;
	}
}

.locations #location_listing.just_shakeshop .state_listing button{
	background-image: none;
	pointer-events: none;
}

.locations .state_listing {
	text-align: left;
}

.locations .state_listing button{
	margin: 50px 0;
	padding-right: 2em;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	font-size: 2.3rem;
	color: #ffffff;
	font-weight: 600;
	line-height: 1;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAuNSIgaGVpZ2h0PSI2LjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAuNSA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjUgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxnIHRyYW5zZm9ybT0icm90YXRlKC0xODAgNS4yIDMuMykiIGlkPSJzdmdfMSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwLDEuNUw4LjksMC4zTDUuMiw0TDEuNSwwLjNMMC40LDEuNWw0LjgsNC44TDEwLDEuNXogTTEwLDEuNSIvPiA8L2c+IDwvc3ZnPg==");
}

@media (max-width: 450px){
	
	.locations .state_listing button{
		font-size: 2rem;
	}
}

@media (max-width: 400px){
	
	.locations .state_listing button{
		font-size: 1.5rem;
	}
}

.locations .state_listing.reveal button{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAuNSIgaGVpZ2h0PSI2LjYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAuNSA2LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjUgNi42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxnPiA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAsMS41TDguOSwwLjNMNS4yLDRMMS41LDAuM0wwLjQsMS41bDQuOCw0LjhMMTAsMS41eiBNMTAsMS41Ii8+IDwvZz4gPC9zdmc+");
}

.locations .state_listing .locgrid{
	display: none;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.locations .state_listing.reveal .locgrid{
	display: grid;
}

.loc_block{
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: var(--radius);
	font-weight: 400;
}

.loc_block .opening_banner{
	padding: 12px;
	background: var(--bright_yellow);
	font-family: var(--title_font);
	color: #000000;
	font-weight: 500;
}

@media (min-width: 768px){
	
	.loc_block .bottom{
		margin-top: -1em;
	}

	.loc_block .opening_banner{
		position: absolute;
			top: 0;
			left: 0;
			z-index: 10;
		border-bottom-right-radius: 25px;
	}
}

@media (max-width: 767px){
	
	.loc_block .opening_banner{
		padding-bottom: 24px;
		margin-bottom: -12px;
	}
}

.loc_block .loc_title {
	display: inline-block;
	margin-bottom: .5em;
	border-bottom: 1px solid currentColor;
	font-size: 1.2rem;
	color: var(--primary_cta);
}

.loc_block .loc_title a{
	color: inherit;
	text-decoration: none;
}

.loc_block .subheading{
	font-weight: bold;
    max-width: 80%;
    line-height: 1;
	margin-bottom: 1rem;
}

.loc_block .phone {
	margin-bottom: 1em;
}

.loc_block .phone a{
	font-weight: 600;
}

.loc_block .top{
	flex: 0 0 186px;
	max-height: 186px;
}

.loc_block .top img{
	display: flex;
	max-height: 100%;
	object-fit: cover;
}

.loc_block .bottom{
	position: relative;
		z-index: 1;
	flex: 1 1 auto;
	justify-content: space-between;
	overflow: hidden;
	padding: 2em 1em 1em;
	background-color: #ffffff;
	border-radius: var(--radius);
	color: #000000;
}


.loc_block .address_hrs{
	flex: 1 1 auto;
	padding-right: 1em;
}

.loc_block .ctas{
	flex: 0 0 40%;
	flex-direction: column;
	display: flex;
}

.loc_block .coming_soon{
	flex: 0 0 40%;
	color: var(--secondary);
	font-weight: bold;
	text-align: center;
}

.loc_block .ctas .cta{
	border-radius: 10px;
	font-size: .8em;
	padding: 1em;
}

.loc_block .ctas .cta + .cta{
	margin-top: 1em;
}

@media (max-width: 767px){
	
	.locations .hero{
		display: none;
	}

	.locations #location_search{
		padding: 0.5em 0.5em 1em;
		margin-top: 70px;
		background-color: transparent;
	}

	.locations #location_search label{
		top: 0.9em;
		font-size: 1rem;
	}

	.safari_browser .locations #location_search label{
		top: 1.2em;
	}

	.safari_browser .locations #location_search .acsb_nofloat label,
	.safari_browser .locations #location_search .unfloat label{
		top: -1.2em;
	}

	.locations #location_search .unfloat label{
		color: #ffffff;
	}

	.locations #location_search .use_my_loc{
		font-size: 1rem;
		color: #ffffff;
	}

	.locations .mobile_hdr{
		font-size: 2.3rem;
	}

	.locations .state_listing{
		text-align: center;
	}

	.locations .state_listing .address_hrs{
		padding-right: 0;
		margin-bottom: 1em;
		text-align: left;
	}

	.locations .state_listing .locgrid{
		width: 390px;
		max-width: 95%;
		margin: auto;
		grid-template-columns: 1fr;
	}

	.loc_block .ctas{
		width: 240px;
		margin: auto;
	}
}

/* Shake Shop */
/* front page */

#fp_shakeshop{
	background-image: url(images/shakeshop/blue-pattern.png);
	padding-top: 30px;
	background-size: 110px;
}

#fp_shakeshop .ss_logo{
	width: 160px;
	margin: auto;
}

#fp_shakeshop .ss_hero{
	display: flex;
	align-items: flex-end;
}

#fp_shakeshop .ss_hero img{
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

#fp_shakeshop .ss_copy{
	display: flex;
	order: 2;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	color: #ffffff;
	text-align: center;
}

#fp_shakeshop .ss_copy .ss_cs_line{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 30px;
	gap: 40px;
}

#fp_shakeshop .ss_copy .ss_cs_line .cs_banner{
	width: 250px;
}

#fp_shakeshop .ss_copy .copy{
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
}

#fp_shakeshop .ss_copy .copy span{
	font-style: normal;
	font-family: var(--title_font);
	font-size: 1em;
	font-weight: var(--title_solid_weight);
}

#fp_shakeshop .ss_copy .cta{
	padding: 1em 2em;
    max-width: none;
    font-size: 1rem;
}

@media (min-width: 1001px){
	
	#fp_shakeshop .ss_copy{
		padding: 20px 0 20px 10%;
	}

	#fp_shakeshop .ss_flex{
		display: flex;
		justify-content: space-between;
		width: 1185px;
	}

	#fp_shakeshop .ss_hero,
	#fp_shakeshop .ss_copy{
		flex: 0 0 50%;
	}
}

@media (max-width: 1300px){

	#fp_shakeshop .ss_copy{
		padding: 20px 50px;
	}
}

@media (max-width: 1000px){
	
	#fp_shakeshop .inner{
		text-align: center;
	}

	#fp_shakeshop .ss_copy .ss_cs_line{
		display: flex;
		justify-content: center;
	}

	#fp_shakeshop .ss_copy{
		padding: 20px 0;
	}
}

/* locations */
@media (min-width: 768px){
	.loc_block .bottom{
		display: grid;
		grid-template-columns: 3fr 2fr;
		grid-template-rows: 50px auto;
	}
}

.loc_block .bottom{
	padding: 0;
}

.loc_block .rby_banner{
	grid-area: 1 / 1 / 2 / 3;
}

.loc_block .address_hrs{
	grid-area: 2 / 1 / 3 / 2;
	padding: 2em 1em 1em;
}

.loc_block .ctas{
	grid-area: 2 / 2 / 3 / 3;
	padding: 2em 1em 1em 0;
}

.loc_block .rby_banner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: var(--tertiary);
	background-position: center;
	background-size: 38px;
}

.loc_block.is_shakeshop .ss_banner{
	background-image: url(images/shakeshop/blue-pattern.png);
	background-color: var(--ss_green);
}

.loc_block .rby_banner{
	background-image: none;
}

.loc_block .rby_banner img{
	height: 18px;
    width: auto;
}

.loc_block .sub_heading{
	font-weight: bold;
	margin: 1em 0;
}

.loc_block.is_shakeshop .loc_title {
	color: var(--ss_green);
}

.loc_block.is_shakeshop .loc_title a{
	color: inherit;
}

.loc_block.is_shakeshop .ctas .cta{
	background-color: var(--ss_green);
	border-color: var(--ss_green);
}

.loc_block.is_shakeshop .ctas .cta:hover{
	color: var(--ss_green);
	background-color: #fff;
}

/* ===================== Single Location ===================== */

@media (min-width: 1150px){

	.single-location #location_info{
		display: flex;
		justify-content: flex-end;
	}
}

.single-location #location_info .info_half{
	flex: 0 1 700px;
}

.single-location #location_info .hero_half{
	flex: 0 0 50%;
}

.single-location #location_info .info_half {
	padding: 73px 50px 50px;
}

.single-location #location_info .info_half .inner{
	padding: 30px 40px;
	background-color: #ffffff;
	border-radius: 22px;
	color: #000000;
}

.single-location #location_info .info_half .additional_info{
	margin: -20px 0 20px;
}

.single-location #location_info .full_hrs td:first-child{
	padding-right: 1em;
}

.single-location #location_info .cs_banner{
	display: inline-block;
	padding: 1em;
	margin-bottom: 15px;
	background-color: var(--bright_yellow);
	border-radius: 2em;
	font-size: .7rem;
	color: #000000;
	text-align: center;
}

.single-location #location_info .title_address .hdr{
	margin-bottom: 10px;
	font-size: 3rem;
	color: var(--primary);
	line-height: 1;
}

.single-location #location_info .title_address .hdr.reduced{
	font-size: 2.5rem;
}

.single-location #location_info .title_address .sub_heading{
	margin-bottom: 1em;
}

.single-location #location_info .info_half .today_hours span{
	color: var(--primary);
}

.single-location #location_info .logo_city{
	display: flex;
	align-items: flex-end;
	margin-bottom: 47px;
	font-size: 3rem;
}


.single-location #location_info .info_half .loc_info_logo{
	width: 110px;
	margin: 0 37px 0 30px;
}

.single-location #location_info .logo_city .city_hdr{
	font-size: 2.2rem;
	line-height: 1;
	transform: translateY(3px);
}

@media (min-width: 650px){

	.single-location #location_info .info_half .inner .top_row{
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
}

.single-location #location_info .info_half .inner .top_row .title_address{
	flex: 1 1 auto;
}

.single-location #location_info .info_half .inner .top_row .today_hours{
	flex: 1 0 170px;
	padding-bottom: 30px;
}

.single-location #location_info .info_half .inner .holiday_hrs{
	margin-top: 10px;
}

.single-location #location_info .info_half .ctas{
	display: grid;
	margin-bottom: 50px;
	grid-gap: 10px;
	grid-template-columns: auto auto auto;
	justify-items: center;
}

.single-location #location_info .info_half .ctas .cta{
	width: 100%;
}

@media (max-width: 600px){
	
	.single-location #location_info .info_half .ctas{
		grid-template-columns: auto;
	}
}

@media (max-width: 500px){

	.single-location #location_info .logo_city .city_hdr{
		font-size: 1.5rem;
	}

	.single-location #location_info .title_address .hdr.reduced,
	.single-location #location_info .title_address .hdr{
		font-size: 2rem;
	}

	.single-location #location_info .info_half .loc_info_logo{
		width: 100px;
		margin: 0 27px 0 20px;
	}
}

.single-location #location_info .info_half .ctas .cta{
	flex: 1 1 auto;
	padding: 1em .5em;
	margin: 0;
}

.single-location #location_info .info_half .maplink_phone{
	margin-bottom: 1em;
}



.single-location #location_info .info_half .full_add{
	font-weight: normal;
    margin-bottom: 1em;
}

.single-location #location_info .hero_half .hero{
	display: flex;
	height: 100%;
}

.single-location #location_info .hero_half img{
	max-width: 1600px;
	max-height: 800px;
	object-fit: cover;
}

.single-location #location_copy_map{
	padding: 50px 0;
}

.single-location #loc_map_wrap{
	margin: 50px 0;
}

.single-location #loc_map_wrap .cta{
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}

/* .single-location #map_controls{ */
/* 	position: absolute; */
/* 	bottom: 20px; */
/* 	right: 20px; */
/* 	z-index: 1; */
/* } */

.single-location #loc_map{
	height: 500px;
	border-radius: 10px;
	border: 2px solid #fff;
}

.single-location #gallery_slider img{
	display: block !important;
}

.single-location #gallery_slider .lt_arrow{
	left: 20px;
}

.single-location #gallery_slider .rt_arrow{
	right: 20px;
}

.single-location #gallery_slider .slick-arrow svg{
	fill: #ffffff;
}

.single-location #events{
	padding: 50px 0;
}

/* shake shop */

.single-location #primary.is_shakeshop #location_info{
	background-color: var(--ss_green);
	background-image: url(images/shakeshop/blue-pattern.png);
	background-size: 80px;
}

.single-location #primary.is_shakeshop #location_info .title_address .hdr{
	color: var(--ss_green);
	line-height: 1;
}

.single-location #primary.is_shakeshop #eclub .default,
.single-location #eclub .ss_only{
	display: none;
}

.single-location #primary.is_shakeshop #eclub .ss_only{
	display: block;
}

/*  */
/* .single-location main .container{ */
/* 	width: 1000px; */
/* } */
/*  */
/* .single-location .loc_h1{ */
/* 	padding: 1.5em 1em .5em; */
/* 	font-size: 2.3rem; */
/* } */
/*  */
/* .single-location #top_map{ */
/* 	min-height: 500px; */
/* 	overflow: hidden; */
/* 	padding: 0; */
/* 	margin: 65px auto 50px; */
/* 	background-color: #ffffff; */
/* 	border-radius: 22px; */
/* 	color: var(--primary); */
/* } */
/*  */
/* .single-location #location_content{ */
/* 	padding: 0 0 50px; */
/* } */
/*  */
/* .single-location .coming_soon{ */
/* 	margin: 2em 0; */
/* 	font-weight: bold; */
/* } */
/*  */
/* .single-location .info_title{ */
/* 	font-size: 1.5rem; */
/* 	margin-bottom: 0.8em; */
/* } */
/*  */

.single-location #loc_map_wrap{
	position: relative;
}

#loc_map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

#loc_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;
}

#map_zoom_in{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLXBsdXMiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICA8bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSIgLz4KICA8bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiIgLz4KPC9zdmc+Cg==");
}

#map_zoom_out{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1pbnVzIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgPGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiIC8+Cjwvc3ZnPgo=");
}

@media (min-width: 601px){

	.single-location #location_info .info_half .maplink_phone .phonelink{
		margin-left: 2em;
		padding-left: 2em;
		position: relative;
	}

	.single-location #location_info .info_half .maplink_phone .phonelink::before{
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		width: 1em;
		height: 1em;
		background-color: #000000;
		border-radius: 100%;
		font-size: .2rem;
		content:'';

		transform: translate(-50%,-50%);
	}
}

@media (max-width: 600px){
	
	.single-location #location_info .info_half .maplink_phone {
		flex-direction: column;
		display: flex;
	}
}

@media (max-width: 400px){
	
	.single-location #location_info .info_half{
		padding: 73px 20px 50px;
	}
}

@media (max-width: 350px){
	
	.single-location #location_info .logo_city{
		flex-direction: column;
		align-items: center;
	}

	.single-location #location_info .logo_city .city_hdr{
		text-align: center;
		margin-top: 30px;
	}

	.single-location #location_info .title_address .hdr{
		font-size: 1.5rem;
	}
}


/* ===================== Gift Cards ===================== */

.gift_cards h1{
	margin-bottom: 0.2em;
}

.gift_cards .subheader{
	font-size: 1.5rem;
    margin-bottom: 55px;
}

.gift_cards .cards_image{
	margin-bottom: 20px;
}

.gift_cards .cards_image img{
	display: inline-block;
}

.gift_cards .gc_content {
	font-size: 1.5rem;
}

.gift_cards .gc_content a:not(.cta){
	font-weight: 400;
	line-height: 2;
}

.gift_cards .utility_links,
.gift_cards .card_blocks{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	text-align: center;
	gap: 50px;
}

.gift_cards .card_blocks img{
	margin-bottom: 10px;
	border-radius: 16px;
	box-shadow: -10px 10px 10px -10px rgb(0 0 0 / 20%);
}

.gift_cards .gc_content .cta,
.gift_cards .card_blocks .cta{
	max-width: none;
	padding: 1em 2em;
}

@media (max-width: 767px){
	
	.gift_cards .card_blocks h2,
	.gift_cards .card_blocks img{
		margin-bottom: 20px;
	}

	.gift_cards .utility_links,
	.gift_cards .card_blocks{
		flex-direction: column;
		gap: 30px;
	}

	.gift_cards .utility_links{
		gap: 20px;
	}
}

/* ===================== Careers ===================== */

.careers .page-content{
	padding: 10px 0 0;
}

.careers .mid_page .copy_half{
	min-height: 480px;
}

.careers .perks{
	padding: 75px 0;
}

.careers .perks .perk{
	width: 100%;
	padding: 30px;
	border-radius: 30px;
	color: var(--primary_cta);
}

.careers .perks .perk img{
	display: inline-block;
	width: 105px;
	margin-bottom: 20px;
}

.careers .footer_hero{
	height: 600px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (min-width: 768px){
	.careers .perks .perks_row{
		margin: auto;
		display: grid;
		grid-gap: 35px;
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: center;
	}
}

@media (max-width: 767px){
	
	.careers .perks{
		padding: 50px 0;
	}

	.careers .page-content{
		padding: 50px 0 0;
	}

	.careers .mobile_apply .cta_block{
		padding: 45px 0 0;
	}

	#career_perks{
		width: 275px;
		max-width: 100%;
		margin: auto;
	}

	.careers .perks .slick-slide{
		margin: 0 10px;
	}

	#career_perks .slick-dots button{
		margin: 0 0.8em;
		font-size: 0.8rem;
	}

	.careers .perks .perk{
		border-radius: 25px;
	}

	.careers .mobile_apply img{
		width: 100%;
	}
}

@media (max-width: 420px){
	
	#career_perks {
		width: 100%;
	}

	#career_perks .slick-list{
		padding-right: 37px;
		margin-right: -35px;
	}
}

/* ===================== Mobile App ===================== */

@media (min-width: 1200px){

	.mobile_ordering .top_copy{
		min-height: 800px;
	}
}

.mobile_ordering .top_copy .hdr{
	color: var(--tertiary);
}

@media (min-width: 768px) and (max-width: 1200px){

	.mobile_ordering .top_copy{
		padding-top: calc(138px - 11.57vw);
	}
}

.mobile_ordering .top_copy .inner,
.mobile_ordering .bottom_copy .inner{
	flex: 0 0 335px;
	max-width: 100%;
}

.mobile_ordering .top_copy .hand_phone{
	align-items: flex-end;
}

.mobile_ordering .top_copy img{
	object-fit: contain;
}

.mobile_ordering .app_copy h2{
	font-weight: var(--title_solid_weight);
}

.mobile_ordering .top_copy .app_copy{
	flex: 0 0 380px;
	min-height: 400px;
}

.mobile_ordering #app_perks {
	padding: 185px 0 100px;
}

.mobile_ordering #app_perks .perks{
	margin-bottom: 100px;
}

.mobile_ordering #app_perks .perk{
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	align-items: center;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 25px;
	box-shadow: 3px 3px 7px 2px rgb(0 0 0 / 10%);
	color: var(--primary_cta);
}

.mobile_ordering #app_perks .perk img{
	width: 135px;
}

.mobile_ordering #app_perks .perk .title{
	margin: 1em 0 0.5em;
	font-size: 1.6rem;
	line-height: 1;
}

.mobile_ordering .bottom_image{
	flex: 0 1 470px;
}

.mobile_ordering .bottom_copy .app_copy{
	flex: 0 1 46%;
}

.mobile_ordering .bottom_copy p{
	color: var(--secondary);
}

@media (max-width: 1000px){
	
	.mobile_ordering .bottom_copy .app_copy{
		margin-top: 50px;
	}

	.mobile_ordering .bottom_image{
		text-align: center;
	}

	.mobile_ordering .bottom_image img{
		display: inline-block;
		width: 400px;
	}
}

@media (min-width: 768px){
	
	.mobile_ordering #app_perks .perk + .perk{
		margin-left: 20px;
	}
}

@media (max-width: 767px){
	
	.mobile_ordering .top_copy{
		padding-top: 100px;
	}

	.mobile_ordering #app_perks .perks{
		width: 370px;
		max-width: 95%;
	}

	.mobile_ordering #app_perks{
		padding: 60px 0 50px;
	}

	.mobile_ordering #app_perks .perk + .perk{
		margin-top: 50px;
	}

	.mobile_ordering .bottom_copy .inner{
		text-align: center;
	}

	.mobile_ordering .bottom_copy h2{
		border: none;
	}

	.mobile_ordering .bottom_image img{
		width: 200px;
	}
}

/* ===================== LTO ===================== */

.lto .hero img{
	object-position: top;
}

.lto .hero_wrap{
	position: relative;
}

.lto .hero_copy{
	display: flex;
	position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
	height: 100%;
	color: #ffffff;
	font-size: 1rem;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.lto .hero_copy .inner{
	flex: 0 0 35%;
	padding-top: 200px;
	font-family: var(--title_font);
	font-weight: var(--title_solid_weight);
}

.lto .hero_copy h1{
	font-size: 3em;
	margin-bottom: 1em;
	color: #ffffff;
	width: auto;
    padding: 20px;
	text-shadow: -3px -1px 11px rgb(0 0 0 / 99%);
}

.lto .hero_copy h2{
	font-size: 2.5em;
	margin-bottom: 1em;
}

.lto .hero_copy p{
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.5;
	color: #ffffff;
	width: auto;
    padding: 20px;
	text-shadow: -3px -1px 11px rgb(0 0 0 / 99%);
}

.lto .hero_copy .cta{
	font-family: var(--copy_font);
}

.lto .page-content{
	min-height: 500px;
	padding: 75px 0;
	font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1600px){
	
	.lto .has_overlay .hero img{
		min-height: 800px;
	}

	.lto .hero_copy .inner{
		flex: 0 0 70%;
	}
}

@media (max-width: 767px){
	
	.lto .hero_copy{
		align-items: flex-end;
		padding: 0 0 12%;
		font-size: .9rem;
	}

	.lto .hero_copy .inner{
		flex: 0 0 100%;
		text-align: center;
	}

}

@media (max-width: 600px){
	
	.lto .hero_copy{
		font-size: .7rem;
	}
}

@media (max-width: 450px){
	
	.lto .hero_copy{
		font-size: .6rem;
	}
}

/* ===================== Our Story ===================== */

.ourstory .page-content{
	padding: 20px 0 50px;
}

.ourstory .footer_copy {
	padding: 50px 0;
}

.ourstory .footer_copy h2{
	display: inline-block;
	padding: .1em 0;
	border-top: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	font-family: var(--title_font);
	font-size: 2.5rem;
	font-weight: var(--title_solid_weight);
	text-transform: uppercase;
}

/* ===================== Community ===================== */

.community {
	padding-bottom: 50px;
}

.community .page-content{
	padding: 10px 0 20px;
}

.community .mid_page .copy_half{
	flex: 0 0 53%;
}

.community .mid_page .img_half img{
	width: auto;
	height: auto;
	object-fit: fill;
}

@media (min-width: 768px){
	
	.community .bottom_copy .copy{
		padding-right: 50px;
	}

	.community .bottom_copy .image{
		flex: 0 0 50%;
		padding-top: 20px;
	}
}

@media (min-width: 901px){

	.community .mid_page .inner{
		padding-right: 50px;
	}
}

@media (max-width: 767px){

	.community .page-content{
		padding: 50px 0 0;
	}

	.community .bottom_copy h2,
	.community .bottom_copy h3{
		text-align: center;
	}

	.community .bottom_copy .image{
		text-align: center;
		margin: 50px 0;
	}

	.community .bottom_copy .image img{
		display: inline-block;
	}
}


/* ===================== Form Page ===================== */

.form_page .page-content{
	padding: 0;
}

.form_page.no_hero .form_background{
	padding-top: 100px;
}

.form_page .form{
	padding-bottom: 100px;
}

.form_page .form form{
	margin-top: 2em;
}

.agree_terms label,
.agree_terms legend{
	position: static; width: auto; height: auto; margin: 0;clip: initial;
}

.agree_terms input{
	width: 1em;
    height: 1em;
    font-size: .7em;

}

/* ===================== Legal ===================== */

.page-template-tpl_legal #content{
	margin-top: 0;
}

.legal_page .container{
	width: 800px;
}

.legal_page .page_title{
	font-size: 2rem;
	margin: 1em 0;
}

/* ===================== FAQ ===================== */

.faqs_page .faq_search .input_wrap{
	position: relative;
    display: inline-block;
}

.faqs_page .faq_search .input_wrap label{
	margin-right: 10px;
}

.faqs_page #clear_search{
	top: .5em;
}

.faqs_page .page_title{
	font-size: 2.5rem;
	margin: 1em 0;
}

.faqs_page .subhdr{
	margin-bottom: 30px;
}

.faqs_page .faq_content{
	justify-content: space-between;
	margin: 50px 0;
}

.faqs_page #faq_search{
	line-height: 1;
}

#faq_filter {
	flex: 0 0 24%;
}

#faqs{
	flex: 0 0 67%;
}

.faqs_page #no_results{
	display: none;
}

#faq_filter ul{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr;
	justify-items: center;
}

#faq_filter ul li,
#faq_filter ul button{
	width: 100%;
}

#faq_filter ul button.active{
	background-color: #ffffff;
    color: var(--primary_cta);
}

.faqs_page .faq{
	margin-bottom: 30px;
}

.faqs_page .question{
	margin-bottom: .5em;
	font-size: 1.3rem;
}

.faqs_page .answer{
	font-weight: 400;
}

.faqs_page #no_results{
	font-size: 2rem;
}

#faq_filter_mobile{
	margin-bottom: 50px;
}

#faq_filter_toggle{
	font-size: 1.2rem;
}

#faq_filter_mobile .dropselect button{
	padding: 0.5em 1em;
	font-size: 1rem;
	color: var(--primary);
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 767px){
	
	.faqs_page #clear_search{
		top: 1.8em;
	}

	.faqs_page .faq_search .input_wrap{
		display: flex;
		flex-direction: column;
	}
}

/* ===================== 404 ===================== */

.fourohfour{
	height: 64vh;
	min-height: 500px;
	padding: 100px 0;
	font-size: 1rem;
	text-align: center;
}

.fourohfour p{
	margin-bottom: 1em;
}

.fourohfour h1{
	text-transform: lowercase;
	font-size: 4rem;
}

/* ===================== Do Not sell ===================== */

#cmplz-datarequest-form > div{
	margin-bottom: 20px;
}

footer #footer_legal li.opt_out_icon{
	padding-right: 1.7em;
	background-image: url(images/icons/opt_out_check.svg);
	background-repeat: no-repeat;
	background-position: right 1px top 0.5em;
    background-size: auto 0.7em;
}


.redirector{
	padding: 100px 0;
	height: calc(100vh - 455px);
}

.redirector h1{
	font-family: var(--title_font);
	color: var(--primary);
	font-size: 2rem;
}

.redirector .click_here{
	font-size: 1.5rem;
	padding: 100px 0 50px;
}


/* app link landing ijd 08-03-23 */
.apps_landing{
	height: 100vh;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apps_landing h1{
	margin-bottom: 25px;
	font-size: 3rem;
	color: var(--primary);
}

.apps_landing .app_links{
	margin-top: 50px;
}

.apps_landing .app_links a img{
	height: 70px;
}

/* ===================== Fishbowl fbmta Updates ===================== */

body.fishbowl form table{
	width: 100%;
	max-width: 645px;
	padding: 0 20px;
}

body.fishbowl form input,
body.fishbowl form select{
	width: 100%;
}

body.fishbowl form input.SaveButton{
	width: initial;
	margin-left: 0px;
}

body.fishbowl form select.StoresDropDown{
	display: block !important;
}

body.fishbowl form  #ctl00_PageContent_MemberProfileControl_CustomField_StoreCode_0-button{
	display: none;
}

body.fishbowl form .birthdate select{
	width: 48%;
}

body.fishbowl form .birthdate select#ctl00_PageContent_MemberProfileControl_CustomField_Birthdate_0{
	margin-right: 4%;
}

body.fishbowl form .zip .riSingle{
	width: 100% !important;
}

body.fishbowl form .zip .riTextBox{
	font-size: initial !important;
	line-height: 2 !important;
	padding: .5em 1em !important;
	font: inherit;
	border: 1px solid var(--gray) !important;
	height: initial;
}

body.fishbowl form .storecode .StoreCell{
	width: 100% !important;
}


body.fishbowl form .Message{
	text-align: center;
	width: 100%;
    display: block;
	font-size: 1.3rem;
    font-weight: bold;
}

/* Ruby's Rewards */
.rewards .page_title{
	margin-bottom: 20px;
}

.rewards .text_repeat_bknd{
	background-size: 170px;
	padding-top: 50px;
	background-image: url(images/rewards/text_repeat_rubys.png);
}

.rewards h1 img{
	display: inline-block;
	width: 300px;
}

.rewards .rewards_container{
	position: relative;
	width: 540px; 
	margin: 50px auto;
	font-size: 1.2rem;
	font-weight: bold;
}

.rewards .rewards_container p,
.rewards .rewards_container .cta{
	margin-bottom: 1em;
}

.rewards .rewards_container .cta{
	max-width: none;
}

.rewards .rewards_phone{
	position: absolute;
		bottom: -150px;
		left: -358px;
		z-index: 1;
	max-width: 388px;
}

.rewards .rewards_phone_2{
	position: absolute;
		bottom: -150px;
		right: -358px;
		z-index: 1;
	max-width: 388px;
}

.rewards .perks{
	padding: 54px 0;
}

.rewards .perks > h2{
	margin-bottom: 25px;
	font-size: 2.25rem;
}

.rewards #rewards_perks{
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-items: center;
}

@media (max-width: 1175px){
	.rewards #rewards_perks{
		max-width: 860px;
		margin: auto;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	}
}

@media (max-width: 767px){
	.rewards #rewards_perks{
		grid-template-columns: 1fr;
	}
}

.rewards #rewards_perks .perk{
	flex: 1 1 0;
	width: 100%;
	padding: 23px;
	border-radius: 15px;
}

.rewards #rewards_perks .perk img{
	max-width: 87px;
	margin: 0 auto 18px;
}

.rewards #rewards_perks .perk .perk_copy{
	font-size: 1.1rem;
	font-weight: 100;
}

.rewards #rewards_perks .perk .perk_copy strong{
	font-weight: bold;
}

.rewards #rewards_perks .step{
	display: inline-block;
	padding: .2em .4em;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #000;
	font-family: var(--title_font);
	font-size: 1.3rem;
	line-height: 1;
	text-transform: uppercase;
}

.rewards #rewards_perks .perk_title{
	font-size: 1.8rem;
    line-height: .9;
	color: var(--primary);
	line-height: 1;
	margin-bottom: 8px;
}

.rewards #rewards_app{
	position: relative;
	padding: 60px 0 80px;
}

.rewards #rewards_app h2{
	font-size: 2rem;
	margin-bottom: 17px;
}

.rewards #rewards_app .subhdr{
	margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}

.rewards .rewards_food{
	max-width: 395px;
}

@media (min-width: 768px){

	.rewards .rewards_food{
		position: absolute;
			top: -165px;
			right: calc(50% - 533px);
			z-index: 1;

		transform: translateX(50%);
	}
}

@media (max-width: 1200px){

	.rewards .rewards_food{
		right: calc(50% - 463px);
	}
}

@media (max-width: 1010px){

	.rewards .rewards_food{
		top: 0;
	}
}

@media (max-width: 767px){
	
	.rewards #rewards_app{
		padding: 60px 0 0;
	}

	.rewards .rewards_food{
		margin: 50px auto;
	}
}

/* ===================== Popup Modal ===================== */

#popup{
    display: none;
    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 150;
    width: 100%;
    height: 100%;
    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;
	width: 1em;
	height: 1em;
	max-width: 90%;
	overflow: hidden;
	padding: 30px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 10px;
	font-size: 33rem;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}


#popup_wrap #popup_dismiss{
	position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	width: 1em;
	height: 1em;
	margin-top: 0;
	font-size: 4rem;
}

#popup_wrap #popup_header{
    text-align: center;  
    font-size: 1.6rem;
    margin-bottom: 1em;
    font-weight: bold;
}

#popup_wrap.nooutline a:focus,
#popup_wrap.nooutline button:focus{
	outline: none;
}

#popup_wrap .inner{
	font-size: 1rem;
}

#popup_overlay{
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

/* Shake Shop */

#footer_menu .ss_page{
	display: none;
}

body.shakeshop_page #footer_menu .ss_page{
	display: block;
}

.shakeshop{
	--yellow: #fff6d4;
	--ss_radius: 20px;
}

.shakeshop .cta{
	border-radius: 2rem;
}

.shakeshop .ss_container {
	padding: 0 20px;
}

.shakeshop .ss_container .inner{
	border-radius: var(--ss_radius);
	margin: 10px 0;
	overflow: hidden;
}

.shakeshop .image_txt {
	background-color: var(--secondary);
}

.shakeshop .image_txt .copy{
	color: #ffffff;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}

.shakeshop .image_txt .copy .inner{
	font-size: 1.3rem;
    font-weight: normal;
}

.shakeshop .image_txt .copy p{
	margin-bottom: .5em;
}

.shakeshop .image_txt .copy h2{
	font-family: var(--title_font);
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: .5em;
}

.shakeshop .image_txt .image img{
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px){
	
	.shakeshop .image_txt .container{
		padding: 0;
	}

	.shakeshop .image_txt .copy{
		text-align: center;
		padding: 40px 0;
	}
}

.shakeshop .top_banner{
	background-color: var(--yellow);
	font-family: var(--title_font);
	padding: 20px;
	font-size: 1.7rem;
	margin-bottom: 10px;
}

.shakeshop .top_banner span{
	font-family: var(--copy_font);
	font-style: italic;
}

.shakeshop .ss_social{
	background-color: var(--ss_green);
	color: #ffffff;
	padding: 45px 0 0;
}

.shakeshop .ss_social svg .social_path{
	fill: var(--ss_green);
}

.shakeshop .slider_nav{
	background-color: var(--primary);
	position: relative;
}

.shakeshop .slider_nav .inner{
	max-width: 1340px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	margin: -8px auto 0;
	color: var(--yellow);
}

.shakeshop .slider_nav .button_wrap{
	flex: 1 1 auto;
	padding: 33px 0 20px;
	text-align: center;
}

@media (min-width: 1200px){
	
	.shakeshop .slider_nav .button_wrap{
		transform: translateX(-32px);
	}
}

.shakeshop .slider_nav button{
	display: inline-block;
	position: relative;
	padding: 0 60px;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 2rem;
	color: inherit;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

.shakeshop .slider_nav button span{
	border-bottom: 2px solid transparent;
	line-height: .8;
	transition: border-color .3s ease-in-out;
}

.shakeshop .slider_nav button span{
	position: relative;
	display: inline-block;
}

.shakeshop .slider_nav button.active span{
	border-bottom-color: var(--bright_yellow);
}

.shakeshop .slider_nav button span::before{
	display: inline-block;
	position: absolute;
		top: -1.2rem;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 0.1603em;
	opacity: 0;
	background-image: url(images/shakeshop/horiz-bracket.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 4.5rem;
	content:'';
	transform: translateX(-50%);
	transition: opacity .3s ease-in-out;
}

.shakeshop .slider_nav button.active span::before{
	opacity: 1;
}

.shakeshop .slider_nav .hero_nav + .hero_nav::before{
	display: inline-block;
	position: absolute;
		top: 40%;
		left: -1%;
		z-index: 1;
	width: 1em;
	height: 1em;
	background-color: var(--bright_yellow);
	border-radius: 100%;
	font-size: .6rem;
	content:'';

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.shakeshop .slider_nav .cta{
	padding: .8em 2em;
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--primary);
}

.shakeshop .slider_nav .cta:hover{
	color: var(--yellow);
	background-color: var(--primary);
}

.shakeshop .hero_wrap {
	width: auto;
}

.shakeshop .hero_wrap .hero_slide{
	background-color: var(--ss_green);
	background-image: url(images/shakeshop/blue-pattern.png);
	background-position: center;
	background-size: 90px;
	display: block !important;
}

.shakeshop .hero_wrap img.hero{
	width: 100%;
	max-width: 1340px;
	margin: auto;
}

@media (max-width: 1230px){
	
	.shakeshop .slider_nav button{
		font-size: 1.5rem;
	}
}

@media (max-width: 1000px){
	
	.shakeshop .slider_nav .inner{
		padding: 25px 20px;
	}

	.shakeshop .slider_nav button{
		padding: 0 7%;
	}

}

@media (max-width: 767px){
	.shakeshop #hero_slider{
		height: 140vw;
	}

	.shakeshop .hero_wrap {
		padding: 0;
	}

	.shakeshop .hero_wrap .hero_slide img{
		object-fit: cover;
	}

	.shakeshop .hero_wrap .inner{
		padding: 0;
		margin: 0;
		border-radius: 0;
	}

	.shakeshop .slider_nav .inner{
		flex-direction: column;
		padding: 25px 20px;
	}

	.shakeshop .slider_nav .button_wrap{
		width: 100%;
		text-align: center;
	}

	.shakeshop .slider_nav button{
		font-size: 1.5rem;
		padding: 0 6%;
	}
}

@media (max-width: 500px){
	.shakeshop .slider_nav button{
		font-size: 1.1rem;
	}
}

@media (max-width: 400px){
	.shakeshop .slider_nav button{
		font-size: 1rem;
	}

	.shakeshop .slider_nav .inner{
		padding: 25px 0;
	}
}

@media (min-width: 768px){

	.shakeshop #makeroom{
		transform: rotate(-90deg) scale(1.39) translateY(-23px);
	}
}

.shakeshop .ss_gallery{
	margin: 10px 0;
}

.shakeshop .ss_gallery .container{
	width: 100%;
}

/* .shakeshop .ss_gallery .container > .inner{ */
.shakeshop .ss_gallery .container{
	width: auto;
	margin: 0 20px;
	background-color: var(--yellow);
	background-image: url(images/shakeshop/burgers-shakes-fries-pattern.svg);
	background-position: center;
	background-size: 490px;
	border-radius: var(--ss_radius);
}

.shakeshop .ss_gallery .container > .inner{
	max-width: 1340px;
	margin: auto;
}

.shakeshop .ss_gallery #ss_gallery img{
	border-radius: var(--ss_radius);
}

.shakeshop .ss_gallery .slick-arrow{
	fill: #ffffff;
}

.shakeshop .ss_gallery .slick-arrow .rt_arrow{
	right: 3%;
}

.shakeshop .ss_gallery .slick-arrow .lt_arrow{
	left: 3%;
}

.shakeshop .ss_social h2{
	font-size: 2.3rem;
}

.shakeshop .bottom_banner .image{
	flex: 0 0 47%;
}

@media (min-width: 768px){
	.shakeshop .ss_find_loc .container,
	.shakeshop .bottom_banner .container{
		display: flex;
		justify-content: space-between;
	}

	.shakeshop .ss_find_loc .find_loc_img{
		order: 2;
		width: 51%;
	}

	.shakeshop .ss_find_loc .find_loc_img img{
		height: 100%;
		object-fit: cover;
		object-position: left;
	}

	.shakeshop .ss_gallery .ss_container > .inner{
		padding: 36px 85px 66px 20px;
		display: flex;
	}

	.shakeshop .ss_gallery h2{
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.shakeshop .ss_gallery #ss_gallery{
		display: grid;
		flex: 0 0 63%;
		grid-column-gap: 50px;
		grid-row-gap: 20px;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
	}
}

@media (max-width: 767px){
	
	.shakeshop .ss_gallery .container {
		padding: 0;
		margin: 0 10px 20px;
	}

	.shakeshop .ss_gallery .container > .inner{
		padding-bottom: 50px;
		margin: 0;
	}

	.shakeshop .ss_gallery h2{
		padding: 8%;
	}

	.shakeshop .ss_gallery .gallery_img{
		padding: 0 10px;
		text-align: center;
	}

	.shakeshop .ss_gallery .gallery_img img{
		display: inline-block;
		width: 100%;
	}
}

/* redirect cpt */
.dbc_redirect {
	padding: 100px 20px 50px;
}

.dbc_redirect h1{
	font-family: var(--title_font);
	color: var(--primary);
	font-size: 3rem;
}

.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: 2rem;
	}
}

@media (max-width: 350px){
	
	.dbc_redirect h1{
		font-size: 1.5rem;
	}
}

/* temp */
/* ===================== orig Single Location ===================== */


.single-location main .original_details .container{
	width: 1000px;
}

.single-location .original_details #location_info{
	display: block;
}

.single-location .original_details main .container{
	width: 1000px;
}

.single-location .original_details .loc_h1{
	padding: 1.5em 1em .5em;
	font-size: 2.3rem;
}

.single-location .original_details #top_map{
	min-height: 500px;
	overflow: hidden;
	padding: 0;
	margin: 65px auto 50px;
	background-color: #ffffff;
	border-radius: 22px;
	color: var(--primary);
}

.single-location .original_details #location_content{
	padding: 0 0 50px;
}

.single-location .original_details .coming_soon{
	margin: 2em 0;
	font-weight: bold;
}

.single-location .original_details .info_title{
	font-size: 1.5rem;
	margin-bottom: 0.8em;
}

.single-location .original_details #loc_map_wrap{
	position: relative;
	margin: 0;
}

.original_details #loc_map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

.original_details #loc_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;
}

.original_details #map_zoom_in{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLXBsdXMiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICA8bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSIgLz4KICA8bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiIgLz4KPC9zdmc+Cg==");
}

.original_details #map_zoom_out{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1pbnVzIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgPGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiIC8+Cjwvc3ZnPgo=");
}

.single-location .original_details #loc_map{
	width: 100%;
	height: 100%;
}

.single-location .original_details .info{
	padding: 1em;
	font-size: 1.5rem;
	color: #000000;
	font-weight: 400;
	line-height: 1;
}

.single-location .original_details .full_add{
	margin-bottom: .5em;
}

.single-location .original_details .phone,
.single-location .original_details .today_hours{
	font-weight: bold;
	margin-bottom: 24px;
}

.single-location .original_details .today_hours br{
	display: none;
}

.single-location .original_details .full_hrs,
.single-location .original_details .addl_content{
	font-size: 1.2rem;
	margin-bottom: 24px;
}

.single-location .original_details .addl_content p{
	margin-bottom: .5em;
}

.single-location .original_details .holiday_hrs{
	margin-top: .5em;
}

.single-location .original_details .holiday_hrs h2{
	margin-bottom: .5em;
	font-weight: bold;
}

.single-location .original_details .full_hrs td:last-child{
	text-align: right;
}

.single-location .original_details .ctas {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.single-location .original_details .ctas .cta{
	width: 100%;
	padding: 1em;
}

.single-location .original_details #events{
	background-color: #ffffff;
}

.single-location .original_details #careers .copy{
	padding: 50px 0;
}

.single-location .original_details #events {
	padding: 50px 0;
	color: var(--primary);
}

@media (min-width: 768px){

	.single-location .original_details #eclub .copy,
	.single-location .original_details #careers .copy .inner{
		padding-left: 0;
	}

	.single-location .original_details .full_hrs td{
		width: 1%;
	}
}

@media (max-width: 1000px){
	
	.single-location .original_details #top_map{
		width: 420px;
		max-width: 95%;
	}

	.single-location .original_details #top_map.coming_soon{
		min-height: 0;
	}

	.single-location .original_details .info{
		font-size: 1rem;
	}

	.single-location .original_details .full_hrs {
		font-size: 1rem;
	}

	.single-location .original_details .full_hrs table{
		width: 100%;
	}

	.single-location .original_details .ctas{
		grid-template-columns: 1fr;
	}

	.single-location .original_details .ctas .cta{
		margin-bottom: 1em;
	}

	.single-location .original_details #map_controls{
		display: none;
	}
}

