/*!
Theme Name: marvero
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: marvero
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.

marvero 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 {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	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,
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;
	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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

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

/* END UNDERSCORE THEME */

/* BEGIN MARVERO THEME */

/* BEGIN OVERRIDES UNDERSCORE */
.post,
.page {
	margin-bottom: 0;
}

/* END OVERRIDES UNDERSCORE */

/* BEGIN OVERRIDES DEFAULT BOOTSTRAP FONTS */

body {
	--bs-body-font-family: 'Montserrat', sans-serif;
}

/* END OVERRIDES DEFAULT BOOTSTRAP FONTS */

/* BEGIN MARVERO TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Cormorant Upright', serif;
}

.page h1,
.page-template h1,
.single h1,
.archive h1,
.blog h1,
.search h1,
.page .h1,
.page-template .h1,
.single .h1,
.archive .h1,
.blog .h1,
.search .h1 {
	font-weight: 600;
	font-size: 3.052rem;
	color: #003776;
}

.page h2,
.page-template h2,
.single h2,
.archive h2,
.blog h2,
.search h2,
.page h3,
.page-template h3,
.single h3,
.archive h3,
.blog h3,
.search h3,
.page h4,
.page-template h4,
.single h4,
.archive h4,
.blog h4,
.search h4,
.page h5,
.page-template h5,
.single h5,
.archive h5,
.blog h5,
.search h5,
.page h6,
.page-template h6,
.single h6,
.archive h6,
.blog h6,
.search h6 {
	color: #003776;
	font-weight: 600;
}

.page h2,
.page-template h2,
.single h2,
.archive h2,
.blog h2,
.search h2 {
	font-size: 2.441rem;
}

.page h3,
.page-template h3,
.single h3,
.archive h3,
.blog h3,
.search h3 {
	font-size: 1.953rem;
}

.page h4,
.page-template h4,
.single h4,
.archive h4,
.search h4 {
	font-size: 1.563rem;
}

.page a,
.page-template a,
.single a,
.archive a,
.search a,
.blog a {
	text-decoration: none;
	color: #003776;
}

p {
	font-size: 18px;
	font-weight: 400;
	color: #34383b;
}

p:last-child {
	margin-bottom: 0;
}

/* END MARVERO TYPOGRAPHY */

/* BEGIN UTILITIES */

.title {
	font-family: 'Cormorant Upright', serif;
	font-size: 21px;
	color: #003776;
}

.btn_default {
	display: inline-block;
	background-color: #fff;
	padding: 10px 16px;
	color: #003776;
	border-radius: 0;
}

.booking_link_mobile .btn_default,
.btn_default.btn_default_inv {
	background-color: #003776;
	color: #fff;
}

.btn_default_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003776;
	padding: 10px 16px;
	border-radius: 8px;
}

.btn_default.btn_outline {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: none;
}

.color_white {
	color: #fff !important;
}

.color_primary_600 {
	color: #D11A19 !important;
}

