/*
Theme Name: Marugame Udon New
Theme URI: https://www.marugameudon.com/
Description: Marugame Udon Theme
Version: 1.0.13
Author: Meredith Ragsdale
Author URI: https://www.stingerstudios.com
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #ffffff;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #444;
	text-decoration:none;
}

a:hover {
	color: #444;
}
input:focus {
	/* outline:0; */
	/* border:1px solid #04A4CC; */
}

h1, h2, h3, h4,
.hero-header {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700 !important;
}

.tc{
	text-align: center;
}

.upp{
	text-transform: uppercase;
}

.linkdec{
	text-decoration: underline;
}


/*------------------------------------*\
STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

.header {
	position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	width: 100%;
}

@media (min-width: 768px){

	body{
		display: grid;
	}

	.header{
		position: static;
		grid-area: 1 / 1 / 2 / -1;
	}

	.header + section,
	.header + div,
	.header + main{
		grid-area: 1 / 1 / 3 / -1;
	}
}

.header-inside {
	margin-top: 25px;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	padding: 0px 20px;
}

@media (min-width: 768px) and (max-width: 1024px){

	.header-inside {
		padding-bottom: 5px;
	}
}

.hero {
	height: 575px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.hero2 {
	height: 135px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url('img/new-header.jpg');
}

.hero3 {
	height: 400px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url('img/single-location-hero.jpg');
}

.hero.homepage {
	background-image: url('img/mobile-home-header.jpg');
	text-align: center;
}

.hero.menu-hero {
	background-image: url('img/menu-header.jpg');
	text-align: center;
}

.menu-hero-text-wrapper {
	display: inline-block;
	margin: 430px 0 0;
	background: rgba(0,0,0,0.7);
	padding: 0 30px;
}

.hero h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.1vw;
}

.hero p.location-menu-title {
	color: #fff;
	text-align: center;
	font-size: 1.4vw;
	font-family: brandon-grotesque, sans-serif;
	margin: 10px 0;
}

/* logo */
.logo {
	float: left;
	margin-top: 3px;
}
.logo-img {
	height: 38px;
	margin:6px 0;
}

.mu-logo-button {
	display: inline-block;
}
/* nav */

#hamburger {
	display: none;
}

#marugame-nav {
	float: right;
}

#marugame-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#marugame-nav ul li {
	display: inline-block;
	position: relative;
}

#marugame-nav ul li .sub-menu {
	display: none;
}

#marugame-nav ul li:hover .sub-menu {
	display: block;
}

#marugame-nav ul ul.sub-menu {
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 59px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.submenu li {
	display: inline-block;
}

#marugame-nav ul li .sub-menu li a {
	padding: 10px 20px;
	display: inline-block;
	white-space: nowrap;
}

#marugame-nav ul li a,
#marugame-nav ul li .temp_link,
#marugame-nav ul li .sub-menu li.current-menu-item a {
	padding: 20px;
	text-transform: uppercase;
	color: #444;
	font-size: 1.24em;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
}
#marugame-nav ul li .sub-menu li.current-menu-item a {
	padding: 10px 20px;
}

#marugame-nav ul li:first-child a {
	padding-left: 0;
}
#marugame-nav ul li:last-child a {
	padding: 10px;
}

.tax-menu-locations #menu-item-462 a[href^="#"],
#marugame-nav ul li:hover a[href^="#"],
#marugame-nav ul li.current_page_item a,
#marugame-nav ul li .sub-menu li.current-menu-item a:hover,
#marugame-nav ul li a:hover {
	color: #c81432;
}

/* footer */
.footer {
	background: #9f7126;
	color: #fff;
	padding-top: 20px;
}

.footer-logo-img {
	width: 67px;
	height: 67px;
}

.copyright {
	font-size: 0.9vw;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: 400;
}

.copyright.stinger {
	font-size: 0.8vw;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.footer-left {
	float: left;
	width: 40%;
	padding-top: 33px;
}

.footer-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-left ul li {
	display: inline-block;
	margin-bottom: 1em;
}

.footer-left ul li a,
.footer-right ul li a {
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 450;
}

.footer-left ul li a {
	display: inline-block;
	padding: 5px;
	margin-right: 20px;
}

.footer-center {
	float: left;
	width: 20%;
	text-align: center;
}

.footer-right {
	float: right;
	width: 40%;
	text-align: right;
	padding-top: 33px;
}

.footer-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-center-links{
	display: block;
    clear: both;
    width: 100%;
    text-align: center;
}
.footer-center-links p{
	margin:5px 20px;
	display: inline-block;
    width: fit;
    text-align: center;
}

.footer-right ul li {
	display: inline-block;
	margin-bottom: 1em;
}

.footer-right ul li a {
	display: flex;
	align-items: center;
	padding: 5px;
	margin-left: 20px;
}

.footer-right ul li a i {
	font-size: 2rem;
	display: inline-block;
	margin-right: 7px;
}


.footer-order {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.footer-order:hover {
	color: #B82D38;
}

/* Buttons */

.marugame-button,
.menu-item.red_cta a {
	background: #B82D38;
	transition: .1s all ease;
	color: #fff;
	padding: 10px 20px;
	color: #fff !important;
	border-radius: 6px;
}

.marugame-button:hover,
.menu-item.red_cta a:hover {
	transform: scale(1.05);
	color: #fff;
}

.hollow-button {
	display: inline-block;
	padding: 10px 80px;
	text-transform: uppercase;
	color: #B82D38;
	border: 2px solid #B82D38;
	border-radius: 6px;
	font-weight: 350;
	transition: .1s all ease;
	font-size: 1vw;
}

.hollow-button:hover {
	color: #B82D38;
	transform: scale(1.07);
}

.full-button, #gform_submit_button_1 {
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	background: #B82D38;
	border: 2px solid #B82D38;
	border-radius: 6px;
	font-weight: 350;
	transition: .1s all ease;
	font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding: 10px 10px;
}

.full-button:hover, #gform_submit_button_1:hover {
	transform: scale(1.07);
	color: #fff !important;
}

p.button-push {
	margin-top: 40px;
}

p.menu-button-push {
	margin-top: 20px;
}

p.menu-button-push a.full-button {
	width: 360px;
	text-align: center;
	padding: 10px;
}

/*------------------------------------*\
PAGES
\*------------------------------------*/

.marugame-video {
	position: relative;
	max-height: 800px;
	overflow: hidden;
}

.video-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 19px;
	background-image: url('img/home-vid-overlay.png');
	background-size: cover;
	background-position: top;
}

.video-content {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}

.video-left {
	float: left;
	width: 48.5%;
	padding: 20px;
	margin-top: 50px;
}

.hero-header {
	font-size: 2.9vw;
	font-weight: 450;
	text-transform: uppercase;
	margin: 0.4em 0 0.2em;
}

.hero-tagline {
	font-size: 1.8vw;
	font-weight: 400;
	margin: 0  0 1em;
}

.video-right {
	float: right;
	width: 44%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 105px;
}

.video-content-wrapper {
	background: rgba(255, 255, 255, 0.5);
	color: #B82D38;
	display: none;
	cursor: default;
}

.video-content-wrapper.start {
	display: inline-block;
	padding: 0px 20px;
	transform: scale(.01);
	animation: .5s slideIn ease-in-out forwards, 1s skewBg ease-in-out;
	animation-delay: 0.8s;
}

@keyframes skewBg {
	0% {
		transform: scale(.01);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes slideIn {
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.video-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.video-right ul li {
	display: inline-block;
	text-align: left;
}

.video-right ul li p {
	font-size: 16px;
	font-weight: 400;
}

.video-right .news-title {
	font-weight: bold;
}

.video-right .news-title a {
	color: #fff;
	text-decoration: underline;
}

.video-right .news-title a:hover {
	color: #B82D38;
}

.video-right .news-content {
	text-align: justify;
	line-height: 1.6em;
}

.video-right ul li p a {
	color: #fff;
}

.video-right ul li p a svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.homepage-container {
	background-image: url('img/home-background3_v2.jpg');
	background-size: cover;
	overflow: hidden;
}

#homepage-main {
	padding-top: 50px;
	/* min-height: 2000px; */
	position: relative;
}

#homepage-dotts {
	position: absolute;
	top: 425px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	text-align: center;
	display: none;
}

#homepage-dotts svg {
	width: 75%;
}

.temp-closed {
	font-size: 0.5em;
}

.homepage-container .left {
	float: left;
	width: 50%;
	color: #444;
	padding-right: 4%;
	position: relative;
	z-index: 100;
}

.homepage-container h1,
.homepage-container h2,
.homepage-container h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2vw;
}

.homepage-container p {
	font-size: 1.2vw;
	text-align: justify;
}

.homepage-container .right {
	float: right;
	width: 50%;
	padding-left: 10px;
	color: #444;
	position: relative;
	z-index: 100;
}

.dish-name {
	font-style: italic;
	font-weight: bold;
	position: absolute;
	bottom: 40px;
	font-family: brandon-grotesque, sans-serif;
	opacity: 0.7;
}

#home-franchise .dish-name {
	bottom: 0px;
}

#home-franchise .right p.push-right-20 {
	padding-left: 20px;
}

#home-follow .left .push-right-20p {
	font-size: 1.14vw;
	margin-bottom: 35px;
}

#home-franchise .right.extra .waygu-img {
	margin: 20px 0 30px;
}

#home-locations .dish-name {
	bottom: -40px;
}

#home-follow .left.extra .dish-name {
	left: auto;
	bottom: -25px;
	right: 19px;
}

#home-locations .left {
	margin-left: 10%;
	position: relative;
	top: -85px;
}

#home-franchise .left {
	position: relative;
	top: -150px;
}

#home-follow .left {
	position: relative;
	top: -200px;
}

#home-follow .left.extra {
	top: 24px;
	width: 94%;
}

#home-locations .right {
	width: 50%;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: right;
	padding-right: 50px;
}

#home-locations .extra {
	margin-top: 100px;
	float: left;
	position: relative;
	z-index: 100;
	margin-left: 200px;
}

.home-locations-extra .left {
	width: 100%;
	margin-right: 10%;
}

.home-locations-extra {
	float: left;
	width: 50%;
}

.homepage-container .left .dish-name {
	left: 0;
}

.homepage-container .right .dish-name {
	text-align: right;
	right: 0;
}

/* #home-locations {
margin-top: 30px;
} */

/* #home-locations .left {
padding-top: 100px;
} */

/*#home-locations .right .dish-name {
left: 100px;
right: auto;
}*/

#home-about .right img {
	position: relative;
	left: 40px;
}

/*#home-locations .right,
#home-locations .right p,*/
#home-franchise .right p,
#home-franchise .right {
	text-align: right;
}

#home-franchise {
	margin-top: 5px;
}

/*#home-locations .right p {
font-size: 1.6vw;
}*/

#home-locations .right p.closed {
	color: #afafaf;
}

#home-locations .right p.loc-title {
	font-size: 2vw;
	font-weight: 350;
	margin-top: 20px;
	text-transform: capitalize;
}

#home-franchise h2 {
	margin-top: 50px;
}

.marugame-red {
	color: #B82D38;
}

.marugame-red:hover {
	color: #B82D38;
	text-decoration: underline;
}

.about-marugame {
	margin-bottom: 30px;
}

.subscribe-form {
	width: 77%;
}

.subscribe-form input[type=text],
.subscribe-form input[type=tel],
.subscribe-form input[type=email],
.subscribe-form select{
	background: transparent;
	border: 2px solid #444;
	border-radius: 6px;
	width: 100%;
	padding: 10px;
	font-size: 16px;
	transition: .1s all ease;
	color: #444;
}


.subscribe-form input[type=text]:focus,
.subscribe-form input[type=tel]:focus,
.subscribe-form input[type=email]:focus {
	font-size: 16px;
}

.subscribe-form input[type=text].wpcf7-not-valid,
.subscribe-form input[type=tel].wpcf7-not-valid,
.subscribe-form input[type=email].wpcf7-not-valid {
	border: 2px solid #B82D38;
}

.subscribe-form .wpcf7 form .wpcf7-response-output {
	position: relative;
	top: -25px;
	margin: 0;
	text-align: center;
	border-radius: 6px;
}


.subscribe-form input[type=text]:focus,
.subscribe-form input[type=tel]:focus,
.subscribe-form input[type=email]:focus {
	background: #fff;
}

.subscribe-form .wpcf7-not-valid-tip {
	display: none;
}

.subscribe-form input[type=submit] {
	width: 100%;
}

.home .safety-info {
	position: relative;
	z-index: 100;
	top: -100px;
}

#home-insta {
	position: relative;
	z-index: 100;
	top: -100px;
}

#sbi_load {
	font-weight: bold;
}

#home-insta h4 {
	font-size: 1.3vw;
	text-align: center;
	font-weight: normal;
}

#home-insta h4 a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-insta h4 a:hover {
	text-decoration: none;
}

#home-insta h4 i {
	font-weight: bold;
	font-size: 1.5vw;
	display: inline-block;
	margin-right: 5px;
}

.insta-img {
	width: 100%;
}

.insta-img {
	display: inline-block;
	margin-bottom: 50px;
}

/*------------------------------------*\
ABOUT PAGE
\*------------------------------------*/

.about-text {
	padding: 20px;
}

