/*
	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%;
}
body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}
/* 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;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4,
.hero-header {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700 !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-inside {
	margin-top: 25px;
	background: rgba(255,255,255,0.9);
	z-index: 999;
	padding: 0px 20px;
}

.hero {
	height: 575px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.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: 50px;
}
/* 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 {
	padding: 20px;
	text-transform: uppercase;
	color: #444;
	font-size: 1.24em;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
}
#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,
#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;
}

.footer-left ul li a {
	display: inline-block;
	padding: 5px;
	margin-right: 20px;
	font-size: 0.9vw;
	color: #fff;
	font-weight: 450;
}
.footer-right ul li a:hover,
.footer-left ul li a:hover {
	color: #B82D38;
}

.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-right ul li {
	display: inline-block;
}

.footer-right ul li a {
	color: #fff;
	font-size: 0.9vw;
	color: #fff;
	font-weight: 450;
	padding: 5px;
	margin-left: 20px;
	display: flex;
	align-items: center;
}

.footer-right ul li a i {
	font-size: 1.2vw;
	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-104 a {
	background: #B82D38;
	transition: .1s all ease;
	color: #fff;
	padding: 10px 20px;
	color: #fff !important;
	border-radius: 6px;
}

.marugame-button:hover,
#menu-item-104: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 {
	display: inline-block;
	padding: 10px 80px;
	text-transform: uppercase;
	color: #fff;
	background: #B82D38;
	border: 2px solid #B82D38;
	border-radius: 6px;
	font-weight: 350;
	transition: .1s all ease;
	font-size: 1vw;
	font-weight: bold;
}

.full-button:hover {
	transform: scale(1.07);
	color: #fff;
}

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;
}

.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.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=email]{
	background: transparent;
	border: 2px solid #444;
	border-radius: 6px;
	width: 100%;
	padding: 10px;
	font-size: 0.9em;
	transition: .1s all ease;
	color: #444;
}


.subscribe-form input[type=text].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=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
\*------------------------------------*/

.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-top: 5px;
	background-image: url('img/menu-bg.jpg');
	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;
}

.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: 200px;
}

.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%;
}

.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 {
	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 {
	font-size: 1.7em;
	color: #444;
	font-family: brandon-grotesque, sans-serif;
	margin: 5px 0;
}

.list-view-items {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*------------------------------------*\
    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: 1.6vw;
	color: #444;
}

.location li p {
	font-size: 1.4em;
}

.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;
}

/*------------------------------------*\
    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;
}

.franchise-wrapper.faq {
	min-height: 600px;
}

.franchise-wrapper p {
	font-size: 1.2vw;
	color: #444;
	text-align: justify;
}

.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 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;
}

.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;
}

.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;
}

.fr-form-left {
	float: left;
	width: 50%;
	padding-right: 30px;
}

.fr-form-right {
	float: right;
	width: 50%;
	padding-left: 30px;
}

.fr-faq-form {
	margin-top: 50px;
}

.tab {
	margin-bottom: 24px;
}

/*------------------------------------*\
    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;
}

.marugame-news article.post p {
	text-align: left;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1600px) {
	.homepage-container p {
		font-size: 20px;
	}

}


@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;
	}
	.logo {
		float: none;
		text-align: center;
	}
	#marugame-nav {
		float: none;
		text-align: center;
	}
	#marugame-nav ul li a {
		padding: 20px;
	}

	.chopsticks-legend ul li span {
		font-size: 1.6em;
	}
}

@media only screen and (max-width:768px) {

	.subscribe-form .wpcf7 form .wpcf7-response-output {
		top: -20px;
		font-size: 1em;
		text-align: center;
	}

	.full-button:hover {
		transform: none;
		color: #fff;
	}

	.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;
	}

	.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: 40px;
	}

	#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: 2em;
	}

	.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 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;
	}

	.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: 13px;
		display: block;
		text-align: center;
	}

	.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: block;
	}

	.footer-right ul li a {
		display: 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 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:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	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;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !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;
	}
}