.title_2,
h2.title_2 {
	font-size: 42px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {

	.title_2,
	h2.title_2 {
		font-size: 32px;
	}
}

.text_font_22,
.text_font_22>p {
	font-size: 22px;
	font-weight: 400;
}

.text_font_28_bold,
.text_font_28_bold>p {
	font-size: 28px;
	font-weight: 700;
}

.animated_btn {
	height: 20px;
	line-height: 48px;
	color: #003776;
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
	.animated_btn {
		height: 8vw;
		line-height: 8vw;
		font-size: 16px;
		padding-left: 9vw;
	}
}

.animated_btn svg {
	top: 17px;
	left: -22px;
	width: 44px;
	height: 16px;
	fill: #003776;
	z-index: 1;
	position: absolute;
	transition: all 0.25s ease-out;
}

@media screen and (max-width: 767px) {
	.animated_btn svg {
		top: 2.2vw;
		left: -1.95vw;
		width: 6.667vw;
		height: 2.667vw;
	}
}

.animated_btn svg rect {
	will-change: transform;
	transform-origin: right center;
	transition: transform 0.25s ease-out;
}

.animated_btn:after,
.animated_btn:before,
.animated_btn span {
	display: block;
	will-change: transform;
	transition: transform 0.25s ease-out;
}

.animated_btn span {
	display: block;
	will-change: transform;
	transition: transform 0.25s ease-out;
}

.animated_btn:after,
.animated_btn:before {
	left: 0;
	top: 7px;
	width: 35px;
	height: 35px;
	content: "";
	position: absolute;
	transform: rotate(45deg);
}

.animated_btn::before {
	border: 1px solid #003776;
}

.animated_btn::after {
	background: #003776;
	transform: scale(0.01) rotate(45deg);
}

.animated_btn:hover:after,
.animated_btn:hover:before {
	transform: rotate(-45deg) scale(1.2);
}

@media screen and (max-width: 767px) {
	.animated_btn:before {
		top: 1vw;
		width: 5.333vw;
		height: 5.333vw;
	}

	.animated_btn:after {
		top: 1vw;
		width: 5.333vw;
		height: 5.333vw;
	}
}

.animated_btn:hover svg {
	fill: #fff;
	transform: translateX(0.3vw);
}

.animated_btn:hover span {
	transform: translateX(0.6vw);
}

.animated_btn:hover svg rect {
	transform: scaleX(0.5);
}

.sec_padding {
	padding: 120px 0;
}

.sec_margin {
	margin: 120px 0;
}

@media only screen and (max-width: 1199px) {
	.sec_padding {
		padding: 60px 0;
	}

	.sec_margin {
		margin: 60px 0;
	}
}

@media screen and (min-width: 992px) {
	div.ps_lg {
		padding-left: 62px;
	}

	div.pe_lg {
		padding-right: 62px;
	}

	div.px_lg {
		padding: 0 62px;
	}
}

@media screen and (min-width: 1200px) {
	div.ps_xl {
		padding-left: 92px;
	}

	div.pe_xl {
		padding-right: 92px;
	}

	div.px_xl {
		padding: 0 92px;
	}
}

.intro_text ul {
	padding: 0;
	margin-left: 32px;
}

/* END UTILITIES */

/* BEGIN HEADER */
#header-top {
	background: transparent linear-gradient(180deg, #3281C7 0%, #49AEEC 100%) 0% 0% no-repeat padding-box;
	min-height: 80px;
}

@media screen and (max-width: 991px) {
	#header-top {
		min-height: 35px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#header-top {
		min-height: 60px;
	}
}

#header-top #header-top-menu .nav-link {
	border-right: 1px solid #fff;
}

#header-top #header-top-menu .nav-link,
#header-sub #header-sub-menu .nav-link {
	font-weight: 500;
}

@media screen and (max-width: 1199px) {

	#header-top #header-top-menu .nav-link,
	#header-sub #header-sub-menu .nav-link {
		font-size: 14px;
	}
}

#header-top #header-top-menu .nav-link:hover,
#header-top #header-top-menu .nav-link.active {
	opacity: 0.6;
}

#header-sub {
	background: transparent url('./img/fascia_nuvole.jpg') 50% 0% no-repeat padding-box;
	min-height: 110px;
}

@media screen and (max-width: 991px) {
	#header-sub {
		min-height: auto;
		background: #fff;
		padding: 10px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#header-sub {
		min-height: 80px;
	}
}

#header-sub #header-sub-menu .nav-link {
	color: #003776;
}

#header-logo .site-branding {
	position: absolute;
	top: 22px;
}

@media screen and (max-width: 575px) {
	#header-logo .site-branding {
		top: 10px;
	}

	#header-logo .site-branding img {
		width: 125px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	#header-logo .site-branding {
		top: 5px;
	}

	#header-logo .site-branding img {
		width: 150px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	#header-logo .site-branding img {
		width: 180px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

	#header-logo .site-branding img {
		width: 200px;
	}
}

.menu_mobile_logo {
	width: 150px;
}

#menu-mobile .nav-link {
	color: #416FBA;
	padding: 6px 0;
}

.btn_mobile_menu p {
	color: #416FBA;
	font-weight: 900;
}

.btn_mobile_menu i {
	font-size: 32px;
	color: #416FBA;
}

.header-breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #416fba;
	background-color: #e4eef7;
	margin-top: 3px;
}

.lang_top .nav-item .nav-link {
	padding: 0 8px;
}

.lang_top .nav-item:last-child .nav-link {
	padding: 0;
}

/* END HEADER */

/* BEGIN PAGE DEFAULT */
.page_default_header_bg {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 40vh;
}