.franchise-wrapper .about-text p {
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}

.about-hero {
	height: 675px;
	position: relative;
	background-size: cover;
	background-position: top center;
}

.about-hero-img {
}

.about-hero.bottom {
	background-image: url('img/about-bottom.png');
}

.about-hero-img.img {
	width: 100%;
}

.safety-info {
	margin-bottom: 30px;
}

.safety-info h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2vw;
}

.safety-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.safety-info ul li {
	float: left;
	width: 50%;
	margin: 20px 0;
	display: flex;
	align-items: center;
	min-height: 70px;
}

.safety-info ul li:nth-child(odd) {
	padding-right: 30px;
}

.safety-info ul li:nth-child(even) {
	padding-left: 30px;
}

.safety-info ul li i {
	display: inline-block;
	padding-right: 40px;
	font-size: 3vw;
	color: #525252;
	width: 78px;
}

.safety-info ul li .safety-image {
	float: left;
	padding-right: 40px;
}

.homepage-container p strong,
.franchise-wrapper p strong,
.about p strong {
	font-weight: 400;
}

.safety-info ul li p {
	float: right;
	margin: 0;
	padding: 0;

	padding-right: 20px;
}

.safety-info ul li img {
	width: 20%;
	height: 20%;
	margin-right: 20px;
}

/*------------------------------------*\
MENU PAGE
\*------------------------------------*/

.marugame-menu {
	padding: 5px 10px 0;
	background-image: url('img/menu-bg.jpg');
	background-position: center top;
	background-size: cover;
}

.chopsticks-legend ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
}

.chopsticks-legend ul li {
	display: inline-block;
	float: left;
	margin: 0 15px;
	display: flex;
	align-items: center;
}

.chopsticks-legend ul li span {
	font-size: 1.4vw;
	font-family: brandon-grotesque, sans-serif;
	display: inline-block;
}

.chopsticks-legend ul li img {
	width: 50px;
	height: 62px;
}

nav.menu-wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 2px solid #B82D38;
	border-radius: 6px;
}

nav.menu-wrapper ul {
	display: table-row;
	margin: 0;
	padding: 0;
}

nav.menu-wrapper ul li {
	list-style: none;
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: bold;
	color: #B82D38;
	font-size: 1.2em;
	border-right: 2px solid #B82D38;
	cursor: pointer;
}

nav.menu-wrapper ul li.selected,
nav.menu-wrapper ul li:hover {
	color: #fff;
	background: #B82D38;
}

nav.menu-wrapper ul li:last-child {
	border-right: 0;
}

.category-tab {
	padding-top: 20px;
	display: none;
	margin-bottom: 80px;
}

.category-tab.selected {
	display: block;
}

.category-title {
	margin-bottom: 20px;
}

.category-title h2,
.category-title p {
	display: inline;
	color: #444;
	font-size: 2.2em;
	font-family: brandon-grotesque, sans-serif;
}

/*.menu-item.type-menu:nth-child(even) .menu-item-image {
float: left;
}

.menu-item.type-menu:nth-child(odd) .menu-item-image {
float: right;
}

.menu-item.type-menu:nth-child(odd) .menu-item-description {
text-align: right;
padding-right: 25px;
float: right;
}

.menu-item.type-menu:nth-child(even) .menu-item-description {
padding-left: 10px;
float: left;
} */

.menu-item.type-menu {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	padding: 10px 18px;
	min-height: 240px;
}

.menu-item.type-menu .menu-item-image {
	width: 33%;
}

.menu-item.type-menu .menu-item-description {
	float: left;
	padding: 0 0 0 10px;
	width: 67%;
}

@media (max-width: 767px){
	
	.menu-item.type-menu .menu-item-description.secondary_desc {
		margin-top: 40px;
	}
}

.menu-item.type-menu .menu-item-image {
	float: left;
}

.menu-item.type-menu-large .menu-item-image {
	float: left;
	width: 35%;
}

.menu-item.type-menu-large .menu-item-second-image {
	float: right;
	width: 35%;
}

.menu-item.type-menu-large .menu-item-description {
	padding: 0 20px;
	width: 30%;
	float: left;
	text-align: center;
}

.type-menu-large {
	display: flex;
	align-items: center;
}

.menu-item.type-menu-large .menu-item-description h3,
.menu-item.type-menu-large .menu-item-description p {
	font-size: 2em;
	color: #444;
	font-family: brandon-grotesque, sans-serif;
}

.menu-item.type-menu-large .menu-item-description p.list-item-description {
	margin-top: 5px;
	font-size: 1.5em;
}

.menu-item.type-menu-large .menu-item-description p.has-description {
	margin-bottom: 0;
}

.menu-item.type-menu .menu-item-description h3,
.menu-item.type-menu .menu-item-description h4 {
	font-size: 2.1em;
	color: #444;
	margin: 5px 0;
}

.menu-item.type-menu-large .menu-item-description p img,
.menu-item.type-menu .menu-item-description h3 img {
	width: 30px;
	height: 37px;
}

.menu-item.type-menu .menu-item-description p {
	margin: 5px 0 1em;
	font-family: brandon-grotesque, sans-serif;
	font-size: 1.7em;
	color: #444;
	font-weight: bold;
}

.menu-item.type-menu .menu-item-description p:last-child{
	margin-bottom: 0;
}

.menu-item.type-menu .menu-item-description p.price {display:none;}

.menu-item.type-menu .menu-item-description .price, .menu-item.type-menu-large .menu-item-description p .price {display:none;}

.list-view-items {
	list-style: none;
	margin: 0;
	padding: 0;
}


@media (max-width:869px) and (min-width:769px) {
	.menu-item.type-menu .menu-item-description p {
		font-size: 1.5em;
	}
}

/*------------------------------------*\
LOCATIONS PAGE
\*------------------------------------*/

.heading-with-underline {
	text-transform: uppercase;
	text-align: center;
	font-size: 2vw;
	background-image: url('img/locations-underline.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	background-size: 30%;
	color: #444;
}

.locations-hero {
	background-image: url('img/locations-header.jpg');
	text-align: center;
}

.locations-wrapper {
	background-image: url('img/locations-background.jpg');
	background-size: cover;
}

.location {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

.location li {
	width: 33.333%;
	float: left;
}

.location li iframe {
	width: 100%;
	height: 200px;
}

.location li h3 {
	font-size: 2em;
	color: #444;
}

.location li p {
    font-size: 1.8rem;
}
.single-locations .location li p {
    text-align: center;
	margin-bottom: 1em;
}
.single-locations p.loc-hours{text-align:left;font-weight:700;}
.location li p.location-closed {
	margin-top: 0;
	font-size: 1.7em;
	color: #444;
	font-weight: bold;
	margin-top: 60px;
}

.location li p.location-closed.has-date {
	margin-top: 30px;
}

.location-phone {
	font-weight: bold;
}

.phone-icon {
	position: relative;
	top: 3px;
}

.location li.schedule {
	text-align: center;
	padding: 20px 60px 0;
}

.location .order-buttons a {
	display: block;
	margin-top: 15px;
}

.location-closed {
	display: block;
	margin-top: 10px;
}

.location-schedule {
	min-height: 43px;
	font-weight: bold;
}


.location .navigate-link {
	color:#B82D38;
	text-decoration:underline;
}
.location .full-button.navigate-link {
	color:#ffffff;
	text-decoration:none;
}

.full-button.gacta.gray{
	background: gray;
    width: 100%;
    padding: 5px;
	font-size:1.8rem;
    line-height: 1.8rem;
    border-color: gray;
	display:block;
	margin:auto;
}
.full-button.gacta.gray:hover {transform: scale(1);}
.full-button.gacta.gray span{font-size:1.4rem;padding:0;margin:0;}

/*======== TABS Added CA 10/28/21 ============*/


.locations #pannels{
	min-height:300px;
	width:100%;
}
.locations .red-line{
	width:100%;
	height:3px;
	border-bottom:3px solid #c81432;
	display:block;
}

.locations .dropdown {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 400px;
    margin: auto;
	margin-bottom:20px;
}
.locations .dropdown .dd-title{
    width: 100%; 
    cursor: pointer;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333333;
    transition: background .3s, color .3s;
    border: none;
    text-align: center;
    border-bottom: none;
	text-transform:uppercase;
}
.locations .dropdown .dd-title span{
   font-size:2rem;
}

.locations .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  width:400px;
}

.locations .dropdown:hover .dropdown-content {
  display: block;
}

.locations .tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  border-radius: 10px 10px 0 0;
  margin-top:40px;
}

.locations .loc-btns{
	width:90%;
	margin:0 auto;
	display: flex;
	gap: 10px;
}

.locations .label {
    padding: 22px 20px;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 2.3rem;
    color: #333333;
    transition: background .3s, color .3s;
    text-align: center;
    margin: auto;
    width: 33%;
    text-transform: uppercase;
    border: 2px solid #B82D38;
    display: inline-block;
    margin-bottom: 3;
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}


.locations .label.active {
	background:#B82D38;
	color:#ffffff;
}
.locations .label.active:hover {
	color:#333333;
}
.locations .label:hover {
  background: #d8d8d8;
}

.locations .panel {
  display: none;
  padding: 20px 30px 30px; 
  width: 100%;
  max-width:600px;
  float:left;
}

.full-button.w_hours{
    line-height: 1.7rem;
    padding: 5px;
}
.order-buttons .olo_hours{font-size:0.8em;}


@media (max-width: 585px) {
.locations  .dropdown{width:90%;}
.locations  .dropdown-content{width:100%;}
.locations  .loc-btns{
	width:95%;
	margin:0 auto;
	}
.locations .label{
	padding: 11px 5px;
    font-size: 1.3rem;
    margin: auto;
    width: 32.5%;
	}

}

@media (max-width: 350px){
	
	.locations .label{
		font-size: 1rem;
	}
}

/* No greater than 711px, no less than 585px */
@media (max-width:750px) and (min-width:585px) {

.locations  .loc-btns{
	width:96%;
	margin:0 auto;
	}
.locations  .label{
	padding: 11px 5px;
    font-size: 1.3rem;
    margin: auto;
    width: 32.8%;
	}
}



/*----- New locations page with custom Marker image   CA 12-15-21 ----*/

.acf-map {
	width: 100%;
	height: 400px;
	margin: 20px 0;
	border: #ccc solid 1px;
}

.acf-map img {
   max-width: inherit !important;
}

.panel .col-map{
	height: auto;
    border: 0px solid #afafaf;
    margin: 0px;
    vertical-align: top;
    float: right;
}

.panel .col-map .map,
.panel .col-map .map .acf-map{
	height: 100%;
}

.panel .col-map a.drawn-map-link{
	display: block;
	height: 100%;
}

.panel .col-map .drawn-map-image{
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.panel .location{
	display: inline-block;
	width: 58%;
	height: auto;
	padding: 0px;
	vertical-align: top;
}
.loc_info{
	width: 100%;
    height: auto;
    display: block;
    position: relative;
    max-width: 590px;
    float: left;
}
.location{
	background:white;
	width:100%;
	padding:20px;
}

.locations .panel {
    display: none;
    padding: 20px 30px 30px;
    width: 100%;
     max-width: 100%; 
    float: left;
}
.locations .tabs {
    display: block;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    border-radius: 10px 10px 0 0;
    margin-top: 40px;
}
.location {
    margin: 0;
}
.location .loc_address {width:100%;}

.location .loc_address .cs_text{
	font-weight: bold;
	font-size: 2rem;
    margin-top: 1em;
}

.location .loc_address h3{
	line-height: 1em;
    padding: 0;
    margin: 0;
	font-size:2em;
}
.location .loc_address p {
    font-size: 1.8rem;
	margin: 0.5em 0;
	text-transform: uppercase;
}
.location .loc_address{
	width: 100%;
    display: block;
    margin: 0;
	padding:10px
}

.location .schedule {
	text-align:left;
    width: 100%;
    display: block;
    clear: both;
    height: fit-content;
    margin: 40px 0 0 0;
	padding: 10px 0 10px 10px;
}

.list-map.coming-soon .location .schedule {
	display: none;
}

.location .schedule p{
	font-size:1.4em;
	padding: 0;
	margin: 0 0 1em;
}

.location .schedule .holiday_hrs {
	margin-top: .5em;
}

.location .schedule .holiday_hrs .hdr{
	font-weight: normal;
	font-family: sans-serif;
	margin-bottom: 0;
}

.loc_info .loc_cta{
	height: 300px;
    position: relative;
    display: inline-block;
    width: 41%;
}
.loc-buttons .order-buttons,.loc-buttons .navigate-link.full-button{
	width:100%;
	color:white;
	font-size:1.8rem;
	margin:5px 0;
}
.loc-buttons{
	width: 80%;
    vertical-align: bottom;
    display: block;
    bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);	
}

.loc-buttons p.order-buttons{    
	width: 100%;
    display: inline-block;
    color: white;
    font-size: 1.8rem;
    margin: 5px auto;
    vertical-align: bottom;
}
.loc-buttons p.order-buttons a{width:100%;font-size:1.8rem}
.navigate-link.full-button a{color:white;font-size:1.8rem;}
.list-map{
	width: 100%;
    background: #ffffff;
    border: 3px solid #c81432;
    height: 100%;
    margin: 20px 0;
    min-height: 306px;

	display: flex;
    justify-content: space-between;
}
.col-map{
	width: calc(100% - 604px);
	float:left;
	margin-top:40px;
}

