@font-face {
font-family: 'Yanone Kaffeesatz';
src: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Bold.woff2) format("woff2"), url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Bold.woff) format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Yanone Kaffeesatz';
src: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Light.woff2) format("woff2"), url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Yanone Kaffeesatz';
src: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-ExtraLight.woff2) format("woff2"), url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-ExtraLight.woff) format("woff");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Yanone Kaffeesatz';
src: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Regular.woff2) format("woff2"), url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/fonts/YanoneKaffeesatz-Regular.woff) format("woff");
font-weight: 400;
font-style: normal;
}
body {
font-family: "Manrope", sans-serif;
font-size: 16px;
background-color: #060606;
color: #e8e8e8;
}
img {
width: 100%;
height: auto;
}
a {
color: #b08a53;
-webkit-transition: all .25s ease-in;
transition: all .25s ease-in;
text-decoration: none;
}
a:hover {
color: #d8af77;
text-decoration: none;
}
p {
color: white;
}
h3 {
margin-top: 25px;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
.mw-1250 {
max-width: 1250px;
}
header {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);  z-index: 1;
}
header .em-navbar {
margin-top: 30px;
z-index: 1;
}
header .em-navbar .top-logo img {
max-width: 250px;
}
header .em-navbar .main-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: static;
}
header .em-navbar .main-menu label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
color: #fff;
top: 60px;
right: 20px;
cursor: pointer;
width: 30px;
height: 30px;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
header .em-navbar .main-menu label > div.opened {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
header .em-navbar .main-menu label > div.opened::before {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
header .em-navbar .main-menu label > div.opened::after {
opacity: 0;
}
header .em-navbar .main-menu label > div {
position: relative;
width: 100%;
height: 2px;
background-color: white;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
header .em-navbar .main-menu label > div::before, header .em-navbar .main-menu label > div::after {
position: absolute;
content: '';
width: 100%;
height: 2px;
background-color: #fff;
top: -10px;
}
header .em-navbar .main-menu label > div::after {
top: 10px;
}
header .em-navbar .main-menu #toggler {
display: none;
position: absolute;
top: 50px;
right: 25px;
width: 25px;
height: 45px;
}
header .em-navbar .main-menu ul.primary-menu {
visibility: hidden;
list-style: none;
font-weight: 400;
font-family: "Yanone Kaffeesatz", sans-serif;
margin: 10px 0 0 auto;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, 45%);
transform: translate(-50%, 45%);
text-align: center;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
background: rgba(0, 0, 0, 0.85);
padding: 40px;
width: 300px;
}
header .em-navbar .main-menu ul.primary-menu li {
display: block;
margin-left: 0;
text-shadow: 5px 5px 9px rgba(40, 40, 39, 0.81);
}
header .em-navbar .main-menu ul.primary-menu li a {
color: #fff;
}
header .em-navbar .main-menu ul.primary-menu li a:hover {
color: #b08a53 !important;
}
@media (min-width: 576px) {
header .em-navbar .main-menu label {
right: 50px;
}
}
@media (min-width: 768px) {
header .em-navbar .main-menu label {
top: 77px;
}
header .em-navbar .top-logo img {
max-width: 360px;
}
}
@media (min-width: 1200px) {
header .em-navbar .main-menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
header .em-navbar .main-menu ul.primary-menu {
background: transparent;
padding: 0;
width: auto;
}
header .em-navbar .main-menu label {
display: none;
}
header .em-navbar .main-menu ul.primary-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
opacity: 1;
visibility: visible;
position: relative;
-webkit-transform: 0, 0;
transform: 0, 0;
margin: 15px 0 0 0;
top: 0;
left: 0;
-webkit-transform: translate(0);
transform: translate(0);
font-size: 24px;
margin-left: auto;
}
header .em-navbar .main-menu ul.primary-menu li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 18px;
}
}
header .em-navbar-2 {
margin-top: 30px;
z-index: 1;
}
header .em-navbar-2 .top-logo img {
max-width: 220px;
}
header .visible {
visibility: visible;
opacity: 1 !important;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
header li.current_page_item a {
color: #b08a53 !important;
}
.body-bg {
position: absolute;
content: '';
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/body-bg.png);
background-size: contain;
background-position: 75% 100%;
background-repeat: no-repeat;
width: 100%;
height: 80%;
top: 80%;
}
.body-bg-page {
position: absolute;
content: '';
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/body-bg.png);
background-size: contain;
background-position: 0 100%;
background-repeat: no-repeat;
width: 100%;
height: 80%;
top: 140px;
}
.hero {
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/HongThongThaiRestaurant-hero-image.jpg);
background-size: cover;
height: 100vh;
background-position: 75%;
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: ellipse(200% 100% at 50% 0%);
clip-path: ellipse(200% 100% at 50% 0%);
}
.hero::after {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 17, 19, 0.8)), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(to top, rgba(16, 17, 19, 0.8), rgba(255, 255, 255, 0));
opacity: 1;
z-index: 0;
height: 180px;
}
.hero::before {
content: '';
position: absolute;
right: 0;
top: 0;
left: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 17, 19, 0.8)), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(to bottom, rgba(16, 17, 19, 0.8), rgba(255, 255, 255, 0));
opacity: 1;
z-index: 0;
height: 180px;
}
.promo-box {
text-align: center;
margin: -50px auto;
max-width: 790px;
background-color: #131313;
padding: 30px;
}
.promo-box h2 {
color: #b08a53;
font-family: "Yanone Kaffeesatz", sans-serif;
font-size: 55px;
}
.promo-box h1 {
color: #b08a53;
font-family: "Yanone Kaffeesatz", sans-serif;
font-size: 55px;
}
.promo-box p {
color: #fff;
font-size: 17px;
font-weight: 600;
}
.promo-box p.gold {
color: #b08a53 !important;
font-size: 17px;
font-weight: 600;
max-width: 600px;
margin: 30px auto;
}
.promo-box p.lead {
font-size: 24px;
font-weight: 200;
line-height: 30px;
}
.promo-box p.phone {
font-size: 20px;
font-weight: 200;
font-family: "Yanone Kaffeesatz", sans-serif;
}
.promo-box p.phone span {
margin: 0 10px;
}
.promo-box.take-away-page {
background-color: transparent;
margin-bottom: 50px;
}
.page-single {
padding-top: 200px;
min-height: 550px;
}
.page-single h1 {
font-size: 58px;
color: #b08a53;
font-family: "Yanone Kaffeesatz", sans-serif;
text-align: center;
margin-bottom: 30px;
}
footer {
position: relative;
-webkit-clip-path: none;
clip-path: none;
margin-top: 60px;
padding-top: 60px;
margin-bottom: 0;
z-index: 5;
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/footer-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
color: #b7b3b3;
text-align: center;
}
footer::before {
position: absolute;
content: '';
top: 0;
left: 0;
background-color: #000;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: -1;
}
footer h3 {
font-size: 26px;
font-family: "Yanone Kaffeesatz", sans-serif;
color: #fff;
}
footer .footer-logo img {
margin-top: 20px;
max-width: 190px;
}
footer .social {
margin-top: 0;
text-align: center;
}
footer .social i {
font-size: 30px;
color: white;
margin: 0 15px;
}
footer .social i:hover {
color: #d8af77;
}
footer .contact i {
margin-right: 9px;
}
footer .contact i.blank {
margin-right: 1.3rem;
}
footer ul li {
font-size: 13px;
line-height: 25px;
}
footer ul li strong {
color: white;
}
footer .copy {
text-align: center;
background-color: #040404;
padding: 10px;
margin-top: 30px;
}
footer .copy p {
font-size: 12px;
color: #b7b3b3;
margin: 0;
}
footer .copy a {
color: #fff;
}
footer .copy a:hover {
color: #d8af77;
}
footer .contact-col {
margin-bottom: 40px;
}
@media (min-width: 768px) {
footer {
-webkit-clip-path: ellipse(100% 80% at 50% 100%);
clip-path: ellipse(100% 80% at 50% 100%);
text-align: left;
padding-top: 160px;
}
}
@media (min-width: 992px) {
footer .contact-col {
margin-bottom: 15px;
}
}
.grid {
-webkit-columns: 1;
columns: 1;
padding: 20px;
}
@media (min-width: 768px) {
.grid {
-webkit-columns: 2;
columns: 2;
}
} .card {
background-color: transparent;
margin: 20px 10px;
display: inline-block;
}
.card .content {
display: inline-block;
}
.card .content .menu-image {
margin-bottom: 20px;
max-height: 280px;
overflow: hidden;
}
.card .content .menu-image img {
width: 100%;
border-radius: 10px;
}
.card .content .title h3 {
font-family: "Manrope", sans-serif;
font-size: 27px;
color: #ffffff;
font-weight: 400;
text-transform: uppercase;
}
.card .content .title h3 span {
font-size: 22px;
text-transform: initial;
}
.card .content .desc {
padding: 10px 10px 5px 10px;
}
.card .content .desc .dish-title span.title {
color: #b08a53;
font-size: 20px;
font-weight: 400;
}
.card .content .desc .dish-title span.price {
color: #fff;
float: right;
font-size: 13px;
}
.card .content .desc .dish-title span.price span.amount {
font-size: 20px;
}
.card .content .desc p {
color: #fff;
font-size: 15px;
max-width: 90%;
}
.card .content .desc p {
margin-bottom: 10px;
}
.iframe-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
height: 790px; }
.iframe-container iframe {
position: absolute;
top: 0;
left: 50%;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
@media (min-width: 768px) {
.iframe-container iframe {
width: 70%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
@media (min-width: 1200px) {
.iframe-container iframe {
width: 62%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
@media (min-width: 576px) {
.iframe-container {
height: 710px;
}
}
div#resengo-process-flow {
max-width: 100% !important;
}
.contact-form-block {
margin-bottom: 30px;
}
table {
color: #e8e8e8 !important;
} .wpcf7 {
background-color: transparent;
width: 100% !important;
}
.wpcf7-form 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"],
select,
textarea {
width: 100% !important;
}
input[type="checkbox"],
input[type="radio"] {
cursor: pointer;
} .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #b08a53;
background: transparent;
font-size: 15px;
padding-bottom: 10px;
color: #ffdaa5;
} .wpcf7 label {
padding: 0;
font-size: 20px;
width: 100%;
} .wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 textarea:focus {
background-color: transparent;
color: #fff;
border-bottom: 1px solid #fff;
}
.wpcf7 input[type=text]:active,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=tel]:active {
background-color: transparent;
} .wpcf7 textarea {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #b08a53;
background: transparent;
color: #ffdaa5;
font-size: 15px;
}
.ajax-loader {
position: absolute;
top: 30px;
} .wpcf7 .wpcf7-select {
font-size: 15px;
padding-bottom: 15px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
width: 100%; border: none;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
border-bottom: 1px solid #b08a53;
background: transparent;
color: #b08a53;
padding-left: 5px;
background: url(//hongthongthairestaurant.com/wp-content/themes/zjat/assets/images/contact-drop-arrow-dark.png) no-repeat 100% 40%;
}
.wpcf7-select option {
background: #fff;
} .checkbox-segment h5 {
padding: 35px 0 5px 0;
}
.checkbox-segment .wpcf7-list-item-label {
background: transparent;
font-size: 15px;
padding-bottom: 10px;
color: #b08a53;
cursor: pointer;
}
.checkbox-segment .wpcf7-list-item {
display: block;
} .wpcf7 input[type=submit] {
width: 170px;
padding: 9px 10px;
border-radius: 50px;
border: none;
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
margin-top: 1em;
-webkit-transform: scale(1);
transform: scale(1);
background: #b08a53;
color: white;
font-family: "Manrope", sans-serif;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.7px;
}
.wpcf7 input[type=submit]:hover {
color: #222;
background-color: #ffdaa5;
}
.wpcf7 input[type=reset] {
background: transparent;
border: 0;
padding: 0;
color: #b08a53;
font-size: 15px;
border-bottom: 1px solid #b08a53;
margin-top: 20px;
}
.wpcf7 input[type=reset]:hover {
color: #c2c2c2;
}  span.wpcf7-not-valid-tip {
font-size: 13px;
} .wpcf7-response-output {
border: 1px solid gray;
background-color: #ececec;
font-size: 20px;
color: black;
border-radius: 5px;
-webkit-border-radius: 5px;
padding: 20px !important;
} input[type="file"] {
-webkit-appearance: initial;
background-color: initial;
padding: initial;
border: initial;
margin-top: -32px;
width: 0px;
}
.custom-file-upload {
color: #999;
cursor: pointer;
width: 100%;
text-align: center;
border: 1px dashed #999;
font-size: 15px !important;
padding: 10px !important;
margin: 10px 0 20px 0;
}
.career-form .wpcf7 input[type=submit] {
background: #323233;
color: #fff;
font-size: 17px;
}
.career-form .wpcf7 input[type=submit]:hover {
background: #6d6d6e;
}
.career-form .wpcf7 input[type=text],
.career-form .wpcf7 input[type=email],
.career-form .wpcf7 input[type=tel] {
border-bottom: 1px solid #b08a53;
color: #000;
}
.career-form .wpcf7 input[type=text]:focus,
.career-form .wpcf7 input[type=email]:focus,
.career-form .wpcf7 input[type=tel]:focus,
.career-form .wpcf7 textarea:focus {
color: #00b5ed;
border-bottom: 1px solid #00b5ed;
}
.career-form .wpcf7 .wpcf7-select {
font-size: 15px;
border-bottom: 1px solid #b08a53;
background: transparent;
color: #4f4f50;
background: url(//hongthongthairestaurant.com/wp-content/themes/gulfresearcher/assets/img/contact-drop-arrow-dark.png) no-repeat 100% 40%;
}
.career-form .wpcf7-select option {
background: #fff;
color: #4f4f50;
padding-left: 0;
padding-bottom: 5px;
}
.career-form .linkedin-button {
padding: 15px 15px;
background: #00b7ee;
color: #fff;
font-size: 17px;
font-weight: 400;
border: 0 none;
cursor: pointer;
border-radius: 0;
width: 100%;
}
.career-form .wpcf7 textarea {
border-bottom: 1px solid #b08a53;
color: #323233;
} button.talk-about {
width: 100%;
border: none;
outline: none;
text-align: left;
padding: 10px 0 10px 25px;
font-size: 19px !important;
color: #444;
cursor: pointer;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
background: white;
font-size: 24px;
border-bottom: 1px solid #eaeaea;
}
button.talk-about:hover {
background: #d1d1d1;
}
button.talk-about.apply {
margin-top: 240px;
margin-bottom: 35px;
width: 100%;
border: none;
outline: none;
text-align: center;
padding: 10px 25px;
font-size: 19px !important;
color: #444;
cursor: pointer;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
background: white;
font-size: 24px;
border-bottom: 1px solid #b08a53;
}
button.talk-about.apply:hover {
background: #d1d1d1;
} .dropbtn {
position: relative;
margin-top: 20px;
background: transparent;
color: #fff;
padding: 16px 0;
font-size: 16px;
border: none;
cursor: pointer;
width: 100%;
text-align: left;
border-bottom: 1px solid #b08a53;
}
.dropbtn::after {
display: block;
top: 15px;
right: 0;
position: absolute;
content: url(//hongthongthairestaurant.com/wp-content/themes/gulfresearcher/assets/img/contact-drop-arrow.png);
background-size: 20px 10px;
height: 10px;
width: 20px;
z-index: 1000;
}
.dropbtn::before {
content: '';
width: 0;
height: 0;
} .dropbtn:hover,
.dropbtn:focus {
background: transparent;
} .dropdown {
position: relative;
display: inline-block;
width: 100%;
} .dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
z-index: 1;
width: 100%;
} .dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-bottom: 1px solid #b08a53;
} .dropdown-content a:hover {
background-color: #ddd;
} .show {
display: block;
}
.new-year .ny-menu {
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/ny-menu-bg.jpg);
background-size: cover;
background-position: center center;
min-height: 300px;
padding: 15px 30px 60px 30px;
}
.new-year .ny-menu .food-type {
border-bottom: 1px solid #969696;
padding-bottom: 10px;
}
.new-year .ny-menu .food-type h3 {
font-size: 42px;
color: #b08a53;
font-family: "Yanone Kaffeesatz", sans-serif;
text-align: center;
text-transform: uppercase;
margin-bottom: -5px;
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/menu-title-bg.png);
background-repeat: no-repeat;
background-position: center;
}
.new-year .ny-menu .food-type .lead {
text-align: center;
color: black;
margin: 0;
}
.new-year .ny-menu .food-type .left {
padding: 20px;
text-align: center;
}
.new-year .ny-menu .food-type .left h4 {
font-size: 24px;
color: black;
font-family: "Yanone Kaffeesatz", sans-serif;
text-transform: uppercase;
}
.new-year .ny-menu .food-type .left p {
color: black;
}
@media (min-width: 992px) {
.new-year .ny-menu .food-type .left {
text-align: right;
}
}
.new-year .ny-menu .food-type .center {
padding: 20px;
text-align: center;
}
.new-year .ny-menu .food-type .center h4 {
font-size: 24px;
color: black;
font-family: "Yanone Kaffeesatz", sans-serif;
text-transform: uppercase;
}
.new-year .ny-menu .food-type .center p {
color: black;
}
@media (min-width: 992px) {
.new-year .ny-menu .food-type .center {
text-align: center;
}
}
.new-year .ny-menu .secondary {
margin-top: 20px;
}
.new-year .ny-menu .phone-no {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.new-year .ny-menu .phone-no h3 {
font-size: 23px;
color: black;
margin-bottom: 5px;
text-align: center;
}
.new-year .ny-menu .phone-no h4 {
font-size: 20px;
color: black;
font-family: "Yanone Kaffeesatz", sans-serif;
margin-bottom: 5px;
text-align: center;
}
.new-year .ny-menu .phone-no p {
font-size: 24px;
text-align: center;
}
.new-year .ny-menu .phone-no p i {
color: #000;
}
.new-year .ny-menu .phone-no a {
color: #000;
}
.new-year .ny-menu .phone-no a:hover {
color: #b08a53;
}
.new-year .ny-menu .phone-no span {
margin: 0 10px;
}
.new-year .ny-menu .right {
text-align: center;
padding: 20px;
}
.new-year .ny-menu .right h4 {
font-size: 24px;
color: black;
font-family: "Yanone Kaffeesatz", sans-serif;
text-transform: uppercase;
}
.new-year .ny-menu .right p {
color: black;
}
@media (min-width: 992px) {
.new-year .ny-menu .right {
text-align: left;
}
}
.new-year .ny-menu .center {
text-align: center;
padding: 20px;
}
.new-year .ny-menu .center h4 {
font-size: 24px;
color: black;
font-family: "Yanone Kaffeesatz", sans-serif;
}
.new-year .ny-menu .center p {
color: black;
}
@media (min-width: 992px) {
.new-year .ny-menu .center {
text-align: center;
}
}
.new-year .menu-footer-ny {
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/menu-footer-ny.png);
background-size: cover;
min-height: 180px;
margin-top: -30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.new-year .menu-footer-ny .price {
background: url(//hongthongthairestaurant.com/wp-content/themes/hongthongthai/assets/images/price-bg.png);
background-repeat: no-repeat;
width: 400px;
background-size: contain;
background-position: right;
}
.new-year .menu-footer-ny .price p {
text-align: center;
font-size: 65px;
font-family: "Yanone Kaffeesatz", sans-serif;
font-weight: 500;
color: #000;
}