/*!
Theme Name: Kawara
Theme URI: http://co-well.vn
Author: ss team
Author URI: http://co-well.vn
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kawara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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.
 */

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;
}

/*--------------------------------------------------------------
# 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;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	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%;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
# 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;
}
.screen-reader-text {
	display: none;
}
table th, table td {
	word-break: break-word
}
body.admin-bar .header-wrap .header.affix {
	top: 32px;
}
/* Custom css wp */
.error404 .header__menu-right ul li a, .no-banner .header__menu-right ul li a {
	color: #a17d46;
}
.error404 .error-section {
	padding-top: 135px;
}

/* custom pagination's css of news-page */
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #a17d46;
	border-color: #a17d46;
}
.pagination-new li span.current  {
	z-index: 3;
	color: #fff;
	background-color: #a17d46;
	border-color: #a17d46;
}
.pagination-new li a, .pagination-new li span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #a17d46;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 50% !important;
	margin: 0 3px;
	border-color: #825e2e;
	min-width: 2.375rem;
	text-align: center;
}
.focus-news__item__content {
	color: white;
}
.pagination-new {
	justify-content: center;
	width:auto;
}
/* Footer add*/
.footer__address a {
	color: #92723f;
	font-family: Playfair Display,sans-serif;
	text-decoration: underline;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 1.25rem;
}

/* Custom cf7 */
div.wpcf7 .ajax-loader {
	background-repeat: no-repeat;
	background-position: center;
}
.bookings__popup .wpcf7-not-valid-tip,
.contact__popup .wpcf7-not-valid-tip {
	position: relative;
	top: -24px;
}
.cf7-wrapper .wpcf7-form.invalid .form-row {
	margin-bottom: 1.25rem;
}
.cf7-wrapper input.wpcf7-not-valid {
	border: 1px solid #d2232a;
	margin-bottom: 0;
}
.wpcf7-not-valid-tip {
	background: transparent;
	color: #d2232a;
	font-size: 11px;
	padding: 10px 0 0 0;
	line-height: 1;
}
.cf7-wrapper .wpcf7-form.invalid .wpcf7-response-output, #form-touch .wpcf7-response-output {
	border-color: transparent;
	background-color: #d2232a;
	font-size: .725rem;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding: .5em 1em;
}
.bookings__popup form .form-row .wpcf7-not-valid,
.contact__popup form .form-row .wpcf7-not-valid {
	border: 1px solid #d2232a;
}
.bookings__popup .wpcf7 form.invalid .wpcf7-response-output,
.contact__popup .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #d2232a;
	text-align: center;
}
.bookings__popup form .form-row button {
	width: 240px;
}
#form-touch .wpcf7-response-output {
	background-color: #a17d46;
	padding: .2em .8em;
}
#form-touch .wpcf7-not-valid-tip {
	background-color: #a17d46;
}
@media (min-width: 992px){
	.cf7-wrapper .wpcf7-response-output {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}
#form-touch .wpcf7-email{
	max-width: 100%;
}
#form-touch .wpcf7-submit {
	color: #a17d46;
	text-decoration: underline;
	background: transparent;
	border: none;
	font-size: 1.125rem;
}
.single-content-wrapper {
	overflow: hidden;
}
.page-template-page-contact iframe {
	width: 100%;
}

.list-news-item__thumbnail, .focus-news__item__thumbnail {
	display: inline-block;
}
@media (min-width: 992px){
	.focus-news__item__thumbnail {
		display: inline;
	}
}

@media (max-width: 767px){ 
	.bookings__popup,
	.contact__popup {
		padding: 0 15px;
	}

	.bookings__popup .bookings__popup-close,
	.contact__popup .contact__popup-close { 
		right: 15px;
	}

	.cuisine__item-categories {
		bottom: 0;
	}

	body.page-template-page-about .about-content .heading {
		margin-left: 0;
	}
}

/* custom header page single room */
.custom-header .header-desktop {
	background: hsla(0,0%,88.2%,.85);
}

.custom-header .header-desktop .header__menu {
	padding: 20px 15px 20px 0;
}

.custom-header .header-desktop .header__menu .header__menu-right ul li a { 
	color: rgba(51,51,51,.9);
}

.custom-header .header__menu-navbar .ion-navicon .icon {
	color: #231916;
}

.custom-header .language__wrapper:after {
	color: #333;
}

body .library-list__title {
	text-transform: unset;
}

.header__menu-right ul li a {
	text-transform: capitalize;
}