@media only screen and  (min-width:768px) and (max-width:900px) {
	
	.loc_info{
		max-width: 520px;
	}
	
	.col-map{
		width: calc(100% - 534px);
	}
}

@media only screen and (max-width:767px) {
	.locations .panel{
		padding: 20px 0px 30px;
	}
	.col-map.hide-mobile{
		display: block;
		width: 100%;
		float: none;
		height: 200px;
	}
	.list-map{
		min-height:fit-content;
		height:auto;	
		flex-direction: column;
		}
	.loc_info {
		width: 100%;
		height: auto;
		float: none;
		margin-top:20px;
		max-width:100%;
	}
	.panel .location {
		width:100%;
		top: 0; 
		border-bottom: 0px solid #B82D38;
		padding-bottom: 3em;
		padding-bottom: 2em;
	}
	.location .loc_address {
		width: 100%;
		text-align:center;
		height: auto;
	}
	.location .schedule {
		display:block;
		float:none;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	.loc_info .loc_cta {
		height: auto;
		position: relative;
		display: block;
		width: 100%;
		margin-bottom:30px;
	}
	.loc-buttons {
		width: 80%;
		vertical-align: bottom;
		display: block;
		bottom: 0;
		position: relative;
		margin: auto;
		left:0;
		transform: inherit;
	}
	
	.desk-only{
		display: none;
	}
	.mobile-only{
		display: block;
	}
	.desk_only{
		display: none !important;
	}

}

@media only screen and (min-width:768px) {
	.desk-only{
		display: block;
	}
	.mobile-only{
		display: none;
	}

	.mobile_only{
		display: none !important;
	}

}

.loc_block_title{
	font-size: 2em;
	margin: 0;
}


.region_name{
	font-size: 3rem;
}


/*------------------------------------*\
FRANCHISE PAGE
\*------------------------------------*/

.franchise-hero {
	background-image: url('img/franchsie-header.jpg');
	text-align: center;
}


.franchise-wrapper {
	background-image: url('img/franchise-background4.jpg');
	background-size: cover;
	overflow:hidden;
}

.franchise-wrapper.faq {
	min-height: 600px;
}

.franchise-wrapper p {
	font-size: 1.2vw;
	color: #444;
	text-align: justify;
}

.franchise-wrapper a:hover {
	color: #c81432;
}

.franchise-row.middle {
	margin-top: 0;
}

.franchise-row.top,
.franchise-row-inline {
	margin-bottom: 20px;
}

.franchise-row-inline.bottom p {
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0 10px;
}

.franchise-wrapper ul li {
	font-size: 1.2vw;
	color: #444;
	text-align: justify;
	margin-bottom: 15px;
}

.franchise-wrapper ul {
	margin-bottom: 20px;
}

.franchise-wrapper ul li strong {
    font-weight: 400;
}

.franchise-wrapper h2,
.franchise-wrapper h3 {
	font-size: 1.6vw;
	text-transform: uppercase;
	color: #444;
}


.franchise-left {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.franchise-right {
	float: right;
	width: 50%;
	padding-left: 30px;
}

.franchise-content-wrappper img {
	width: 100%;
}

.franchise-row {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.franchise-row h2,
.franchise-row h3 {
	margin-top: 0;
}

p.franchise-disclaimer {
	margin: 50px 0 50px;
	font-size: 1.2em;
	text-align: center;
	color: #000;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 select {
	padding: 10px;
	font-size: 16px
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 select:focus {
	font-size: 16px
}

.franchising .wpcf7 input[type=text],
.franchising .wpcf7 input[type=tel],
.franchising .wpcf7 input[type=email] {
	width: 100%;
	color: #444;
}

.align-center,
.align-center p {
	text-align: center !important;
}

.wpcf7-response-output {
	font-size: 1.4em;
	padding: 10px;
}

.wpcf7-submit.marugame-button {
	border: 0;
}

.franchise-form strong {
	font-weight: 500;
}

#franchise-tabs .tab-title {
	font-weight: 500;
	cursor: pointer;
	text-align: left;
}

#franchise-tabs .tab-title .sign {
	color: #B82D38;
	display: inline-block;
	text-align: left;
	width: 13px;
}

#franchise-tabs .tab-answer {
	display: none;
	text-align: left;
}

.download-brochure a.full-button {
	font-weight: normal;
	padding: 10px 20px;
	font: 400 13.3333px Arial;
	font-size: 100%;
	text-transform: capitalize;
}

.franchise-wrapper p.download-brochure {
	text-align: center;
	margin-top: 30px;
}

.fr-form-left {
	float: left;
	width: 50%;
	padding-right: 30px;
}

/*.fr-form-right {
	float: right;
	width: 50%;
	padding-left: 30px;
}*/

.fr-form-right {
	width: 50%;
	margin: 0 auto;
}

.fr-faq-form {
	margin-top: 50px;
}

.tab {
	margin-bottom: 22px;
}

/*------------------------------------*\
NEWS PAGE
\*------------------------------------*/


.news-hero.no-image {
	background: #ca2d40;
	background-image: url('img/no-image.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.marugame-news {
	padding: 30px 0 0;
}

.view-article {
	font-weight: bold;
	color: #B82D38;
	font-weight: 400;
}

.marugame-news article.post {
	width: 32%;
	float: left;
	border: 1px solid #afafaf;
	padding: 10px;
	min-height: 550px; /* Fix this? */
	margin-bottom: 30px;
	border-radius: 10px;
}

.marugame-news article.post:nth-child(3n-1) {
	margin: 0 2%;
}

.marugame-news article.post h2 {
	text-transform: uppercase;
	font-size: 1.5em;
}

.marugame-news article.post p {
	text-align: left;
}


/*------------------------------------*\
PROMO
\*------------------------------------*/

.promo {
	margin-bottom: 15px;
	position: relative;
}

.promo-left {
	float: left;
	width: 70%;
}

.promo-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
}

.promo-right img {
	width: 100%;
}

p.promo-title {
	font-family: brandon-grotesque, sans-serif;
	font-size: 3vw;
	font-weight: bold;
}

p.promo-tagline {
	font-size: 1.9vw;
	font-weight: 400;
}

p.promo-tagline strong {
	font-weight: 600;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1600px) {
	.homepage-container p {
		font-size: 20px;
	}

}
@media only screen and (min-width:768px) {
	#home-follow{	
		margin-top:-200px;
	}
}
@media only screen and (max-width:1280px) {
	.hero {
		height: 480px;
	}

}

@media only screen and (max-width:1140px) {
	#marugame-nav ul li a {
		padding: 20px 11px;
	}
}

@media only screen and (max-width:1024px) {
	.hero {
		height: 400px;
	}
	.hero2 {
		height: 175px;
	}

	.logo {
		float: none;
		text-align: center;
	}
	#marugame-nav {
		float: none;
		text-align: center;
	}
	#marugame-nav ul li a {
		padding: 10px;
	}

	.chopsticks-legend ul li span {
		font-size: 1.6em;
	}

	.footer-right ul li a {
		margin-left: 10px;
	}
}

@media only screen and (max-width:600px) {
	.postid-2473 .wp-block-column img {
		 width: 100%;
		 height: auto;
	}
}

.postid-2473 .date{
	display: none;
}

@media only screen and (max-width:768px) {

	.home .safety-info {
		margin-top: 40px;
	}

	.fr-form-right {
		width: 100%;
	}

	.hero2 {
		height: 135px;
	}

	.promo {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}

	.promo-left {
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}

	.promo-right {
		position: static;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
		margin-bottom: 10px;
	}

	p.promo-title {
		font-family: brandon-grotesque, sans-serif;
		font-size: 22px !important;
		font-weight: bold;
	}

	p.promo-tagline {
		font-size: 1.9vw;
		font-weight: 400;
	}

	p.promo-tagline strong {
		font-weight: 600;
	}

	.subscribe-form .wpcf7 form .wpcf7-response-output {
		top: -20px;
		font-size: 1em;
		text-align: center;
	}

	.full-button:hover {
		transform: none;
		color: #fff !important;
	}

	.safety-info ul li {
		margin: 0;
	}

	.safety-info ul li i {
		font-size: 3em;
		width: 52px;
	}

	.safety-info h4 {
		font-size: 1.6em;
	}

	.safety-info ul li {
		float: none;
		width: 100%;
	}

	.safety-info ul li:nth-child(odd),
	.safety-info ul li:nth-child(even) {
		padding-left: 0;
		padding-right: 0;
	}

	.chopsticks-legend ul li {
		margin: 0 5px;
	}

	.chopsticks-legend ul {
		margin-bottom: 15px;
	}

	.chopsticks-legend ul li span {
		font-size: 1.4em;
	}

	.chopsticks-legend ul li img {
		height: auto;
		width: 30px;
	}

	.header {
		position: relative;
	}

	body.rewards .header{
		padding-top: 10px;
	}

	.header-inside {
		margin: 10px 0 5px 0;
		width: 100%;
	}

	.video-content-wrapper {
		background: rgba(255, 255, 255, 0.7);
	}

	.hero-header {
		font-size: 4vw;
	}

	.hero-tagline {
		font-size: 3.5vw;
	}

	.hero {
		height: 300px;
	}

	.logo {
		float: left;
		margin-top: 0;
	}

	.logo-img {
		height: 30px;
	}

	#marugame-nav {
		display: none;
		clear: both;
		padding-top: 1px;
	}

	#marugame-nav ul {
		margin: 15px 0;
		border-top: 1px solid #B82D38;
	}

	#marugame-nav ul li {
		display: block;
		border-bottom: 1px solid #B82D38;
	}

	#marugame-nav ul li a {
		display: block;
		text-align: center;
	}

	#marugame-nav ul #menu-item-462 a {
		display: none;
	}

	#marugame-nav ul ul.sub-menu {
		padding: 0;
	}

	#marugame-nav ul li#menu-item-462 .sub-menu li a{
		display: block;
		padding: 20px;
	}

	#marugame-nav ul ul.sub-menu li:last-child {
		border-bottom: 0;
		padding: 0;
	}

	#marugame-nav ul li:last-child {
		padding: 20px 0 0;
		border-bottom: 0;
	}

	#marugame-nav ul li:first-child a {
		padding: 20px;
	}

	#marugame-nav ul li .sub-menu {
		margin-top: 0;
		border-top: 0;
		position: static;
	}

	#marugame-nav ul ul.sub-menu {
		display: block;
	}

	#hamburger {
		display: block;
		float: right;
		font-size: 3em;
		color: #B82D38;
		cursor: pointer;
		position: relative;
		top: -6px;
	}

	p.menu-button-push a.full-button {
		width: 100%;
	}

	#homepage-main {
		padding-top: 0;
	}

	.homepage-container .right .dish-name {
		bottom: -14px;
	}

	.heading-with-underline {
		font-size: 3em;
	}

	.homepage-container .left,
	.homepage-container .right,
	.home-locations-extra {
		float: none;
		width: 100%;
	}

	.home-locations-extra {
		margin-top: 35px;
	}

	#home-locations .right {
		float: none;
		width: 100%;
	}

	#home-about .right img {
		position: static;
		margin-top: 25px;
	}

	#home-follow {
		margin-top: 15px;
	}

	#home-follow .left .push-right-20p,
	.homepage-container .left,
	.homepage-container .right {
		padding: 0;
	}

	.franchise-left,
	.franchise-right,
	.fr-form-left,
	.fr-form-right {
		width: 100%;
		float: none;
		padding: 0;
	}

	.franchise-row {
		display: block;
		margin-top: 0;
	}

	#home-franchise {
		margin-top: 25px;
	}

	#home-locations .right {
		display: none;
	}

	#home-locations .left {
		margin: 0;
		padding: 0 30px;
	}

	#home-follow,
	#home-franchise,
	.franchise-row.food {
		display: flex;
		flex-wrap: wrap;
	}

	#home-follow .left,
	#home-franchise .left,
	.franchise-row.food .franchise-left {
		order: 2;
	}

	#home-follow .right,
	#home-franchise .right,
	.franchise-row.food .franchise-right {
		order: 1;
	}

	#home-franchise .left,
	#home-franchise .right.extra {
		display: none;
	}

	#home-follow .right .dish-name {
		bottom: -10px;
	}

	#home-follow .right img {
		padding-right: 30px;
	}

	.franchise-row.concept .franchise-right,
	.franchise-row.food .franchise-left,
	.franchise-row.support .franchise-right {
		height: 279px;
		overflow: hidden;
	}

	.franchise-wrapper h2,
	.franchise-wrapper h3 {
		font-size: 1.6em;
		text-align: center;
		margin: 1em 0;
	}

	.locations-wrapper {
		margin-bottom: 25px;
	}

	.location li p.location-closed,
	.location li p.location-closed.has-date {
		margin-top: 0;
	}

	#home-franchise h2 {
		margin-top: 1em;
	}

	.subscribe-form {
		width: 100%;
	}


	.home .safety-info,
	#home-insta,
	#home-follow .left,
	#home-franchise .left,
	#home-locations .left {
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	#home-insta {
		margin-top: 1em;
	}

	.homepage-container h1,
	.homepage-container h2,
	.homepage-container h3,
	.location li h3,
	#home-insta h4 {
		font-size: 2em;
		text-align: center;
	}

	#home-insta h4 {
		margin: 1em 0;
	}

	#home-insta h4 i {
		font-size: 1.4em;
	}

	.location li.schedule {
		padding: 0 30px 0;
	}

	.location {
		margin: 0;
		position: relative;
		top: -1em;
		border-bottom: 2px solid #B82D38;
		padding-bottom: 3em;
	}

	.location:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.location li {
		float: none;
		width: 100%;
	}

	.location li p {
		text-align: center;
	}

  .franchise-wrapper ul li,
	.homepage-container p,
	.franchise-wrapper p {
		font-size: 1.4em;
	}

	#home-follow .left .push-right-20p {
		font-size: 1.24em;
		text-align: center;
	}

	.full-button,
	.location li .order-buttons a {
		font-size: 2rem;
		display: block;
		text-align: center;
	}

	.download-brochure a.full-button {
		display: inline-block;
	}

	.franchise-wrapper p.franchise-disclaimer {
		font-size: 1em;
		margin: 25px 0;
	}

	#home-franchise .right p,
	#home-franchise .right {
		text-align: left;
	}

	#home-franchise .right p.push-right-20 {
		padding-left: 0;
		text-align: justify;
	}

	#home-franchise .right p.button-push {
		margin-top: 1em;
	}

	.fr-faq-form {
		margin-top: 0;
	}

	.footer-right,
	.footer-center,
	.footer-left {
		float: none;
		width: 100%;
		padding-top: 0;
		text-align: center;
	}

	.footer-left ul li,
	.footer-right ul li {
		display: block;
	}

	.footer-right ul li a,
	.footer-left ul li a {
		font-size: 1.35em;
		margin: 0;
		padding: 10px 0;
		display: inline-block;
	}

	.footer-right ul li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.footer-order {
		margin-top: 0;
	}

	.footer-right ul li a i {
		font-size: 1.4em;
	}

	.copyright,
	.copyright.stinger {
		font-size: 1.2em;
	}

	.menu-item.type-menu {
		float: none;
		width: 100%;
	}

	.menu-item.type-menu-large .menu-item-description,
	.menu-item.type-menu-large .menu-item-second-image,
	.menu-item.type-menu-large .menu-item-image {
		width: 100%;
		float: none;
	}

	.menu-item.type-menu-large .menu-item-second-image,
	.menu-item.type-menu-large .menu-item-image {
		padding: 0 60px;
	}

	.category-title h2,
	.menu-item.type-menu .menu-item-description h3 {
		font-size: 1.6em;
	}

	/* .category-title p, */
	/* .menu-item.type-menu .menu-item-description p { */
	/* 	font-size: 1.2em; */
	/* } */

	.menu-item.type-menu {
		min-height: auto;
		padding: 10px 0;
	}

	nav.menu-wrapper {
		display: none;
	}

	.category-tab {
		display: block;
	}

	/* .menu-item.type-menu, */
	/* .menu-item.type-menu-large { */
	/* 	display: none; */
	/* } */

	.category-tab .category-title p {
		display: none;
		text-align: center;
	}

	.category-title h2 {
		display: block;
		text-align: center;
		background: #9F7126;
		margin: 10px 0;
		padding: 20px 0;
		font-size: 2em;
		color: #fff;
	}

	.cat-description-line {
		display: none;
	}

	.category-title {
		margin-bottom: 0;
	}

	.category-tab {
		padding-top: 0;
	}

	.single-news-wrap {
		margin-bottom: 20px;
	}

	.marugame-news {
		display: block;
	}

	.marugame-news article.post {
		width: 100%;
		float: none;
		padding: 0;
		min-height: auto;
		border: 0;
		border-bottom: 2px solid #B82D38;
		padding: 20px 0;
		margin-bottom: 0;
		border-radius: 0;
	}

	.marugame-news article.post:first-child {
		padding-top: 0;
	}

	.marugame-news article.post:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.marugame-news article.post a .wp-post-image {
		width: 100%;
	}
	.marugame-news article.post p.date,
	.marugame-news article.post h2 {
		text-align: center;
	}

	.marugame-news article.post:nth-child(3n-1) {
		margin: 0;
	}


}

