@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/*
	Theme Name: Thailander
	Theme URI: http://rightproportion.co.uk
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Rajesh Kumar
	Author URI: https://drupalbuilder.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
	font-family:'KaushanScript';
	src:url('fonts/KaushanScript-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Montserrat-Bold';
	src:url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Montserrat-ExtraBold';
	src:url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Montserrat-Regular';
	src:url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Montserrat-SemiBold';
	src:url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'Montserrat-Medium';
	src:url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat-Medium', sans-serif;
	font-weight: 400;
	color:#000;
	font-size: 16px;
	margin-top: 100px;
	background-color: #eeeeee;
	background-position: center center;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1 {
    font-size: 2em;
    margin: 0;
}
h2 {
    margin: 0;
    padding: 0;
	font-size: 34px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
/* header */
.header {

}
.header-set {
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 8px 0 8px 0;
	overflow: hidden;
}
/* logo */
.logo {
    float: left;
}
.header-nav {
    float: right;
    margin-top: 17px;
}
.header-right {
    float: right;
    margin: 0;
}
.nav-wid.l {
    float: left;
    width: 40%;
}
.nav-wid.c {
    float: left;
    width: 20%;
    text-align: center;
}
.nav-menu-logo .logo-img {
  background: #efeeec;
  padding: 3px 12px 22px 12px;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
.header-social-icons {
    float: left;
    margin-left: 30px;
	position: relative;
    z-index: 999;
}
.h-s-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.h-s-icons li {
    display: inline-block;
    margin-right: 15px;
}
.h-s-icons li:last-child {
    margin-right: 0;
}
.header-social-icons ul li img {
    width: 45px;
}
.header-order-now-text {
    float: left;
    margin-top: 12px;
}
.header-order-now-text.b-f-btn {
    padding-right: 10px;
}
.header-order-now-text a {
    font-size: 20px;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    -webkit-transition: width 0.5s !important;
	transition: all 0.5s !important;
}
.h-t-2-btn, .h-2-btn {
    margin-left: 35px;
}
.header-main-menu {
    float: left;
    padding-right: 30px;
    margin-top: 17px;
}
.header-nav .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav .nav ul li {
    display: inline-block;
    position: relative;
}
.header-nav .nav > ul li a {
    text-transform: uppercase;
    padding: 0 0 0 20px;
    font-size: 15px;
	font-weight: bold;
}
.header-nav .nav > ul li a:hover {
    color: #e40613;
}
.fit-height-logo img {
    max-width: 100px;
    max-height: 80px;
    margin-top: -15px;
}
.fit-height-logo {
    width: auto;
    max-height: 100px;
}
.welcome-message .header-order-now-text.b-f-btn {
  padding-right: 0;
}
/* welcome message */
.content-bg {
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 120px 0 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.welcome-message {
    width: 100%;
    margin: 0 auto;
}
.welcome-message h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 30px;
}
/*
.welcome-message h1::after {
    content: " ";
    display: block;
    width: 100%;
    border-bottom: 1px solid #c41719;
    max-width: 150px;
    margin: 0 auto;
    padding-top: 45px;
    margin-bottom: 45px;
}
*/
.welcome-message-content {
    text-align: center;
    font-size: 18px;
    width: 100%;
    line-height: 30px;
}
.welcome-message p {
	opacity: 0.8;
}	
.welcome-message h1 {
  font-family: KaushanScript;
  font-size: 40px;
}
.welcome-message h2 {
  margin-top: 6px;
  font-size: 18px;
}
.welcom-order-h4 {
  font-family: Montserrat-ExtraBold;
}


/* welcome below */
.inner-element.left {
    float: left;
    width: 50%;
	padding: 15% 0;
}
.inner-element.right.text-box {
  float: right;
  width: 50%;
  padding: 10% 0 0 10%;
  font-family: Montserrat-Medium;
  font-size: 30px;
}
.leftcover {
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 50%;
    background-size: cover !important;
    background-position: right 0% !important;
        background-position-x: right;
    background-position-x: left 99% !important;
    top: -1px;
}
.inner-element.right.text-box h2 {
	font-weight: 300;
	font-family: KaushanScript;
	font-size: 42px;
}
.f-thin {
    font-weight: 400;
}
.caption span, .inner-element.right.text-box span {
    display: block;
}
.welcome-ordernow {
    margin-top: 60px;
}
.caption h2 {
    text-align: left;
    color: #fff;
    font-weight: 300;
	font-family: KaushanScript;
	font-size: 42px;
}
.menus-set {
    padding: 100px 0 20px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	overflow: hidden;
}
.menu-set-top-image {
    text-align: center;
    padding: 0 0 30px 0;
}
.menu-set-3 h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
	font-family: KaushanScript;
}
.menu-set-3 h3 {
  font-size: 32px;
  color: #a41916;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-family: KaushanScript;
}
.kids-meals {
    float: left;
    width: 33.333%;
	padding-left: 20px;
}
.starters-meals {
    float: left;
    width: 33.333%;
	padding-left: 20px;
}
.soups-meals {
    float: left;
    width: 33.333%;
	padding-left: 20px;
}
.menu-set-3 h4 {
    margin: 0;
    padding-top: 25px;
    font-size: 20px;
    font-weight: 600;
	font-family: sans-serif;
}
.menu-price {
    float: right;
    margin-top: -20px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}