/* style css -09222020 */
@media (min-width: 1500px) and (max-width: 1700px){
	.services:after {
		bottom: -10%;
	}
}
.video-btn {
	display: inline-block;
}

body .header__menu-navbar .ion-navicon .icon {
	font-size: 25px;
}

@media (max-width: 1400px) {
	.home__title .heading {
		padding: 0 15px;
	}
}

@media (min-width: 1439px) { 
	.home__title .heading {
		max-width: 815px;
		padding: 0;
	}
}

.page-template-page-about .about-content .heading {
	margin-left: -46px;
}

.shower-step .heading .h3, .shower-step .heading h3 {
	margin-bottom: 10px;
}
@media (min-width: 1440px) and (max-width: 1700px){
	.room__wrapper:before {
		top: 80px;
	}

	.room .heading {
		margin-bottom: 0;
		margin-right: -20px;
	}
}

.home #fb-root .fb_dialog_content iframe {
	margin: 0 !important;
	right: 30px !important;
	bottom: 24px !important;
}

#fb-root .fb_dialog_content iframe {
	right: 15px !important;
	bottom: 85px !important;
	margin: 0 !important;
}

body #form-touch .wpcf7-submit {
	font-family: Playfair Display,sans-serif;
    font-weight: 700;
}

@media (max-width:992px) {
	#fb-root .fb_dialog_content iframe,
	.home #fb-root .fb_dialog_content iframe  {
		right: 15px !important;
		bottom: 85px !important;
	}
}

/* style 25-09-2020 */
body .bookings__popup form {
	padding: 60px 42px 40px 42px;
}

footer #form-touch .wpcf7-email {
	width: 100%;
}

footer #form-touch .wpcf7-not-valid-tip {
	padding: 10px 0;
	color: #fff;
}

footer #form-touch .wpcf7-response-output {
	text-align: center;
}

footer.footer form label input {
	min-width: unset;
	max-width: 270px;
}

body .lg-sub-html {
	font-size: 18px;
	padding-right: 50px;
}

body .bookings__popup .form-row span select {
	margin-bottom: 20px;
}

body .bookings__popup .wpcf7-response-output {
	margin-top: 0;
}

body .social {
	z-index: 999;
}

.nav-sidebar__mobile-menu {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	body .lg-outer.lg-visible {
		padding: 0 15px;
	}

	body .lg-outer .lg {
		max-height: calc(80% - 250px)!important;
	}

	.cuisines-item .cuisines-item__wrapp {
		margin-bottom: 35px;
		padding: 0;
	}

	.cuisines-item .cuisines-item__wrapp:first-child {
		padding-top: 50px;
	}
}

@media (min-width: 1920px) { 
	body .about-content__img {
		padding-left: calc((100% - 1400px)/2 + 70px);
	}
}

.icon-single_arrow_down::before {
	content:'\e91e';
}

.icon-single_arrow_up::before {
	content: '\e921';
}

.nav-sidebar__mobile .menu-item-has-children {
	position: relative;
}

.nav-sidebar__mobile .menu-item-has-children .icon-toggle {
	font-size: 14px;
    position: absolute;
    top: 20px;
    right: 25px;
    color: #a17d46;
}
.bookings__close {
	cursor: pointer;
}
.booking-open:after {
	z-index: 9999;
}
@media (min-width: 768px) {
	.booking-open .call-to-action-bookings form {
		max-width: 500px;
		margin: 0 auto;
		bottom: unset;
		padding-bottom: 60px;
		transform: translate(0,-50%);
		top: 50%;
	}
}

/* fix bug style 23/12/2020*/
.bookings__popup .bookings__mobile form {
	position: unset;
	visibility: unset;
	opacity: unset;
	z-index: 9;
} 

/* fix bug style 25/12/2020*/
.page-template-page-home #bookings__popup {
	display: none;
}
.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 0.35;
} 

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-disabled .ui-state-default:hover {
	color: #666;
	background: #f5f5f5;
}

@media (max-width:767px) {
	.page-template-page-home #bookings__popup {
		display: flex;
	}
	.bookings__popup .bookings__mobile form {
		padding: 60px 18px;
	} 
}

/* fix bug 2/3/2021 */
.list-endows__booknows {
	font-size: 1.25rem;
    padding: 0 3.3125rem;
}

.list-endows__booknows .icon {
	font-size: 11px;
    position: relative;
    top: -2px;
    padding-left: 26px;
}

@media (max-width: 767px) {
	div.list-step__title .slick-list {
		padding: 0 !important;
	}

	div.ganbanyoku_services_slider_nav.slick-dotted.slick-slider {
		margin: 0;
	}
}
