/*
Theme Name: tianfu
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tianfu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('fonts/OPTIMA.woff') format('woff');
}
@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('fonts/OPTIMA_B.woff') format('woff');
}
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: 'Optima', "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Optima', "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}
p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}
dfn, cite, 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: 0.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: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.rs-background-video-layer[data-ytid] iframe { visibility: visible !important;  opacity: 1 !important;}
.tp-videolayer[data-ytid] iframe {
    visibility: visible !important;
    opacity: 1 !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    overflow-x: hidden;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
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-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}
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="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], 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"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
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, 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, textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}
a:visited {
    color: black;
}
a:hover, a:focus, a:active {
    color: inherit;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: auto;
    background-color: transparent;
    text-align: center;
    position: fixed;
    top: 0;
    height: 100vh;
}
.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
.main-navigation.toggled ul {
    -ms-transform: translate(0px);
    -webkit-transform: translate(0px);
    transform: translate(0px);
}
.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 li:hover>ul, .main-navigation ul ul li.focus>ul {
    left: 100%;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation li {
    float: none;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5vh;
    text-align: center;
    background-position: center;
    display: block;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.main-navigation li.current_page_item {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.main-navigation li.current_page_item:not(:first-child) {
    background-position: bottom center;
}
.main-navigation li:hover {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.main-navigation li.home-logo {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
div#qr_codes img {
    width: 100px;
}
.home-logo {
    background-image: url(../../../wp-content/uploads/2018/04/logo2-1.png);
    height: 50px;
}
.main-navigation li.chuancai {
    background-image: url(../../../wp-content/uploads/2018/06/ccg.png);
    height: 25px;
    background-size: 80px auto!important;
}
.xiaomian {
    background-image: url(../../../wp-content/uploads/2018/06/xmg.png);
    height: 30px;
    background-size: 86px auto!important;
}
.mixian {
    background-image: url(../../../wp-content/uploads/2018/06/lmx.png);
    height: 45px;
    background-size: 72px auto!important;
}
.shangshangqian {
    background-image: url(../../../wp-content/uploads/2018/06/ssq.png);
    height: 30px;
    background-size: 72px auto!important;
}
.qianzhuang {
    background-image: url(../../../wp-content/uploads/2018/06/qz.png);
    height: 43px;
    background-size: 77px auto!important;
}
.kaoyu {
    background-image: url(../../../wp-content/uploads/2018/06/kyb.png);
    height: 45px;
    background-size: 82px auto!important;
}
.malatang {
    background-image: url(../../../wp-content/uploads/2018/04/wanwanxiang.png);
    height: 46px;
    background-size: 86px auto!important;
}
.weixiang {
    background-image: url(../../../wp-content/uploads/2018/06/wx.png);
    height: 42px;
    background-size: 44px auto!important;
}
.main-navigation li:not(:first-child) {
    background-position: top center;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
h5.title_with_line {
    display: table;
    margin: auto;
    z-index: 55555555;
    margin-top: -11px;
    background-color: #17191b;
    padding-left: 40px;
    padding-right: 40px;
}
.title_with_line_wrap {
    width: 100%;
    height: 2px;
    display: block;
    background-color: white;
    left: 0;
    max-width: 1455px;
    margin: auto;
}
.menu-toggle {
    display: block!important;
}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {}
.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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#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:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer: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;
}
button.menu-toggle {
    background-image: url(../../../wp-content/uploads/2018/04/Rectangle-16-copy-3.png);
    width: 20px;
    height: 13px;
    background-size: cover;
    background-color: transparent;
    border: 0;
    color: transparent;
    z-index: 99999;
    position: absolute;
    top: 80px;
    cursor: pointer;
    left: 64px;
    font-size: 0;
    border-radius: 0;
    display: none!important;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
#tiger {
    position: absolute;
    right: 0;
    top: 10%;
    height: auto;
    width: 35%;
    z-index: 0;
}
#tiger img {
    width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .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.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
main#main>div {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.home main#main>div {
    height: 100vh;
}
header#masthead {
    position: relative;
    z-index: 2;
}
div#primary-menu {
    background-color: black;
    padding: 30px;
    height: 100vh;
    position: absolute;
    top: 0;
}
div#social {
    position: fixed;
    right: 80px;
    z-index: 2;
    top: 60px;
    text-align: center;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.fp-viewing-section1 div#social {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
div#social a:hover {
    opacity: 0.5;
    transition: all 1s;
    -webkit-transition: all 1s;
}
div#social a {
    color: white;
    display: block;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.fp-enabled body, html.fp-enabled {
    overflow-x: hidden!important;
}
.section__box-square {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section__box.is-square-animation .section__box-square2 .section__box-square-line1 {
    transform: scaleX(1);
}
.section__box-square2 .section__box-square-line1 {
    transform-origin: right center;
}
.section__box-square-line1 {
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
}
.section__box-square-line1, .section__box-square-line2 {
    position: absolute;
    top: 0;
    background-color: #7f7f7f;
    transition: all .9s linear;
}
.section__box.is-square-animation .section__box-square2 .section__box-square-line2 {
    transform: scaleY(1);
}
.section__box-square2 .section__box-square-line2 {
    transform-origin: center bottom;
    transition-delay: .9s;
}
.section__box-square-line2 {
    right: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
}
.section__box.is-square-animation .section__box-square2 .section__box-square-line3 {
    transform: scaleX(1);
}
.concept__header span, .section__box-square2 .section__box-square-line3 {
    transform-origin: left center;
}
.section__box-square-line3 {
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
}
.section__box-square-line3, .section__box-square-line4 {
    position: absolute;
    left: 0;
    background-color: #7f7f7f;
    transition: all .9s linear;
}
.section__box.is-line-animation .section__box-vertical1, .section__box.is-line-animation .section__box-vertical2, .section__box.is-line-animation .section__box-vertical3, .section__box.is-line-animation .section__box-vertical4, .section__box.is-line-animation .section__box-vertical5, .section__box.is-line-animation .section__box-vertical6, .section__box.is-line-animation .section__box-vertical7, .section__box.is-line-animation .section__box-vertical8, .section__box.is-square-animation .section__box-square2 .section__box-square-line4 {
    transform: scaleY(1);
}
.section__box-square2 .section__box-square-line4 {
    transform-origin: center top;
    transition-delay: .9s;
}
.section__box-square-line4 {
    top: 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0);
}
.parallax4 img {
    max-width: 55%;
    box-shadow: 2px 2px 2px black;
}
main#main>.about_section {
    margin-top: 0;
    padding-bottom: 110px;
    position: relative;
}
.year_dish_section {
    position: absolute;
    margin-top: -150px;
    width: 100%;
}
main#main .year_dish_section {
    position: relative;
    /*margin-top: -150px;*/
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.year_dish_section>div>div {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.93);
    padding-top: 85px;
}
.year_dish_section h3, .year_dish_section h4 {
    color: #e2b400;
    text-align: center;
}
.year_of_dish {
    color: white;
    text-align: center;
}
div#about_brands>div {
    margin-bottom: 14px;
}
div#about_brands>div img {
    max-height: 62px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_section .container>.row {
    margin-top: 50px;
}
footer#colophon {
    border-top: 3px solid #e2b400;
    line-height: 23px;
    text-align: center;
    background-color: #f6f3ea;
    padding-top: 20px;
    padding-bottom: 20px;
}
div#contact_2_cols a {
    /* background-color: #e2b400; */
    color: black;
    padding: 5px;
    margin: 15px;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 50px;
    display: inline-block;
    border: 1px solid white;
    display: inline-block;
    /* overflow: hidden; */
}
div#contact_2_cols a:hover {
    opacity: 0.8;
}
div#contact_2_cols a span {
    background-color: #e2b400;
    padding: 5px 0px;
    display: inline-block;
    width: 240px;
}
div#gallery_social a {
    margin: 12px;
    display: inline-block;
}
.gallery_section {
    background-color: #151515;
    color: white;
    /* padding-top: 158px; */
    text-align: center;
    padding-bottom: 100px;
}
.about_section {
    background-color: #f2eee1;
}
main#main .about_section2 {
    background-color: #151515;
    padding-top: 30px;
}
a._mPS2id-h {
    background-image: url(../../../wp-content/uploads/2018/05/square2-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
    color: transparent;
    background-position: top center;
    background-size: 100% auto;
}
a._mPS2id-h.mPS2id-highlight {
    background-image: url(../../../wp-content/uploads/2018/05/square01-1.png);
}
li#menu-item-288 a._mPS2id-h.mPS2id-highlight, li#menu-item-290 a._mPS2id-h.mPS2id-highlight {
    background-image: url(../../../wp-content/uploads/2018/05/square01-1.png);
    background-position: bottom center;
}
.restaurant_location {
    margin-top: 60px;
}
ul#menu-side-bar {
    padding: 0;
    margin-right: 83px;
    list-style-type: none;
    margin-bottom: 0;
}
ul#menu-side-bar li {
    margin-bottom: 4vh;
}
ul#menu-side-bar li:last-child {
    margin: 0;
}
.contact_section {
    background-color: #f1efe1;
}
main#main>.get_touch {
    background-color: #151515;
    padding-top: 0;
    height: auto;
}
.home main#main>.get_touch {
    height: auto;
}
.get_touch h3, .get_touch h4 {
    color: white;
    text-align: center;
}
.get_touch div#contact_2_cols {
    text-align: center;
}
.container {
    max-width: 1280px;
    position: relative;
}
.container h3 {
    text-align: center;
    font-size: 35px;
}
.single_gallery_image {
    width: 20%;
    float: left;
    padding: 5px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.single_gallery_image img {
    position: absolute;
    left: 0;
    max-width: none;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.single_gallery_image:hover img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
::selection {
    background: #e2b400;
}
.home main#main .gallery_section {
    padding-top: 30px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 20px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: transparent;
    background-image: url(../../../wp-content/uploads/2018/05/square2.png);
    background-size: contain;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background-image: url(../../../wp-content/uploads/2018/05/square01.png);
}
.slogan {
    background-image: url(../../../wp-content/uploads/2018/04/489183286211957423.png);
    width: 1048px;
    height: 462px;
    text-align: right!important;
    padding-right: 170px!important;
    padding-top: 100px!important;
    background-position: center!Important;
}
.slogan h3 {
    font-size: 38px!important;
}
.slogan h4 {
    margin-right: 30px!important;
}
.hesperiden .tp-bullet {
    border: 0;
    background-image: url(../../../wp-content/uploads/2018/05/square2.png);
    background-size: contain;
}
.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: transparent;
    background-image: url(../../../wp-content/uploads/2018/05/square01.png);
    background-size: contain;
}
div#gallery {
    padding-top: 60px;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    overflow: hidden;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
