/*
Theme Name: Subway
Theme URI: http://www.subwayisfresh.online/
Author:
Author URI:
Description: Theme for Subway HK
Version: 1.0
License: Commercial
License URI:
Text Domain: subway
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

subway is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img, legend {
    border: 0
}

legend, td, th {
    padding: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'SubwaySansLCG', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

cite, dfn, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins, mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    background: #fff
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol, ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ol, li > ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type=button], input[type=reset], input[type=submit] {
    /*border: 1px solid;
    border-color: #ccc #ccc #bbb;*/
    border: none;
    border-radius: 5px;
    background: #a6b0ae;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    padding: 0 2px 4px 2px;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

select {
    border: 1px solid #ccc
}

input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus {
    color: #111
}

textarea {
    width: 100%
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0c4237;
    transition: all 0.3s;
}

a:visited {
    color: #0c4237;
}

a:hover,
a:focus,
a:active {
    color: #54a42e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

@font-face {
    font-family: Abadi-MT;
    src: url('https://www.subwayisfresh.online/wp-content/uploads/2025/06/SubwayLCG-Regular.woff2');
}

@font-face {
    font-family: Myriad Pro;
    src: url('font/MyriadPro-Regular.otf');
}

@font-face {
    font-family: SubwaySansLCG;
    src: url('https://www.subwayisfresh.online/wp-content/uploads/2025/06/SubwayLCG-Regular.woff2');
}

@font-face {
    font-family: Abadi MT Condensed Tight;
    src: url('font/abadi-mt-condensed-light.ttf');
}

@font-face {
    font-family: SubwaySansLCG-Bold;
    src: url('https://www.subwayisfresh.online/wp-content/uploads/2025/06/SubwayLCG-Regular.woff2');
}

header {
    padding: 0 20px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {
    padding: 3px 0;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after, .clear:before, .comment-content:after, .comment-content:before, .entry-content:after, .entry-content:before, .site-content:after, .site-content:before, .site-footer:after, .site-footer:before, .site-header:after, .site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .comment-content:after, .entry-content:after, .site-content:after, .site-footer:after, .site-header:after {
    clear: both
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    /*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header .site-branding {
    float: left;
}

/* Branding */
.site-header .site-branding .custom-logo {
    width: auto !important;
    height: 132px;
}

.site-title {
    display: none;
}

/* Right navigation */
.header-right {
    float: right;
    text-align: right;
}

/* Page banner */
.page-banner {
    height: 350px;
    background-size: cover;
    padding-top: 80px;
    background-repeat: no-repeat;
}

.page-banner h1 {
    text-align: center;
}

.food-page-banner h1 {
    text-align: center;
}

.banner-title {
    font-size: 80px;
    color: #005040;
    padding: 15px 20px 0 20px;
    border-bottom: 10px solid #ffed00;
    border-top: 10px solid #ffed00;
    min-width: 350px;
    display: inline-block;
    text-transform: uppercase;
}

.banner-title.white {
    color: #ffffff;
}

.food-page-banner {
    display: table;
    position: relative;
    width: 100%;
    height: 18vw;
}

.food-page-banner img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.food-page-banner h1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.page-tall-banner {
    min-height: 750px;
    padding-top: 0;
    background-position: center top;
}

#menu-header-social-link, #menu-header-social-zh-hk, #menu-header-social-simplified-chinese {
    padding-left: 0;
}

/* Social Network Icons */
#menu-header-social-link li, #menu-header-social-zh-hk li, #menu-header-social-simplified-chinese li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    margin-right: 15px;
}

/*
#menu-header-social-link, #menu-footer-social-links {
    margin: 0;
}

#menu-header-social-link li:first-child {
    margin-right: 190px;
}

#menu-header-social-link li:last-child, #menu-footer-social-links li:last-child {
    margin-right: 0;
}

#menu-header-social-link li a, #menu-footer-social-links li a {
    display: block;
}

#menu-header-social-link li a:hover, #menu-footer-social-links li a:hover {
    opacity: 0.8;
}

#menu-header-social-link li .label, #menu-footer-social-links li .label {
    display: none;
}

#menu-header-social-link li .icon, #menu-footer-social-links li .icon {
    display: block;
    background: no-repeat;
    background-size: cover;
}
*/

#menu-header-social-link, #menu-header-social-zh-hk, #menu-header-social-simplified-chinese, .footer-widget-container-1 ul {
    margin: 0;
}

#menu-header-social-link li:first-child, #menu-header-social-zh-hk li:first-child, #menu-header-social-simplified-chinese li:first-child {
    margin-right: 80px;
}