@media screen and (min-width: 1700px) {
	.footer-left ul li a,
  .footer-right ul li a,
	.copyright {
    font-size: 14px !important;
  }
	.footer-order {
		font-size: 16px;
	}
}

@media screen and (min-width: 2300px) {
	.footer-left ul li a,
  .footer-right ul li a {
    font-size: 13px !important;
  }
}


@media only screen and (max-width:600px) {

	.franchise-row.concept .franchise-right,
	.franchise-row.food .franchise-left,
	.franchise-row.support .franchise-right {
		height: 232px;
		overflow: hidden;
	}

}

@media only screen and (max-width:480px) {
	.hero {
		height: 235px;
	}

	.franchise-row.concept .franchise-right,
	.franchise-row.food .franchise-left,
	.franchise-row.support .franchise-right {
		height: 190px;
		overflow: hidden;
	}
}


/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
	background-color: #b82d38;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background-color: #b82d38;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background-color: #b82d38;
	color:#fff;
	text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
	* {
		background:red !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
		font-family:helvetica; 
	}
	
	body {
	font: 13pt Georgia, "Times New Roman", Times, serif !important;
	line-height: 1.3;
	background: #fff !important;
	color: #000;
	}
	p {
	font: 13pt Georgia, "Times New Roman", Times, serif !important;
	line-height: 1.3;
	background: #fff !important;
	color: #000;
	}
	h1 {
	font-size: 24pt;
	}
	h2, h3, h4 {
	font-size: 14pt;
	margin-top: 25px;
	}
	
 }
 
 @media screen {
   body { font-size: 13px }
 }
 @media screen, print {
   body { line-height: 1.2 }
 }

/* news hero adjust ijd 09-03-21  */
.postid-2568 .news-hero{
	background-color: #464145;
	background-repeat: no-repeat;
	height: 39vw;
}

@media (min-width: 769px) and (max-width: 1024px){

	.postid-2568 .news-hero{
		background-position: center bottom -55px;
	}
}

/* header oo link mobile ijd 09-16-21  */
.cta{
	padding: 10px 20px;
	background: #b82d38;
	border-radius: 6px;
	font-size: 1.24rem;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	transition: .1s all ease;
	font-weight: bold;
}

.cta:hover{
	color: #FFFFFF;
}

/* a.full-button:focus-visible, */
/* a.cta:focus-visible{ */
/* 	outline: 2px dotted #b82d38; */
/* } */

@media (min-width: 768px){
	.mobile_only{
		display: none;
	}
}

header .oo_order{
	clear: both;
    text-align: center;
    padding: 20px;
}

header .oo_order a{
	display: inline-block;
    width: 300px;
	max-width: 100%;
}

@media (max-width: 767px){
	
	#marugame-nav ul li#menu-item-104{
		display: none;
	}
}


#gform_submit_button_2.button{
display: inline-block;
	padding: 10px 80px;
	text-transform: uppercase;
	color: #B82D38;
	border: 2px solid #B82D38;
	border-radius: 6px;
	font-weight: 350;
	transition: .1s all ease;
	font-size: 2rem;
}
#gform_submit_button_2.button:hover {
	background:#B82D38;
	color:#ffffff;
	transform: scale(1.07);
}

#gform_confirmation_message_2.gform_confirmation_message_2.gform_confirmation_message {
	text-align:center;
	font-size:2em;
	color:#444;
	margin-bottom:40px;
	padding:20px;
}
#gform_confirmation_message_2.gform_confirmation_message_2.gform_confirmation_message a {
	color:#B82D38;
	text-decoration:underline;
}
/*====== Single location Added CA 10/28/21 =====*/

.single-locations ul.location{
	margin: auto;
    text-align: center;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
	background:#ffffff;
}
.single-locations ul.location li {
	width:49%;
}
.single-locations .location .full-button.navigate-link,.single-locations .location .full-button {
    color: #ffffff;
    text-decoration: none;
	width:100%;
	max-width:300px;
	margin:auto;
}
.single-locations .google_map{height:300px;margin-bottom:50px;}

/*=== single location end ====*/




.sign-up .hero {
    height: 280px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

#sign_up_page {
	width:600px; 
	max-width: 100%;
	margin:auto;
}

#sign_up_page form p{text-align:center;}



.franchise-wrapper {
	overflow:hidden;
}

.sign-up .franchise-wrapper p {
	font-size: 1.2vw;
	color: #444;
	text-align: center;
}


.sign_up_btn a{ 
    color: #B82D38 !important;
}
.sign_up_btn a:hover{
	color:#444 !important;
}



@media (max-width: 767px){
	#sign_up_page form .wpcf7-submit{
	margin-left:40%;
	}
	#marugame-nav ul .locations_a .sub-menu {display:none;}
	#marugame-nav ul .locations_a:hover .sub-menu {display:none;}	
	.single-locations ul.location li {
		width: 100%;
	}
}
@media (max-width: 430px){
	#sign_up_page form .wpcf7-submit{
	margin-left:35%;
	}
}

/* san ramon promo ijd 12-02-21  */
.parchment{
	background-image: url(img/franchise-background4.jpg);
	background-position: right center;
}

.signup_landing_hero{
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

.signup_landing {
	padding-bottom: 100px;
	margin-top: -40px;
}

.signup_landing .container{
	width: 670px;
	max-width: 95%;
	margin: auto;
}

.signup_landing .maincopy{
	width: 600px;
	margin: 100px auto 20px;
	max-width: 100%;
}

.signup_landing .hding{
	font-family: arial, sans-serif;
	font-size: 4rem;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
}

.signup_landing .hding.red{
	color: #b82d38;
}

.signup_landing .hding.small{
	font-size: 3.7rem;
}


.signup_landing .copy{
	width: 480px;
	max-width: 100%;
	margin: 2em auto 0;
	font-size: 1.8rem;
	font-weight: 900;
}

.signup_landing input:not[type=checkbox],
.signup_landing select{
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border-radius: 6px;
	border-width: 2px;
}

.signup_landing .gform_footer{
	text-align: center;
}

.signup_landing #gform_confirmation_message_1{
	text-align: center;
    font-size: 2rem;
    margin: 0 0 40px;
}

.signup_landing .ruleslink{
	font-size: 1.2rem;
}

.signup_landing #gform_submit_button_1{
	padding: .5em 2em;
}

.signup_landing .hide_in_contest_landing,
.signup_landing.hide_loc_select #field_1_4{
	display: none !important;
}

.signup_landing .contest_footer p{
	font-size: 2rem;
    font-weight: bold;
    margin-top: 50px;
}

@media (min-width: 768px){
	.signup_landing_hero	{
		background-position: left bottom;
	}
}

@media (max-width: 1200px){
	
	.signup_landing_hero{
		background-position: center bottom;
		height: 77vw;
	}
}

@media (max-width: 767px){

	.signup_landing_hero{
		height: 121vw;
	}

	.signup_landing .hding{
		font-size: 3rem;
	}

	.signup_landing .hding.small{
		font-size: 2rem;
	}
}


.legal_txt {
	font-size: 16px;
}

.legal_txt .container{
	width: 900px;
	max-width: 97%;
	padding-bottom: 50px;
	margin: auto;
}

.legal_txt ul {
    margin-left: 1em;
    padding-left: 1em;
    list-style-type: disc;
    list-style-position: outside;
}

.legal_txt ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.legal_txt ul ul,
.legal_txt ol ul {
    margin-left: 15px;
    list-style-type: circle;
    list-style-position: inside;
}

.legal_txt ol ol,
.legal_txt ul ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    margin-left: 15px;
}

@media (min-width: 768px){

	.legal_txt .heading-with-underline{
		font-size: 4rem;
	}

	.legal_txt {
		margin-top: 250px;
	}
}

@media (max-width: 767px){
	
	.legal_txt h1{
		font-size: 3rem;
	}
}


.form_submitted .hide_on_submit,
.show_on_submit{
    display: none;
}

.form_submitted .show_on_submit{
	display: block;
}

.sr_labels .gfield_label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.show_label .gfield_label{
	position: static; width: auto; height: auto; margin: 0;clip: initial;
}

#gform_confirmation_message_1{
	padding: 1em;
	font-size: 2rem;
	text-align: center;
}


/* Survey ijd 12-30-21  */
.survey{
	padding-top: 150px;
}

.survey p strong{
	font-weight: bold;
}

.survey .survey_question.gfield_html_formatted {
	font-size: 2.5rem;
    margin-bottom: 1em;
}

.survey .gform_wrapper{
	width: 480px;
	max-width: 100%;
	padding-bottom: 100px;
	margin: auto;
}

.survey .gform_wrapper.gravity-theme .gfield_label,
.survey .gform_wrapper.gravity-theme .gfield.label_font label,
.survey .gfield_html{
	font-family: brandon-grotesque, sans-serif;
	font-size: 2rem;
	font-weight: 400;
}

.survey .gform_wrapper.gravity-theme .gfield.label_font label{
	margin-left: 1em;
}

.survey .gform_wrapper.gravity-theme .gfield_label:not(legend),
.survey .gfield_html{
	margin-top: 50px;
}