div#gallery_social span {
    height: 17px;
    width: 1px;
    background-color: white;
    display: inline-block;
    top: 3px;
    position: relative;
}
div#gallery_inner {
    max-height: 361px;
    overflow: auto;
    padding: 0 15px;
}
.single_gallery_image a {
    display: block;
    height: 100%;
    position: relative;
}
ul#primary-menu {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    position: fixed;
    width: 150px;
    padding-top: 0px;
    height: 100vh;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul#primary-menu:hover {
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.site-branding {
    max-width: 170px;
    margin-top: 15px;
    margin-left: 53px;
    position: fixed;
    z-index: 1;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    margin-top: 45px;
    display: none;
}
.fp-viewing-section1 .site-branding {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
:focus {
    outline: none;
}

/* width */

#gallery ::-webkit-scrollbar {
    width: 8px;
}

/* Track */

#gallery ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #53450f;
}

/* Handle */

#gallery ::-webkit-scrollbar-thumb {
    background: #e2b400;
    border-radius: 0;
}
div#qr_codes {
    margin-top: 0px;
    margin-bottom: 70px;
}
div#home_sidemenu {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 0;
    color: white;
    padding: 0!important;
}
div#contact_locations {
    max-width: 900px;
    margin: auto;
    margin-top: 30px;
}
#shop_info_panel_wrap .col-md-6>div {
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
div#shop_info_panel span {
    display: inline-block;
    text-transform: uppercase;
    width: 100px;
}
h4 {
    font-size: 25px;
}
main#main>.meal_images_section {
    background-color: #151515;
    color: white;
    padding-top: 80px;
}
.container h5 {
    text-align: center;
}
.meal_images {
    max-width: 1455px;
    margin: auto;
    margin-top: 60px;
}
div#scroll_down {
    position: fixed;
    display: none;
    right: 0;
    top: 80vh;
    z-index: 2;
    right: 83px;
    cursor: pointer;
}
div#section2 .container {
    z-index: 1;
}
#tiger path {
    stroke: #fff;
    stroke-dasharray: 1800;
    opacity: 0.3;
    animation: tigerAnimate 3s cubic-bezier(0, 0.23, 1, .1);
}
#scroll_down path {
    stroke: #fff;
    stroke-dasharray: 1800;
    opacity: 10;
    animation: arrowAnimate 5s cubic-bezier(0, 0.23, 1, .1);
}
@keyframes tigerAnimate {
    0% {
        opacity: 0;
        stroke-dashoffset: 1800;
    }
    30% {
        opacity: 0.2;
        stroke-dashoffset: 1800;
    }
    90% {}
    100% {
        opacity: 0.2;
        stroke-dashoffset: 0;
    }
}
@keyframes arrowAnimate {
    0% {
        opacity: 0;
        stroke-dashoffset: 1800;
    }
    30% {
        opacity: 10;
        stroke-dashoffset: 1800;
    }
    90% {}
    100% {
        opacity: 10;
        stroke-dashoffset: 0;
    }
}
.home div#scroll_down {
    display: block;
    width: 12px;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: transparent;
    height: 100%;
}
.main-navigation a:visited {
    color: transparent;
}
.single_meal {
    padding: 0;
}
.slick-next {
    right: 0px;
    background-color: #241d1b;
    width: 60px;
}
.slick-prev {
    left: 0px;
    background-color: #241d1b;
    width: 60px;
}
.single_location:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #e2b400;
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.single_location p {
    font-size: 22px;
}
.acf-map-wrapper {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 0;
    padding: 10px;
    border: transparent;
}
.home .acf-map-wrapper {
    margin-top: 60px;
    position: relative;
}
.about_section {
    background-image: url(../../../wp-content/uploads/2018/04/Layer-116.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
.acf-map {
    width: 100%;
    height: 300px;
    z-index: 1;
    -webkit-filter: grayscale(35%);
    filter: grayscale(35%);
}
.acf-map img {
    max-width: inherit !important;
}
.meal_images.row p:nth-child(2) {
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-top: 20px;
    position: relative;
}
.meal_images.row p:last-child {
    font-size: 22px;
}
.single_meal {
    padding: 0;
    margin-top: 50px;
}
.single_meal.col-6.col-md-6:nth-child(even) {
    margin-top: 115px;
}
.meal_images_section, .page-template-restaurant .gallery_section {
    background-image: url(../../../wp-content/uploads/2018/04/22218036029688551.jpg);
    background-size: 35px;
}
.page-template-restaurant main#main>.gallery_section {
    padding-top: 0;
    margin-top: -1px;
}
main#main #rev_slider_1_1_forcefullwidth {
    padding-top: 0;
    padding-bottom: 0;
}
div#gallery_social a, div#social a {
    font-size: 15px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: #241d1b;
}
.acf-map p {
    color: black;
    margin-bottom: 5px;
}
.slick-next:before {
    content: '';
    background-image: url(../../../wp-content/uploads/2018/04/Layer-17-copy.png);
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    margin: auto;
}
.slick-prev:before {
    content: '';
    background-image: url(../../../wp-content/uploads/2018/04/Layer-17.png);
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    margin: auto;
}
.about_section .col-md-6:first-child {
    flex: 0 0 36.666667%;
    max-width: 36.666667%;
    margin-left: 6%;
    margin-right: 3%;
}
.about_parallax {
    background-image: url(../../../wp-content/uploads/2018/04/Rectangle-7-copy.png);
    color: white;
    padding: 45px 45px;
    background-repeat: no-repeat;
    font-size: 13px;
    box-shadow: 0 0 black;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    padding-right: 35px;
    background-size: cover;
    height: 525px;
}
.about_section .col-md-6:first-child p {
    font-size: 16.5px;
    line-height: 29px;
}
.about_parallax h4:before {
    content: "#";
    display: block;
    font-size: 23px;
    position: absolute;
    left: 27px;
    top: 48px;
}
.slider .slick-dots {
    bottom: 30px;
}
.slider.slick-slider {
    margin-bottom: 0;
    position: relative;
}
.slick-dots li button:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slider .slick-dots li.slick-active button:before, .slider .slick-dots li:hover button:before {
    opacity: 1;
    background-color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.slider .slick-dots li button {
    width: 75px;
    height: 4px;
    padding: 0px;
}
div#top_buttons {
    position: absolute;
    right: 0;
    z-index: 1;
    right: 33px;
    top: 15px;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.fp-viewing-section1 div#top_buttons {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
div#top_buttons {
    position: fixed;
    z-index: 1;
    right: 49px;
    top: 15px;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px;
    line-height: 14px;
}
div#top_buttons a {
    color: white;
    width: auto;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}