#menu-header-social-link li:last-child, #menu-header-social-zh-hk li:last-child, #menu-header-social-simplified-chinese li:last-child, .footer-widget-container-1 ul li:last-child {
    margin-right: 0;
}

#menu-header-social-link li a, #menu-header-social-zh-hk li a, #menu-header-social-simplified-chinese li a, .footer-widget-container-1 ul li a {
    display: block;
}

#menu-header-social-link li a:hover, #menu-header-social-zh-hk li a:hover, #menu-header-social-simplified-chinese li a:hover, .footer-widget-container-1 ul li a:hover {
    opacity: 0.8;
}

#menu-header-social-link li .label, #menu-header-social-zh-hk li .label, #menu-header-social-simplified-chinese li .label, .footer-widget-container-1 ul li .label {
    display: none;
}

#menu-header-social-link li .icon, #menu-header-social-zh-hk li .icon, #menu-header-social-simplified-chinese li .icon, .footer-widget-container-1 ul li .icon {
    display: block;
    background: no-repeat;
    background-size: cover;
}

#menu-header-social-link li .icon.icon-locator, #menu-header-social-zh-hk li .icon.icon-locator, #menu-header-social-simplified-chinese li .icon.icon-locator {
    background-image: url('images/locator.png');
    width: 32px;
    height: 45px;
}

#menu-header-social-link li .icon.icon-facebook, #menu-header-social-zh-hk li .icon.icon-facebook, #menu-header-social-simplified-chinese li .icon.icon-facebook {
    background-image: url('images/social_fb_header.png');
    width: 37px;
    height: 37px;
}

#menu-header-social-link li .icon.icon-youtube, #menu-header-social-zh-hk li .icon.icon-youtube, #menu-header-social-simplified-chinese li .icon.icon-youtube {
    background-image: url('images/social_yt_header.png');
    width: 37px;
    height: 37px;
}

.zoomContainer:hover {
    background: #fff;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background: #005040;
    color: #ffffff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding: 35px 45px 35px 0;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #d6f5d1;
}

.site-footer .widgettitle {
    display: none;
}

.site-footer .copyright {
    font-size: 15px;
}

.site-footer .widget {
    margin-bottom: 0;
}

/* Footer Social Icons */
.footer-widget-container-1 {
    float: left;
}

.footer-widget-container-1 ul li .icon.icon-locator {
    background-image: url('images/locator.png');
    width: 32px;
    height: 45px;
}

.footer-widget-container-1 ul li .icon.icon-facebook {
    background-image: url('images/social_fb_footer.png');
    width: 38px;
    height: 37px;
}

.footer-widget-container-1 ul li .icon.icon-youtube {
    background-image: url('images/social_yt_footer.png');
    width: 37px;
    height: 37px;
}

/* Footer Copyright + Sitemap */
.footer-widget-container-2 {
    float: right;
    text-align: right;
}

/*
#menu-footer-navigation {
    margin: 0 0 5px 0;
}

#menu-footer-navigation li {
    display: inline-block;
    list-style-type: none;
}

#menu-footer-navigation li:after {
    content: " | ";
    margin-left: 5px;
    margin-right: 5px;
}

#menu-footer-navigation li:last-child:after {
    display: none;
}

.menu-footer-social-links-container {

}

#menu-footer-social-links li {
    list-style: none;
    float: left;
    margin-right: 40px;
}
*/

#nav_menu-3 ul {
    margin: 0 0 5px 0;
}

#nav_menu-3 ul li {
    display: inline-block;
    list-style-type: none;
}

#nav_menu-3 ul li:after {
    content: " | ";
    margin-left: 5px;
    margin-right: 5px;
}

#nav_menu-3 ul li:last-child:after {
    display: none;
}

.menu-footer-social-links-container {

}

#menu-footer-social-links li, #menu-footer-social-links-zh-hk li, #menu-footer-social-links-zh-sc li {
    list-style: none;
    float: left;
    margin-right: 40px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.entry-content h2 {
    color: #54a42e;
}

.entry-content h3 {
    color: #005040;
}

.btn {
    background: #005040;
    color: #ffffff !important;
    padding: 5px 12px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 22px;
    outline: none;
}

/*.btn:hover {
    background: #006450;
    color: #ffffff;
}*/

/*--------------------------------------------------------------
## start@frankie
--------------------------------------------------------------*/

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

/*--------------------------------------------------------------
## header@frontend
--------------------------------------------------------------*/

#language-switcher ul {
    text-align: right;
    margin: 25px 0 20px 0;
    display: inline-block;
}

#language-switcher ul li:first-child {
    border-right: 1px solid #999999;
}

#language-switcher ul li {
    float: left;
    list-style: none;
    padding: 0 6px;
    line-height: 18px;
}

#language-switcher ul li a {
    color: #808285;
    text-decoration: none;
}

