/*!
Theme Name: Bella Vita
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bella-vita
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.

Bella Vita is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 {
	-webkit-text-size-adjust: 100%;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b {
	font-weight: bolder;
}
strong {
	font-weight: bold;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
}


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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}


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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}


/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




:root {
  /* --font-family: "Ubuntu", sans-serif;
  --second-family: "Open Sans", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Jost", sans-serif;
  --font4: "Libre Baskerville", sans-serif; */
  --font5: "Baskervville", serif;
}

h1, h3, h4, h5, h6 {
	font-family: var(--font5);
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: var(--font5);
}
#main-nav .menu li a {
	font-family: var(--font5);
}
.couter-box .number-content {
	font-family: var(--font5);
}
.services-box .content a,
.services-box .content .title {
	font-family: var(--font5);
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 21px;
}
.s-faq .flat-accordion.style-1 .flat-toggle .toggle-title {
	font-family: var(--font5);
}
.comingsoon .comingsoon-main .js-countdown .countdown__timer .countdown__item {
	font-family: var(--font5);
}
.s-gift-vouchers .s-gift-vouchers-list .main .gift-vouchers-box .content .title {
	font-family: var(--font5);
}
.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .info .title {
	font-family: var(--font5);
}
.blog-creative .blog-creative-main .main .title {
	font-family: var(--font5);
}
.blog-box-6 .text {
	font-family: var(--font5);
}



:root {
	--dark: #0e1927;
	--light: #e6c9a2;
	--white: #fff;
	--alarm: #d71a1a;

	--font-family: "DM Sans", sans-serif;
  	--second-family: "Audrey", sans-serif;
}
.custom-logo {
    font-family: var(--font5);
    font-size: 30px;
    text-transform: uppercase;
	color: #e6c9a2;
}

.menu-list h5 span.price {
	white-space: nowrap;
}
.menu-list h5 .txt>span {
    white-space: nowrap;
}


.uppercase {
	text-transform: uppercase;
}

section.s-reservation {
    padding-bottom: 30px;
}
.s-reservation .container {
    max-width: 1200px;
	overflow: visible;
}
.s-reservation .block-title {
	padding-top: 46px;
	padding-bottom: 40px;
}
.s-reservation-main {
    display: flex;
    align-items: center;
}
.s-reservation-main .form-aside {
	display: flex	;
	flex-direction: column;
    flex: 0 0 27.7%;
    max-width: 27.7%;
	background: var(--dark);
}
.s-reservation-main .form-aside img {
    width: 100%;
}

.aside-box {    
    color: #fff;
    padding: 60px 40px;
}
.aside-box p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.07em;
    font-family: var(--font-family);
}
.aside-box-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
	font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 30px;
}
.aside-box-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 73px;
    height: 2px;
    background: #e6c9a2;
}
.form-box {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--white);
    flex: 1;
    border: 1px solid var(--light);
}
.form-box .content {
    padding: 26px 70px;
    min-height: 733px;
	position: relative;
    z-index: 1;
}
.form-box-title {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 0.05em;
    color: var(--dark);
	margin-bottom: 24px;
	font-family: var(--font-family);
}


.form .wpcf7-form-control {
    border: 1px solid var(--light);
    border-radius: 1px;
    padding: 12px 10px;
    width: 100%;
    height: 50px;
    /* font-family: "DM Sans", sans-serif; */
	/* font-weight: 300; */
	font-size: 18px;
	color: var(--dark);
	font-family: var(--font-family);
}
.form .wpcf7-form-control.wpcf7-textarea {
    height: 157px;
    resize: vertical;
}
.form .wpcf7-form-control.wpcf7-select {
    background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.form .wpcf7-form-control::placeholder {
color: inherit;
opacity: 1;
font-size: inherit;
}

.form .wpcf7-form-control::-ms-input-placeholder {
color: inherit;
font-size: inherit;
}
.form p {
    position: relative;
	margin-bottom: 22px;
}

.form .wpcf7-submit {
	width: 100%;
}
.form label {
    font-weight: 300;
    font-size: 15px;
    color: var(--dark);
    display: block;
}
.form p>img {
    position: absolute;
	top: 25px;
    right: 20px;
    transform: translateY(-50%);
}
.form p > label ~ img {
    position: absolute;
	top: 50px;
    right: 20px;
    transform: translateY(-50%);
}

.wpcf7-submit.tf-button.style3 {
    background-image: linear-gradient(160deg, #0E1927 50%, #e6c9a2 50%);
    color: #e6c9a2;
	font-family: var(--font5);
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--light);
    padding: 0px 31px 0px 33px;
    line-height: 50px;
    border: 2px solid var(--light);
}
.wpcf7-submit.tf-button.style3::before {
	height: 2px;
	background-color: var(--light);
	
}
.wpcf7-submit.tf-button.style3:hover {
	color: #000;
}

@media (max-width: 1200px) {
	.s-reservation-main .form-aside {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.form-box .content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.form .wpcf7-form-control {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.s-reservation-main {
		flex-wrap: wrap;
	}
	.form-box {
		order: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.s-reservation-main .form-aside {
		order: 2;
		flex: 0 0 50%;
		max-width: 50%;
		aspect-ratio: 1;
	}
}
@media (max-width: 767px) {
	.s-reservation-main .form-aside {
		flex: 0 0 100%;
		max-width: 100%;
		aspect-ratio: auto;
	}
	.s-reservation-main .form-aside img {
		height: 510px;
		object-fit: cover;
	}
	.s-reservation-main .form-aside:last-child {
		flex-direction: column-reverse;
	}
}


.sidebar-content .list {
    margin-left: 0;
    padding-right: 0;
}
.sidebar-content .list li {
    list-style: none;
    color: #fff;
    letter-spacing: 0.3px;
    text-align: left;
	width: 100%;
}
.sidebar-content .list li i {
    font-size: 12px;
    color: #e6c9a2;
    margin-right: 10px;
}


.p-about .s-services .services-box .content .title {
    color: #0e1927;
}

#map {
	height: 500px;
}

.select-wrap {
    position: relative;
}
.select-wrap:after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/themes/bella-vita/assets/images/icon/arrow-down-dark.svg);
	background-size: contain;
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	right: 20px;
	pointer-events: none;
}

/* .services-box .icon {
	width: 150px;
	height: 150px;
	background: transparent;
} */

@media (max-width: 1350px) {
	.header.style-3 #main-nav .menu > li {
		margin-right: 35px;
	}
}
@media only screen and (max-width: 1280px) {
    .header #site-header-inner .tf-button {
        display: none;
    }
}
@media (min-width: 2200px) {
	.header.style-3 #main-nav {
		left: 30%;
	}
}