div#top_buttons a:first-child {
    border-right: 1px solid white;
    margin-right: 0;
}
.single_meal img {
    box-shadow: 2px 2px 2px black;
}
.meal_images.row p:nth-child(2):before {
    height: 3px;
    background-color: #e2b400;
    width: 30%;
    content: "";
    display: block;
    top: 0;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    position: absolute;
}
.meal_images.row .single_meal:hover p:nth-child(2):before, .meal_images.row .single_meal.active p:nth-child(2):before {
    transition: width 1s;
    -webkit-transition: width 1s;
    width: 100%;
}
:focus {
    outline: none!important;
}
.slider .slick-dots li {
    width: 75px;
    height: 5px;
}
.slider .slick-list {
    position: relative;
    bottom: 0;
    max-width: 100%;
}
.slider .slick-slide img {
    display: block;
    margin: auto;
    width: 100%;
}
.slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slider .slick-dots li button:before {
    line-height: 5px;
    width: 75px;
    height: 3px;
    content: '';
    background-color: #e2b400;
}
.dddwrapper-layer:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.5);
}
.slider .slick-dots li.slick-active button:before {
    height: 4px;
}
main#main>.slider_section {
    padding: 0;
    background-color: #18191c;
    margin-bottom: 0;
    padding-top: 0px;
}
.slick-list {
    position: absolute;
    top: 30%;
    max-width: 100%;
}
.slick-slider {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}
.slick-next, .slick-prev {
    height: 100%;
}
.single_restaurent_nav {
    width: 8.5%;
    float: left;
    cursor: pointer;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
}
.single_restaurent_nav img {
    max-height: 32px;
    margin-bottom: 10px;
}
div#restaurent_details {
    position: relative;
    margin: auto;
    margin-top: 30px;
    color: white;
    max-width: 1000px;
}
div#restaurent_nav {
    clear: both;
    overflow: hidden;
    margin-top: 70px;
    height: auto;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* margin-bottom: 70px; */
}
#nav5.single_restaurent_nav img {
    max-height: 25px;
}
.awards {
    padding-top: 20px;
    border-top: 1px solid;
    margin-top: 0px;
}
.awards p {
    position: relative;
    margin-bottom: 5px;
    padding-left: 13px;
}
.awards p:before {
    display: block;
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background-color: #b55f32;
    border-radius: 45px;
    left: 0;
    top: 3px;
}
.about_section2 h3, .about_section2 h5 {
    color: white;
}
.single_restaurent_detail {
    display: none;
    overflow: hidden;
}
.single_restaurent_detail:first-child {
    display: block;
}
.single_restaurent_nav:after {
    display: block;
    height: 2px;
    width: 0px;
    content: "";
    background-color: #e2b400;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.single_restaurent_nav.active:after, .single_restaurent_nav:hover::after {
    width: 100%;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}