/*
.menu-header-navigation-container li {
    margin: 0 20px;
}


.menu-header-navigation-container li ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 30%;
    border-bottom: 4px solid #ffed00;
}

.menu-header-navigation-container li.menu-item-object-page a {
    font-weight: bold;
}

.menu-header-navigation-container li ul.sub-menu {
    padding: 10px 0;
    background: #fff;
}

.menu-header-navigation-container li .sub-menu li {
    text-align: left;
    line-height: 30px;
}

.menu-header-navigation-container li .sub-menu li a {
    font-weight: inherit;
}
*/

#site-navigation li {
    margin: 0 15px;
}

#site-navigation li ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 63px;
    border-bottom: 4px solid #ffed00;
}

#site-navigation li.menu-item-object-page a {
    font-weight: bold;
}

#site-navigation li ul.sub-menu {
    padding: 10px 0;
    background: #fff;
}

#site-navigation li .sub-menu li {
    text-align: left;
    line-height: 30px;
}

#site-navigation li .sub-menu li a {
    font-weight: inherit;
}

.header-right {
    width: 1200px;
}

.main-navigation {
    display: inline-block;
    width: auto;
    line-height: 45px;
}

.menu-header-social-link-container, .menu-header-social-zh-hk-container, .menu-header-social-simplified-chinese-container {
    display: inline-block;
}

/*--------------------------------------------------------------
## contact@frontend
--------------------------------------------------------------*/

.contact-icon {
    vertical-align: middle;
}

.contact-form-item input[type=text], .contact-form-item input[type=email], .contact-form-item input[type=tel], .contact-form-item textarea {
    width: 550px;
    margin: 0 0 20px 0;
    background: #f1f8fb;
    border: none;
}

.contact-form-item input::-webkit-input-placeholder::first-letter {
    color: #54a42e;

}

.contact-form-item input::-moz-placeholder::first-letter {
    color: #54a42e;

}

.contact-form-item input::-moz-placeholder::first-letter {
    color: #54a42e;

}

.contact-form-item input:-ms-input-placeholder::first-letter {
    color: #54a42e;
}

.contact-form-item input[type=submit] {
    min-width: 80px;
    height: 35px;
    background: #005040;
    color: #fff;
    font-size: 18px;
}

.contact-form-item button {
    min-width: 80px;
    height: 35px;
}

/*--------------------------------------------------------------
## own a shop@frontend
--------------------------------------------------------------*/
.own-shop-list-style {
    margin: 0;
    padding-left: 25px;
}

.own-shop-list-style li {
    list-style-image: url('images/tick.png');
    margin: 10px 0;
}

/*--------------------------------------------------------------
## food@frontend
--------------------------------------------------------------*/

.food-menu-title {
    text-align: center;
    display: inline-block;
}

.food-menu-item {
    padding-top: 7%;
    display: inline-block;
    width: 33.3%;
    position: relative;
    float: left;
    min-height: 33vw;
}