.page_default_content h2,
.page_default_content h3,
.page_default_content h4 {
	margin: 36px 0 18px;
}

.page_default_content ul {
	list-style: none;
	margin-left: 0;
}

.page_default_content ul li {
	margin: 8px 0;
}

.page_default_content ul li::before {
	display: inline-block;
	content: "\f0c8";
	width: 1.85em;
	margin-left: -1.85em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #003776;
}

.page_default_gallery_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 4 / 3;
}

/* END PAGE DEFAULT */

/* BEGIN PAGE HOME */

/*
#beddy-bar-block {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}
*/

#beddy-bar-block.open {
	max-height: 110px;
	/* Altezza sufficiente per contenere il form */
	transition: max-height 0.3s ease-in;
}

.headerHomeSlider .header_home_slider_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 66vh;
}

@media screen and (max-width: 767px) {
	.headerHomeSlider .header_home_slider_img {
		height: 50vh;
	}
}

#header-home .overlay_header_home_slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: transparent linear-gradient(180deg, #003776 0%, #001C3B2E 100%) 0% 0% no-repeat padding-box;
	opacity: 0.7;
}

#header-home .carousel-caption {
	z-index: 3;
}

.header_home_slider_title {
	font-family: 'Cormorant Upright', serif;
	font-size: 52px;
	line-height: 1;
}

@media screen and (max-width: 1199px) {
	.header_home_slider_title {
		font-size: 24px;
	}
}

.header_home_slider_subtitle p {
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 1199px) {
	.header_home_slider_subtitle p {
		font-size: 16px;
	}
}

.waves_header_home_slider {
	position: absolute;
	z-index: 2;
}

@media screen and (max-width: 575px) {
	.waves_header_home_slider {
		bottom: -40px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.waves_header_home_slider {
		bottom: -80px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.waves_header_home_slider {
		bottom: -100px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.waves_header_home_slider {
		bottom: -120px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
	.waves_header_home_slider {
		bottom: -200px;
	}
}

@media screen and (min-width: 1921px) and (max-width: 4095px) {
	.waves_header_home_slider {
		bottom: -250px;
	}
}

@media screen and (min-width: 4096px) {
	.waves_header_home_slider {
		bottom: -440px;
	}
}

.waves_header_home_slider img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

#intro-home {
	z-index: 2;
}

#banner-full-home img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1199px) {
	#banner-full-home img {
		height: 220px;
	}
}

#banner-full-home .banner_full_home_text {
	position: absolute;
	font-family: 'Satisfy', cursive;
	font-size: 56px;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	#banner-full-home .banner_full_home_text {
		font-size: 42px;
		line-height: 1.2;
	}
}

#services-home {
	background-color: #F4F2EE;
}

.services_bg {
	background-image: url('./img/sfondo_servizi.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.service_home_text p,
.text_offer p,
.text_mosaic p,
.contacts_home_text p {
	color: #888888;
}

.img_offer img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

.date_offer {
	color: #db1c1b;
}

.date_offer span {
	font-size: 13px;
}

.read_more {
	padding: 0 0 48px 8px;
}

.read_more .animated_btn {
	color: #003776;
}

.image_mosaic img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.content_mosaic_bg_1 {
	background-color: #F4F2EE;
	background-image: url('./img/sfondo_eolie_in_caicco.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.content_mosaic_bg_2 {
	background-color: #F4F2EE;
	background-image: url('./img/sfondo_eolie_e_costa.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.content_mosaic_bg_3 {
	background-color: #F4F2EE;
	background-image: url('./img/sfondo_egadi.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.title_mosaic .title {
	font-size: 36px;
}

#formula-home.crociera_formula_sec {
	position: relative;
	background-color: #fff;
	background-image: url('./img/formula_home_bg.jpg');
	background-size: cover;
	background-position: 50% 80%;
	background-repeat: no-repeat;
	margin: 100px 0px 160px;
}

#formula-home .crociera_formula_title_sec {
	position: relative;
	top: 80px;
	z-index: 2;
	color: #fff;
}

#formula-home .formula_bg {
	position: relative;
	top: 140px;
	background-image: none;
	background-color: #fff;
	border-radius: 0px 23px 0px 23px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: 2;
}

#formula-home .formula_bg .crociera_formula_content.border_right {
	border-right: 1px solid #d1d1d1;
}

#formula-home .crociera_formula_sec_overlay {
	position: absolute;
	top: 0;
	background: #003776ad;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.wpcf7#wpcf7-f4-o1 input[type="text"],
.wpcf7#wpcf7-f4-o1 input[type="email"],
.wpcf7#wpcf7-f4-o1 input[type="url"],
.wpcf7#wpcf7-f4-o1 input[type="password"],
.wpcf7#wpcf7-f4-o1 input[type="search"],
.wpcf7#wpcf7-f4-o1 input[type="number"],
.wpcf7#wpcf7-f4-o1 input[type="tel"],
.wpcf7#wpcf7-f4-o1 input[type="range"],
.wpcf7#wpcf7-f4-o1 input[type="date"],
.wpcf7#wpcf7-f4-o1 input[type="month"],
.wpcf7#wpcf7-f4-o1 input[type="week"],
.wpcf7#wpcf7-f4-o1 input[type="time"],
.wpcf7#wpcf7-f4-o1 input[type="datetime"],
.wpcf7#wpcf7-f4-o1 input[type="datetime-local"],
.wpcf7#wpcf7-f4-o1 input[type="color"],
.wpcf7#wpcf7-f4-o1 textarea,
.wpcf7#wpcf7-f4-o1 .form-select {
	font-family: "Montserrat";
	font-size: 16px;
	border: 1px solid #F7F7F7;
	border-radius: 0;
	padding: 10px 20px;
	height: 57px;
	background-color: #F7F7F7;
}