.survey .gform_wrapper.gravity-theme fieldset{
	margin-top: 50px;
}

.survey .stack_radio .gfield_radio{
	flex-direction: column;
	align-items: flex-start;
}

.survey .stack_radio .gfield_radio .gchoice{
	flex-direction: row;
}

.survey .stack_radio .gfield_radio .gchoice input{
	order: 1;
	margin-right: 1em;
}

.survey .gform_wrapper.gravity-theme fieldset.no_marg,
.survey .gform_wrapper.gravity-theme .no_marg label{
	margin-top: 0;
}

.survey .gfield_radio{
	display: flex;
	justify-content: space-between;
}

.survey .gfield_radio .gchoice{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.survey .gfield_radio .gchoice label{
	order: 1;
}

.survey .gfield_radio .gchoice input{
	order: 2;
}

.survey .gform_wrapper.gravity-theme .gfield-choice-input+label{
	max-width: none;
}

.survey .gfield-choice-input{
	font-size: 1rem;
}

.survey .scale .gfield_description{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	text-transform: uppercase;
}

.survey .gform_wrapper.gravity-theme .scale .validation_message{
	padding: 1em 24px;
}

.survey .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
	font-weight: bold;
	text-transform: uppercase;
}

.survey .gform_confirmation_message{
	text-align: center;
    font-size: 2rem;
    padding-top: 20px;
}

.survey .gform_required_legend{
	font-size: 1.5rem;
    text-align: right;
}

.survey input[type=submit]{
	display: inline-block;
	padding: 10px;
	background: #b82d38;
	border-radius: 6px;
	box-shadow: none;
	font-size: 1.24em;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: .1s all ease;
	border: none;
}

/* general popup */
#popup{
    display: none;
    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 100;
    width: 100vw;
    height: 100vh;
    pointer-events: auto;
    background-color: rgba(0,0,0,.5);
    opacity: 0;

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}

#popup_wrap{
    position: fixed;
	    top: 50%;
	    left: 50%;
	    z-index: 100;
    width: 1em;
	height: 2em;
    display: none;
    max-width: 90%;
    background-color: #FFFFFF;
    overflow: hidden;
    font-size: .8rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#popup_wrap.nooutline a:focus,
#popup_wrap.nooutline button:focus{
	outline: none;
}

#popup_wrap #popup_content{
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}

#popup_wrap #popup_dismiss span{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

#popup_wrap #popup_dismiss{
	position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	margin-top: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 5.5rem;
	color: #000000;
	cursor: pointer;
}


#popup_overlay{
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

#popup.show{
    display: block;
}

#popup.reveal{
    opacity: 1;
}

@media (max-width: 767px){
    
    #popup_wrap{
        top: 210px;

    -webkit-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    }

}

/* ===== app page CA 9/29/22 ======= */

.app-download{
	/* background-image: url('img/locations-background.jpg'); */
	}
.app-download .app #app-body {
	max-width:800px;
	margin:200px auto;
	position:relative;
	padding:30px;
}
.app-download .app #left-copy{
	width:49%;
	display:inline-block;
	vertical-align:middle;
}

.app-download .app #left-copy h2 {
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-weight: 900 !important;
	font-style: normal;	
	font-size:5rem;
	line-height:4rem;
	margin-bottom:15px;
}
.app-download .app #left-copy h2 .smaller{
	font-size:4rem;
}
.app-download .app #left-copy p {
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-weight: 300 !important;
	font-size:1.5rem;
}
.app-download .app #left-copy #app-buttons{
	display:block;
    margin-top:40px;
}
.app-download .app #left-copy #app-buttons a{
	display:inline-block;
	width:49%;
	float:left;
	width:150px;
	margin-right:10px;
}
.app-download .app #left-copy #app-buttons a img.apple_app, .app-download .app #left-copy #app-buttons a img.google_app{
	vertical-align:middle;
	margin:auto;
}

.app-download .app #right-image{
	width:49%;
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.app-download .app #right-image img{
	padding:5px;
}

@media only screen and (max-width:768px) {
	.app-download .app #app-body {
		margin:200px auto;
		margin-top:0;
		position:relative;
		padding:0;
	}
	.app-download .app #left-copy h2 {
		text-align:center;
		}
	.app-download .app #left-copy p {
		text-align:center;margin:30px 0;
	}
	
	.app-download .app #left-copy{
		width:100%;
	}
	.app-download .app #left-copy #app-buttons{
		display: block;
		margin: auto;
		max-width: 327px;
	}
	.app-download .app #left-copy img{
		display:block;
	}
	.app-download .app #left-copy .mobile-only img{	
		max-width: 400px;
		display: block;
		margin: auto;
	}
	.app-download .app #right-image{
	    width: 100%;
		display: block;
		margin: auto;
	}

}
@media only screen and (max-width:400px) {

	.app-download .app #app-body {
		margin:0 auto;
	}
	.app-download .app #left-copy h2 {
		font-size:4rem;
		line-height:3rem;
		margin-bottom:15px;
	}
	.app-download .app #left-copy h2 span {
		font-size:3rem;
	
	}
	.app-download .app #left-copy h2 .smaller{
		font-size:3rem;
	}
	.app-download .app #left-copy #app-buttons{
		max-width:100%;
	}
	
	.app-download .app #left-copy #app-buttons a {
		display: block;
		width: 56%;
		float: none;
		margin-right: 10px;
		margin: 10px auto;
		display: block;
	}
}


/**** Home Page Slider ****/

.marugame-hero-slider {
  position: relative;
  max-height: 1200px;
  overflow: hidden;
}

.slider_block_slide{
    height: 640px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-arrow{
    position: absolute;
	top: 51%;
	z-index: 10;
    width: 1em;
    height: 1em;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    font-size: 4em;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_block .lt_arrow{
    left: 10px;
}

.slider_block .rt_arrow{
    right: 10px;
}



.slider_wrap{
    position: relative;
}


.slider_wrap .slick-slider.slick-dotted {
	margin-bottom: 0;
}

.control_buttons{
    position: absolute;
        bottom: 11px;
	    left: 25px;
	    z-index: 10;
}

.control_buttons .ctrl_btn{
    width: 2em;
    height: 2em;
    font-size: 2.5rem;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent; 
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.control_buttons .ctrl_btn.play{
    background-image: url('img/slider/play.png');
}

.control_buttons .ctrl_btn.pause{
   background-image: url('img/slider/pause.png');
}

.slider_wrap .slick-dots li button .slick-dot-icon {
	opacity: 1;
}

.slider_wrap .slick-dots li button .slick-dot-icon:before {
	border: 1.5px solid #FFF;
	background-color: #000;
	font-size: 18px;
}

.slider_wrap .slick-dots li.slick-active button .slick-dot-icon:before {
    background-color: #B82D38;
	margin-top: 0;
	margin-left: 0;
}

#hero_slider .slick-dots{
	bottom: 25px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (max-width: 767px){
	
	#hero_slider .slick-dots{
		bottom: 14px;
	}
}

#hero_slider .slick-arrow {
    border-radius: 30px;
    box-shadow: 0 0 5px 3px rgb(255 255 255 / 40%);
}

#hero_slider .slick-arrow.rt_arrow {
	background-image: url('img/slider/right.png');
	background-size: contain;
	background-repeat: no-repeat;
	right: 2%;
}

#hero_slider .slick-arrow.lt_arrow {
	background-image: url('img/slider/left.png');
	background-size: contain;
	background-repeat: no-repeat;
	left: 2%;
}

.home_slide {
	position: relative;
}

.home_slide img{
	position: relative;
		z-index: 1;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.home_slide .slide_html {
	position: absolute;
	z-index: 5;
}

@media (min-width: 768px){

	.home_slide .slide_html {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1200px){
	.home_slide img{
		/* height: 90vw; */
	}
}

@media (max-width: 767px){
	
	.home_slide img{
		height: 138.9vw;
	}
	
	#hero_slider .slick-arrow {
		width: .75em;
		height: .75em;
	}
	
	#home_slider .control_buttons{
		left: 10px;
	}

	.home_slide .slide_html {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

button.slick-autoplay-toggle-button {
    display: none;
}

.location_list_block{
	width: 100%;
    height: 100%; 
    min-height: 306px;
	min-height:fit-content;
	height:auto;
	position:relative;
	
}

.list-map.coming-soon{
	position: relative;
	filter: grayscale(1);	
}


/*
div#arcadia-santa-anita.list-map:before {
content: " ";
    position: absolute;
    z-index: 0;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid #9f7126;
}
*/

.red-coming-soon-title{
	z-index:2;
	color:#B82D38;
	filter:none;
	position:absolute;
	font-size:4rem;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform:uppercase;
	font-weight: 900;
    opacity: 0.6;
	width:100%;
}

@media (max-width: 767px){
	.red-coming-soon-title{
		top: 62%;
	}
}

.single-locations .red-coming-soon-title{	
	position:relative;
	font-size:2rem;
	top:32%;
}
.red-coming-soon-title .location-closed{
	text-align:center;
	font-size:3.5rem;
}

.red-closing-soon{
    color: #B82D38;
    filter: none;
    position: relative;
    font-size: 4rem;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0.8;
    width: 100%;
    max-width: 300px;
}
.red-closing-soon .closing_soon_text{
	text-align:center;
	font-size:2rem;
}

/* rewards page CA 6-2-23 */
.rewards {
	position: relative;
	background-repeat: repeat;
	background-position: center center;
	background:#ffffff;
}
.rewards_v2 > .wrapper {
	width:100%;
	max-width:100%;
	
}
.rewards #rewards-top {
	height: 550px;
	position: relative;
	background-repeat: repeat;
	background-position: center center;
	background-image: url('img/rewards/Cross_Hatch_Texture.png');
	position:relative;
	top:70px;
	border-bottom:30px solid #f8b4c3;
	margin-bottom:70px;
}

.rewards #rewards-top img#t-l-bowl{
	width:140px;
	position:absolute;
	top:-20px;
	left:0;
}
.rewards #rewards-top img#b-l-bowl{
	width: 200px;
    position: absolute;
    bottom: -166px;
    left: 0;
}
.rewards #rewards-top .right{
	display: block;
	width: 80%;
	max-width: 990px;
	margin: auto;
	vertical-align: top;
}
.rewards #rewards-top .right #main_content{
	width: 41%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0;
    margin-top: 70px;
    margin-left: 5%;
}
.rewards #rewards-top .right #main_content p{
	font-size:2rem;
	text-align:center;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
}
.rewards #rewards-top .right #main_content p span{
	font-weight:700;
	text-transform:uppercase;
}
.rewards #rewards-top .right #main_content h2{
	font-weight:700;
	text-align:center;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-size:3.5rem;
	font-style:italic;
	color:#c81432;
	text-transform:uppercase;
	margin:10px 0;
}
.rewards #rewards-top .right .signup_btn img{
	width:50%;
	max-width:150px !important;
	margin:auto;
}
.rewards #rewards-top .right #main_content #exclusive_txt{
	max-width:100%;
	display:block;
	margin:auto;
}
.rewards #rewards-top .right #main_content	.app_signup_buttons{
	text-align: center;
}
.rewards #rewards-top .right #main_content .signup_btn{
	width:100%;
	max-width: 171px;
	vertical-align: middle;
}
.rewards #rewards-top .right #main_content #google.signup_btn{
	width:100%;
	max-width: 167px;
}
.rewards #rewards-top .right #phone_bowl{
	width:49%;
	display:inline-block;
	vertical-align:top;
}
.rewards #rewards-top .right #phone_bowl{
	width: 53%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
.rewards #rewards-top .right #phone_bowl img{
	width: 79%;
    margin-top: 89px;
}


.rewards #rewards-top #noodle_heart{
	width:100px;
	position:absolute;
	top:0px;
	right:0;
}
.rewards #rewards-middle{
	background:black;
	display:block;
}
#rewards-middle .mdl_blocks{
	width:33%;
	display:inline-block;
	padding:50px;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-size: 2.5rem;
    line-height: 2.5rem;
}
#rewards-middle .mdl_blocks img{
	height:60px;
}
#rewards-middle .mdl_blocks .pink_txt{
	color:#f8b4c3;
	font-size:2rem;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
}
#rewards-middle .mdl_blocks p{
	margin:1rem;
}

#rewards-bottom{
	background-image: url('img/rewards/Footer_Hero_1920.jpg');
	height:250px;
	position: relative;
	background-size: cover;
	background-position: center center;
	display:block;
}
#rewards-bottom .app-buttons p{
	color:#ffffff;
	text-align:center;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-size:2.4rem;
}
#rewards-bottom .app-buttons{
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#rewards-bottom .app-buttons #google{
	max-width: 115px;
    vertical-align: top;
    margin-top: 0px;
	vertical-align: middle;
}

#rewards-bottom img{
	max-width:120px;
	display:inline-block;
	vertical-align: middle;
}

.rewards .footer {background:#000000;}
.rewards p .one_line{display:inline-block;}


@media (max-width:1060px) and (min-width:768px) {
	.rewards #rewards-top .right #phone_bowl {
    width: 36%;
	vertical-align:bottom;
	}
	.rewards #rewards-top .right #main_content {
    width: 58%;
	}
}
	

