/*!
Theme Name: Lachish
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lachish
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
======= */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
a {
	background-color: transparent;
	outline: 0;
}
b,strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	font-family:"Assistant", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	/*direction: rtl;*/
	color: #000;
}
.fas, .fal {
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
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: #565656;
}
a:visited {
	color: #565656;
}
a:hover, a:focus, a:active {
	color: #ae1e43;
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
	transition: all 0.5s ease 0s;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #f7f7f7;
	position: absolute;
	top: 100%;
	width: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding: 1rem 0;
}
.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;*/
	width: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation li {
    float: right;
    position: relative;
    margin: 0;
	display: flex;
	align-items: center;
}
.main-navigation li:hover a, .main-navigation li.current-menu-item a {
    color: #d19228;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1.667vw;
	padding: 0;
	color: #fff;
	transition: color 0.5s ease 0s;
}

.main-navigation li:hover::after, .main-navigation li.current-menu-item::after {
   
}
.main-navigation li:not(:last-child):after {
    content: '';
    margin: 0 15px;
    height: 35px;
    width: 2px;
    background-color: #d19228;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	    /* flex-direction: row-reverse; */
	}
}
.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;
}
/*--------------------------------------------------------------
# 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%;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}

/******************************************************************
************************** MIXERMEDIA *****************************
******************************************************************/
header#masthead {
    background-color: #002a54;
    height: 160px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 100;
    width: 100%;
	transition: all 0.5s ease 0s;
}
header#masthead.shortPadd {
    height: 100px;
}
@media only screen and (min-width: 1400px){
	header#masthead.shortPadd > .head-wrp .main-navigation{
		padding: 0 0 15px;
	}
}
.head-wrp, div#content, .site-info {
    max-width: 94.792vw;
    width: 100%;
    margin: 0 auto;
}
.head-wrp {
    display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
	transition: all 0.5s ease 0s;
}
header#masthead > .head-wrp  .site-branding img {
	transition: all 0.5s ease 0s;
	float: left;
}
header#masthead.shortPadd > .head-wrp  .site-branding img {
    max-width: 85%;
    
}
.hambu {
	display: none;
}
.hambu > i {
    color: #fff;
    font-size: 32px;
}
.main-mobile-navigation {
    display: none;
}

