/*
Theme Name: Hotel Victoria
Theme URI: https://underscores.me/
Author: Martino Stenta
Author URI: https://noiza.com
Description: Hotel Victoria Wordpress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hotel-victoria
Tags:

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.

Hotel Victoria is based on Underscores https://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Hamburger Button
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
	## Google Maps
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #322d2c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	 -webkit-appearance: none !important;
    border-radius: 0; 
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

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: #322d2c;
	border: 1px solid #322d2c;
	font-weight: normal;
}

select {
	border: 1px solid #ccc;
}

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

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"] {
	padding: 10px 15px;
	width: 100%;
	-webkit-appearance: none;
     border-radius: 0;
}

textarea {
	padding: 10px 15px;
	width: 100%;
	-webkit-appearance: none;
     border-radius: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #a78057;
}

a:visited {
	color: #a78057;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

.small .main-navigation ul ul a,
.main-navigation ul ul a {
	width: 200px;
	height: auto;
	line-height: 2.5;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

	top: 90px;
	left: 0;
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.main-navigation .link-tel a:before {
	content: "";
	display: inline-block;
	text-indent: -9999px;
	background: url('img/phone.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 19px;
	margin-right: 8px;
}

.main-navigation .link-tel a span,
.main-navigation .link-whatsapp a span {
	display: none;
}

.main-navigation .visible-lg {
	display: none;
}

.main-navigation .link-whatsapp a:before {
	content: "\f40c";
	font-family: "Font Awesome 5 Brands";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #1dc55b;
	padding-right: 8px;
	font-size: 26px;
}

[class^="menu-menu-sx-"] > ul {
	float: right;
}

.wpml-ls-current-language > a > span {
	border: 1px solid #b4b4b4;
	padding: 7px 15px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.mobile-menu-wrapper {
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	overflow: hidden;
	height: 0;
	transition: height 350ms;
}

.hamburger.is-active + .mobile-menu-wrapper {
	height: calc(100vh - 44px);
}

.mobile-menu .menu {
	padding-left: 0;
	margin: 0;
}

.mobile-menu li {
	text-align: center;
}

.mobile-menu a {
	font-size: 13px;
	line-height: 44px;
	border-bottom: 1px solid white;
	color: #322d2c;
	transition: background-color 1s, border-color 1s, 1s;
	padding: 0 5%;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

.mobile-menu a:hover {
	color: #a78057;
}

.mobile-menu-wrapper .mobile-lang {
	text-align: center;
}

/*--------------------------------------------------------------
## Hamburger Button
--------------------------------------------------------------*/

button.hamburger {
	display: none;
	z-index: 1;
	padding: 0;
	width: 20px;
	height: 20px;
	align-self: center;
	justify-self: center;
}

.hamburger-box {
	width: 100%;
	height: 100%;
}

.hamburger:hover, .hamburger.is-active:hover {
	opacity: 1;
}

.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after,
.hamburger-inner::before, .hamburger-inner, .hamburger-inner::after {
	background-color: #a78057;
	height: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

.google-maps {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Google Maps
--------------------------------------------------------------*/

/* Maps styles */

#map_canvas {
	height: 400px;
}

#map_canvas	.infowindow {
	min-width: 200px;
}

#map_canvas	img {
	max-width: none;
}

.map_container {
	max-width: 900px;
	margin: 0 auto 30px auto;
}

.map_container h2 {
	text-align: center;
}

.map_container #map_set_position {
	padding: 8px 14px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	width: 50%;
	margin-right: 15px;

	/*@include xs() {
		width: 100%;
		margin: 0 0 15px;
	}*/
}

.map_container #submit {
	padding: 10px 20px;
	background: #cc0056;
	color: #fff;
	border: 0;
	display: inline-block;
	font-size: 18px;
	text-shadow: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

#FilterSelect {
	/* filtro mobile */
    background-color: #a78057;
    color: #FFF;
    padding: 10px 25px;
    font-size: 17px;
	margin-bottom: 30px;
	border: 0;
}

section.item-list {
	text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	section.item-list {
		text-align: unset;
	}
}

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

.gallery-caption {
	padding: 10px;
	color: #333;
	text-decoration: none;
	min-height: 40px;
}


/* CUSTOM CSS */

/*--------------------------------------------------------------
## Testata
--------------------------------------------------------------*/

header, li a, .site-title a {
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#cookie-law-info-bar {
	display: none;
}

.site {
	float: left;
	width: 100%;
	padding-top: 120px;
}
.site-header {
	width: 100%;
	float: left;
	height: 120px;
	position: fixed;
    top: 0;
    z-index: 9998;
	box-shadow: 0px 1px 8px #333333;
	font-family: 'Montserrat', sans-serif;
	background: white;
}
.main-navigation-sx {
	float: left;
	width: 45.42%;
	clear: none;
}
.site-branding {
	float: left;
	width: 9.76%;
}
.main-navigation-dx {
	float: left;
	width: 44.7%;
	clear: none;
}
.extra-menu {
	display: none;
	float: left;
	width: 10.12%;
}
h1.site-title {
	margin: 0;
}
.site-title a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 120px;
	background: url(img/logo.png);
 	background: url(img/logo.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
	background-position: center;
	max-width: 160px;
	background-size: 100%;
}

.main-navigation-sx div,
.main-navigation-dx div {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
}
.main-navigation-sx li {
	/*width: 33.3333%;*/
	display: table;
	table-layout: fixed;
	padding: 0 10px;
}
.main-navigation-dx li {
	/*width: 33.333%;*/
	display: table;
	table-layout: fixed;
	padding: 0 10px;
}
#menu-item-wpml-ls-3-it {
	padding: 0;
}
.main-navigation-sx li a,
.main-navigation-dx li a {
	width: 100%;
	text-align: center;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	color: #322d2c;
}
.main-navigation-sx li a:hover,
.main-navigation-dx li a:hover,
.main-navigation-sx li a:hover span ,
.main-navigation-dx li a:hover span {
	text-decoration: underline;
	color: #a78057;
}
.small .main-navigation-sx li a,
.small .main-navigation-dx li a {
	width: 100%;
	text-align: center;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}