.wpcf7#wpcf7-f4-o1 button.wpcf7-submit {
	background-color: #003776;
	color: #fff;
	border-radius: 0;
	padding: 5px 25px;
	font-size: 18px;
	font-weight: normal;
	line-height: 2.125em;
	min-width: 150px;
}

.wpcf7#wpcf7-f4-o1 button.wpcf7-submit:hover {
	background-color: #fff;
	border: 1px solid #43A2E2;
	color: #43A2E2;
}

#wpcf7-f4-o1 .wpcf7-spinner {
	position: absolute;
	right: 18%;
	top: 13%;
	background-color: #1a6d82;
}

#wpcf7-f4-o1 .wpcf7-list-item-label {
	font-size: 14px;
	color: #888888;
}

#wpcf7-f4-o1 ::-webkit-input-placeholder {
	/* Chrome and Safari */
	color: #888888 !important;
}

#wpcf7-f4-o1 :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
	opacity: 1;
}

#wpcf7-f4-o1 ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
	opacity: 1;
}

#wpcf7-f4-o1 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888888;
}

#wpcf7-f4-o1 ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #888888;
}

#wpcf7-f4-o1 ::placeholder {
	color: #888888;
}

#wpcf7-f4-o1 .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}


/* END PAGE HOME */

/* BEGIN PAGE CONTATTI */
.sidebar_contacts_details p {
	font-size: 16px;
	color: #34383b;
}

/* END PAGE CONTATTI */

/* BEGIN SINGLE CROCIERA */
.crociera_formula_sec {
	background-color: #F4F2EE;
}