.mainImg {
    height: 53.646vw;
    width: 100%;
    /* max-width: 1820px; */
    margin: 200px auto 30px;
	direction: ltr;
}
.lSSlideWrapper > ul, .lSSlideWrapper, .lSSlideOuter, .lslider-wrp, .lSSlideWrapper > ul > li {
    height: inherit !important;
	position: relative;
}
.lSSlideWrapper > ul > li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#mainSlider .ms-play-btn {
    width: 0;
    height: 0;
    border-top: 1.354vw solid transparent;
    border-bottom: 1.354vw solid transparent;
    border-left: 2.344vw solid #fff;
	margin-left: 0.521vw;
}
#mainSlider .sld-wrp {
    display: flex;
    justify-content: flex-start;
}
#mainSlider .content-box {
    margin: 5% 0 0 10%;
    direction: rtl;
}
#mainSlider .sld-text {
    font-size: 3.646vw;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
	direction: rtl;
    text-align: right;
}
#mainSlider .vid-tmb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: inherit;
	width: 55%;
	display: flex;
    align-items: center;
    justify-content: center;
}
#mainSlider .sld-stext {
    font-size: 2.083vw;
    color: #fff;
}
#mainSlider .sld-stext {
    font-size: 2.083vw;
    color: #fff;
    margin: 1vw 0 1.8vw;
    direction: rtl;
    text-align: right;
}
#mainSlider .ms-vid-wrp {
    /* max-width: 39.896vw; */
	max-width: 100%;
    width: 100%;
    height: 9.635vw;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.vid-txt {
    width: 45%;
    background-color: #d19228;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.604vw;
}
#mainSlider .play-btn {
    width: 6.771vw;
    height: 6.771vw;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.3);
	cursor: pointer;
}
.home .lSAction > a {
	background-image: none !important;
	opacity: 1 !important;
	z-index: 9 !important;
	width: 3.646vw;
    height: 3.646vw;
	display: flex;
    align-items: center;
    justify-content: center;
}
.home .lSAction > .lSPrev:after, .home .lSAction > .lSNext:after {
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
	font-size: 3.125vw;
	color: #fff;
	font-weight: 200;
}
.home .midSlider .lSAction > a, .home .kidsSlider .lSAction > a {
    background-color: #e6e6e6;
}
.home .lSAction > .lSPrev:after {
	content: '\f053';
}
.home .lSAction > .lSNext:after {
	content: '\f054';
}
.home .lSAction > .lSPrev {
    left: 0;
}
.home .lSAction > .lSNext {
    right: 0;
}
.content-overlay {
	background: #0006 none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 102;
	display: none;
}
.vid-inner-wrp {
    height: 100%;
    padding: 2.604vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cls {
    position: absolute;
    top: 2.604vw;
    right: 2.604vw;
    background: #e6e6e6;
    width: 5.208vw;
    height: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.cls > i {
    color: #002a54;
    font-size: 3.646vw;
}
.about-sec {
    display: flex;
    flex-direction: row-reverse;
    margin: 5.990vw 0;
    position: relative;
}
.about-sec > div {
    width: 50%;
}
.abt-r-top, .abt-l-top {
    height: 23.594vw;
	overflow: hidden;
}
.abt-l-top {
    background-color: #d19228;
    padding: 2.083vw 2.604vw 2.083vw 0.521vw;
}
.abt-r-bot, .abt-l-bot {
    height: 16.250vw;
    overflow: hidden;
}
.abt-r-top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: flex-end;
    padding: 1.823vw 2.604vw;
}
.abt-r-top:hover {
    background-size: 110% auto;
}
.abt-l-bot {
    background-color: #002a54;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-r-bot {
    background-color: #e6e6e6;
}
.abt-r-top > h2, .abt-l-top > h1, .top-mid-txt-block > h2, .kitchen-ttl-wrp > h2, .tour-ttl-content h2, .kids-ttl-wrp h2, .contact-frm h3 {
    font-size: 3.750vw;
    color: #fff;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}
.abt-r-top > h2:before, .abt-l-top > h1:before, .top-mid-txt-block > h2:before, .kitchen-ttl-wrp > h2:before, .tour-ttl-content h2:before, .kids-ttl-wrp h2:before, .contact-frm h3:before {
    content: '';
    width: 0.833vw;
    height: 3.021vw;
    background-color: #002a54;
    top: 0.208vw;
    position: relative;
    margin-left: 0.521vw;
}
.abt-l-top > ul {
    margin: 1.042vw 0 0;
    padding: 0;
    list-style: none;
}
.abt-l-top > ul > li {
    font-size: 1.563vw;
    color: #fff;
    line-height: 1.3;
    padding-right: 1.302vw;
}
.abt-l-top > ul > li:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
    font-size: 0.938vw;
    margin-right: -1.406vw;
    padding-left: 0.521vw;
}
.abt-r-bot > p {
    font-size: 1.563vw;
    color: #002a54;
    line-height: 1.4;
    margin: 0;
}
.abt-r-bot {
    background-color: #e6e6e6;
    padding: 2.604vw;
}
.abt-l-bot > a {
    margin-top: -0.781vw;
}
.abt-l-bot > a > span, .abt-l-bot > a > span > i, .abt-l-bot > a {
    color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.abt-l-bot > a > span:first-child {
    font-size: 6.771vw;
    line-height: 1;
}
.abt-l-bot > a > span:last-child, .abt-l-bot > a > span:last-child > i {
    font-size: 4.167vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abt-l-bot > a > span > i {
    position: relative;
    right: 0;
    transition: right 0.5s ease 0s;
}
.abt-l-bot:hover > a > span > i {
	right: 0.521vw;
}
.home .lSSlideOuter .lSPager.lSpg {
    z-index: 8;
    position: absolute;
    width: 100%;
    bottom: 2.083vw;	
}
.home .lSSlideOuter .lSPager.lSpg > li {
	display: inline;
	padding: 0 0.521vw;
}
.home .lSSlideOuter .lSPager.lSpg > li > a {
    border-radius: 0;
    max-width: 7.813vw;
	width: 100%;
	height: 1.042vw;
}
.home .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #e6e6e6;
}
.home .lSSlideOuter .lSPager.lSpg > li:hover a, .home .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #d19228;
}
.midSlider {
    height: 47.344vw;
    width: 100%;
    /* max-width: 1820px; */
    margin: 30px auto 0;
    direction: ltr;
	position: relative;
}
.midSlider .lslider-wrp {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.midSlider .lslider-wrp.dsp {
	/* display: block; */
	opacity: 1;
	visibility: visible;
}
.home .midSlider .lSAction > .lSPrev:after, .home .midSlider .lSAction > .lSNext:after,
.home .kidsSlider .lSAction > .lSPrev:after, .home .kidsSlider .lSAction > .lSNext:after {
	color: #002a54;
}
.sld-btns-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sld-btns-wrp > button {
	width: 33.33336%;
	height: 7.813vw;
	font-size: 3.125vw;
	color: #002a54;
	cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
	border: 0;
    border-radius: 0;
    padding: 0;
}
.sld-btns-wrp > button > img {
    margin-left: 1.250vw;
	max-width: 6.042vw;
}
.sld-btns-wrp > button.dsp {
    background-color: #002a54;
    color: #fff;
	font-weight: 700;
}
.top-mid-txt-block {
    max-width: 75.521vw;
    margin: 0 auto -5.208vw;
    background-color: #f3f3f3;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	padding: 3.646vw 2.604vw;
	z-index: 1;
	position: relative;
}
.txt-icn {
    display: flex;
    flex-direction: row-reverse;
	padding-top: 2.604vw;
}
.top-mid-txt-block > h2, .kitchen-ttl-wrp > h2, .tour-ttl-content h2, .kids-ttl-wrp h2, .contact-frm h3 {
    color: #002a54;
}
.top-mid-txt-block > h2:before, .kitchen-ttl-wrp > h2:before, .tour-ttl-content h2:before, .kids-ttl-wrp h2:before, .contact-frm h3:before {
    background-color: #d19228;
}
.txt-icn > div {
    font-size: 1.354vw;
    line-height: 1.5;
    padding-right: 1.563vw;
}
.txt-icn > img {
    max-width: 8.854vw;
}
.kitchen-wrp {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
}
.kitchenSlider {
    height: 43.750vw;
    width: 100%;
    max-width: 78.125vw;
    margin: 7.813vw 0;
    direction: ltr;
    position: relative;
}
.kitchen-ttl-wrp {
    position: absolute;
    top: 13.802vw;
    right: 0;
    z-index: 10;
    background-color: #f3f3f3;
    padding: 4.167vw 3.125vw;
    height: 21.458vw;
    width: 47.135vw;
}
.kitchen-ttl-wrp > div {
    font-size: 1.563vw;
    padding-top: 2.604vw;
    padding-right: 1.563vw;
}
.chefs-wrp {
    width: 100%;
}
ul.chefs {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.chefs > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5.208vw;
}
.chef-img {
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 1.563vw;
}
.chef-img > img {
    transition: all 0.5s ease 0s;
    transform: scale(1);
}
ul.chefs > li:hover > .chef-img > img {
    transform: scale(1.1);
}
ul.chefs > li > h3, .chef-sttl {
    font-size: 2.500vw;
    color: #002a54;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}
.chef-sttl {
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0.521vw;
}
.vac-wrp {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 3.125vw;
    font-weight: 700;
    color: #002a54;
	margin: 7.813vw 0;
}
.vac-wrp > button {
    width: 32.917vw;
    height: 6.927vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vac-wrp > a {
    width: 32.917vw;
    height: 6.927vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d19228;
    color: #fff;
    font-size: 3.125vw;
    font-weight: 700;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    padding: 0 2.083vw;
}
.vac-wrp > a > i {
    position: relative;
    right: 0;
    transition: right 0.5s ease 0s;
	font-size: 3.125vw;
	color: #fff;
	font-weight: 700;
}
.vac-wrp > a:hover > i {
    right: 10px;
}

.tourSlider {
    height: 43.750vw;
    width: 100%;
    max-width: 78.125vw;
    margin: 0;
    direction: ltr;
    position: relative;
}
.tour-wrp {
    position: relative;
    margin: 0 0 7.813vw;
}
.tour-ttl-data {
    display: none !important;
}
.tour-ttl-content {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 10.156vw;
	background-color: #f3f3f3;
    padding: 3.646vw 4.167vw;
	width: 47.135vw;
	height: 28.698vw;
}
div#sld-ttl {
    margin-bottom: 1.563vw;
}
.tour-ttl-content h3 {
    font-size: 2.448vw;
    margin: 0.781vw 0;
    color: #002a54;
    font-weight: 700;
	padding-right: 1.563vw;
}
.tour-ttl-content div#sld-txt {
    padding-right: 1.563vw;
    font-size: 1.563vw;
    color: #002a54;
}

.home .navnav .lSAction > .lSPrev:after, .home .navnav .lSAction > .lSNext:after {
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
    font-size: 2.604vw;
    font-weight: 200;
    color: #002a54;
}
.navnav {
    position: relative;
    display: flex;
    justify-content: center;
    width: 9.375vw;
    height: 4.167vw;
    align-items: center;
    float: left;
	color: #002a54;
}
.navnav > div {
    font-size: 2.604vw;
    top: -1.771vw;
    position: relative;
    right: 0;
}
.navnav .lSAction {
    position: absolute;
    top: 0;
    z-index: 111;
    width: 9.375vw;
    left: -0.260vw;
}
.home .navnav .lSAction > a {
    width: 2.604vw;
    height: 2.604vw;
}
.navnav span {
    font-size: 2.604vw;
    line-height: 1;
	color: #002a54;
}
.tourSlider .lSSlideOuter, .kidsSlider .lSSlideOuter {
    position: initial;
}
.home .tourSlider .lSSlideOuter .lSPager.lSpg,
.home .kidsSlider .lSSlideOuter .lSPager.lSpg {
    bottom: -2.917vw;
}
.kids-sld-wrp {
    margin: 7.813vw 0;
}
.kidsSlider {
    height: 44.271vw;
    width: 100%;
    /* max-width: 1820px; */
    margin: 1.563vw auto 0;
    direction: ltr;
    position: relative;
}
.kidsSlider .sldText {
    direction: rtl;
    text-align: right;
    right: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 1.563vw;
    max-width: 30.573vw;
    height: 13.385vw;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 2.604vw;
    line-height: 1.4;
}
.contact-wrp {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 5.208vw;
    overflow: hidden;
    height: 40.313vw;
}
.contact-wrp > div {
    width: 50%;
}
.contact-frm {
    background-color: #f3f3f3;
    padding: 2.604vw 1.042vw;
}
.contact-image {
    overflow: hidden;
}
.contact-image > img {
    transition: all 0.5s ease 0s;
	transform: scale(1); 
}
.contact-image:hover > img {
    transform: scale(1.1); 
}
.contact-frm h3 {
    font-size: 3.229vw;
}
.contact-frm h3:before {
    height: 2.5vw;
	margin-left: 0.781vw;
}
.fld {
    /*max-width: 38.646vw;*/
    width: 100%;
    height: 2.604vw;
    margin: 2.604vw 0;
}
.fld input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #002a54;
	outline: 0;
	text-align: right;
}
.fld input::-webkit-input-placeholder {
    font-size: 2.083vw;
	color: #002a54;
}
.fld input[type="checkbox"] {
    width: 1.458vw;
    height: 1.458vw;
}
.fld.chb span.wpcf7-list-item.first.last {
    margin-right: 0;
}
.fld.chb span.wpcf7-list-item-label {
    font-size: 2.083vw;
    color: #002a54;
}
.fld.sbm > button {
    background-color: #002a54;
    width: 15.885vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2.083vw;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
	outline: 0;
	cursor: pointer;
}
.fld.sbm > button > i {
    color: #fff;
    font-size: 2.083vw;
}
.fld.sbm {
    display: flex;
    justify-content: center;
    height: 5.781vw;
    margin-bottom: 1.563vw;
}
.fld.sbm > button i {
    position: relative;
    right: 0;
    transition: right 0.5s ease 0s;
	
}
.fld.sbm > button:hover i {
    right: 10px;
}
.contact-frm form {
    max-width: 38.646vw;
}
.contact-frm div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .contact-frm div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    color: #f00;
    font-size: 1.250vw;
    margin: 0;
    padding: 0;
}
.contact-frm div.wpcf7-mail-sent-ok {
    color: #002a54;
}
.contact-frm span.wpcf7-not-valid-tip {
    font-size: 1.042vw;
}
.site-footer {
    background-color: #002a54;
    height: 10.417vw;
}
.site-info {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
	height: inherit;
}
ul.scl {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
}
.crd, .crd a {
    color: #fff;
    text-decoration: none;
    font-size: 1.198vw;
}
ul.scl > li > a > i {
    color: #fff;
    font-size: 2.344vw;
}
ul.scl > li {
    margin: 0 0.521vw;
}
.floatBan {
    position: fixed;
    left: 0;
    top: 65%;
    background-color: #002a54;
    z-index: 98;
    width: 7.813vw;
    height: 8.333vw;
    overflow: hidden;
    border-top-right-radius: 0.521vw;
    border-bottom-right-radius: 0.521vw;
	cursor: pointer;
	box-shadow: 0 0 15px -4px #f3f3f3;
}
.floatBan > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.094vw;
    font-weight: 700;
    line-height: 1.4;
}
.top-blue-corner {
    position: absolute;
    top: -1.302vw;
    right: -1.302vw;
    width: 2.604vw;
    height: 2.604vw;
    background-color: #d19228;
    transform: rotate(45deg);
}
.arrUp {
    background-color: #e6e6e6;
    width: 5.208vw;
    height: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 15px -4px #002a54;
}
.arrUp > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.arrUp > a > i {
    font-size: 2.917vw;
	color: #002a54;
}
.arrUp.show {
	opacity: 1;
	visibility: visible;
}