.small .main-navigation-sx,
.small .main-navigation-dx {
	font-size: 14px;
}
.site-header.small {
	height: 90px;
}
.small .site-title a {
	height: 90px;
	background-size: 80% auto;
}
.small .main-navigation-sx .sub-menu li a {
	height: auto;
}

/* .main-navigation-sx ul li:first-child a {
	background-color: #a78057;
	color: white;
}
.main-navigation-sx ul li:first-child a:hover {
	color: white;
	text-decoration: underline;
} */
.lang-sel {
	text-align: center;
	padding-top: 5px;
}
.lang-sel, .lang-sel a {
	color: #a78057;
	text-transform: uppercase;
	font-size: 12px;
}
.extra-link {
	text-align: center;
	padding-top: 15px;
}
.extra-link a {
	width: 20px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	display: inline-block;
	margin-right: 12px;
	background: transparent url(img/social.png) no-repeat 0 0;

}
.extra-link a:last-child {
	margin-right: 0;
}
.extra-link a.top-tw {
	background-position: -20px 0;
}
.extra-link a.top-gp {
	background-position: -40px 0;
}
.extra-link a.top-ta {
	background-position: -60px 0;
}
.extra-link a.top-instagram {
	background-position: -80px 0;
}
.extra-link a.top-fb:hover {
	background-position: 0 -12px;
}
.extra-link a.top-tw:hover {
	background-position: -20px -12px;
}
.extra-link a.top-gp:hover {
	background-position: -40px -12px;
}
.extra-link a.top-ta:hover {
	background-position: -60px -12px;
}
.extra-link a.top-instagram:hover {
	background-position: -80px -12px;
}
.tap-to-call {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer.site-footer {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.site-info {
	background-color: #322d2c;
	color: white;
	padding: 270px 0 110px;
	background-image: url(img/logo-footer.png);
 	background-image: url(img/logo-footer.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
	background-position: center 110px;
	-webkit-background-size: 200px;
	background-size: 200px;
}
.site-info h4 {
	margin: 0 auto;
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 44px;
	padding: 10px 0 50px;
	max-width: 500px;
	font-weight: normal;
}
.site-info h4 span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #adacac;
	letter-spacing: 0;
}
.site-info h5 {
	color: #a78057;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
}
.site-info p {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 10px 0;
}
.site-info p a {
	color: white;
	text-decoration: none;
}

.site-info a.link-footer {
	color: #a78057;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
}

.credits {
	line-height: 60px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-transform: lowercase;
	color: #322d2c;
}
/*.page-template-page-home .credits {
	padding-bottom: 86px;
}*/
.credits a {
	color: #322d2c;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}

.row {
	text-align: center;
}

.hero {
	position: relative;
}
.hero:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 35.677083%;
	background: url(img/hero.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero .home-booking {
	position: absolute;
}

.hero .home-booking.fixed {
	position: fixed;
}

.hero > .cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(https://www.hotelvictoriatrieste.com/wp-content/themes/hotel-victoria/img/hero.jpg); /* Default image. */
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: background-image 1s linear;
}

.hero h2 {
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 0;
	bottom: 45%;
	left: 50%;
	background: url(img/logo-big.png);
    background: url(img/logo-big.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
	background-size: 100%;
	width: 25%;
	padding-bottom: 15%;
	margin:0 -12.5%;
}

.home-img-1 {
	position: relative;
}
/*.home-img-1:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 40.46875%;
	background: url(img/camera-superior.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.home-img-1 > .cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.home-offerte {
	position: relative;
}
.home-offerte:before {
	display: block;
	content: "";
	width: 100%;
	height: 800px;
	background: url(img/miramare.jpg) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.home-offerte > .cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-img-2 {
	position: relative;
}
/*.home-img-2:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 40.46875%;
	background: url(img/wellness.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.home-img-2 > .cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}*/

.inner-offerte {
	width: 540px;
	left: 50%;
	top: 23%;
	bottom: 23%;
	margin-left: -270px;
	background: rgba(22, 21, 21, .9);
	position: absolute;
}

.inner-offerte a {
	display: block;
	padding: 20px;
}

.home h3 {
	margin: 100px auto 0;
	font-size: 84px;
	letter-spacing: -4px;
	line-height: 90px;
	padding: 60px 0 10px;
	max-width: 500px;
	font-weight: normal;
	color:#322d2c;
}

.home .home-offerte h3 {
	color:white;
	margin-top: 75px;
}
.home .home-offerte p {
	color: white;
}

.home .home-intro h3 {
	background: transparent url(img/letterario.png) no-repeat top center;
}
.home .home-camere h3 {
	background: transparent url(img/camere.png) no-repeat top center;
}
.home .home-offerte h3 {
	background: transparent url(img/offerte.png) no-repeat top center;
}
.home .home-servizi h3,
.intro-servizi h1 {
	background: transparent url(img/servizi.png) no-repeat top center;
}
.home .home-blog h3 {
	background: transparent url(img/blog.png) no-repeat top center;
}
.home .home-dove h3 {
	background: transparent url(img/dove-siamo.png) no-repeat top center;
}

.home .cont p {
	font-size: 21px;
	line-height: 25px;
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 500px;
}
.home .home-intro .cont p {
	margin-bottom: 100px;
}
.home .cont a {
	color: #a78057;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 120px;
}

.home-mappa:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 40%;
	background: url(img/mappa.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.version-de .home-mappa:before {
	background: url(img/mappa-de.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.version-en .home-mappa:before {
	background: url(img/mappa-en.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}



/*--------------------------------------------------------------
## Booking Home
--------------------------------------------------------------*/

.rating {
	display: none;
	float: left;
	width: 34%;
	padding: 16px 5% 0;
	text-align: left;
	color: white;
	font-size: 13px;
	font-style: italic;
}
.rating span {
	color: #a78057;
	text-transform: uppercase;
	text-decoration: underline;
	font-style: normal;
	font-weight: 700;
}
.booking-bar-inner {
	/*float: left;
	width: 66%;*/
	max-width: 1170px;
	margin: 0 auto;
}

.booking-title-wrapper {
	display: none;
	position: absolute;
	bottom: 129px;
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

.booking-title-wrapper .booking-title {
	cursor: pointer;
}

.booking-phone {
	float: right;
	clear: both;
	color: white;
	padding: 0 25px 0 0;
	font-style: italic;
	font-size: 13px;
}
.booking-phone span {
	color: #a78057;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.container-booking {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 25px 0;
}
.container-booking:before {
    display: table;
    content: " ";
}
.container-booking:after {
    clear: both;
    display: table;
    content: " ";
}
.home-booking {
    background-color: rgba(50, 45, 44, 0.9);
    border-top: 2px solid #a78057;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;    
    margin-bottom: 0;
	transition: margin 0.5s ease;
}
.nav-up .home-booking {
	margin-bottom: -88px;
}
#bb_resBookingBox p {
    /*float: left;*/
    margin: 0px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
}
#bb_resBookingBox p input#eZ_chkin, #bb_resBookingBox p input#eZ_chkout, #bb_resBookingBox p input#promotioncode {
    padding: 10px 22px;
    max-width: 143px;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 13px;
	line-height: 23px;
	min-height: 43px;
	margin: 7px 0 0 0;
}
#bb_resBookingBox p select {
    background-color: transparent;
    border: 1px solid #FFF;
    color: #fff;
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
    font-size: 13px;
    width: 50px !important;
	outline: 0;
	min-height: 43px;
	margin: 7px 0 0 0;
}
#bb_resBookingBox p select option {
    background-color: #3C3837;
}
#bb_resBookingBox p label {
	color: #FFF;
    display: block;
	font-size: 13px;
	font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
.version-de #bb_resBookingBox p label {
	font-size: 12px;
	letter-spacing: -1px;
}
.version-de #bb_resBookingBox p {
	padding: 0 5px;
}

#bb_resBookingBox p input#bb_resBtn {
    background: #cc0056;
    border: 0;
    color: #fff;
    box-shadow: none;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-shadow: none;
    margin-top: 20px;
    padding: 4px 20px;
	font-weight: 300;
	text-transform: uppercase;
	font-weight: bold;
	min-height: 44px;
}
#bb_resBookingBox button.ui-datepicker-trigger {
	display: none;
    float: left;
    background: url(img/calendar.png) no-repeat;
    border: none;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    /*margin: 16px 0;*/
    position: absolute;
    /*margin-left: -40px;*/
}


/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.blog-intro {
	height: 480px;
	background-color: #322d2c;
	background-image: url(img/blog-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	color:white;
	background-position: center center;
}


.blog-intro h1 {
	margin: 110px auto 0;
    font-size: 84px;
    letter-spacing: -4px;
    line-height: 90px;
    padding: 60px 0 10px;
    font-weight: normal;
}
.blog-intro p {
	font-size: 22px;
    line-height: 26px;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 500px;
}

.blog-home {
	padding: 80px 0 65px;
}

a.blog-post {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	color: #322d2c;
	padding-bottom: 50px;
}

a.blog-post h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 10px;
	padding: 0 8px;
}
a.blog-post h3 {
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 0 auto 10px;
	padding: 0 8px;
}
a.blog-post p {
	font-size: 16px;
	line-height: 18px;
	margin: 5px 0 10px;
	padding: 0 8px;
}
a.blog-post span {
	text-transform: uppercase;
	color: #a78057;
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
a.blog-post:nth-child(2n) {
	background: #322d2c;
	color: white;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
## Single Posts
--------------------------------------------------------------*/
.single .site-main,
.page-template-default .site-main,
.error404 .site-main,
.search-results .site-main {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
.single .site-main h1,
.page-template-default .site-main h1 {
	font-size: 48px;
	line-height: 54px;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 0 auto 10px;
	max-width: 540px;
	text-align: center;
}
.single .site-main h4 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px auto 10px;
	padding: 0 5px;
	max-width: 540px;
	text-align: center;
}
.blog-feat-img {
	text-align: center;
}
.single .site-main p {
	font-size: 18px;
	line-height: 24px;
}
.back-to-blog {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0 10px;
	padding: 0 5px;
	color: #a78057;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
ol.wp-paginate {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}
.wp-paginate li {
    display: inline;
    list-style: none;
}
.wp-paginate li .current {
	width: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin:0 5px;
	color: #a78057;
	border: 1px solid #a78057;
}
.wp-paginate li a {
	width: 28px;
	line-height: 28px;
	color: white;
	background: #a78057;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin:0 3px;
	border: 1px solid #a78057;
}
.wp-paginate li a:hover {
	color: #a78057;
	background: white;
}

/*--------------------------------------------------------------
## Pagina Servizi
--------------------------------------------------------------*/

.testo-pagina {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
}
.testo-pagina .cont {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 60px 0 60px;
}
.testo-pagina ul {
	margin: 0;
	padding: 0 0 0 1em;
}
.testo-pagina h2 {
	text-align: center;
}
.intro-servizi h1 {
	margin: 60px auto 0;
	font-size: 84px;
	letter-spacing: -4px;
	line-height: 90px;
	padding: 40px 0 10px;
	/*max-width: 500px;*/
	font-weight: normal;
	color:#322d2c;
}
.intro-pagina {
	font-size: 21px;
	line-height: 25px;
	margin: 0 auto;
	padding-bottom: 40px;
	max-width: 500px;
}

/*--------------------------------------------------------------
## Offerta singola
--------------------------------------------------------------*/
.sottotitolo-offerta {
	color: #a78057;
	font-family: 'Montserrat', sans-serif;
}
.testo-offerta {
	text-align: left;
	font-size: 20px;
	line-height: 24px;
}
.testo-offerta .cont {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 60px 0 60px;
}
.offerta-form {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}
.offerta-form h2 {
	font-size: 52px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.offerta-form p {
	text-align: center;
    font-weight: 300 !important;
}
.offerta-form .offerta-tel {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
}

.offerta-form input[type="submit"] {
	border: 1px solid;
    border-color: #a78057;
    border-radius: 0px;
    background: #a78057;
    box-shadow: none;
    color: white;
    font-size: 16px;
    line-height: 1;
    padding: 20px 75px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    float: right;
    -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
}
.offerta-form input[type="submit"]:disabled {
	opacity: 0.7;
}
.offerta-form form p {
	margin-top: 10px;
	margin-bottom: 0;
} 
.offerta-form div.wpcf7 img.ajax-loader {
	float: left;
}
div.wpcf7-response-output {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.offerta-form p.policy-form {
	font-size: 75%;
	text-align: left;
}

/*--------------------------------------------------------------
## Offerte
--------------------------------------------------------------*/
.offerta-intro .cont {
	width: 100%;
	margin: 20px auto 0 auto;
	background: transparent url(img/offerte.png) no-repeat center 10px;
	padding-top: 50px;
}
.offerta-intro .cont h1 {
	font-size: 52px;
	line-height: 52px;
	margin-top: 0;
	margin-bottom: 20px;
}

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

	/*--------------------------------------------------------------
	## Offerte
	--------------------------------------------------------------*/
	.offerta-intro {
		height: 480px;
		background-color: #322d2c;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		color: white;
		background-position: center center;
	}
	.offerta-intro.offerta-gift {
		background-image: url(img/offerta-gift.jpg);
	}
	.offerta-intro.offerta-natale {
		background-image: url(img/offerta-natale.jpg);
	}
	.offerta-intro.offerta-camere {
		background-image: url(img/offerta-camera.jpg);
	}
	.offerta-intro.offerta-jacuzzi {
		background-image: url(img/offerta-jacuzzi.jpg);
	}
	.offerta-intro.offerta-trieste {
		background-image: url(img/offerta-trieste.jpg);
	}
	.offerta-intro.offerta-wellness {
		background-image: url(img/offerta-sauna.jpg);
	}
	.offerta-intro.offerta-scrittori {
		background-image: url(img/offerta-scrittori.jpg);
	}
	.offerta-intro.offerta-benessere {
		background-image: url(img/offerta-benessere.jpg);
	}
	.offerta-intro.offerta-teatro {
		background-image: url(img/offerta-teatro.jpg);
	}
	.offerta-intro.offerta-barcolana {
		background-image: url(img/offerta-barcolana.jpg);
	}
	.offerta-intro.offerta-spa-ufficio {
		background-image: url(img/offerta-spa-ufficio.jpg);
	}

	.offerta-intro .cont {
		max-width: 540px;
		width: 100%;
		height: 320px;
		margin: 80px auto;
		background: rgba(22, 21, 21, .9) url(img/offerte.png) no-repeat center 75px;
		padding-top: 135px;
	}
}

.offerte-intro .cont {
    /* max-width: 540px; */
    width: 100%;
    margin: 0 auto;
}
.offerte-intro h1 {
    margin: 60px auto 0;
    font-size: 84px;
    letter-spacing: -4px;
    line-height: 90px;
    padding: 40px 0 10px;
    /* max-width: 500px; */
    font-weight: normal;
    color: #322d2c;
    background: transparent url(img/offerte.png) no-repeat top center;
}
.offerte-intro p {
    font-size: 21px;
    line-height: 25px;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 545px;
    font-weight: 300 !important;
}
.offerte-home .cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
a.offerta-singola {
	float: left;
	width: 100%;
	background: #322d2c;
	margin-bottom: 10px;
	display: table;
	color: white;
	text-decoration: none;
}
.offerta-singola-img {
	width: 50%;
	display:table-cell;
}
.offerta-singola-img img {
	display: block;
}
.offerta-singola-text {
	display:table-cell;
	vertical-align:middle;
	width: 50%;
	padding: 0 3%;
}

.offerta-singola:nth-child(even) .offerta-singola-img {
	position: relative;
	right: -50%;
}
.offerta-singola:nth-child(even) .offerta-singola-text {
	position: relative;
	left: -50%;
}
.offerta-singola-text h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
.page-template-page-contatti .offerta-singola-text h3 {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 10px;
}
.offerta-singola-text .intro-offerta {
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
}
.offerta-singola-text .sottotitolo-offerta {
	font-size: 16px;
	line-height: 19px;
	font-family: 'Montserrat', sans-serif;
	color: #a78057;
	padding-top: 3%;
}

/*--------------------------------------------------------------
## Contatti
--------------------------------------------------------------*/

.map-link {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 20px;
	margin-bottom: 30px;
}

.page-template-page-contatti .home-mappa {
	margin-bottom: 30px;
}

.page-template-page-contatti .testo-offerta .cont {
	padding-top: 0;
}
.page-template-page-contatti .offerte-intro p strong {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #a78057;
}
.page-template-page-contatti .offerte-intro h1 {
	background: transparent url(img/lettera.png) no-repeat top center;
	font-size: 52px;
}

#ui-datepicker-div {
	margin-top: -10px !important;
}

/*--------------------------------------------------------------
## Camere
--------------------------------------------------------------*/

.page-template-page-camere .offerte-intro h1 {
	font-size: 48px;
	line-height: 48px;
	background: transparent url(img/camere.png) no-repeat top center;
	letter-spacing: -1px;
}
.page-template-page-camere .offerte-intro p {
	font-size: 16px;
	line-height: 20px;
	margin: 40px auto 0;
}
.camere-book {
	display: block;
	margin-bottom: 70px;
	text-transform: uppercase;
	color: #a78057;
	font-family: 'Montserrat', sans-serif;
}

.page-template-page-camere .cont p {
	margin: 0 auto;
    padding-bottom: 20px;
    max-width: 500px;
    font-size: 16px;
	line-height: 20px;
}
.page-template-page-camere h3 {
    margin: 80px auto 0;
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 52px;
    padding: 50px 0 10px;
    max-width: 500px;
    font-weight: normal;
    color: #322d2c;
}
.page-template-page-camere h3 span {
	font-size: 32px;
	line-height: 34px;
	display: block;
	padding-top: 10px;
}
.camere-clienti h3 {
	background: transparent url(img/igiene.png) no-repeat top center;
}
.inner-camere-james h3 {
	background: transparent url(img/letterario.png) no-repeat top center;
}
.camere-james {
	position: relative;
	margin-top: 60px;
}
.camere-james > .cont {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-camere-james {
	width: 540px;
    left: 50%;
    top: 23%;
    bottom: 23%;
    margin-left: -270px;
    background: rgba(22, 21, 21, .9);
    position: absolute;
} 
.inner-camere-james .camere-book {
	padding-top: 10px;
}
.camere-james:before {
	display: block;
    content: "";
    width: 100%;
    height: 800px;
    background: url(img/camere-suite.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.camere-james h3,
.camere-james p {
    color: white;
}
.camere-appartamenti h3 {
	background: transparent url(img/chiavi.png) no-repeat top center;
}
.camere-offerte h3 {
	background: transparent url(img/offerte.png) no-repeat top center;
}
.camere-inner-offerte {
	width: 100%;
	max-width: 1090px;
	margin: 70px auto 70px;
}
.camere-inner-offerte a.offerta-singola {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 10px;
}
.camere-inner-offerte a.offerta-singola:nth-child(even) {
	margin-right: 0;
}
.camere-inner-offerte .offerta-singola-text {
	max-width: 270px;
}
.camere-inner-offerte .offerta-singola:nth-child(2) .offerta-singola-img {
	right: auto;
}
.camere-inner-offerte .offerta-singola:nth-child(2) .offerta-singola-text {
	left: auto;
}
.camere-inner-offerte .offerta-singola:nth-child(3) .offerta-singola-img {
	right: -50%;
	position: relative;
}
.camere-inner-offerte .offerta-singola:nth-child(3) .offerta-singola-text {
	left: -50%;
	position: relative;
}
.camere-inner-offerte .offerta-singola-text h4 {
	font-size: 36px;
    line-height: 42px;
    margin: 0 auto 5px;
    letter-spacing: -1px;
}



/* .page-template-page-home iframe:first-child {
	top:auto !important;
	bottom: 0 !important;
	height: 100px !important;
} */
.CA-review {
	width: 33%;
	float: left;
	padding: 0.5%;
}

.page-template-page-reviews .entry-header {
	max-width: 760px;
    width: 100%;
    margin: 70px auto 0;
    text-align: center;
}
.page-template-page-reviews .entry-header h1 {
    color: white;
    margin: 60px auto 0;
    font-size: 84px;
    letter-spacing: -4px;
    line-height: 90px;
    max-width: 760px;
    font-weight: normal;

}
.page-template-page-reviews .hentry {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto 70px;
}

.page-template-page-reviews .entry-content p {
	color: white;
	text-align: center;
	font-size: 21px;
    line-height: 25px;
    margin: 0 auto;
    padding-bottom: 40px;
    max-width: 760px;

}

.page-template-page-reviews .site-content {
	background: url(img/offerte-bg.jpg) no-repeat center 0;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
}

#wplc_hovercard {
	bottom: 125px;
}
#wp-live-chat-header {
	margin-bottom: 60px;
}

.outer-motivi {
	min-width: 10.12%;
	cursor: pointer;
	position: absolute;
	top: 160px;
	right: 0;
}

#motivi {
	border-radius: 50%;
	background: #a78057;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.5);
	width: 130px;
	height: 130px;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 22px;
}
#motivi span:first-child {
	font-size: 36px;
}
#motivi span:last-child {
	color: white;
}
#motivi div {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.main-navigation-sx div .extra-book {

	font-size: 11px !important;
	font-style: italic;
    text-transform: none;
}


.menu-book {
	padding: 30px 10px;
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.menu-book a {
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.5);
	border-radius: 5px;
	height: 60px !important;
}

.small .main-navigation-sx li.menu-book {
	padding: 15px 10px;
}
.small .main-navigation-sx li.menu-book a {
	height: 60px;
}


/* Edita custom style */
.template-gallery .site-main{
    max-width: 1440px !important;
}


/* GRID */
/********/
#grid .mix{
	display: none;
}
.filters-button-group{
	margin: 40px 0px;
	line-height: 42px;
}
.filters-button-group a.button{
	padding: 5px 20px;
	background: #f3f3f3;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
}
.filters-button-group a.button.active{
	background: #a78057;
	color: #FFF;
}


/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media (min-width: 1135px) {
	.main-navigation-dx li,
	.main-navigation-sx li {
		padding: 0 8px;
		font-size: 15px;
	}

	.main-navigation-dx > [class^="menu-menu-dx-"] > ul > li:first-child  {
		padding-left: 40px;

	}
	.main-navigation-sx > [class^="menu-menu-sx-"] > ul > li:last-child {
		padding-right: 40px;
	}
}

@media (min-width: 1370px) {
	.main-navigation-dx li,
	.main-navigation-sx li {
		padding: 0 16px;
		font-size: 16px;
	}

	.main-navigation .link-tel a span,
	.main-navigation .link-whatsapp a span {
		display: inline-block;
	}
}

@media (max-width: 1200px) { 
	.site {
		padding-top: 90px;
	}
	.site-header {
		height: 90px;
	}

	.main-navigation-sx li a,
	.main-navigation-dx li a {
		width: 100%;
		text-align: center;
		height: 90px;
		display: table-cell;
		vertical-align: middle;
	}
	.main-navigation-dx div,
	.main-navigation-sx div {
		font-size: 14px;
	}
	.version-de .main-navigation-dx div,
	.version-de .main-navigation-sx div {
		font-size: 13px;
	}
	.site-title a {
		height: 90px;
		background-size: 80% auto;
	}
	.extra-link a {
		margin-right: 4px;
	}
	.outer-motivi {
		top: 120px;
		right: 2%;
	}

	#motivi {
		box-shadow: 0 4px 6px 0 rgba(0,0,0,0.5);
		width: 120px;
		height: 120px;
		font-size: 16px;
		line-height: 20px;
	}
	#motivi span:first-child {
		font-size: 34px;
	}
	.menu-book {
		padding: 15px 10px;
	}
		
}