.formula_bg {
	background-image: url('./img/sfondo_servizi.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.crociera_programma_row {
	background-color: #F4F2EE;
}

@media screen and (max-width: 767px) {
	.crociera_programma_row {
		background-color: unset;
	}
}

.crociera_programma_image img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.crociera_programma_title {
	color: #43A2E2;
}

.crociera_programma_dest {
	color: #003776;
}

.crociera_carousel_offers_sec {
	background: linear-gradient(180deg, hsla(40, 21%, 95%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);
}

.crociera_carousel_offers_sec .carousel-inner {
	overflow: visible;
}

.crociera_carousel_offers_img_cont {
	width: 60%;
}

.crociera_carousel_offers_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.crociera_carousel_offers_img_cont {
		width: 100%;
	}
}

.crocieraCarouselOffers .carousel-caption {
	width: 50%;
	height: 360px;
	left: 40%;
	bottom: -10%;
	background-color: rgba(0, 55, 118, 0.95);
	border-radius: 0px 30px 0px 30px;
	box-shadow: 0px 3px 90px #34383B58;
}

@media screen and (max-width: 991px) {
	.crocieraCarouselOffers .carousel-caption {
		position: relative;
		width: 100%;
		height: auto;
		left: 0%;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: unset;
		border-radius: unset;
		box-shadow: none;
		color: #003776;
	}
}

.crocieraCarouselOffers .carousel-caption .crociera_carousel_offers_subtitle,
.crocieraCarouselOffers .carousel-caption p {
	color: #fff;
}

@media screen and (max-width: 991px) {

	.crocieraCarouselOffers .carousel-caption .crociera_carousel_offers_subtitle,
	.crocieraCarouselOffers .carousel-caption p {
		color: #003776;
	}
}

/* END SINGLE CROCIERA */

/* BEGIN SINGLE OFFERTA */
.single_offerta_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END SINGLE OFFERTA */

/* BEGIN ARCHIVE OFFERTA */
.offerta_date_icon,
.offerta_date_from {
	color: #ff6800;
}

.offerta_date_to {
	color: #1f9dde;
}

.offerta_date_deadline {
	color: #808080;
}

/* END ARCHIVE OFFERTA */

/* BEGIN SINGLE BARCA */
.single_barca_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.barca_scheda_item,
.barca_scheda_title {
	padding-top: 8px;
	padding-bottom: 8px;
}

.barca_scheda_title {
	color: #003776;
	border-bottom-style: solid;
	border-bottom-color: #003776;
	border-bottom-width: 1px;
	margin-top: 30px;
}

.barca_scheda_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}

.barca_scheda_item_left {
	color: #333;
}

.barca_scheda_item_right {
	color: #000;
}

/* END SINGLE BARCA */

/* BEGIN ARCHIVE BARCA */
.archive_barca_img_featured img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.archive_barca_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 4 / 3;
}

/* END ARCHIVE BARCA */

/* BEGIN SINGLE VIDEO */
.single_video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.single_video iframe,
.single_video object,
.single_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* END SINLE VIDEO */

/* BEGIN ARCHIVE VIDEO */
.archive_video_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END ARCHIVE VIDEO */

/* BEGIN ARCHIVE FOTO */
.archive_foto_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END ARCHIVE FOTO */

/* BEGIN ARCHIVE CROCIERA */
.archive_crociera_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END ARCHIVE CROCIERA */

/* BEGIN ARCHIVE ESCURSIONE */
.archive_escursione_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END ARCHIVE ESCURSIONE */

/* BEGIN SINGLE EVENTO */
.single_evento_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.single_evento_data {
	color: #FF6800;
	font-style: italic;
}

.single_evento_data_giorno,
.single_evento_data_anno {
	font-weight: bold;
}

/* END SINGLE EVENTO */

/* BEGIN ARCHIVE EVENTO */
.evento_data_mese,
.evento_data_anno {
	color: #FFFFFF;
	background-color: #1F9DDE;
	padding: 3px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.evento_data_giorno {
	font-size: 25px;
	color: #1F9DDE;
	font-weight: bold;
}

/* END ARCHIVE EVENTO */

/* BEGIN SINGLE POST */
.single_post_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/* END SINGLE POST */

/* BEGIN ARCHIVE POST */
.archive_post_img img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 4 / 3;
}

/* END ARCHIVE POST */

#header-page .header_img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 3.2727272727272727;
}

@media screen and (max-width: 991px) {
	#header-page .header_img {
		aspect-ratio: 0.8;
	}
}

#header-page .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6);
}

#header-page .header_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 3;
}

.page-template-page-ristorante-php #intro .intro_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 0.8336252189;
}

#intro .bg_shape_intro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 2;
}

.banner_full_restaurant img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#banner-full-1.banner_full_restaurant img {
		aspect-ratio: 1.1;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#banner-full-1.banner_full_restaurant img {
		aspect-ratio: 3;
	}
}

@media screen and (max-width: 767px) {
	#banner-full-2.banner_full_restaurant img {
		aspect-ratio: 0.6;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#banner-full-2.banner_full_restaurant img {
		aspect-ratio: 2;
	}
}

.banner_full_restaurant .banner_full_restaurant_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 864px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
	padding: 0 24px;
	margin: 0 auto;
}

.banner_full_restaurant .banner_full_restaurant_title {
	font-family: 'Satisfy', cursive;
	font-size: 56px;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.banner_full_restaurant .banner_full_restaurant_title {
		font-size: 42px;
		line-height: 1.2;
	}
}