@media only screen and (max-width: 1023px){
	header#masthead {
		z-index: 130;
	}
	.mainImg {
		margin: 100px auto 30px;
	}
	header#masthead {
		height: 70px;
	}
	.head-wrp {
		align-items: center;
	}
	.site-branding img {
		max-width: 200px;
	}
	nav#site-navigation {
		display: none;
	}
	.hambu {
		display: block;
	}
	
	.main-mobile-navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.main-mobile-navigation {
		background-color: #002a54;
		box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.75);
		float: left;
		height: 100%;
		left: 0;
		/* overflow-y: scroll; */
		position: fixed;
		top: 0;
		width: 240px;
		z-index: 130;
	}
	.main-mobile-navigation > div > ul > li {
		height: 75px;
		border-bottom: 1px solid #f3f3f3;
	}
	.main-mobile-navigation > div > ul > li > a {
	    color: #f3f3f3;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		font-size: 20px;
		padding: 0 15px 0 30px;
		text-decoration: none;
	}
	.abt-r-top {
		background-size: cover;
	}
	.abt-r-top:hover {
		background-size: cover;
	}
}
@media only screen and (max-width: 767px){
	header#masthead {
		height: 70px;
	}
	header#masthead > .head-wrp .site-branding img {
		max-width: 60%;
	}
	.mainImg {
		height: 300px;
	}
	#mainSlider .sld-text {
		font-size: 18px;
	}
	#mainSlider .sld-stext {
		font-size: 13px;
	}
	#mainSlider .ms-vid-wrp {
		max-width: 180px;
		width: 100%;
		height: 50px;
		float: left;
	}
	.cls {
		top: 30px;
		right: 30px;
		width: 50px;
		height: 50px;
	}
	.cls > i {
		font-size: 36px;
	}
	.about-sec {
		flex-direction: column;
	}
	.about-sec > div {
		width: 100%;
	}
	.abt-l-top {
		height: auto;
	}
	.abt-r-top {
		height: 260px;
		/* background-size: auto 100%; */
	}
	
	.abt-r-top > h2, .abt-l-top > h1, .top-mid-txt-block > h2, .kitchen-ttl-wrp > h2, .tour-ttl-content h2, .kids-ttl-wrp h2, .contact-frm h3 {
		font-size: 26px;
	}
	.abt-l-top > ul > li, .abt-r-bot > p {
		font-size: 20px;
	}
	.abt-r-bot, .abt-l-bot {
		min-height: 80px;
		height: auto;
	}
	.abt-l-top > ul > li {
		padding-right: 22px;
	}
	.abt-l-top > ul > li:before {
		font-size: 14px;
		margin-right: -21px;
		padding-left: 9px;
	}
	.sld-btns-wrp > button {
		height: 38px;
		font-size: 18px;
		justify-content: flex-end;
		padding-right: 5px;
	}
	.top-mid-txt-block {
		max-width: 100%;
	}
	.txt-icn {
		align-items: flex-start;
	}
	.txt-icn > div {
		font-size: 18px;
	}
	.txt-icn > img {
		max-width: 75px;
	}
	.abt-r-top > h2:before, .abt-l-top > h1:before, .top-mid-txt-block > h2:before, .kitchen-ttl-wrp > h2:before, .tour-ttl-content h2:before, .kids-ttl-wrp h2:before, .contact-frm h3:before {
		width: 7px;
		height: 24px;
		top: 3px;
		margin-left: 6px;
	}
	.kitchen-wrp {
		margin-top: 35px;
	}
	.kitchen-ttl-wrp {
		position: relative;
		top: 0;
		right: 0;
		padding: 15px;
		height: auto;
		width: 100%;
	}
	.kitchen-ttl-wrp > div {
		font-size: 18px;
		padding-top: 7px;
		padding-right: 14px;
	}
	.kitchenSlider {
		height: 200px;
		width: 100%;
		max-width: 100%;
		margin: 0 0 7.813vw;
		direction: ltr;
		position: relative;
	}
	ul.chefs > li > h3 {
		font-size: 20px;
		text-align: center;
	}
	.chef-sttl {
		font-size: 16px;
		text-align: center;
	}
	.vac-wrp {
		width: 100%;
		flex-direction: column;
		font-size: 20px;
	}
	.vac-wrp > a {
		width: 70%;
		height: 40px;
		font-size: 24px;
		padding: 0 23px;
		margin: 14px 0;
	}
	.tour-ttl-content {
		position: relative;
		top: 0;
		width: 100%;
		height: auto;
	}
	.tourSlider {
		height: 200px;
		width: 100%;
		max-width: 100%;
	}
	.home .tourSlider .lSSlideOuter .lSPager.lSpg, .home .kidsSlider .lSSlideOuter .lSPager.lSpg {
		bottom: -23px;
	}
	.navnav {
		width: 75px;
		height: 50px;
	}
	.navnav > div {
		font-size: 16px;
		top: -10px;
		position: relative;
		right: -4px;
	}
	.navnav span {
		font-size: 16px;
	}
	.navnav .lSAction {
		top: 26px;
		width: 100%;
		left: 0;
		right: -4px;
	}
	.home .navnav .lSAction > .lSPrev:after, .home .navnav .lSAction > .lSNext:after {
		font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
		font-size: 16px;
	}
	.tour-ttl-content h3 {
		font-size: 18px;
		padding-right: 14px;
	}
	.tour-ttl-content div#sld-txt {
		padding-right: 14px;
		font-size: 14px;
	}
	.kids-sld-wrp {
		margin: 50px 0;
	}
	.kidsSlider {
		height: 230px;
	}
	.kidsSlider .sldText {
		font-size: 12px;
		max-width: 100%;
		height: auto;
	}
	.kids-ttl-wrp {
		margin-bottom: 10px;
	}
	.contact-wrp {
		flex-direction: column;
		height: auto;
	}
	.contact-wrp > div {
		width: 100%;
	}
	.contact-frm form {
		max-width: 97%;
		margin: 0 auto;
	}
	.fld {
		height: 40px;
		margin: 30px 0;
	}
	.fld input::-webkit-input-placeholder, .fld input {
		font-size: 20px;
	}
	.fld input[type="checkbox"] {
		width: 22px;
		height: 22px;
	}
	.fld.chb span.wpcf7-list-item.first.last {
		margin-right: 0;
		display: flex;
		align-items: center;
	}
	.fld.chb span.wpcf7-list-item-label {
		font-size: 16px;
		margin-right: 10px;
	}
	.fld.sbm {
		height: 50px;
	}
	.fld.sbm > button {
		width: 100%;
		justify-content: space-between;
		font-size: 18px;
		padding: 0 30px;
	}
	.contact-frm div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .contact-frm div.wpcf7-mail-sent-ok {
		font-size: 20px;
	}
	.contact-frm span.wpcf7-not-valid-tip {
		font-size: 16px;
	}
	.arrUp {
		width: 40px;
		height: 40px;
	}
	.arrUp > a > i {
		font-size: 24px;
	}
	.site-footer {
		height: 150px;
	}
	.site-info {
		justify-content: center;
		flex-direction: column-reverse;
	}
	.crd, .crd a {
		font-size: 18px;
	}
	ul.scl > li {
		margin: 15px 10px;
	}
	ul.scl > li > a > i {
		font-size: 32px;
	}
	.floatBan {
		position: fixed;
		left: 10px;
		top: auto;
		bottom: 10px;
		background-color: #002a54;
		z-index: 98;
		width: 75px;
		height: 75px;
		overflow: hidden;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		cursor: pointer;
		border-radius: 5px;
		padding: 10px;
	}
	.top-blue-corner {
		top: -10px;
		right: -25px;
		width: 50px;
		height: 30px;
	}
	.floatBan > a {
		font-size: 12px;
	}
}