@media (max-width: 960px) { 
	.site-title a {
		display: block;
		text-indent: -9999px;
		width: 100%;
		height: 90px;
		background: url(img/logo-small.png);
	 	background: url(img/logo-small.svg), linear-gradient(transparent, transparent);
	    background-repeat: no-repeat;
		background-position: center;
		max-width: 52px;
		margin: 0 auto;
		background-size: 80%;
	}
	.main-navigation-dx div,
	.main-navigation-sx div,
	.small .main-navigation-sx div,
	.small .main-navigation-dx div,
	.version-de .main-navigation-dx div,
	.version-de .main-navigation-sx div,
	.version-de .small .main-navigation-sx div,
	.version-de .small .main-navigation-dx div {
		font-size: 11px;
	}
	.extra-link {
		display: none;
	}
	.lang-sel {
		padding-top: 35px;
	}
	.hero h2 {
		bottom: 40%;
		left: 50%;
		margin: 0 -12.5%;
		width: 25%;
		padding-bottom: 17%;
	}
	.rating {
		display: none;
	}
	.booking-bar-inner {
		/*width: 574px;
		float: right;*/
		margin: 0 auto;
	}
	#bb_resBookingBox p input#bb_resBtn {
		padding: 4px 6px;
		font-size: 12px;
	}
	.blog-intro h1 {
		margin: 115px auto 0;
	    font-size: 74px;
	    line-height: 80px;
	}
	.blog-intro p {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 10px;
	}
	.offerta-singola-text h3 {
		font-size: 36px;
		line-height: 36px;
	}
	.offerta-singola-text .intro-offerta {
		font-size: 14px;
		line-height: 19px;
	}
	.offerta-singola-text .sottotitolo-offerta {
		font-size: 14px;
		line-height: 17px;
	}
	.main-navigation-sx div .extra-book {
		font-size: 9px !important;
	}
}
@media (max-width: 850px) { 
	.main-navigation-sx,
	.main-navigation-dx {
		font-size: 11px;
	}
	.main-navigation-sx {
		width: 51.42%;
	}
	.main-navigation-dx {
		width: 38.7%;
	}
	.lang-sel a {
		font-size: 11px;
		line-height: 12px;
	}
	.offerta-singola-text h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.page-template-page-contatti .offerta-singola-text h3 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 5px;
	}
	.offerta-singola-text .intro-offerta {
		font-size: 13px;
		line-height: 17px;
	}
	.offerta-singola-text .sottotitolo-offerta {
		font-size: 13px;
		line-height: 15px;
	}
	.booking-bar-inner {
		/*width: 523px;*/
	}
	.version-de .booking-bar-inner {
		/*width: 	570px;*/
	}
	#bb_resBookingBox p {
		padding: 0 4px;
	}

}