@media (max-width: 767px){
	.rewards #rewards-top {
		height:fit-content;
		top: 0px;
		margin-bottom:0px;
	}
	.rewards #rewards-top .right #main_content{
		display:block;
		width:100%;
		margin-top:145px;
	}
	.rewards #rewards-top .right #main_content #exclusive_txt {
		max-width: 80%;
	}
	.rewards #rewards-top .right #phone_bowl{
		display:block;
		width:100%;
		text-align:center;
	}
	.rewards #rewards-top .right #phone_bowl img {
		margin-top: 0px; 
	}
	#rewards-middle{
		height:fit-content;
	}
	#rewards-middle .mdl_blocks{
		width:100%;
		display:block;
		height:fit-content;
	}
	#rewards-bottom .app-buttons p{
	color:#ffffff;
	text-align:center;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-size:2rem;
	}
	.rewards #rewards-top .right #main_content {
	margin-left: 0;
	}
	.rewards #rewards-top img#t-l-bowl, .rewards #rewards-top #noodle_heart {
		display:none;
	}
	.rewards #rewards-top .right #main_content {
		display: block;
		width: 100%;
		margin-top: 12px;
	}
}

@media (max-width: 500px){
	.rewards #rewards-top .right #main_content {
    display: block;
    width: 100%;
    margin-top: 12px;
}
	.rewards #rewards-top .right #main_content #exclusive_txt {
    max-width: 100%;
	}
	.rewards #rewards-top .right #main_content #google.signup_btn {
    width: 48%;
    max-width: 97%;
	}
	.rewards #rewards-top .right #main_content .signup_btn {
		width: 50%;
		max-width:100%
	}
	.rewards #rewards-top .right #main_content h2 {
		font-size: 7.5vw;
	}
	
	.rewards #rewards-top img#t-l-bowl, .rewards #rewards-top #noodle_heart {
		display:none;
	}
 
}


/* footer app button CA 6-21-23 */


.footer .app-buttons p{
	color:#ffffff;
	text-align:center;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-size:1.4rem;
}
.footer .app-buttons{
width: 100%;
    text-align: center;
    margin: 0;
    position: relative;
    left: auto;
    display: block;
    margin-top: 20px;
}
.footer .app-buttons #google{
	max-width: 115px;
    vertical-align: top;
    margin-top: 0px;
	vertical-align: middle;
}

.footer img{
	max-width:120px;
	display:inline-block;
	vertical-align: middle;
}

.footer p .one_line{display:inline-block;}

@media (max-width: 767px){

	.footer .app-buttons{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 40px;
		text-align: center;
	}

	.footer .app-buttons p{
		color:#ffffff;
		text-align:center;
		font-family: proxima-nova, brandon-grotesque, sans-serif;
		font-size:2rem;
		margin-top:30px;
	}

	.footer .app-buttons p{	
		font-size:1.2rem;
	}

	.footer-right ul.footer-social{
		margin-bottom: 40px;
	}

}

.signup_redirect{
	background-image: url(img/signup-redirect/MU-Sign-Up-Redirect-BG.jpg);
    background-size: cover;
	position: relative;
	background-size: 400px 400px;
    position: relative;
    background-repeat: repeat;
	background-position: center top;
}

.signup_redirect .wrapper{
	width: 100%;
}

.signup_redirect section{
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-family: brandon-grotesque, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 500px;*/
	height: 100vh;
}

.signup_redirect section .inner{
	
}

.signup_redirect section p{
	font-size: 3rem;
}

.signup_redirect .redirect_logo{
	max-width: 250px;
	padding-top: 75px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.signup_redirect .redirect_text{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.signup_redirect .bowl_wrapper{
	position: absolute;
    bottom: 0px;
    width: 100%;
}

.signup_redirect .bowl{
	background-image: url(img/signup-redirect/MU-Sign-Up-Redirect-Bowl-600.png);
	background-position: 63% top;
    width: 100%;
    max-width: 600px;
    height: 55vh;
    margin-left: auto;
    margin-right: auto;
    /* background-size: cover;
	position: relative;
	background-image: url(img/signup-redirect/MU-Sign-Up-Redirect-Bowl-600.png);
    //background-size: 105% 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 600px;
    height: 56vh;
	margin-left: auto;
	margin-right: auto; */
}

.signup_redirect .spinner_wrap{
	position: relative;
	width: 100%;
	height: 150px;
}

.signup_redirect .spinner_wrap .spinner{
	font-size: 1.5em;
	top: 13%;
    /* left: 55%; */
}


.feedback_redirect{
	background-image: url(img/feedback-redirect/bg.jpg);
    background-size: cover;
	position: relative;
	background-size: 400px 400px;
    position: relative;
    background-repeat: repeat;
	background-position: center top;
	height: 100vh;
}

.feedback_redirect:before{
	background-image: url(img/feedback-redirect/Top-Banner-1920.svg?v=5);
	content: '';
	height: 150px;
	height: 90px;
	width: 100%;
	background-repeat: repeat-x;
    background-size: contain;
	background-position: bottom center;
}

.feedback_redirect:after{
	background-image: url(img/feedback-redirect/bottom-Banner-1920.jpg?v=2);
	content: '';
	height: 150px;
	height: 90px;
	width: 100%;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
}

.feedback_redirect .wrapper{
	width: 100%;
	position: initial;
}

/*.feedback_redirect section{
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-family: brandon-grotesque, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	min-height: 500px;*/
/*	height: 73vh;
}

.feedback_redirect section .inner{
	
}*/

.feedback_redirect section p{
	font-size: 3rem;
}

.feedback_redirect .redirect_logo{
	max-width: 350px;
	padding-top: 75px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.feedback_redirect .redirect_text{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.feedback_redirect .cat_wrapper{
	position: absolute;
    bottom: 100px;
    bottom: 40px;
    width: 100%;
	left: 0;
    right: 0;
}

.feedback_redirect .cat{
	background-image: url(img/feedback-redirect/cat.svg);
	background-position: 5% top;
	background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
    max-width: 600px;
    height: 30vh;
    margin-left: auto;
    margin-right: auto;
    /* background-size: cover;
	position: relative;
	background-image: url(img/signup-redirect/MU-Sign-Up-Redirect-Bowl-600.png);
    //background-size: 105% 100%;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 600px;
    height: 56vh;
	margin-left: auto;
	margin-right: auto; */
}

.feedback_redirect .spinner_wrap{
	position: relative;
	width: 100%;
	height: 130px;
}

.feedback_redirect .spinner_wrap .spinner{
	font-size: 1.5em;
	top: 13%;
    /* left: 55%; */
}


.feedback_redirect .spinner {
	color: #ffffff;
	margin: 50px auto;
}

@media (max-width: 767px){
	.feedback_redirect:before{
		height: 70px;
	}

	.feedback_redirect:after{
		height: 70px;
	}
	
	.feedback_redirect .redirect_logo {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.feedback_redirect .cat_wrapper{
		bottom: 40px;
	}
}

/* ===================== Loader ===================== */


.loader,
.spinner {
    position: absolute;
        top: 0;
	    left: 50%;
    width: 1em;
    height: 1em;
    margin: 100px auto;
    border-radius: 50%;
    font-size: .5em;
    color: #444;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;

    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}
@-webkit-keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.home .marugame-hero-slider{
	max-height: none;
}

#home_slider.pre_slider .slider_wrap {
	max-height: 56vw;
	background-color: #fdf9f6;
}

#home_slider .resp_slider.pre_init{
	min-height: 56vw;
}

@media (max-width: 767px){
	#home_slider.pre_slider .slider_wrap {
		max-height: 140vw;
	}

	#home_slider .resp_slider.pre_init{
		min-height: 140vw;
	}
}

#home_slider .resp_slider{
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

#home_slider .resp_slider.show{
	opacity: 1;
}

#home_slider .loader{
	top: 35%;
	font-size: 2rem;
	color: #b82d38;
}

#home_slider .loader.hide{
	display: none;
}

@media (max-width: 767px){
	
	#home_slider .loader{
		top: 25%;
	}
}

@media (min-width: 768px){
	.tab-tempura .menu-item.type-menu-large .menu-item-description{
		flex: 0 0 auto;
		width: 500px;
		max-width: 95%;
	}
}

/* menu v2 */

.menu_v2 #sauce_legend{
	display: none;
	position: absolute;
		/* top: calc(256px + 3.80vw); */
		top: calc(226px + 3.80vw);
		right: calc(50% + -640px);
		z-index: 1;
	width: 345px;
	background-color: #f9f5f2;
	border-radius: 10px;
	border: 2px solid #000;
	transition: opacity .3s ease-in-out;
}

.menu_v2 #sauce_legend img{
	width: 100%;
}

.menu_v2 #sauce_legend.stick{
	top: auto;
	right: 0;
    bottom: 110px;
    position: absolute;
}

/* .menu_v2 #sauce_legend.fixed{ */
/* 	position: fixed; */
/* 		top: 20px; */
/* } */
/*  */

@media (min-width: 1025px) and (max-height: 1063px){
	.menu_v2 #sauce_legend{
		top: calc(100vh - 500px);
	}

	.menu_v2 #sauce_legend.topscroll{
		/* top: calc(248px + 4.05vw); */
		top: calc(358px + 4.05vw);
	}
}

@media (max-width: 870px){
	.menu_v2 #sauce_legend.stick{
		bottom: 160px;
	}
}

@media (max-width: 1024px){
	.menu_v2 #sauce_legend.topscroll{
		top: 470px;
	}
}

@media (max-width: 1348px){

	.menu_v2 #sauce_legend{
		/* right: 0; */
		right: 30px;
		top: calc(456px + 3.80vw);
	}

	/* .menu_v2 #sauce_legend.fixed{ */
	/* 	right: 30px; */
	/* } */

}

@media (max-width: 768px){
	.menu_v2 #sauce_legend{
		display: none;
	}

	.menu_v2 .marugame-menu{
		background-position: center top;
		background-size: 100% auto;
	}
}

.menu_v2 .menu-item.type-menu .menu-item-description,
.menu_v2 .menu-item.type-menu .menu-item-image,
.menu_v2 .menu-item.type-menu{
	width: auto;
	float: none;
}

.menu_v2 .heading-with-underline{
	margin-bottom: 40px;
}

.menu_v2 .category-tab.columns .menu-item.type-menu .menu-item-description{
	max-width: 500px;
	padding: 0;
}

.menu_v2 .category-tab.columns .menu-item.type-menu .menu-item-description.secondary_desc{
	padding-top: 40px;
}

@media (max-width: 1000px){
	
	.menu_v2 .category-tab.columns .menu-item.type-menu .menu-item-description{
		max-width: 310px;
	}
}

.menu_v2 .title_block{
	text-align: left;
}

.menu_v2 .title_block img{
	max-width: 30px;
	object-fit: contain; 
	height: auto;
}

.menu_v2 .menu-item.type-menu .menu-item-image{
	max-width: none;
}

.menu_v2 .menu-item-image img{
	max-width: 220px;
}

@media (max-width: 767px){

	.menu_v2 .menu-item-image img{
		max-width: 170px;
	}
}

.menu_v2 .cat-description{
	font-family: brandon-grotesque, sans-serif;
	font-size: 2.2em;
	font-style: italic;
}

.menu_v2 .cat-description p{
	font-size: 1em;
}

@media (min-width: 769px){
	.menu_v2 .category-tab{
		display: none;
	}
}

.menu_v2 .category-tab.selected{
	display: block;
}

/* .menu_v2 .category-tab.columns .sec_inner, */
/* .menu_v2 .category-tab.columns .item_inner{ */
/* 	grid-gap: 10px; */
/* 	justify-items: center; */
/* 	grid-template-columns: repeat(4, 1fr); */
/* } */


@media (min-width: 875px){
	
	.marugame-menu.hawaii-menu #udon{
		padding-bottom: 70px;
	}
}

@media (min-width: 768px){


	.menu_v2 .category-tab.columns .sec_inner,
	.menu_v2 .category-tab.columns .item_inner{
		/* display: grid; */
	}
}