.view-full-menu {
    overflow: hidden;
    clear: both;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.menu-description {
  color: #000;
  line-height: 24px;
  font-size: 18px;
}
.sec2-starters-meals {
  margin-top: 25px;
}
.view-full-menu a {
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
}
/* Gallery */
.gallery-section-bg {
    background: #e40613;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 30px 0 40px 0;
    clear: both;
}
.gallery-section-bg h2 {
    font-weight: 600;
    font-size: 40px;
}

/* Testimonials */
.testimonils-bg .overlay-color {
    height: auto;
}
.testimonils-bg {
    background-position: top 40% center !important;
    text-align: center;
	width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	    margin-top: -1px;
    margin-bottom: -1px;
}
}
blockquote.easy_testimonial {
    background: none;
    margin: 0;
    min-height: 0;
    padding: 0 !important;
}
.testimonials-slider h2 {
    font-size: 42px;
	font-family: KaushanScript;
}
.testimonial_author {
    margin-top: 40px;
}
.testimonials-slider {
    color: #fff;
    font-size: 24px;
    padding: 70px 0 60px 0;
}
.testimonial_body {
    background-repeat: no-repeat !important;
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
	min-height: 60px;
}

.testimonial_body p {
    max-width: 800px;
	margin: 0 auto;
}
.testimonial-other, .testimonial-client {
    font-style: normal;
}
.stars {
    background-repeat: no-repeat;
    width: 100%;
    height: 21px !important;
    max-width: 130px;
    margin: 40px auto;
}
.stars .dashicons {
    display: none !important;
}
/* Newslettter */
.newsletter-subscription-bg h2 {
	font-size: 30px;
}	
.newsletter-subscription-bg {
    overflow: hidden;
    text-align: center;
    padding: 30px 0 40px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.newsletter-subscription {
    max-width: 870px;
    margin: 0 auto;
	overflow: hidden;
}
.newsletter-subscription a {
	color: #fff;
}
.mc4wp-form-fields {
    margin-top: 30px;
}
#mc4wp-form-1 input.nsu-field {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    line-height: 50px;
    padding: 0px 20px;
    text-transform: capitalize;
    width: 67%;
    font-weight: 400;
    float: left;
}
#mc4wp-form-1 input.nsu-submit {
    border-radius: 50px;
    font-size: 26px;
    line-height: 50px;
    text-transform: capitalize;
    width: 28%;
    font-weight: 500;
	overflow: hidden;
    clear: both;
    position: absolute;
    display: inline-block;
	right: 0;
	-webkit-transition: width 0.5s !important;
	transition: all 0.5s !important;
	border: none;
}
.single-checkbox-field {
    overflow: hidden;
    position: relative;
    display: inline-block;
	text-align: left;
	clear: both;
    float: left;
	width: 100%;
	margin-top: 10px;
}
.single-checkbox-field #nsu-checkbox {
    float: left;
    margin-top: 2px;
    margin-left: 2px;
}
.single-checkbox-field label {
    padding: 0 0 0 10px;
    line-height: 24px;
    font-size: 12px;
}
.mc4wp-alert.mc4wp-error {
    color: #d33e16;
	display: inline-block;
}
.mc4wp-alert.mc4wp-success {
    color: #02b3e4;
	display: inline-block;
}
input[type="checkbox"] {
   width: 1.25em;
   height: 1.25em;
   -webkit-appearance: none;
   -moz-appearance: none;
   border: 1px solid #fff;
   border-radius: 5px;
   background-color: #fff;
   vertical-align: bottom;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -ms-border-radius: 2px;
   border-radius: 2px;
}
input[type="checkbox"]:active {
   background-color: #fff;
}
input[type="checkbox"]:checked {
   background-image: url("/wp-content/themes/thailander/img/tick-off.png");
   background-size: contain;
}
/* map */
.google-map {
    overflow: hidden;
    clear: both;
    width: 50%;
    float: left;
    height: 900px;
}
.google-map-address {
    background: #fff;
    overflow: hidden;
    height: 900px;
}
.Google-map-address-content {
  padding: 80px 1px;
  font-family: sans-serif;
  line-height: 24px;
  font-size: 15px;
}
.Google-map-address-content a {
	color: #000000;
}
.address-image {
    padding: 0 0 50px 0;
}
.phone, .email,
.opening-hours,
.delivery-hours,
.collection-hours,
.tcs-privacy-policy,
.address-ordernow,
.delivery-hours {
    margin-top: 20px;
}
.tcs-privacy-policy {
    margin-top: 40px;
}
.Google-map-address-content label {
    display: block;
    color: #000;
    font-weight: 600;
}
.tcs-privacy-policy, .tcs-privacy-policy a {
    color: #000;
	font-weight: 600;
}
.address-ordernow {
    padding: 40px 0 15px 0;
}
.address-ordernow a,
.welcome-ordernow a {
    padding: 12px 40px 12px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 20px;
	letter-spacing: 1px;
}
.opening_times, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tcs-privacy-policy li {
    display: inline-block;
    padding-left: 5px;
    border-right: 2px solid;
    padding-right: 5px;
}
.tcs-privacy-policy li:first-child {
	padding-left: 0;
}
.tcs-privacy-policy li:last-child {
    border-right: none;
	padding-right: 0;
}
.footer-socials-icon {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* footer */
.footer-fullwidth {
    background: #000000;
    padding: 25px;
    overflow: hidden;
    clear: both;
}
.copyright-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.copyright-text a {
    color: #fff;
}

/* Standard Pages */
.standard-page {
    overflow: hidden;
    clear: both;
    position: relative;
    margin-top: 40px;
	margin-bottom: 40px;
}
.standard-page .page-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.standard-page h2 {
    text-align: center;
}
.page-template-page-standard {
    margin-top: 200px;
	background: #fff;
}
.mc4wp-response {
	overflow: hidden;
	clear: both;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (min-width: 992px) {
	
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
	color: #fff;
}
.header-nav.tab, .header-tab-ordernow {
    display: none !important;
}
.flex-container-tab {
	display: none !important;
}
.h-t-2-btn {
    display: block !important;
}

}

@media (max-width: 1100px) {
.kids-meals, .starters-meals, .soups-meals {
   float: unset;
   width: 100%;
   padding: 0;
   max-width: 500px;
   margin: 0 auto;
}
.starters-meals, .soups-meals {
   margin-top: 30px;
}
.testimonial_body {
	background: none !important;
}
.h-t-2-btn {
	display: none !important;
}
.header-social-icons {
	margin-left: 0;
	position: absolute;
	right: 20px;
}
}
@media (max-width: 991px) {
body {
	margin-top: 70px;
}
.page-id-126 .footer-fullwidth.fixed{
	display:none;
}
.wrapper {
	width: 90%;
}
.header-tab-ordernow {
    display: block !important;
    clear: both;
    position: relative;
    text-align: center;
}
.header-order-now-text-tab.m-f-btn a {
  background: #a41916 !important;
  color: #ffffff !important;
  -webkit-transition: width .5s !important;
	transition: all .5s !important;
}
.header-order-now-text-tab.m-f-btn a:hover {
  background: #000 !important;
  color: #ffffff !important;
  -webkit-transition: width .5s !important;
	transition: all .5s !important;
}
.header-order-now-text-tab.m-s-btn a {
  background: #000 !important;
  color: #ffffff !important;
  -webkit-transition: width .5s !important;
	transition: all .5s !important;
}
.header-order-now-text-tab.m-s-btn a:hover {
  background: #a41916 !important;
  color: #ffffff !important;
  -webkit-transition: width .5s !important;
	transition: all .5s !important;
}
.header-tab-ordernow a {
	display: block;
	padding: 10px 0;
}
.header-order-now-text-tab a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.leftcover {
	width: 100%;
	max-height: 450px !important;
}
.inner-element.left {
    float: unset;
    width: 100%;
    padding: 20%;
}
.inner-element.right.text-box {
    float: unset;
    width: 100%;
    padding: 16% 0 14% 0%;
    text-align: center;
    clear: both;
}
.testimonial_body {
	background: none;
}
#mc4wp-form-1 input.nsu-field {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    float: unset;
}
#mc4wp-form-1 input.nsu-submit {
	margin-top: 10px;
	width: 100%;
	max-width: 250px;
	position: unset;
}
.single-checkbox-field {
	float: unset;
}
.google-map {
    width: 100%;
    float: unset;
}
.google-map-address {
	text-align: center;
}
.Google-map-address-content .cnss-social-icon {
    float: unset;
	text-align: center !important;
}
.cp-border-right {
    border: none;
    margin: 0;
}
	.copyright-text span {
       padding: 5px 0;
    }
	.slider-image.ls-direction-fix.ls-overflow-visible {
       margin-top: 0;
	}
	.flex-container {
    display: none !important;
}
	.flex-container-tab {
		display: block !important;
	}
	.leftcover.tab {
    width: 100%;
    overflow: hidden;
    position: relative;
	top: 0 !important;
}
.inner-element.left.tab {
    width: 100%;
    text-align: center;
    padding: 18%;
}
.inner-element.right.text-box.tab {
    float: unset;
    width: 100%;
    padding: 10% 0 14% 0;
    text-align: center;
    color: #fff;
}
.google-map-address {
    height: auto;
}
.address-image {
    margin: 0 auto;
}
.footer-flipdish {
    display: none;
}
.caption {
  padding: 0 !important;
}
.footer-socials-icon {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}
.caption h2 {
  text-align: center;
}

}
@media only screen and (max-width:768px) {
.welcome-message span {
	display: block;
}
.welcome-message h4 {
    font-size: 24px;
}
.gallery-section-bg h2 span {
	display: block;
}
.leftcover {
	max-height: 400px !important;
}
.google-map-address {
	height: auto;
}
.mobile-break {
	display: none;
}
.google-map.mpap {
    height: 500px !important;
}	
}
@media only screen and (max-width:680px) {
.nav-menu-logo .logo-img {
  background: transparent;
  padding: 0px 7px;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 125px;
  margin: 0 auto;
}


}
@media only screen and (max-width:580px) {
.inner-element.right.text-box h2 {
    line-height: 35px;
    font-weight: 900;
}
.leftcover.tab {
    background-size: 280% auto !important;
    background-position: right 50% !important;
    background-position-x: left 80% !important;
}
.inner-element.left.tab {
    padding: 26%;
}
.caption h2 {
	font-size: 26px !important;
}
.view-full-menu a {
	font-size: 14px !important; 
}
.header-social-icons .cn-fa-instagram.cn-fa-icon, .header-social-icons .cn-fa-trip-advisor.cn-fa-icon {
	display: none !important;
}
.header-social-icons .hi-icon {
  display: none !important;
}
.h-2-btn {
  width: 100% !important;
  max-width: 215px !important;
  margin: 0 auto;
}
.address-footer.center .h-2-btn {
  padding-bottom: 100px !important;
}
.nav-wid.c {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
}

@media only screen and (max-width:500px) {	
.welcome-message h2 {
	font-size: 28px;
}
.welcome-message h4 {
	font-size: 20px;
}
.menu-set-3 h4 {
	font-size: 18px;
    font-weight: 700;
}
.logo img {
	width: 100%;
	max-width: 150px;
}
.wc-order-text a {
	font-size: 18px !important;
}
}


}	
@media (min-width:992px) and (max-width:1080px) {
.address-footer .g-btn.header-order-now-text {
  margin: 2% 20% !important;
}
.g-btn.header-order-now-text.b-s-btn {
    margin-bottom: 45px !important;
}
}

	
@media (min-width:992px) and (max-width:1220px) {
.inner-element.right.text-box h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 900;
}
}
@media (min-width:992px) and (max-width:10px) {
	
.nav-menu-logo img {
    max-width: 120px;
}
.header-order-now-text a {
	padding: 10px 25px 10px 25px !important;
}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 0 !important;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.fa.fa-facebook, .fa.fa-twitter, .fab.fa-instagram, .fab.fa-tripadvisor {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
	font-size: 24px !important;
}
.bwg_thumbnail.bwg_container {
    padding: 0;
    margin: 0;
}
.sticky {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sticky {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding: 30px 20px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    display: block;
    top: 0px;
    left: 0;
	height: 110px;
}
.logged-in .sticky {
	top: 32px;
}
.header-logo {
    position: relative;
}
.nav-menu-logo {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: -20px;
}
.last-nav-wid {
    float: right;
    position: relative;
    z-index: 999;
}
.menuSeven {
    width: 35px;
    height: 39px;
    position: relative;
    float: left;
    top: 10px;
	z-index: 999;
}
.fs_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: transparent;
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.hamburger_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    height: 100vh;
    background: #191a1c;
    z-index: 10;
    overflow: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(-450px);
    transform: translateX(-450px);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);
	z-index: 9999;
}
.showmenu .hamburger_menu {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.hamburger_close {
    position: absolute;
    top: 20px;
    left: 10px;
    cursor: pointer;
    display: block;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

.shot-menu .shot-social img {
    max-width: 100px;
	border: 2px solid;
	border-radius: 50px;
}

.hamburger_menu_content {
    padding-top: 60px;
    width: 100%;
    text-align: center !important;
}
.nav-menu-logo {
    text-align: center;
}
.new-left-menu ul {
    margin: 0;
    padding: 0;
}
.new-left-menu ul li {
    list-style: none;
}
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .3s;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
}
#menu-item-525 {
	cursor: pointer;
}