.food-menu-item .food-title {
    font-size: 40px;
    margin-bottom: 13%;
    font-family: Abadi-MT, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.food-menu-item:hover .food-title {
    text-decoration: underline;
}

.food-menu-item:hover {
    background: #fffbc9;
}

.food-menu-item a img {
    max-width: 50%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.food-menu-item a:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.food-menu-item a {
    width: 100%;
    text-decoration: none;
    font-family: Myriad Pro, Helvetica, Arial, sans-serif;
}

.food-item-style-0 {
    background-image: url("images/wood-bg.png");
    background-size: cover;
}

.food-item-style-1 {

}

.food-item-container {
    /*padding: 40px 0;*/
}

.food-item-container h1 {
    color: #54a42e;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
}

.food-menu-item-more {

}

.food-menu-item-more {
    display: inline-block;
    float: left;
    width: 25%;
    position: relative;
}

.food-menu-item-more img {
    max-width: 80%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.food-menu-item-more:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.food-menu-item-more .food-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.food-menu-item-more .img-container {
    text-align: center;
}

.food-menu-item-more:hover {
    background: #fffbc9;
    text-decoration: underline;
}

.food-menu-item-more a {
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-family: Abadi MT Condensed Tight, Helvetica, Arial, sans-serif;
}

.food-container table {
    position: relative;

}

.food-container h1 {
    color: #54a42e;
    text-transform: uppercase;
}

.food-content {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.food-content .fc-left {
    float: left;
    width: 45%;
    padding-top: 30px;
}

.food-content .fc-left img {
    max-width: 100%;
    width: 350px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.fc-img-border {
    width: 370px;
    height: 370px;
    float: right;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.food-content .fc-right {
    float: left;
    width: 55%;
}

.food-content .fc-right .inner-container {
    width: 390px;
    margin: 0 auto 50px auto;
    min-height: 450px;
}

.food-content .fc-right .inner-container table tr td {
    padding: 0;
}

.food-content .fc-right .inner-container table {
    width: 100%;
    margin: 0 auto;
}

.fc-img-container {
    width: 100%;
    text-align: center;
}

.food-content .left-arrow {
    position: absolute;
    top: 40%;
    left: -7%;
}

.food-content .left-arrow img, .food-content .right-arrow img {
    border: 0;
    width: 70%;
}

.food-content .right-arrow {
    position: absolute;
    top: 40%;
    right: -7%;
}

/*--------------------------------------------------------------
## faq@frontend
--------------------------------------------------------------*/

.faq-list {
    list-style: none;
    padding: 0;
    counter-reset: item;
}

ol.faq-list > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

ol.faq-list > li {
    margin: 0;
    list-style-type: none;
    counter-increment: item;
}

ol.faq-list > li h4 {
    display: inline-block;
    padding-left: 5px;
}

.faq-list li a {
    text-decoration: none;
    font-weight: bold;
}

.faq-list .answer {
    display: none;
}

.faq-list .show-faq {

}

/*--------------------------------------------------------------
## location@frontend
--------------------------------------------------------------*/

.filter-container {
    background: #f2f2f2;
    margin: 20px auto;
    width: 95%;
    height: 70px;
    padding: 0 10%;
    border-radius: 3px;
    font-family: SubwaySansLCG, Arial, sans-serif;
    border-radius: 3px;
}

.filter-container select {
    height: 40px;
    width: 300px;
    background: #fff;
}

.filter-container label {
    width: 15%;
    line-height: 70px;
}

.filter-container button {
}

.filter-container .item-container {
    width: 25%;
    padding: 0 10px 0 40px;
    display: table-cell;
    vertical-align: middle;
}

.filter-container .item-container label {
    font-size: 24px;
}

.submit-btn {
    text-align: right;
}

.shop-item {
    height: 140px;
    width: 90%;
    margin: 20px auto;
    border-bottom: 1px solid #e9e9e9;
}

.shop-item .left {
    float: left;
    width: 60%;
}

.shop-item .right {
    float: left;
    width: 40%;
}

.shop-item .title {
    color: #54a42e;
    font-size: 24px;
    line-height: 36px;
    vertical-align: bottom;
}

.shop-list-container h2.title {
    color: #005040;
    text-align: center;
}

.shop-item .num {
    /*padding: 2px 4px 0 4px;
    background: #54a42e;*/
    border-radius: 50%;
    font-size: 12px;
    background: url("images/number-bg.png") no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    vertical-align: super;
}

.shop-item .info .row {
    padding-left: 25px;
    margin: 3px 0;
    color: #505151;
}

.shop-item .info .row a {
    color: #404040;
    text-decoration: none;
}

/*select#area_list option:hover, select#area_list option:checked {
    box-shadow: 0 0 10px 100px #fffbc9 inset;
}*/

/*--------------------------------------------------------------
## global@frontend
--------------------------------------------------------------*/

.mid-align {
    text-align: center;
}

.padding-container {
    padding: 0 110px 30px 110px;
}

.responsive-nav {
    display: none;
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 5000;
}

.responsive-nav .logo {
    padding-left: 20px;
    float: left;
    font-family: USSR STENCIL, sans-serif;
}

.responsive-nav .logo a {
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.menu-responsive-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/menu_icon.png) no-repeat center, #005040;
    width: 60px;
    height: 60px;
    outline: none;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    /*-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.24);*/
}

.menu-responsive-btn.cross {
    background: url(images/menu_cross.png) no-repeat center, #005040;
}

.drawer-opened #overlay {
    visibility: visible;
    opacity: 1;
}

#overlay {
    background: rgba(0, 0, 0, 0.01);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4900;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.drawer-opened .responsive-nav ul#primary-menu {
    height: 500px;
    overflow: auto;
}

.drawer-opened .responsive-nav ul {
    opacity: 0.9;
    visibility: visible;
    padding-left: 0;
    text-align: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border-top: 1px solid #a1a1a1;
}

.drawer-opened .responsive-nav ul li {
    list-style: none;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #a1a1a1;
    margin: 0;
}

.drawer-opened .responsive-nav ul a {
    text-decoration: none;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Calibri-Bold, sans-serif;
}

.responsive-nav ul li.parent a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px;
}

.responsive-nav ul li.parent {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.responsive-nav ul li.lv1 {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.responsive-nav ul li.lv2 {
    padding-left: 45px;
}

.responsive-nav ul li.lang.active {
    background: #eee;
}

.responsive-nav ul li.login a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 15px;
    text-align: center;
    background-size: 5%;
}

.responsive-nav ul li.lang {
    width: 25%;
    display: inline-block;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 4% 0 2.5%;
    border-radius: 5px;
    text-align: center;
}

.responsive-nav ul li.lang a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
}

.responsive-nav ul li.lv1 a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 10px 15px;
}

.responsive-nav ul li.lv2 a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 2px;
}