@media (min-width: 858px) {
	.main-navigation .visible-lg {
		display: inline-block;
	}
}


@media (max-width: 768px) {
	button.hamburger {
		display: block;
	}

	.testo-offerta .cont {
		padding-top: 0;
	}

	header {
		display: grid;
		grid-template-columns: 40px 1fr repeat(3, max-content);
	}

	.site-header::before, .site-header::after {
		display: none;
	}
	
	header .whatsmob {
		right: 54px;
		top: 0;
	}

	.tap-to-call:not(.whatsmob):not(.messenger) {
		grid-area: 1 / 5 / 2 / 6;
	}

	.tap-to-call.messenger {
		grid-area: 1 / 3 / 2 / 4;
	}

	div.tap-to-call.messenger {
		position: static;
	}

	iframe[name="ca-review-widget"] {
		display: none;
	}

	#responsive-menu {
	    margin-top: 0px !important;
	    z-index: 2 !important;
	    height: auto !important;
	   /* position: absolute !important;
	    bottom: auto !important;*/
	}
	button.responsive-menu-button {
		top: 0 !important;
		transition: all 0.3s !important;
	    -moz-transition: all 0.3s !important;
	    -webkit-transition: all 0.3s !important;
	    -o-transition: all 0.3s !important;
	    position: fixed !important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		padding: 15px 5% 15px 5% !important;
		width: 100% !important;
		font-size: 21px !important;
		line-height: 30px !important;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
	}
	#responsive-menu-container #responsive-menu-wrapper {
		padding-top: 50px;
	}
	.responsive-menu-boring.is-active .responsive-menu-inner::after {
		bottom: 1px !important;
    	left: -1px;
	}
	.site-header {
		height: 54px;
	}
	.site-header.small {
		height: 54px;
	}

	.extra-menu,
	.main-navigation {
		display: none;
	}
	.site {
		padding-top: 54px;
	}
	
	#click-menu.click-menu-active #RMX {
		font-size: 29px !important;
    	line-height: 15px !important;
    	height: 14px !important;
    	padding-left: 3px;
		font-family: 'Montserrat', sans-serif;
	}
	.site-branding {
		width: 68%;
		text-align: center;
		height: 54px;
	}

	.site-title a {
		width: 100%;
	    height: 54px;
	    background: url(img/logo-mobile.png);
	    background: url(img/logo-mobile.svg), linear-gradient(transparent, transparent);
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: 100%;
		background-size: 100%;
	    max-width: 123px;
	}
	.small .site-title a {
		height: 54px;
		-webkit-background-size: 100%;
		background-size: 100%;
		max-width: 123px;
	}
	.tap-to-call {
		display: block;
		width: 54px;
		height: 54px;
		float: right;
		background: #a78057;
	}
	.tap-to-call a {
		display: block;
	    text-indent: -9999px;
	    background: url(img/tel.png);
	    background: url(img/tel.svg), linear-gradient(transparent, transparent);
	    background-repeat: no-repeat;
	    background-position: center;
	    height: 54px;
	    -webkit-background-size: 22px;
	    background-size: 22px;
	}

	#responsive-menu.RMOpened #rm-additional-content {
		padding: 10px 0 0 !important;
   		width: 100% !important;
	}
	#responsive-menu-title {
		display: none;
	}
	#responsive-menu ul.responsive-menu {
		margin-top: 60px !important;
	}
	.book-mobile,
	#responsive-menu-item-855,
	#responsive-menu-item-856,
	#responsive-menu-item-857 {
		background-color: #a78057;
		margin-top: 10px !important;
		margin-bottom: 10px !important;

	}
	.book-mobile a,
	#responsive-menu-item-855 a,
	#responsive-menu-item-856 a,
	#responsive-menu-item-857 a {
		color: white !important;
		font-size: 18px !important;
		line-height: 54px !important;
		text-transform: uppercase;
		font-family: 'Montserrat', sans-serif;
		text-decoration: none;
		display: block;
		background-color: transparent !important;
	}
	.mobile-lang {
		padding: 10px 0;
		margin-bottom: 100px;
	}
	.mobile-lang, .mobile-lang a, #rm-additional-content {
		color: #a78057;
		font-family: 'Montserrat', sans-serif;
		text-decoration: none;
		font-size: 11px;
	}
	.mobile-lang a {
		padding: 0 7px;
	}

	.hero:before {
	  width: 100%;
	  padding-top: 90%;
	  background: url(img/hero.jpg) no-repeat 0 0;
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-position: center;
	}
	.hero h2 {
		bottom: 30%;
		left: 50%;
		margin: 0 -31%;
		width: 62%;
		height: 0;
		padding-bottom: 35%;
	}
	/*.home-img-1:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 90%;
		background: url(img/camera-superior.jpg) no-repeat 0 0;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
	.home-offerte:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 90%;
		background: url(img/miramare.jpg) no-repeat center 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	/*.home-img-2:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 90%;
		background: url(img/wellness.jpg) no-repeat 0 0;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
	.rslides img {
		position: relative;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translateY(0%) translateX(-50%);
	    transform: translateY(0%) translateX(-50%);
	    -moz-transform: translateY(0%) translateX(-50%);
	    width: auto;
	    max-width: 768px;
	}
	.home h3,
	.intro-servizi h1,
	.offerte-intro h1 { 
		font-size: 60px;
		line-height: 60px;
	}
	.site-info h4 { 
		font-size: 28px;
		line-height: 34px;
	}
	.site-info h4 span {
		font-size: 16px;
	}
	.home .cont p,
	.testo-pagina,
	.intro-pagina,
	.offerte-intro p {
		font-size: 18px;
		line-height: 22px;
		padding-left: 2%;
		padding-right: 2%;
	}
	.home .cont a {
		font-size: 15px;
	}
	.home-mappa:before,
	.version-de .home-mappa:before,
	.version-en .home-mappa:before {
	    padding-top: 60%;
	    background-position: center;
	}

	.container-booking {
		padding: 2px 0 20px 0;
	}

	.hero .home-booking {
		position: fixed;
	}

	.home-booking p {
		display: none !important;
	}

	.home-booking p:last-of-type {
		display: inline-block !important;
	}

	.credits {
		padding-bottom: 0;
	}
	.nav-up header {
	    top: -54px;
	}
	.nav-up button#responsive-menu-button {
		top: -54px !important;
	}
	.page-template-page-home .credits {
		padding-bottom: 0;
	}
	.testo-pagina,
	.testo-offerta {
		padding: 0 2%;
	}
	a.offerta-singola {
		display: block;
		width: 96%;
		max-width: 500px;
		margin: 0 auto 10px;
		float: none;
	}
	.offerta-singola-img {
		width: 100%;
		display:block;
	}
	.offerta-singola-img img {
		display: block;
	}
	.offerta-singola-text {
		display:block;
		width: 100%;
		padding: 8% 6%;
	}

	.offerta-singola:nth-child(even) .offerta-singola-img {
		position: relative;
		right: auto;
	}
	.offerta-singola:nth-child(even) .offerta-singola-text {
		position: relative;
		left: auto;
	}
	.offerta-singola-text h3 {
		font-family: 'Montserrat', sans-serif;
		font-size: 40px;
		line-height: 40px;
		margin: 0;
	}
	.offerta-singola-text .intro-offerta {
		font-size: 16px;
		line-height: 21px;
	}
	.offerta-singola-text .sottotitolo-offerta {
		font-size: 16px;
		line-height: 19px;
		font-family: 'Montserrat', sans-serif;
		color: #a78057;
		padding-top: 3%;
	}
	.offerta-form h2 {
		font-size: 42px;
		line-height: 48px;
		margin-top: 40px;
	}
	.camere-inner-offerte {
		max-width: 540px;
	}
	.camere-inner-offerte a.offerta-singola {
		width: 100%;
		margin-right: 0;
		display: table;
		max-width: 540px;
	}
	.camere-inner-offerte .offerta-singola-img img {
		display: table-cell;
	}
	.camere-inner-offerte .offerta-singola-img {
		display: table-cell;
		width: 50%;
	}
	.camere-inner-offerte .offerta-singola-text {
		display: table-cell;
	    vertical-align: middle;
	    width: 50%;
	    padding: 0 3%;
	}
	.camere-inner-offerte .offerta-singola:nth-child(1) .offerta-singola-text {
	    left: -50%;
		position: relative;
	}
	.camere-inner-offerte .offerta-singola:nth-child(1) .offerta-singola-img {
	    right: -50%;
	    position: relative;
	}
	.page-template-page-camere h3,
	.page-template-page-camere .offerte-intro h1 {
		font-size: 36px;
    	line-height: 40px;
    	margin-top: 50px;
    	padding: 40px 2% 10px;
	}
	.page-template-page-camere .cont p,
	.camere-book {
		font-size: 14px;
		line-height: 18px;
		padding-left: 2%;
		padding-right: 2%;
	}
	.camere-james:before {
		height: 570px;
	}
	.CA-review {
		width: 50%;
	}
	.offerta-intro,
	.offerta-intro .cont {
		height: auto;
	}
	.offerta-intro .cont {
		padding-bottom: 30px;
	}
	#wp-live-chat {
		right: 5% !important;
	}
	#wplc_hovercard {
		bottom: 86px;
    	right: 1%;
	}
	#wp-live-chat-header {
		margin-bottom: 22px;
	}
	.outer-motivi {
		display: none;
	}
}

@media (max-width: 600px) { 
	.home-offerte:before,
	.camere-james:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 0;
		background: none;
		-webkit-background-size: cover;
		background-size: cover;
		height: auto;
	}
	.home-offerte > .cont,
	.camere-james > .cont {
	    position: relative;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.inner-offerte,
	.inner-camere-james	 {
		width: 100%;
		position: relative;
		background: rgba(22, 21, 21, 1);
		left: 0;
		margin-left: 0;
		display: block;
		float: left;
	}
	.single .site-main, .page-template-default .site-main, .error404 .site-main, .search-results .site-main {
		padding-left: 2%;
		padding-right: 2%;
	}

}

@media (max-width: 480px) { 
	
	
	.wdpu-861 .wdpu-close {
	    right: 25px !important;
	}
	.wpmui-popup{
		max-width:100% !important
	}
	.wdpu-msg-inner{
		max-width:320px !important
	}
	.home h3,
	.offerte-intro h1,
	.intro-servizi h1 { 
		font-size: 48px;
		line-height: 48px;
		margin: 40px auto 0;
	}
	.site-info h4 {
		font-size: 28px;
		line-height: 34px;
	}
	.site-info h4 span {
		font-size: 16px;
	}
	.offerta-form h2 {
		font-size: 32px;
		line-height: 36px;
		margin-top: 20px;
	}
	.home h3 {
		padding: 60px 10px 20px;
	}
	.site-info h4 {
		padding: 50px 10px 50px;
	}
	.home .cont p,
	.site-info p,
	.offerte-intro p,
	.offerta-form {
		font-size: 16px;
		line-height: 19px;
	}
	.home .cont a,
	.site-info a.link-footer {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.site-info {
		padding: 140px 10px 40px;
		background-position: center 40px;
	}
	.home-mappa:before {
	    padding-top: 120%;
	}
	.blog-intro h1 {
		margin: 45px auto 0;
	    font-size: 48px;
	    line-height: 52px;
	}
	.blog-intro p {
		padding: 10px 20px 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.blog-intro {
		height: auto;
	}
	.camere-inner-offerte .offerta-singola-text h4 {
		font-size: 24px;
    	line-height: 28px;
	}
	.camere-inner-offerte .offerta-singola-text .sottotitolo-offerta {
		font-size: 14px;
    	line-height: 16px;
	}
	.camere-inner-offerte .offerta-singola:nth-child(3) .offerta-singola-img,
	.camere-inner-offerte .offerta-singola:nth-child(1) .offerta-singola-img {
		right: -49.9%;
	}
	.credits {
		line-height: 40px;
	}
	#responsive-menu.RMOpened .responsive-menu li a {
		padding: 10px 5% 10px 5% !important;
		font-size: 19px !important;
	}
	.CA-review {
		width: 100%;
		clear: both;
		padding: 2%;
	}
	#wp-live-chat {
		display: none;
	}


}
@media (max-width: 300px) { 
	
	
	.wdpu-861 .wdpu-close {
	    right: 25px !important;
	}
	.wpmui-popup{
		max-width:100% !important
	}
	.wdpu-msg-inner{
		max-width:340px !important
	}
}

 
.menu-book {
	background-color: #a78057;
	display: inline-block;
	color: #fff!important;
	float: right;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.5);
	text-align: center;
	margin-right: 15px;
	padding: 10px;
	text-decoration:  none;
	line-height:  1.2;
	font-size: 14px;
	margin-top: 9px;
}

header .whatsapp {
	color: #1dc55b;
    font-size: 14px;
	text-decoration: none;
	margin-right: 10px;
    vertical-align: text-top;
}

header .whatsapp i {
    font-size: 24px;
	margin-right: 5px;
	vertical-align: bottom;
}

header .whatsmob {
	background-color: #1dc55b;
}

header .whatsmob a {
	background-image: none;
	text-indent: initial;
	color: #fff;
	font-size: 30px;
    text-align: center;
}

header .whatsmob a i {
	vertical-align: middle;
}

@media only screen and (max-width: 1700px) {
    header .whatsapp {
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	.booking-title-wrapper {
		display: block;
	}
}

#bb_resBtn {
	background: #cc0056;
    border: 0;
    color: #fff;
    box-shadow: none;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-shadow: none;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 44px;
    text-decoration: none;
    display: inline-block;
}

.bottom {
	bottom: 0;
	top: initial!important;
}

span.wpcf7-list-item {
   	margin: 0 0 0 0 !important;
}


.button-booking {
    background: #cc0056;
    border: 0;
    box-shadow: none;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-shadow: none;
    margin-top: 20px;
    text-transform: uppercase;
	min-height: 44px;
	color: #fff!important;
    text-decoration: none;
    font-weight: initial;
	padding: 10px 20px;
    transition: background 0.2s linear;
    line-height: 1.2;
}

.button-booking:hover {
	background: #a50045;
}

.button-booking.appartamento {
	background: #e09326;
}
.button-booking.appartamento:hover {
	background: #c57f1b;
}

.tap-to-call.messenger {
	right: 88px;
	position: absolute;
	background-color: transparent;
}
.tap-to-call.messenger a {
	background: url(img/messenger-icon.png);
	background-size: 24px;
    background-repeat: no-repeat;
	background-position: center;
}

.tap-to-call.whatsmob a {
	background: url(img/whatsapp-icon.png);
	background-size: 24px;
    background-repeat: no-repeat;
	background-position: center;
}

header .whatsmob {
	background-color: transparent;
	right: 44px;
}

.tap-to-call {
	background: transparent;
	width: 44px;
}

.tap-to-call a {
	background: url(img/tel-icon.png);
	background-size: 24px;
    background-repeat: no-repeat;
	background-position: center;
}

.main-navigation .link-whatsapp a:before {
    content: "";
    width: 18px;
	height: 18px;
	background: url(img/whatsapp-icon.png);
	background-size: 18px;
    background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
}

@media (max-width: 767px) {

	.home-booking {
		display: none;
	}

	.button-booking {
		width: 50%;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.bar-fixed-bookingmobile {
		position: fixed;
		bottom: 0px !important;
		width: 100%;
		z-index: 1000;
		display: flex;
	}
	#cookie-law-info-again {
		width: 100%;
		left: 0;
		right: 0 !important;
		box-shadow: none !important;
		height: 20px;
		padding: 2px 0;
		font-size: 12px;
	}

	.fb_dialog {
		bottom: 100px!important;
		display:none!important;
	}

	.site-title a {
		margin: 0 auto 0 20px;
	}
	.bar-fixed-bookingmobile.visible-xs {
		display: flex !important;
	} 
}

@media (min-width: 769px) {
	.bar-fixed-bookingmobile {
		display: none;
	}
}