#menu-item-525 a::after {
  content: "";
  background: url(/wp-content/themes/thailander/img/down-arrow.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto;
  width: 16px;
  height: 12px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5px;
  margin-left: 10px;
}
.sidenav a:hover {
    color: #a41916;
}
.menuSeven span {
    position: relative;
    -webkit-transition: .3s cubic-bezier(.8,.5,.2,1.4);
    transition: .3s cubic-bezier(.8,.5,.2,1.4);
    border-bottom: 2px solid;
    width: 34px;
    margin-bottom: 10px;
    display: block;
}
.sub-menu {
    display: none;
}
.sub-menu li a::after {
    background: 0 0 !important;
}
.left-menu-btn a {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    padding: 14px;
    border-radius: 50px;
    text-transform: uppercase;
	-webkit-transition: width 0.5s !important;
	transition: all 0.5s !important;
}
.new-left-menu {
    margin-top: 30px;
    margin-bottom: 40px;
}
a, a:hover {
	-webkit-transition: width 0.5s !important;
	transition: all 0.5s !important;
}
 
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item > a {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
	display: none !important;
}
.shot-social ul {
    text-align: center !important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.center {
  width: 100% !important;
	max-width: 515px !important;
  margin: 70px auto !important;
}
.sec2-starters-meals h4 {
  padding-top: 0px !important;
}
.text-center {
	text-align: center;
}
.address-footer {
  padding: 3px 1px 30px;
}
.caption {
  padding: 0px 94px 0px 0px;
}
.welcome-message .g-btn.header-order-now-text , .address-footer .g-btn.header-order-now-text, .nav-wid .g-btn.header-order-now-text {
	width: 215px;
	padding: 12px 30px;
	border-radius: 50px;
	cursor: pointer;
}
.g-btn.b-f-btn , .g-btn.b-s-btn:hover ,
.g-btn.b-f-btn , .g-btn.b-s-btn:hover {
  background: #000;
  color: #fff;
  -webkit-transition: width .5s !important;
transition: all .5s !important;
}
.b-s-btn , .b-f-btn:hover ,
.b-s-btn , .b-f-btn:hover {
	background: #a41916;
	color: #fff;
	-webkit-transition: width .5s !important;
	transition: all .5s !important;
}
.b-s-btn a ,
.b-f-btn a {
  padding: 0 !important;
}
.g-btn.b-f-btn ,
.g-btn.b-f-btn {
  margin-right: 15px !important;
}
.g-btn.header-order-now-text a {
  background: transparent !important;
}
.g-btn.header-order-now-text.b-s-btn {
  text-align: center;
}
.left-side-btn .left-menu-btn.l-m-f-b a {
	  background: #fff !important;
  color: #000 !important;
}
.left-side-btn .left-menu-btn.l-m-f-b a:hover {
	  background: #a41916 !important;
  color: #ffffff !important;
}
.left-menu-btn.l-m-s-b a:hover {
  color: #000 !important;
}
.sticky .nav-wid .g-btn.header-order-now-text {
  margin: 0;
}


/*   contact popup form        */

.teams-popup-block {
  background: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .5s;
  transition-timing-function: ease-in;
  transition-delay: .3s;
}
.joinus-popup-form {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
}
.teams-popup-window-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.news-details-outer {
  overflow: hidden;
  clear: both;
  padding-top: 140px;
  padding-bottom: 60px;
}
.splash-screen {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #e1e1e1;
  padding: 40px 60px 60px 60px;
  position: relative;
}
.joinus-popup-form .form-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
}
.joinus-popup-form .form-close img {
  width: 40px;
  height: 40px;
}
.splash-image {
  text-align: center;
  margin-bottom: 40px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form input, .wpcf7-form select {
  width: 100%;
  line-height: 50px;
  border: 0;
  margin: 0 0 16px 0;
  border-radius: 50px;
  padding: 0 0 0 40px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.phone, .email, .opening-hours, .delivery-hours, .collection-hours, .tcs-privacy-policy, .address-ordernow, .delivery-hours {
  margin-top: 20px;
}
.wpcf7-form select {
  background-image: url(/wp-content/uploads/2019/04/drop-down-arrow1.png);
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-position: right .7em top 50%,0 0;
}
.wpcf7-form textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 20px 0 0 40px;
  height: 200px;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha iframe {
  margin-top: 20px;
}
.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-bottom: 40px;
  position: relative;
  margin-top: 40px;
  margin-left: 0;
}
.wpcf7-list-item label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.wpcf7-list-item input[type="checkbox"] {
  width: 2em !important;
  height: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff;
  vertical-align: bottom;
  padding: 0 !important;
  outline: 0 !important;
  user-select: none;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}
.wpcf7-list-item-label {
  vertical-align: text-bottom;
  margin-left: 50px;
  letter-spacing: .5px;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
  float: left;
  font-size: 20px;
  line-height: 32px;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}
.submit-btn-outer {
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
}
#submit-btn {
  margin: 0 auto;
  padding: 10px 1px;
  background: #a41916 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: normal;
}
.wpcf7 .ajax-loader {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 24px;
  margin: 10px auto;
}
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7 .ajax-loader::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.splash-image img {
  max-width: 10%;
}
.swal2-popup.swal2-modal.swal2-show {
  z-index: 999999 !important;
}