.responsive-nav ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 250px;
    overflow: auto;
    background: #fff;
    z-index: 5600;
    color: #333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    -moz-box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
    box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.5);
}

.responsive-nav ul li ul {
    position: inherit;

}

.responsive-nav ul li ul:after {
    content: '';
    display: block;
    clear: both;
}

.responsive-nav ul li ul li {
    background: #e4e4e4;
    border-bottom: none !important;
}

.responsive-nav ul li ul li a {
    font-weight: normal !important;
}

.responsive-nav .main-area .nav-left img {
    width: 40%;
}

/*--------------------------------------------------------------
## home gallery@frontend
--------------------------------------------------------------*/

.gallery-container {
    width: 100%;
    margin-top: 5px;
}

.home-gallery-item:hover {
    text-decoration: none;
}

.home-gallery-item {
    width: 25%;
    float: left;
    height: 24.7vw;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: table;
}

.home-gallery-item .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    -webkit-backface-visibility: hidden;
    max-width: 101%;
    z-index: -100;
    width: 100%;
}

.home-page-container .home-banner {
    width: 100%;
}

.home-page-container .home-banner img {
    width: 100%;
}

.home-page-container {
    margin: 0;
}

.home-page .page-banner {
    height: 732px;
    background-position: 30% center;
}

.gal-title {
    margin-top: 20px;
    text-align: center;
    font-size: 46px;
    color: #005040;
    font-weight: bold;
    width: 100%;
    transition: all 0.5s ease;
    text-decoration: none;
    padding: 0 2px;
}

.detail-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
}

.detail-lg-container {
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
}

.mid-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    opacity: 0;
}

.no-table {
    display: inline-block !important;
}

.gal-detail {
    display: inline-block;
    border: 3px solid #005040;
    margin: 5% auto;
    padding: 3px 10px 0 10px;
    font-size: 28px;
    color: #005040;
    min-width: 140px;
}

.home-page-container p {
    margin: 0;
}

.gallery-item-container:hover .bg-image {
    opacity: 0.3;
}

.gallery-item-container:hover .gal-title, .gallery-item-container:hover .detail-container, .gallery-item-container:hover .detail-lg-container {
    /*opacity: 1;*/
}

.post-navigation {
    display: none;
}

.quotas-width {
    width: 24%;
}

.fc-right table {
    margin: 0 auto;
}

.about-us-img {
    width: 24%;
    margin: 0 auto;
}

.how-to-container {
    margin: 0 !important;
}

.how-to-container p {
    margin: 0 !important;
}

.how-to-container img {
    width: 70%;
    margin-left: 15%;
    margin-top: 2px;
}

/* ==================== OWN ==================== */

.own-container {
    margin: 60px 0;
}

.own-container::after {
    content: "";
    clear: both;
    display: table;
}

.own-part-left {
    float: left;
    width: 58%;
}

.own-part-right {
    float: right;
    width: 35%;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.own-href {
    width: 25%;
    margin: 0 4%;
    display: inline-block;
    background: #008d44;
    text-align: center;
    color: #fff;
    font-size: 20pt;
    text-decoration: none;
    border-radius: 5px;
    padding: 13px 0;
    cursor: pointer;
}

a.own-href:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1270px) and (min-width: 767px) {
    a.own-href {
        width: 30%;
        margin: 0 1%;
        font-size: 12pt;
    }
}

@media screen and (max-width: 768px) {
    .own-part-left, .own-part-right{
        float: none;
        width: 100%;
    }

    a.own-href{
        float: none;
        width: 92%;
        margin: 10px 4%;
    }
}

/* ==================== OWN ==================== */

/* ==================== CATERING ==================== */
h1.cateringTitle {
    color: #54a42e;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.paragraph {
    text-align: center;
}

.paragraph.left {
    text-align: left;
}

.paragraph span {
    color: #005040;
    font-size: 24pt;
}

.paragraph span.bold {
    color: #0c4237;
    font-size: 24pt;
    font-weight: 700;
}

.clear-fix {
    height: 45px;
}

.equal-divide-container {
    margin-top: 90px;
    margin-bottom: 90px;
    overflow: auto;
}

.equal-divide-container.flex {
    display: flex;
    align-items: center;
}

.equal-divide-container-left, .equal-divide-container-right {
    width: 49%;
}