.menu_v2 .category-tab.columns .items_inner{
	display: grid;
	margin-bottom: 50px;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

@media (min-width: 768px) and (max-width: 1000px){

	.menu_v2 .category-tab.columns .items_inner{
		grid-template-columns: 1fr;
	}
}

.menu_v2 .category-title{
	width: 100%;
	margin-bottom: 50px;
}

@media (min-width: 768px){

	.menu_v2 .category-title h2{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}

	.menu_v2 .category-tab.columns .subcat,
	.menu_v2 .category-tab.columns .item_col{
		flex: 1 1 0;
		min-width: 22%;
	}
}

@media (max-width: 768px){

	.menu_v2 .category-tab.columns .items_inner{
		grid-template-columns: 1fr;
	}

	.menu_v2 .category-tab.columns .subcat + .subcat{
		margin-top: 50px;
	}

}

.menu_v2 .category-tab.columns .subcat_hdr h3{
	font-size: 3rem;
	margin: 0;
}

.menu_v2 .category-tab.columns .subcat_hdr{
	margin: 10px 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.menu_v2 .section_symbols{
	width: 100%;
	margin-top: 10px;
}

/* .menu_v2 .category-tab.columns .subcat_hdr .sec_desc{ */
/* 	margin-top: 1em; */
/* } */

.menu_v2 .sec_desc{
	align-self: flex-end;
	padding-bottom: .1em;
	padding-left: .5em;
	font-family: brandon-grotesque, sans-serif;
	font-size: 1.7em;
	color: #444;
}

.menu_v2 .menu-item.type-menu{
	flex-wrap: wrap;
	width: auto;
	padding: 0 20px;
	margin-top: 30px;
}

.menu_v2 .menu-item.type-menu .inner{
	display: flex;
	align-items: flex-start;
	width: 100%;
	gap: 10px;
}

.menu_v2 .menu-item.type-menu .menu-item-image{
	max-width: 220px;
}

.menu_v2 .menu-item-image .secondary_image{
	margin-top: 20px;
}

.menu_v2 .menu-item .prices{
	font-weight: bold;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
}

.menu_v2 .menu-item .item_icon{
	margin-top: 10px;
}

@media (min-width: 768px){

	.menu_v2 .menu-item.type-menu .menu-item-image{
		flex: 1 0 220px;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

	.menu_v2 .two_cols .item_col .inner{
		display: grid;
		grid-template-columns: 1fr 1fr;
		font-size: 1rem;
	}

	.menu_v2 .menu-item.type-menu .menu-item-image{
		width: 220px;
	}
}

@media (max-width: 767px){
	
	.menu_v2 .category-tab{
		margin-bottom: 50px;
	}

	.menu_v2 .menu-item.type-menu{
		padding: 0;
	}

	.menu_v2 .category-tab.columns .menu-item.type-menu{
		flex-direction: row;
		text-align: left;
		justify-content: flex-start;
	}

	.menu_v2 .category-tab.columns .title_block{
		justify-content: flex-start;
	}

	.menu_v2 .category-tab.columns .subcat_hdr{
		display: block;
		padding: 0 10px;
	}

	.menu_v2 .sec_desc {
		padding-left: 0;
	}

	.menu_v2 .sec_desc .dash{
		display: none;
	}

	.menu_v2 .menu-item.type-menu .menu-item-description h4{
		font-size: 1.6em;
	}

	.menu_v2 .menu-item.type-menu .menu-item-image{
		flex: 1 0 220px;
	}
}

/* list style */
.menu_v2 .center_list .menu-item.type-menu{
	display: block;
}

.menu_v2 .center_list .bookend_img{
	flex: 1 1 0;
}

.menu_v2 .list-view-items {
	flex: 0 0 33%;
	flex-direction: column;
	display: flex;
	align-items: center;
}

.menu_v2 .list-view-items .item_name{
	position: relative;
}

.menu_v2 .list-view-items .dietary_icon{
	position: absolute;
		top: 50%;
		left: calc(100% + 10px);
		z-index: 1;

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media (min-width: 769px){
	.menu_v2 .center_list .menu-item-description{
		display: flex;
	}
}

@media (max-width: 768px){
	.menu_v2 .center_list .bookend_img {
		text-align: center;
	}

	.menu_v2 .center_list .bookend_img img{
		max-width: 245px;
		margin: 0 auto 40px;
	}
}

.menu_v2 .list-view-items li{
	display: inline-block;
	font-size: 2em;
    color: #444;
    font-family: brandon-grotesque, sans-serif;
	padding: .2em 0 1.1em;
}

.menu_v2 .list-view-items li.favorite,
.menu_v2 .list-view-items li.vegetarian{
	padding-right: 1.5em;
	background-image: url(img/favorite-chopsticks.png);
	background-size: 30px auto;
	background-position: right top;
	background-repeat: no-repeat;
}

.menu_v2 .list-view-items li.vegetarian{
	background-image: url(img/vegetarian-chopsticks.png);
}

.menu_v2 .list-view-items li img{
	max-width: 100px;
	height: auto;
	object-fit: contain; 
}

@media (min-width: 769px){
	.menu_v2 .category-tab.rows .item_col{
		display: flex;
	}
}

.menu_v2 .category-tab.rows .menu-item{
	text-align: left;
	flex: 0 0 50%;
}

.menu_v2 .category-tab.rows .title_block{
	justify-content: flex-start;
}

@media (max-width: 768px){

	.menu_v2 .category-tab.rows .menu-item{
		margin-bottom: 30px;
	}
}

.menu_v2 nav.menu-wrapper{
}

.menu_v2 .mobile_cat_tab{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin: 10px 0;
	-webkit-appearance: none;
	background: #9f7126;
	border: none;
	font-family: brandon-grotesque, sans-serif;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

@media (min-width: 768px){
	
	.menu_v2 .mobile_cat_tab{
		display: none;
	}
}

.menu_v2 .sticky_header{
	position: sticky;
		top: 0;
		z-index: 5;
	background-image: linear-gradient(to bottom,  rgba(247,243,240,1) 0%,rgba(247,243,240,1) 78%,rgba(247,243,240,0) 100%); 
}

@media (max-width: 767px){
	
	.menu_v2 .sticky_header{
		background-color: rgba(247,243,240);
		background-image: none;
	}
}

.menu_v2 #legend{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0 20px;
	margin: 0 auto 20px;
	gap: 20px;
}

.menu_v2 #legend .legend_item{
	display: flex;
	font-size: 2rem;
	justify-content: center;
	align-items: center;
	font-family: brandon-grotesque, sans-serif;
	gap: .4em;
}

@media (max-width: 767px){
	
	.menu_v2 #legend .legend_item{
		font-size: 1.5rem;
	}

	.menu_v2 #legend .legend_item img{
		height: 1.3em;
        width: auto;
	}
}

/* rewards v2 */
.rewards_v2 {
	--dark_blue: #532d82;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
}

.rewards_v2 .rewards_hero{
	position: relative;
	margin-bottom: 56px;
	background-color: #393a7a;
}

.rewards_v2 .rewards_hero .sr-only{
	color: #ffffff;
}

.rewards_v2 .rewards_hero img{
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px){

	.rewards_v2 .rewards_hero{
		padding-top: 50px;
	}
}

.rewards_v2 #perks,
.rewards_v2 .food_redemptions{
	max-width: 1300px;
	margin: auto;
}

.rewards_v2 #perks{
	margin-bottom: 150px;
	padding: 0 20px;
}

.rewards_v2 #perks .perk{
	text-align: center;
	color: var(--dark_blue);
	flex: 0 0 25.1%;
}

.rewards_v2 #perks .perk img{
	height: auto;
	max-width: 72px;
	aspect-ratio: 1 / 2;
	object-fit: contain;
	object-position: bottom;
    margin-bottom: 20px;
}

.rewards_v2 #perks .perk .copy,
.rewards_v2 #redemptions h2{
	font-size: 3rem;
	font-weight: 800 !important;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	line-height: 1;
	color: var(--dark_blue);
}

.rewards_v2 #perks .perk .copy{
	margin-bottom: .5em;
}

.rewards_v2 #perks .perk .small_copy{
	font-size: 2.4rem;
	color: #c92584;
	line-height: 1;
}

.rewards_v2 #redemptions{
	padding: 0 20px;
	text-align: center;
}

.rewards_v2 #redemptions h2{
	margin-bottom: 43px;
}

.page-template-template-rewards_v2 .header-inside{
	margin-top: 0;
}

.rewards_v2 .food_redemptions {
	margin-bottom: 60px;
}

.rewards_v2 .food_redemptions .food{
	flex: 0 1 244px;
}

.rewards_v2 #app{
	color: #ffffff;
	background-color: #c53081;
	padding: 60px 0 90px;
}

.rewards_v2 #app h2{
	font-size: 2.5rem;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	margin-bottom: 20px;
}

@media (min-width: 768px){

	.rewards_v2 #perks,
	.rewards_v2 .food_redemptions{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 120px;
	}

	.rewards_v2 .food_redemptions{
		gap: 20px;
	}
}

@media (max-width: 767px){
	
	.rewards_v2 .food_redemptions .food{
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.rewards_v2 #perks .perk{
		max-width: 328px;
		margin: auto;
	}

	.rewards_v2 #perks .perk .copy,
   	.rewards_v2 #redemptions h2{
		font-size: 2.5rem;
	}

}

.app_btns{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	gap: 5px;
}

.app_btns a{
	display: inline-block;
}

.app_btns img{
	height: 40px;
	width: auto;
	max-width: 100%;
}

.fundraising{
	overflow: hidden;
	padding: 130px 20px 100px;
	background-color: #3bdecb;
	background-image: url(img/fundraising/fundraiser_background.jpg);
	background-position: center bottom;
	font-family: brandon-grotesque, sans-serif;
	font-size: 2rem;
}

.gform_drop_area button{
	color: #000000;
}

.fundraising .container{
	width: 830px;
	max-width: 100%;
	margin: auto;
}

@media (max-width: 767px){
	
	.fundraising {
		padding-top: 60px;
		padding-bottom: 200px;
	}
}

.fundraising .title_graphic {
	width: 820px;
	max-width: 90%;
	margin: 0 auto 20px;
}

.fundraising .title_graphic img{
	width: 100%;
}

.fundraising .top_copy{
	font-size: 2rem;
	font-family: proxima-nova, brandon-grotesque, sans-serif;
	font-weight: 700 !important;
}

.fundraising .top_copy strong{
	font-weight: bolder;
}

.fundraising .bottom_copy .container{
	width: 330px;
}

.fundraising .inner_content{
	position: relative;
}

.fundraising .inner_content,
.fundraising .gform_body{
	background-color: #ffffffb3;
	padding: 30px;
	border-radius: 20px;
}


	.fundraising {
		background-image: url(img/fundraising/fundraiser_foods.png), url(img/fundraising/fundraiser_background.jpg);
		background-repeat: no-repeat, repeat;
		background-position: left -160px bottom -180px, center;
        background-size: 950px, auto;
	}

@media (max-width: 1510px){
	
	.fundraising {
		background-position: left calc(50% - 460px) bottom -180px, center;
	}
}

@media (max-width: 767px){
	
	.fundraising {
		background-position: center bottom, center;
        background-size: 280px, auto;
	}
}

.fundraising .inner_content p,
.fundraising .inner_content li{
	margin: 0 0 1em;
}

.fundraising ul,
.fundraising ol,
.fundraising li{
	padding: 0;
	list-style: none;
}

.fundraising ul,
.fundraising ol{
	margin-bottom: 2em;
}

.fundraising .gform_wrapper{
	margin-top: 70px;
	padding-bottom: 0;
}

.fundraising .gform_title{
	text-align: center;
    text-transform: uppercase;
}

.fundraising p.gform_required_legend{
	margin: 0;
	text-align: right;
}

.fundraising .gform_wrapper.gravity-theme .gfield input.large{
	font-size: 1.5rem;
}

.fundraising .gform_footer{
	justify-content: center;
}

.fundraising .gform_footer input[type=submit]{
	padding: 10px 20px;
	background: #b82d38;
	border-radius: 6px;
	border: none;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}

.fundraising .gform_wrapper.gravity-theme .gform_validation_errors>h2{
	font-size: 2rem;
}

.fundraising .gform_wrapper.gravity-theme .gfield_validation_message, 
.fundraising .gform_wrapper.gravity-theme .validation_message,
.fundraising .gform_wrapper.gravity-theme .gform_validation_errors{
	background: transparent;
	border-radius: 0;
    border-width: 2px;
}