.banner_full_restaurant .banner_full_restaurant_text p {
	color: #fff;
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	#our-gastronomic-offer .our_gastronomic_offer_image {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 1200px) {
	#our-gastronomic-offer {
		position: relative;
		margin: 120px 0;
	}

	#our-gastronomic-offer .our_gastronomic_offer_row {
		background-color: #F3F3F3;
	}

	#our-gastronomic-offer .our_gastronomic_offer_row::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-image: url('./img/bg_our_gastronomic_offer.png');
		background-size: cover;
		background-position: 50% 70%;
		background-repeat: no-repeat;
	}

	#our-gastronomic-offer .our_gastronomic_offer_box {
		position: relative;
		padding: 60px;
		z-index: 1;
	}

	#our-gastronomic-offer .our_gastronomic_image_wrapper {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%;
		z-index: 2;
	}

	#our-gastronomic-offer .our_gastronomic_offer_image {
		width: 576px;
	}

	#our-gastronomic-offer .our_gastronomic_offer_img {
		object-fit: contain;
		width: 576px;
	}
}

.intro_text ul {
	list-style: none;
}

.intro_text ul li {
	margin: 8px 0;
}

.intro_text ul li::before {
	display: inline-block;
	content: "\f0c8";
	width: 1.85em;
	margin-left: -1.85em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #003776;
}

#menu-restaurant {
	background-color: #F4F2EE;
}

#menu-restaurant .nav-tabs {
	--bs-nav-tabs-border-width: 0;
}

#menu-restaurant .nav-tabs .nav-link {
	font-family: "cormorant upright", serif;
	font-size: 28px;
	color: #333333;
}

#menu-restaurant .menu_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 0.89473684;
}

#menu-restaurant .menu-content {
	padding: 40px;
}

#menu-restaurant .menu-title {
	color: #25221E;
	font-size: 2.5rem;
	font-weight: 300;
	margin-bottom: 24px;
}

#menu-restaurant .menu-description {
	color: #83776B;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 40px;
}

#menu-restaurant .menu-category {
	margin-bottom: 40px;
}

#menu-restaurant .category-title {
	color: #25221E;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9ecef;
}

#menu-restaurant .menu-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
}

#menu-restaurant .price_label {
	font-family: "cormorant upright", serif;
	font-size: 28px;
	line-height: 1.1;
}

#menu-restaurant .menu-item::before {
	display: inline-block;
	content: "\f0c8";
	width: 1.85em;
	margin-left: -1em;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #003776;
}

#menu-restaurant .menu-item-text {
	color: #25221E;
	font-size: 1.1rem;
	line-height: 1.5;
}

#menu-restaurant .border_bottom_dashed {
	border-bottom: 1px dashed #333333;
	width: 100%;
}

@media only screen and (min-width: 992px) {
	#menu-restaurant .border_bottom_dashed {
		margin-bottom: 6px;
	}
}

#banner-full-aperitif .banner_full_restaurant_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
}

#banner-full-aperitif img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 3.2653;
}

@media screen and (max-width: 767px) {
	#banner-full-aperitif img {
		aspect-ratio: 0.8;
	}
}

#banner-full-aperitif .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5);
}

#banner-full-aperitif .banner_full_aperitif_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.banner_full_aperitif_text .menu-item::before {
	content: "•";
	color: #fff;
}

.page-template-page-ristorante-php #location .lazy-load-map {
	position: relative;
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.page-template-page-ristorante-php #location .lazy-load-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#booking-widget .booking_widget .submit-group {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 767px) {
	#banner-full-pre-footer.banner_full_restaurant img {
		aspect-ratio: 0.8;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#banner-full-pre-footer.banner_full_restaurant img {
		aspect-ratio: 2;
	}
}

.prefooter_restaurant {
	padding-top: 60px;
	margin-top: 60px;
}

.logo_footer_restaurant {
	object-fit: contain;
	object-position: 50% 50%;
	width: auto;
	height: 100px;
}

/* BEGIN FOOTER */
.site-footer {
	background: transparent linear-gradient(180deg, #003776 0%, #256DBF 100%) 0% 0% no-repeat padding-box;
}

.site-footer p {
	font-size: 16px;
}

.links-footer {
	color: #ffffff;
	margin-top: 25px;
}

.links-footer a {
	color: #fff;
}

/* END FOOTER */

/* END MARVERO THEME */