.single_restaurent_detail h3 {
    color: transparent;
    background-color: transparent;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}
div#nav1_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637720966.png);
}
div#nav2_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637853476.png);
}
div#nav3_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527638043125.png);
}
div#nav4_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637814105.png);
}
div#nav5_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637767370.png);
}
div#nav6_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637921759.png);
}
div#nav7_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/weixiang_title.png);
}
div#nav8_detail h3 {
    background-image: url(../../../wp-content/uploads/2018/05/-01-e1527637889510.png);
}
.h5, h5 {
    font-size: 1rem;
}
.restaurent_name {
    margin-top: 20px;
    margin-bottom: 20px;
}
.restaurent_name h3 {
    font-size: 25px;
}
.contact_section {
    background-size: 100% auto;
    background-image: url(../../../wp-content/uploads/2018/04/Layer-115.png), url(../../../wp-content/uploads/2018/04/Layer-116.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
}
.parallax4 {
    height: 470px;
}
.restaurent_intro {
    width: 485px;
    height: 367px;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: left;
    background-image: url(../../../wp-content/uploads/2018/05/frame_white.png);
    background-size: cover;
    padding-left: 19px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 19px;
}
.restaurent_intro p {
    font-size: 14px;
}
.restaurent_intro>div>h5:nth-child(2) {
    position: absolute;
    top: 40px;
    left: 65px;
}
.restaurent_intro>div {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px 20px;
    height: 100%;
    padding-right: 5px;
    max-width: 99%;
    position: relative;
}
.home main#main>div#home_sidemenu {
    height: 280px;
    top: 50%;
    margin-top: -140px;
}
#nav2_detail .restaurent_intro, #nav4_detail .restaurent_intro, #nav6_detail .restaurent_intro, #nav7_detail .restaurent_intro {
    right: auto;
    top: 15px;
    left: 0;
}
#nav2_detail .parallax4 img, #nav4_detail .parallax4 img, #nav6_detail .parallax4 img, #nav7_detail .parallax4 img {
    float: right;
}
.restaurent_intro h3, .restaurent_intro h5 {
    text-align: left;
    display: inline-block;
}
img.image_medium {
    position: absolute;
    right: -65px;
    z-index: 1;
    max-width: 200px;
    top: 0;
}
#nav2_detail img.image_medium, #nav4_detail img.image_medium, #nav6_detail img.image_medium {
    top: 21%;
}
div#nav6_detail img.image_medium {
    max-width: 150px;
    top: 42%;
}
div#nav4_detail img.image_medium, div#nav7_detail img.image_medium {
    max-width: 150px;
}
.restaurent_intro img {
    display: block;
    margin-bottom: 5px;
    max-width: 40px;
}
#fp-nav.right {
    /* right: 17px; */
    right: 124px;
}
a.history_link {
    background-color: #e2b400;
    padding: 10px 0px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 160px;
    text-align: center;
    margin: auto;
    color: black;
    margin-top: 30px;
    clear: both;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 2px 2px 2px black;
}
a.history_link:hover {
    text-decoration: none;
    opacity: 0.9;
}
@media only screen and (max-width: 1440px) {
    main#main .about_section2 {
        margin-top: -1px;
    }
    .contact_section {
        background-size: 100% 25px;
    }
    .restaurent_intro {
        width: 525px;
        height: 400px;
        padding-left: 22px;
        padding-right: 10px;
        padding-top: 20px;
    }
    img.image_medium {
        max-width: 200px;
    }
    .parallax4 {
        height: 430px;
    }
    .meal_images.row p:nth-child(2) {
        font-size: 25px;
    }
    .single_gallery_image {
        height: 180px;
    }
    div#gallery_inner {
        max-height: 360px;
    }
    h4 {
        font-size: 24px;
    }
    div#gallery {
        padding-top: 20px;
    }
    .container h3 {
        font-size: 34px;
    }
    .home .acf-map-wrapper {
        margin-top: 35px;
    }
    .home main#main .gallery_section {
        margin-top: -1px;
    }
    main#main>.get_touch {
        margin-top: -1px;
    }
    .container {
        max-width: 1080px;
    }
 .about_parallax {
    background-size: cover;
    height: 418px;
}
    div#section2 .container {
        max-width: 970px;
    }
    .about_section .col-md-6:first-child {
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
        margin-left: 0;
        margin-right: 1%;
    }
    .about_section .col-md-6:first-child {
        flex: 0 0 39.666667%;
        max-width: 39.666667%;
        margin-left: 9%;
    }
    div#about_brands>div {
        margin-bottom: 24px;
    }
    .awards {
        padding-top: 24px;
        margin-top: 0px;
    }
    div#restaurent_nav {
        margin-top: 40px;
    }
    body, button, input, select, optgroup, textarea {
        font-size: 12px;
    }
    .about_section .col-md-6:first-child p {
        font-size: 13px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 1280px) {
    .year_dish_section>div>div {
        width: 100%;
        height: 300px;
        padding-top: 35px;
        height: 200px;
    }
    .home main#main>div {
        height: auto;
    }
    .about_section .container>.row {
        margin-top: 60px;
    }
    .slick-list {
        top: 18%;
    }
    main#main .about_section2 {
        padding-top: 30px;
    }
    .slick-list {
        bottom: 30px;
    }
    .about_section .col-md-6:first-child {
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 0;
        margin-right: 0;
        background-size: cover;
    }
    div#contact_2_cols a {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    div#gallery {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    div#qr_codes {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .home main#main .gallery_section {
        padding-top: 30px;
    }
    div#restaurent_details {
        margin-top: 0px;
    }
    div#restaurent_nav {
        margin-top: 35px;
    }
    div#about_brands>div img {
        max-width: 153px;
    }
    div#about_brands>div {
        margin-bottom: 24px;
    }
    .home .acf-map-wrapper {
        margin-top: 30px;
    }
    .home-logo {
        height: 50px;
    }
    .chuancai {
        height: 24px;
    }
    .mixian {
        height: 44px;
    }
    .xiaomian {
        height: 32px;
    }
    .kaoyu {
        height: 42px;
    }
    .shangshangqian {
        height: 27px;
    }
    .weixiang {
        height: 44px;
    }
    .qianzhuang {
        height: 48px;
    }
    .malatang {
        height: 37px;
    }
    img.image_medium {
        right: 0px;
        top: 0;
    }
}
@media only screen and (max-width: 1024px) {
    div#about_brands>div img {
        max-width: 123px;
    }
    .main-navigation ul {
        display: none;
    }
    button.menu-toggle {
        display: block!important;
    }
    .about_parallax {
        background-size: cover;
    }
    .home div#scroll_down {
        display: none;
    }
    a {
        color: inherit;
        /* Inherit text color of parent element. */
        text-decoration: none;
        /* Remove underline. */
        /* Additional css `propery: value;` pairs here… */
    }
    img.image_medium {
        display: none;
    }
    .container h3 {
        text-align: center;
        font-size: 35px;
    }
    .home main#main>div#home_sidemenu {
        display: none;
    }
    .home-logo {
        margin-top: 150px!important;
    }
}
@media only screen and (max-width: 768px) {
    main#main>.about_section {
        padding-bottom: 50px;
    }
    .about_parallax h4:before {
        font-size: 18px;
        left: 32px;
        top: 72px;
    }
    #scroll_down {
        display: none;
    }
    .about_parallax {
        padding-top: 70px;
        background-size: cover;
    }
    .about_section .container>.row {
        margin-top: 0px;
    }
    .container h3 {
        font-size: 25px;
    }
    div#home_sidemenu {
        display: none;
    }
    .year_dish_section>div>div {
        height: 150px;
    }
    .slick-next:before, .slick-prev:before {
        height: 35px;
        width: 21px;
        background-size: contain;
    }
    h4 {
        font-size: 20px;
    }
    .slick-list {
        bottom: 20px;
    }
    .about_section .col-md-6:first-child, .about_section .col-md-6:last-child {
        padding: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div#restaurent_nav {
        height: 80px;
    }
    .home main#main .gallery_section {
        margin-top: -1px;
    }
    main#main .about_section2 {
        margin-top: -1px;
    }
    main#main>div {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    main#main .get_touch {
        padding-top: 0;
        margin-top: -1px;
    }
    div#about_brands>div {
        margin-bottom: 30px;
        text-align: center;
    }
    img.image_medium {
        display: none;
    }
    .single_gallery_image {
        width: 50%;
        height: 340px;
    }
    .restaurent_intro {
        top: 0;
    }
    .acf-map-wrapper {
        margin-bottom: 50px;
    }
    main#main .meal_images_section {
        padding-top: 80px;
    }
    .meal_images {
        margin-top: 0px;
    }
    .meal_images.row p:nth-child(2) {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .meal_images.row p:last-child {
        font-size: 16px;
    }
    .single_meal {
        padding: 0;
        margin-top: 10px;
    }
    .single_meal.col-6.col-md-6:nth-child(even) {
        margin-top: 45px;
    }
    .gallery_section {
        padding-bottom: 50px;
    }
    a.history_link {
        margin-top: 10px;
    }
    div#restaurent_nav {
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    .meal_images.row p:nth-child(2) {
        font-size: 14px;
        line-height: 18px;
    }
    .restaurent_intro>div>h5:nth-child(2) {
        top: 22px;
        left: 55px;
    }
    .restaurent_intro>div {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        max-height: 100%;
    }
    .about_parallax {
        padding-top: 40px;
        background-size: cover;
        padding-right: 10px;
        padding-bottom: 5px;
    }
    .about_parallax h4:before {
        display: none;
    }
    .parallax4 {
        height: auto;
    }
    #nav2_detail .parallax4 img, #nav4_detail .parallax4 img, #nav6_detail .parallax4 img, #nav7_detail .parallax4 img {
        float: none;
    }
    .parallax4 img {
        max-width: 100%;
    }
    .site-branding, div#top_buttons, div#top_buttons, div#social {
        opacity: 1;
    }
    div#top_buttons {
        position: absolute;
        right: 50%;
        top: 80px;
        margin-right: -41.5px;
    }
    .slick-next:before, .slick-prev:before {
        width: 11px;
    }
    .home-logo {
        display: none!important;
    }
    .slick-next {
        width: 30px;
    }
    .slick-prev {
        width: 30px;
    }
    .slider .slick-dots li, .slider .slick-dots li button, .slider .slick-dots li button:before {
        width: 35px;
    }
    .single_location:after {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single_location p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main-navigation {
        background-color: transparent;
    }
    .restaurent_intro {
        width: 100%;
        height: 100%;
        padding: 10px 10px;
        background-image: none;
        top: 0;
        position: relative;
    }
    .about_section .col-md-6:first-child p {
        font-size: 14px;
        line-height: 25px;
    }
    #nav2_detail .restaurent_intro, #nav4_detail .restaurent_intro, #nav6_detail .restaurent_intro {
        top: 0;
    }
    #nav2_detail .parallax1 img, #nav4_detail .parallax1 img, #nav6_detail .parallax1 img {
        float: none;
    }
    .restaurent_name {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    div#contact_2_cols a span {
        padding: 5px 5px;
        font-size: 14px;
        width: 100%;
    }
    header#masthead {
        top: 0;
    }
    .main-navigation li {
        margin-top: 3vh;
    }
    button.menu-toggle {
        left: 25px;
        top: 20px;
        position: absolute;
    }
    .main-navigation {
        height: auto;
        z-index: 99;
    }
    ul#primary-menu {
        background-color: black;
        padding-top: 55px;
        padding-bottom: 25px;
        overflow: hidden;
        width: 100%;
    }
    .year_dish_section>div>div {
        height: 130px;
        padding-top: 25px;
    }
    h4 {
        font-size: 14px;
    }
    header#masthead {
        width: 100%;
        z-index: 3;
        background-color: rgba(0, 0, 0, 0.8);
        padding-bottom: 10px;
        height: 60px;
    }
    .container h3 {
        font-size: 16px;
    }
    .main-navigation li {
        float: left;
        width: 50%;
    }
    .home-logo {
        height: 50px;
        display: none;
    }
    button:focus {
        outline: none;
    }
    .custom-logo-link {
        width: 120px;
        margin: auto;
        margin-top: 9px;
        display: block;
    }
    .about_section .col-md-6:first-child {
        padding-left: 0px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
    div#restaurent_nav {
        height: auto;
    }
    .single_restaurent_nav {
        width: 17%;
        height: 66px;
        margin-left: 4%;
        margin-right: 4%;
    }
    .about_section2 h3, .about_section2 h5 {
        font-size: 14px;
    }
    .single_gallery_image {
        width: 50%;
        height: 140px;
    }
    div#contact_2_cols a {
        width: 130px;
    }
    div#qr_codes {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    div#gallery {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .slogan h3 {
        font-size: 20px!important;
        margin-bottom: 20px!important;
    }
    div#social {
        right: 15px;
        top: 80px;
    }
    .hesperiden.tp-bullets {
        transform: matrix(1, 0, 0, 1, -32, -12)!important;
    }
    main#main .year_dish_section {
        margin-top: -66px;
    }
    main#main .meal_images_section {
        padding-top: 50px;
    }
    .slogan {
        width: 628px;
    }
    .slogan h4 {
        margin-right: 30px!important;
        font-size: 15px!important;
    }
    .site-branding {
        max-width: 100%;
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    .meal_images.row p:last-child {
        font-size: 12px;
    }
    .site-info a {
        display: block;
    }
    .slick-list {
        top: 23%;
    }
    main#main>div {
        padding-bottom: 30px;
    }
    div#scroll_down {
        right: 15px;
    }
	.about_parallax {
   		height: auto;
	}
}