.equal-divide-container-left{
    float: left;
}

.equal-divide-container-right{
    float: right;
}

.divide-container-left-7 {
    width: 70%;
    float: left;
    padding-right: 1vw;
}

.divide-container-right-3 {
    float: right;
    width: 28%;
    padding-left: 1vw;
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .equal-divide-container-left, .equal-divide-container-right {
        width: 100%;
        float: none;
		display: flex;
		justify-content: center;
		align-items: center;
    }

    .equal-divide-container-right {
        width: 100%;
        margin-top: 90px;
        float: none;
    }

    .food-menu-item .food-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .equal-divide-container.flex {
        display: flex;
        align-items: center;
    }

    .divide-container-left-7 {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .divide-container-right-3 {
        float: right;
        width: 100%;
        padding-left: 0;
    }

    .divide-container-right-3 img {
        float: right;
        width: 75%;
    }
}

@media screen and (max-width: 1300px) {
    .equal-divide-container.flex {
        display: block;
        align-items: center;
    }

    .divide-container-left-7 {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .divide-container-right-3 {
        float: right;
        width: 100%;
        padding-left: 0;
    }

    .divide-container-right-3 img {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .equal-divide-container-left, .equal-divide-container-right {
        width: 100%;
        float: none;
    }

    .equal-divide-container-right {
        width: 100%;
        margin-top: 90px;
        float: none;
    }
}
/* ==================== CATERING ==================== */

html:lang(zh-hant) .main-navigation, html:lang(zh-hans) .main-navigation {
    margin-left: 260px;
}

/* ===== for chinese header ===== */
@media screen and (max-width: 1545px) and (min-width: 1450px) {
    html:lang(zh-hant) .main-navigation, html:lang(zh-hans) .main-navigation {
        /*margin-left: 160px;*/
    }
}

@media screen and (max-width: 1550px) and (min-width: 1170px) {
    html:lang(zh-hant) .main-navigation, html:lang(zh-hans) .main-navigation {
        margin-left: 0;
    }
}

@media screen and (max-width: 1170px) and (min-width: 767px) {
    html:lang(zh-hant) .main-navigation, html:lang(zh-hans) .main-navigation {
        margin-left: 0;
    }
}

/* ===== for chinese header ===== */

/* ===== for locator page ===== */

@media screen and (max-width: 1300px) and (min-width: 1000px) {
    .filter-container {
        padding: 0 3px;
    }

}

/* ===== for locator page ===== */

@media screen and (max-width: 1545px) and (min-width: 1170px) {
    #menu-header-social-link li:first-child {
        margin-right: 20px;
    }

    #site-navigation li {
        margin: 0 12px;
        font-size: 22px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1400px) {
    .site-header .site-branding .custom-logo {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1545px) and (min-width: 1270px) {
    .header-right {
        width: 1000px;
    }

    html:lang(en-US) #site-navigation li.menu-item-object-page a {
        font-size: 19px;
    }

}

@media screen and (max-width: 1270px) and (min-width: 767px) {
    #nav_menu-3 ul li:after {
        margin-left: 2px;
        margin-right: 2px;
    }

    .site-footer a {
        font-size: 15px;
    }

    a.own-href {
        width: 30%;
        margin: 0 1%;
        font-size: 12pt;
    }

}

@media screen and (max-width: 1320px) and (min-width: 1024px) {

    header {
        padding: 0 3px;
    }

    #menu-header-social-link li:first-child {
        margin-right: 5px;
    }

    #menu-header-social-link li {
        margin-right: 5px;
    }

    .header-right {
        width: 800px;
    }

    #site-navigation li {
        margin: 0 8px;
        font-size: 20px;
    }

    html:lang(en-US) .menu-header-navigation-container li {
        margin: 0 5px;
    }

    html:lang(en-US) #site-navigation li.menu-item-object-page a {
        font-size: 16px;
    }

    .site-header .site-branding .custom-logo {
        height: 100px;
    }

    #language-switcher ul {
        margin: 15px 0 10px 0;
    }

    #nav_menu-3 ul li:after {
        margin-left: 2px;
        margin-right: 2px;
    }

    #nav_menu-3 ul {
        padding-left: 0;
    }

    .site-footer {
        padding: 35px 5px 35px 0;
    }
}

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

    header {
        padding: 0;
    }

    .home-page .page-banner {
        height: 500px;
        background-position: 30% center;
    }

    .gal-title {
        font-size: 16px;
    }

    .gal-detail {
        font-size: 14px;
    }

    .food-menu-item {
        width: 32.5%;
    }

    .responsive-nav {
        display: block;
    }

    #language-switcher {
        display: none;
    }

    #site-navigation {
        display: none;
    }

    .header-right {
        width: auto;
        height: 60px;
    }

    .header-social-links {
        float: right;
    }

    .site-header .site-branding .custom-logo {
        height: 60px;
    }

    .header-social-links {
        line-height: 60px;
    }

    #menu-header-social-link li, #menu-header-social-zh-hk li, #menu-header-social-simplified-chinese li {
        display: none;
        line-height: 60px;
    }

    #menu-header-social-link li:first-child, #menu-header-social-zh-hk li:first-child, #menu-header-social-simplified-chinese li:first-child {
        display: block;
        margin-right: 100px;
    }

    .menu-header-social-link-container {
        vertical-align: middle;
    }

    .footer-widget-container-1 {
        float: none;
        width: 250px;
        margin: 0 auto;
        height: 55px;
    }

    .footer-widget-container-2 {
        width: 100%;
        float: none;
    }

    #menu-footer-navigation {
        padding: 0;
        float: none;
    }

    .menu-footer-navigation-container, .menu-footer-nav-zh-hk-container, .menu-footer-nav-zh-sc-container {
        display: none;
    }

    .copyright {
        text-align: center;
    }

    .responsive-nav li, .responsive-nav .menu-header-navigation-container li .sub-menu li {
        text-align: center;
    }

    .responsive-nav .menu-header-navigation-container li ul.sub-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 30%;
        border-bottom: 0;
    }

    .responsive-nav .menu-header-navigation-container li ul.sub-menu {
        box-shadow: none;
        padding: 0;
    }

    .site-header .site-branding .custom-logo {
        height: 54px;
    }

    .filter-container {
        padding: 0;
        width: 100%;
    }

    .filter-container .item-container {
        padding: 0 10px;
    }

    .filter-container select {
        width: 200px;
    }

    .food-content .fc-left {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .food-content .fc-right {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    #menu-footer-social-links li, #menu-footer-social-links-zh-hk li, #menu-footer-social-links-zh-sc li {
        margin-right: 20px;
    }

    .page-content,
    .entry-content,
    .entry-summary {
        margin: 0;
    }

    .food-page-banner .banner-title {
        line-height: 60px;
        font-size: 60px;
    }

    .about-us-img {
        width: 48%;
        margin: 0 auto;
    }
}

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

    .how-to-container img {
        width: 100%;
        margin-top: 2px;
        margin-left: 0;
    }

    #map {
        height: 300px !important;
    }

    .fc-img-border {
        width: 100%;
        height: auto;
    }

    .food-page-banner h1 {
        padding-bottom: 5px;
    }

    .food-page-banner .banner-title {
        line-height: 40px;
        font-size: 30px;
        border-bottom: 5px solid #ffed00;
        border-top: 5px solid #ffed00;
    }

    .site-footer {
        padding: 35px 20px 15px 20px;
    }

    .food-menu-item .food-title {
        font-size: 25px;
    }

    .food-page-banner {
        background-size: cover;
        background-repeat: no-repeat;
        height: 18vw;
    }

    .banner-title {
        font-size: 50px;
        min-width: 200px;
        padding: 5px 20px 0 20px;
    }

    .page-content,
    .entry-content,
    .entry-summary {
        margin: 0;
    }

    header {
        padding: 0;
    }

    .shop-item .right .title {
        margin-left: 0;
    }

    .food-content {
        width: 90%;
    }

    #menu-footer-social-links li, #menu-footer-social-links-zh-hk li, #menu-footer-social-links-zh-sc li {
        margin-right: 20px;
    }

    .shop-item .left {
        float: none;
        width: 100%;
    }

    .shop-item .right {
        float: none;
        width: 100%;
        padding-left: 25px;
    }

    .filter-container .btn {
        width: 130px;
    }

    .food-content .left-arrow {
        max-width: 20px;
        left: -3px;
        top: 155px;
    }

    .food-content .right-arrow {
        max-width: 20px;
        right: -3px;
        top: 155px;
    }

    .food-content .fc-left {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .food-content .fc-right {
        width: 80%;
        margin: 0 auto;
        float: none;
        padding-top: 20px;
    }

    .food-content .fc-right table {
        max-width: 100%;
    }

    .home-gallery-item .bg-image {
        width: 100%;
    }

    .detail-container {
        top: 40%;
    }

    .home-gallery-item {
        width: 100%;
        overflow: hidden;
        height: 180px;
    }

    .home-page .page-banner {
        height: 732px;
        background-position: 30% center;
    }

    .gal-title {
        top: 25%;
        font-size: 30px;
    }

    .home-page .page-banner {
        height: 400px;
        background-position: 60% center;
    }

    .shop-item .title {
        font-size: 18px;
        margin-left: 4px;
    }

    .shop-item {
        height: auto;
        font-size: 14px;
        width: 95%;
    }

    .filter-container {
        padding: 0;
        width: 100%;
        height: auto;
        margin: 0;
    }

    .filter-container .item-container {
        padding: 0 10px;
        width: 90%;
        display: block;
        text-align: center;
        margin: 0 auto;
        height: 60px;
    }

    .filter-container select {
        width: 250px;
    }

    .food-menu-item-more {
        width: 49%;
        float: none;
        vertical-align: top;
    }

    .alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .responsive-nav li, .responsive-nav .menu-header-navigation-container li .sub-menu li {
        text-align: center;
    }

    .responsive-nav .menu-header-navigation-container li ul.sub-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 30%;
        border-bottom: 0;
    }

    .responsive-nav .menu-header-navigation-container li ul.sub-menu {
        box-shadow: none;
        padding: 0;
        display: none;
    }

    .contact-form-item input[type=text], .contact-form-item input[type=email], .contact-form-item input[type=tel], .contact-form-item textarea {
        width: 100%;
    }

    .page-tall-banner {
        min-height: 200px;
        height: 200px;
    }

    .food-item-style-0 {
        background: none;
    }

    .food-menu-item {
        width: 49%;
    }

    .food-menu-item:last-child {
        width: 100%;
        padding-top: 1%;
    }

    .food-menu-item:last-child .food-title {
        margin-bottom: 1%;
        margin-top: -20px;
    }

    .food-menu-item:nth-child(4) {
        background: url(images/wood-bg.png);
    }

    .food-menu-item:nth-child(3) {
        background: url(images/wood-bg.png);
    }

    .food-menu-item:nth-child(7) {
        background: url(images/wood-bg.png);
    }

    .food-menu-item:nth-child(8) {
        background: url(images/wood-bg.png);
    }

    .food-menu-item:hover {
        background: #fffbc9;
    }

    .food-menu-item-more:hover {
        background: #fffbc9;
    }

    .padding-container {
        padding: 0 15px;
    }

    .responsive-nav ul {
        width: 100%;
        height: inherit;
        bottom: auto;
    }

    .responsive-nav {
        display: block;
        width: 60px;
        float: right;
    }

    #language-switcher {
        display: none;
    }

    #site-navigation {
        display: none;
    }

    .header-right {
        width: auto;
        height: 60px;
    }

    .header-social-links {
        float: left;
    }

    .site-header .site-branding .custom-logo {
        height: 52px;
        vertical-align: text-top;
    }

    .header-social-links {
        line-height: 60px;
        margin-right: 30px;
    }

    #menu-header-social-link li, #menu-header-social-zh-hk li, #menu-header-social-simplified-chinese li {
        display: none;
        line-height: 60px;
    }

    #menu-header-social-link li:first-child, #menu-header-social-zh-hk li:first-child, #menu-header-social-simplified-chinese li:first-child {
        display: block;
        margin-right: 0;
    }

    .menu-header-social-link-container, .menu-header-social-zh-hk-container, .menu-header-social-simplified-chinese-container {
        vertical-align: middle;
    }

    .footer-widget-container-1 {
        float: none;
        width: 250px;
        margin: 0 auto;
        height: 55px;
    }

    .footer-widget-container-2 {
        width: 100%;
        float: none;
    }

    #menu-footer-navigation {
        padding: 0;
        float: none;
    }

    .menu-footer-navigation-container, .menu-footer-nav-zh-hk-container, .menu-footer-nav-zh-sc-container {
        display: none;
    }

    .copyright {
        text-align: center;
    }

    .menu-header-navigation-container {
        padding-top: 60px;
    }

    .about-us-img {
        width: 47%;
        margin: 0 auto;
    }

    .food-content .fc-right .inner-container table tr {
        border-bottom: 1px solid #525252;
    }

    .food-content .fc-right .inner-container table tr td {
        padding-top: 4px;
    }

    .food-content .fc-right .inner-container {
        width: 100%;
        margin: 0 auto;
    }

    .contact-form-item {
        text-align: center;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 600px) {
    .food-menu-item .food-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .food-menu-item .food-title {
        font-size: 14px;
    }
}


.own-a-franchise {
	font-weight: bold;
}

.own-a-franchise-tc {
	font-weight: bold;
}

.own-a-franchise-sc {
	font-weight: bold;
}




@font-face {
  font-family: 'SubwaySansLCG';
  src: url('https://www.subwayisfresh.online/wp-content/uploads/2025/06/SubwayLCG-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body, p, h1, h2, h3, h4, h5, h6, span, a, li {
  font-family: 'SubwaySansLCG', sans-serif !important;
}