.fundraising .gform_confirmation_message{
	width: 600px;
	max-width: 100%;
	margin: 100px auto;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.fundraising .gform_wrapper.gravity-theme .gfield_label{
	font-size: 2rem;
}

.fundraising .gform_wrapper.gravity-theme .gfield_required{
	font-size: 1em;
}

.fundraising .gform_wrapper.gravity-theme .gfield_radio label{
	font-size: 2rem;
}

.fundraising .gform_wrapper.gravity-theme .gfield_description{
	padding-top: 5px;
}

@media (max-width: 500px){
	.host_loc label{
		max-width: 260px;
	}
}

/* add'l gf */
body .gravity-theme.ui-datepicker .ui-datepicker-header select{
	padding: 0 30px 0 0;
}

body .gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
body .gravity-theme.ui-datepicker .ui-datepicker-header select{
	font-size: 1.5rem;
	font-family: brandon-grotesque, sans-serif;
}

body .gravity-theme.ui-datepicker .ui-datepicker-calendar a,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar span{
	font-size: 1.2rem;
	font-family: brandon-grotesque, sans-serif;
}

body .gform_wrapper.gravity-theme .gform_drop_area{
	background-color: #ffffff;
}

body .gform_wrapper.gravity-theme .ginput_container_address span.address_state{
	flex: 0 0 auto;
}

body .gform_wrapper.gravity-theme .gfield select{
	appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid rgb(118, 118, 118);
	color: #000000;
	border-radius: 3px;
}

body .fundraising .gform_wrapper.gravity-theme .gfield_description{
	padding: .5em;
}

.gform_wrapper.gravity-theme .ginput_container_fileupload{
	position: relative;
}

body .gform_wrapper.gravity-theme .gform_drop_area{
	padding: 1rem;
    font-size: 1.5rem;
}

/* footer updates */
.copyright {
	display: inline-block;
}

@media (min-width: 400px){
	footer a:not(.applink),
	.footer .app-buttons p,
	.copyright {
		position: relative;
		z-index: 1;
	}

	.footer .app-buttons p span,
	.copyright span,
	footer a:not(.applink) span{
		background-color: #986c25;
		position: relative;
		z-index: 2;
		border-radius: 6px;
	}

	.footer-order:hover{
		color: #ffffff;
	}


	.footer .app-buttons p::before,
	.copyright::before,
	footer a:not(.applink)::before{
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		width: calc(100% + 50px);
		height: 230%;
		background-image: url(img/bknds/footer_text_shadow.svg);
		background-size: 100% 100%;
		content:'';

		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.footer .app-buttons p::before{
		height: 270%;
		width: calc(100% + 70px);
	}

	.footer .app-buttons{
		z-index: 10;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

	footer a:not(.applink)::before{
		width: calc(100% + 5vw);
	}
}

@media (max-width: 767px){

	.footer .app-buttons p{
		max-width: 80%;
		margin: 30px auto 12px;
	}

	footer a:not(.applink)::before {
		width: calc(100% + 90px);
		height: 140%;
	}
}

.page-template-template-rewards_v2 .footer .app-buttons p span,
.page-template-template-rewards_v2 .copyright span,
.page-template-template-rewards_v2 footer a:not(.applink) span{
	background-color: transparent; 
}

.page-template-template-rewards_v2 .footer .app-buttons p::before,
.page-template-template-rewards_v2 .copyright::before,
.page-template-template-rewards_v2 footer a:not(.applink)::before{
	content: none;
}


/* allergen */
.allergen_page{
	padding-top: 100px;
	background-image: url('img/menu/parchment_bknd_1.png'), url('img/menu/parchment_bknd_3.png'), url('img/menu/parchment_bknd_2.jpg');
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: center top, center bottom, center;
	background-size: auto;
}

.allergen_page .table_overflow{
	max-width: 95%;
	padding: 0 20px;
	margin: 50px auto;
	overflow-x: auto;
}

.reg_menu_table{
	min-width: 1000px;
	margin: auto;
}

.reg_menu_table tr{
}

.reg_menu_table th{
	padding: 0 10px;
}

.reg_menu_table td,
.reg_menu_table th{
	text-align: center;
	padding: 5px;
	border: 1px solid #000;
}

.reg_menu_table td:first-child{
	text-align: left;
}

.header_menu_disclaimer{
	padding: 0 20px;
	margin: auto;
	font-family: brandon-grotesque, sans-serif;
	text-align: center;
}

.footer_links{
	width: 750px;
	max-width: 100%;
	padding: 0 20px;
	margin: auto;
	font-family: brandon-grotesque, sans-serif;
	text-align: center;
}

.header_menu_disclaimer p,
.footer_links p,
.header_menu_disclaimer a,
.footer_links a{
	font-size: 1.5rem;
}

.header_menu_disclaimer a,
.footer_links a{
	text-decoration: underline;
	font-family: brandon-grotesque, sans-serif;
}

@media (min-width: 768px){

	.header_menu_disclaimer p,
	.footer_links p,
	.header_menu_disclaimer a,
	.footer_links a{
		font-size: 2rem;
	}
}

@media (max-width: 767px){

	.allergen_page .table_overflow{
		padding: 0;
		border: 1px solid #000;
	}

	.reg_menu_table {
		border-collapse: separate;
	}

	.reg_menu_table td:first-child,
	.reg_menu_table th:first-child{
		position: sticky;
		left: 0;
		background-color: #f5f1ee;
	}
}

.menu_v2 .two_cols {

}

.menu_v2 .two_cols .item_col{
	display: flex;
	flex-wrap: wrap;
}

.menu_v2 .two_cols .item_col h3{
	line-height: 1;
    margin: 0;
}

.menu_v2 .two_cols .menu-item.type-menu{
	flex: 0	0 50%;
	min-height: 0;
}

.menu_v2 .two_cols .menu-item.type-menu .inner{
	align-items: center;
}

.menu_v2 .two_cols .menu-item-description{
	display: flex;
	flex-direction: column;
}

.menu_v2 .two_cols .menu-item-description .prices{
	order: 99;
	font-size: 2.1em;
}

.menu_v2 .mobile_accord_btn {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin: 10px 0;
	-webkit-appearance: none;
	background: #9F7126;
	border: none;
	font-size: 2em;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.menu_v2 #menu-tabs{
	display: flex;
	justify-content: space-between;
}

.menu_v2 .menu-tab{
	overflow: hidden;
	flex: 1 1 0;
	padding: 10px 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 1.2em;
	color: #b82d38;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.menu_v2 .menu-tab + .menu-tab{
	border-left: 2px solid #b82d38;
}

.menu_v2 .menu-tab.selected{
	color: #fff;
    background: #B82D38;
}

.menu_v2 .mobile_accord_btn h2{
	margin: 0;
	font-size: 2.6rem;
}

.menu_v2 .menu_accord{
	display: none;
}

@media (max-width: 767px){
	
	.menu_v2 .two_cols .menu-item.type-menu{
		flex: 0 0 100%;
	}

	.menu_v2 .itemlisting{
		padding-bottom: 20px;
	}
}

.menu_v2_mobile{
	.subcat_hdr h3{
		font-size: 3rem;
		margin-bottom: 15px;
	}

}


@media (max-width: 400px){
	
	.menu_v2 .menu-item-image img{
		max-width: 150px;
	}

	.menu_v2 .menu-item.type-menu .menu-item-description p{
		font-size: 1.2rem;
	}
}

.menu_v2 .marugame-menu{
	background-image: url('img/menu/parchment_bknd_1.png'), url('img/menu/parchment_bknd_3.png'), url('img/menu/parchment_bknd_2.jpg');
	background-repeat: repeat-x, repeat-x, repeat;
	background-position: center top, center bottom, center;
	background-size: auto;
	padding-bottom: 50px;
}

/* redirect CPT */
.feedback_redirect.dbc_redirect{
	height: 100vh;
	min-height: 670px;
}

@media (min-width: 768px){
	
	.feedback_redirect.dbc_redirect{
		min-height: 730px;
	}
}

.feedback_redirect.dbc_redirect h1{
	text-transform: uppercase;
	color: #ffffff;
}

.feedback_redirect.dbc_redirect .click_here{
	margin-top: 50px;
}

.feedback_redirect.dbc_redirect .click_here a{
	color: #ffffff;
	text-decoration: underline;
}

.feedback_redirect.dbc_redirect .cat{
	height: 240px;
}

/* datepicker a11y */
.dbc_datepicker {
  margin-top: 1em;
  position: relative;
  --text_color: #fff;
  --bezel_color: #c9243f;
}

main#content .dbc_datepicker_field button.dbc_calendar_icon:focus-visible,
main#content .dbc_datepicker-dialog table.dates td:focus-visible,
main#content .dbc_datepicker button:focus-visible{
	outline: 2px #fff solid;
	outline-offset: 0;
	box-shadow: 0 0 0 4px #000;
}

.gform_wrapper.gravity-theme .dbc_datepicker_field .ginput_container_date input{
	width: 100%;
}

.dbc_datepicker-dialog table.dates td:focus-visible,
.dbc_datepicker button:focus-visible{
	position: relative;
}

.dbc_datepicker .group {
	display: inline-block;
	position: relative;
	width: 13em;
}

.dbc_datepicker button.icon {
	position: relative;
	top: 0.25em;
	margin: 0;
	padding: 4px;
	border: 0 solid #005a9c;
	background-color: #fff;
	border-radius: 5px;
}

.dbc_datepicker .desc {
	position: absolute;
	left: 0;
	top: 2em;
}

.dbc_datepicker button.icon:focus {
	outline: none;
	padding: 2px;
	border-width: 2px;
	background-color: #def;
}

.dbc_datepicker-dialog {
	display: none;
	position: absolute;
	width: 320px;
	clear: both;
	padding: 0;
	margin-top: 0.15em;
	background-color: #fff;
	border-radius: 5px;
	border: 3px solid var(--bezel_color);
}

.dbc_datepicker-dialog .header {
	cursor: default;
	background-color: var(--bezel_color);
	padding: 7px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--text_color);
	display: flex;
	justify-content: space-around;
}

.dbc_datepicker-dialog h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 1em;
	color: var(--text_color);
	text-transform: none;
	font-weight: bold;
	border: none;
}

.dbc_datepicker-dialog button {
	border-style: none;
	background: transparent;
}

.dbc_datepicker-dialog button::-moz-focus-inner {
	border: 0;
}

.dbc_datepicker-dialog .dates {
	width: 320px;
}

.dbc_datepicker-dialog .cal_btn svg{
	width: 100%;
	height: 100%;
}

.dbc_datepicker-dialog .prev-year,
.dbc_datepicker-dialog .prev-month,
.dbc_datepicker-dialog .next-month,
.dbc_datepicker-dialog .next-year {
	width: 24px;
	height: 24px;
	padding: 0;
	color: var(--text_color);
}

.dbc_datepicker-dialog .prev-year:focus,
.dbc_datepicker-dialog .prev-month:focus,
.dbc_datepicker-dialog .next-month:focus,
.dbc_datepicker-dialog .next-year:focus {
	border-radius: 4px;
}

.dbc_datepicker-dialog .prev-year:hover,
.dbc_datepicker-dialog .prev-month:hover,
.dbc_datepicker-dialog .next-month:hover,
.dbc_datepicker-dialog .next-year:hover {
	border: 1px solid var(--text-color);
	border-radius: 4px;
}

.dbc_datepicker-dialog .dialog-ok-cancel-group {
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.dbc_datepicker-dialog .dialog-ok-cancel-group button {
	width: 5em;
	padding: 6px;
	margin-left: 1em;
	background-color: var(--bezel_color);
	border-radius: 5px;
	font-family: inherit;
	font-size: 0.85em;
	color: #ffffff;
}

.dbc_datepicker-dialog .dialog-button:hover {
	padding: 5px;
	border: 1px solid black;
}

.dbc_datepicker-dialog .fa-calendar-alt {
	color: var(--bezel_color);
}

.dbc_datepicker-dialog .month-year {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 12em;
	margin: 0;
	font-size: 1.3rem;
	text-align: center;
}

.dbc_datepicker-dialog table.dates {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	border: none;
	border-collapse: separate;
}

.dbc_datepicker-dialog table.dates th,
.dbc_datepicker-dialog table.dates td {
	text-align: center;
	background: white;
	color: black;
	border: none;
}

.dbc_datepicker-dialog table.dates tr {
	border: 1px solid black;
}

.dbc_datepicker-dialog table.dates td {
	width: 40px;
	height: 40px;
	padding: 3px;
	margin: 0;
	background: #eee;
	font-size: 15px;
	line-height: inherit;
	vertical-align: middle;
}

.dbc_datepicker-dialog table.dates td.disabled {
	padding: 2px;
	border: none;
	height: 41px;
	width: 41px;
}

.dbc_datepicker-dialog table.dates td:focus,
.dbc_datepicker-dialog table.dates td:hover {
	padding: 0;
	background-color: var(--bezel_color);
	color: black;
}

.dbc_datepicker-dialog table.dates td:focus {
	/* padding: 1px; */
	/* border: 2px solid rgb(100 100 100); */
	/* outline: 0; */
}

.dbc_datepicker-dialog table.dates td.noselect{
	opacity: .6;
	pointer-events: none;
	text-decoration: line-through;
}

.dbc_datepicker-dialog table.dates td:not(.noselect):focus,
.dbc_datepicker-dialog table.dates td:not(.noselect):hover {
	padding: 0;
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker-dialog table.dates td:not(.disabled):hover {
	padding: 2px;
	border: 1px solid rgb(100 100 100);
}

.dbc_datepicker-dialog table.dates td[aria-selected] {
	padding: 1px;
	border: 2px dotted rgb(100 100 100);
}

.dbc_datepicker-dialog table.dates td[aria-selected]:focus {
	padding: 1px;
}

.dbc_datepicker-dialog table.dates td[tabindex="0"] {
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker-dialog .dialog-message {
	padding: 0.25em;
	padding-left: 1em;
	background-color: var(--bezel_color);
	color: var(--text_color);
}

.dbc_datepicker_field{
	position: relative;
	margin-bottom: 10px;
}

.dbc_datepicker_field .group{
	position: relative;
}

.dbc_datepicker_field [id*=gforms_calendar_icon]{
	display: none;
}

.floating_labels .dbc_datepicker_field:not(.unfloat) label{
	background-color: #ffffff;
}

button.dbc_calendar_icon{
	position: absolute;
		top: 70%;
		right: 2em;
		z-index: 1;
	width: 2em;
	height: 2em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-image: url(img/icons/datepicker/icon-calendar.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: none;
	font-size: 1.2rem;
	color: #000;
	cursor: pointer;
	transform: translateY(-50%);
}

.gfield.gfield_error button.dbc_calendar_icon{
	top: 4.3em;
}

.gfield.no_float_label button.dbc_calendar_icon{
	top: 68%;
}

.dbc_datepicker_field .desc{
	position: absolute;
		bottom: -.6em;
		left: 0;
}

.single-home_slide .slick-dotted.slick-slider{
	margin-bottom: 0;
}

@media (min-width: 768px){
	
	.single-home_slide .slick-dots{
		display: none !important;
	}
}

@media (max-width: 767px){
	
	.single-home_slide .slick-arrow{
		display: none !important;
	}
}

