/*
 Theme Name:   My Place Hotel Child
 Description:  Business WordPress theme.
 Author:       Alian Schiavoncini
 Author URI:   https://www.alian.it
 Template:     myplacehotel
 Version:      1.0.0
 Text Domain:  myplacehotelchild
*/
/*
	@COLORS     Colors
	@FONTS      Font inclusions
	@SPACING    Margins and Paddings
*/
/* @VARIABLES */
/* @COLORS */
.color--trasparent {
  color: transparent;
}
.color--white {
  color: #FFFFFF;
}
.color--black {
  color: #000000;
}
.color--green {
  color: #00524b;
}
.color--green--lighter {
  color: #aececb;
}
.color--green--light {
  color: #007b71;
}
.color--green--dark {
  color: #002522;
}
.color--brown {
  color: #596048;
}
.color--brown--light {
  color: #7f7e54;
}
.background-color--trasparent {
  background-color: transparent;
}
.background-color--black {
  background-color: #000000;
}
.background-color--white {
  background-color: #FFFFFF;
}
.background-color--green {
  background-color: #00524b;
}
.background-color--green--lighter {
  background-color: #aececb;
}
.background-color--green--light {
  background-color: #007b71;
}
.background-color--green--dark {
  background-color: #002522;
}
.background-color--brown {
  background-color: #596048;
}
.background-color--brown--light {
  background-color: #7f7e54;
}
.background-color-alpha--trasparent {
  background-color: transparent;
}
.background-color-alpha--black {
  background-color: #000000;
}
.background-color-alpha--white {
  background-color: #FFFFFF;
}
.background-color-alpha--green {
  background-color: rgba(0, 82, 75, 0.9);
}
.background-color-alpha--green--lighter {
  background-color: rgba(174, 206, 203, 0.9);
}
.background-color-alpha--green--light {
  background-color: rgba(0, 123, 113, 0.9);
}
.background-color-alpha--green--dark {
  background-color: rgba(0, 37, 34, 0.9);
}
.background-color-alpha--brown {
  background-color: rgba(89, 96, 72, 0.9);
}
.background-color-alpha--brown--light {
  background-color: rgba(127, 126, 84, 0.9);
}
.background-color-beta--trasparent {
  background-color: transparent;
}
.background-color-beta--black {
  background-color: #000000;
}
.background-color-beta--white {
  background-color: #FFFFFF;
}
.background-color-beta--green {
  background-color: rgba(0, 82, 75, 0.6);
}
.background-color-beta--green--lighter {
  background-color: rgba(174, 206, 203, 0.6);
}
.background-color-beta--green--light {
  background-color: rgba(0, 123, 113, 0.6);
}
.background-color-beta--green--dark {
  background-color: rgba(0, 37, 34, 0.6);
}
.background-color-beta--brown {
  background-color: rgba(89, 96, 72, 0.6);
}
.background-color-beta--brown--light {
  background-color: rgba(127, 126, 84, 0.6);
}
.border-color--trasparent {
  border-color: transparent;
}
.border-color--black {
  border-color: #000000;
}
.border-color--white {
  border-color: #FFFFFF;
}
.border-color--green {
  border-color: #00524b;
}
.border-color--green--lighter {
  border-color: #aececb;
}
.border-color--green--light {
  border-color: #007b71;
}
.border-color--green--dark {
  border-color: #002522;
}
.border-color--brown {
  border-color: #596048;
}
.border-color--brown--light {
  border-color: #7f7e54;
}
/* @FONTS */
.font--primary {
  font-family: 'Work Sans', sans-serif;
}
.font--secondary {
  font-family: 'Work Sans', sans-serif;
}
.font--tertiary {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font-size--xs {
  font-size: 14px;
}
.font-size--sm {
  font-size: 16px;
}
.font-size--m {
  font-size: 18px;
}
.font-size--l {
  font-size: 20px;
}
.font-size--xl {
  font-size: 24px;
}
.font-size--xxl {
  font-size: 32px;
}
.font-size-title--xs {
  font-size: 20px;
}
.font-size-title--sm {
  font-size: 24px;
}
.font-size-title--m {
  font-size: 28px;
}
.font-size-title--l {
  font-size: 40px;
}
.font-size-title--xl {
  font-size: 64px;
}
.font-size-title--xxl {
  font-size: 96px;
}
.font-weight--thin {
  font-weight: 100;
}
.font-weight--extra-light {
  font-weight: 200;
}
.font-weight--light {
  font-weight: 300;
}
.font-weight--regular, .font-weight--normal {
  font-weight: 400;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--semi-bold {
  font-weight: 600;
}
.font-weight--bold {
  font-weight: 700;
}
.font-weight--extra-bold {
  font-weight: 800;
}
.font-weight--black {
  font-weight: 900;
}
/*@font-face {
	font-family: $font__secondary;
	src: url('fonts/NatureSpiritRegular.eot?#iefix') format('embedded-opentype'),
	url('fonts/NatureSpiritRegular.woff') format('woff'),
	url('fonts/NatureSpiritRegular.ttf') format('truetype'),
	url('fonts/NatureSpiritRegular.svg#adlerRegular') format('svg');
	font-weight: $font__weight--normal;
}*/
/* @SITE MAX WIDTH */
/* @SPACING */
.margin-top--none {
  margin-top: 0;
}
.margin-top--xs {
  margin-top: 10px;
}
.margin-top--sm {
  margin-top: 15px;
}
.margin-top--m {
  margin-top: 20px;
}
.margin-top--l {
  margin-top: 30px;
}
.margin-top--xl {
  margin-top: 40px;
}
.margin-top--xxl {
  margin-top: 80px;
}
.margin-top--3xl {
  margin-top: 120px;
}
.margin-right--none {
  margin-right: 0;
}
.margin-right--xs {
  margin-right: 10px;
}
.margin-right--sm {
  margin-right: 15px;
}
.margin-right--m {
  margin-right: 20px;
}
.margin-right--l {
  margin-right: 30px;
}
.margin-right--xl {
  margin-right: 40px;
}
.margin-right--xxl {
  margin-right: 80px;
}
.margin-right--3xl {
  margin-right: 120px;
}
.margin-bottom--none {
  margin-bottom: 0;
}
.margin-bottom--xs {
  margin-bottom: 10px;
}
.margin-bottom--sm {
  margin-bottom: 15px;
}
.margin-bottom--m {
  margin-bottom: 20px;
}
.margin-bottom--l {
  margin-bottom: 30px;
}
.margin-bottom--xl {
  margin-bottom: 40px;
}
.margin-bottom--xxl {
  margin-bottom: 80px;
}
.margin-bottom--3xl {
  margin-bottom: 120px;
}
.margin-left--none {
  margin-left: 0;
}
.margin-left--xs {
  margin-left: 10px;
}
.margin-left--sm {
  margin-left: 15px;
}
.margin-left--m {
  margin-left: 20px;
}
.margin-left--l {
  margin-left: 30px;
}
.margin-left--xl {
  margin-left: 40px;
}
.margin-left--xxl {
  margin-left: 80px;
}
.margin-left--3xl {
  margin-left: 120px;
}
.padding-top--none {
  padding-top: 0;
}
.padding-top--xs {
  padding-top: 10px;
}
.padding-top--sm {
  padding-top: 15px;
}
.padding-top--m {
  padding-top: 20px;
}
.padding-top--l {
  padding-top: 30px;
}
.padding-top--xl {
  padding-top: 40px;
}
.padding-top--xxl {
  padding-top: 80px;
}
.padding-top--3xl {
  padding-top: 120px;
}
.padding-right--none {
  padding-right: 0;
}
.padding-right--xs {
  padding-right: 10px;
}
.padding-right--sm {
  padding-right: 15px;
}
.padding-right--m {
  padding-right: 20px;
}
.padding-right--l {
  padding-right: 30px;
}
.padding-right--xl {
  padding-right: 40px;
}
.padding-right--xxl {
  padding-right: 80px;
}
.padding-right--3xl {
  padding-right: 120px;
}
.padding-bottom--none {
  padding-bottom: 0;
}
.padding-bottom--xs {
  padding-bottom: 10px;
}
.padding-bottom--sm {
  padding-bottom: 15px;
}
.padding-bottom--m {
  padding-bottom: 20px;
}
.padding-bottom--l {
  padding-bottom: 30px;
}
.padding-bottom--xl {
  padding-bottom: 40px;
}
.padding-bottom--xxl {
  padding-bottom: 80px;
}
.padding-bottom--3xl {
  padding-bottom: 120px;
}
.padding-left--none {
  padding-left: 0;
}
.padding-left--xs {
  padding-left: 10px;
}
.padding-left--sm {
  padding-left: 15px;
}
.padding-left--m {
  padding-left: 20px;
}
.padding-left--l {
  padding-left: 30px;
}
.padding-left--xl {
  padding-left: 40px;
}
.padding-left--xxl {
  padding-left: 80px;
}
.padding-left--3xl {
  padding-left: 120px;
}
/*
	@GENERAL    General use classes
	@BASIC      Basic colors, fonts and backgrounds
	@ANIMATE    Animations
	@BUTTONS    Buttons
	@FORMS      Forms
	@LAYOUTFIX  Global Layout Fix
*/
/* @GENERAL */
html, body {
  overflow-x: hidden;
}
body {
  background-color: #FFFFFF;
  font-family: 'Work Sans', sans-serif;
  color: #596048;
  font-weight: 300;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

.ui-widget-header {
  border: 1px solid #34879e !important;
  background: #34879e !important;
  color: #ffffff;
  font-weight: bold;
}
.edita-form-builder .efb-submit{
  background-color: #00524b !important;
  font-weight:bold;
}


a {
  color: #00524b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #007b71;
  text-decoration: none;
}
a:hover > img {
  border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #00524b;
  font-weight: 300;
  /* font-family: 'Pinyon Script', cursive; */
  font-family: 'Work Sans', sans-serif;
}
h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 64px;
  }
}
h2:after {
  display: inline-block;
  content: '';
  margin-left: 10px;
  background-image: url("images/icon-leaf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  h2:after {
    margin-left: 20px;
    width: 30px;
    height: 40px;
  }
}
h3 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  h3 {
    font-size: 40px;
  }
}
h3:after {
  display: inline-block;
  content: '';
  margin-left: 15px;
  background-image: url("images/icon-leaf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 30px;
}
.btn {
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #00524b;
  border-color: #00524b;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #007b71;
  border-color: #007b71;
}
.btn-primary:disabled {
  background-color: #007b71;
  border-color: #007b71;
}
#main {
  margin-top: 0;
}
#main.container {
  max-width: none;
}
@media only screen and (min-width: 960px) {
  #main.container {
    padding-left: 0;
    padding-right: 0;
  }
}
#main.container > .row:not(.alignwide):not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
#main.container .section--content > div[class^="wp-"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
#main.container .section--content > h1:not(.alignwide), #main.container .section--content > h1:not(.alignfull), #main.container .section--content > h2:not(.alignwide), #main.container .section--content > h2:not(.alignfull), #main.container .section--content > h3:not(.alignwide), #main.container .section--content > h3:not(.alignfull), #main.container .section--content > h4:not(.alignwide), #main.container .section--content > h4:not(.alignfull), #main.container .section--content > h5:not(.alignwide), #main.container .section--content > h5:not(.alignfull), #main.container .section--content > h6:not(.alignwide), #main.container .section--content > h6:not(.alignfull), #main.container .section--content > p:not(.alignwide), #main.container .section--content > p:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
#main.container .section--content > .wp-block-eedee-block-gutenslider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
@media only screen and (min-width: 768px) {
  #main.container .section--content > .wp-block-eedee-block-gutenslider {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
#main.container .section--content > .wp-block-eedee-block-gutenslider .eedee-swiper-outer {
  height: 100vh;
  width: 100vw;
  left: -15px !important;
}
@media only screen and (min-width: 960px) {
  #main.container .section--content > .wp-block-eedee-block-gutenslider .eedee-swiper-outer {
    left: 0px !important;
  }
}
#main.container .section--content > .alignfull, #main.container .section--content > .alignwide {
  max-width: none !important;
}
.wp-block-image img, .wp-block-gallery img {
  border: 0;
  width: 100%;
  max-width: none;
}
.wpcf7 label {
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
}
.wpcf7-text, .wpcf7-date, .wpcf7-select, .wpcf7-textarea {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #002522;
  width: 100%;
}
.wpcf7-textarea {
  height: 100px;
}
.wpcf7 .row-children > div > div {
  float: left;
  padding-right: 30px;
  width: 33.33333%;
}
.wpcf7 .row-children > div > div:last-child {
  padding-right: 0;
}
.wpcf7 .privacy-policy {
  text-transform: initial;
  font-size: 14px;
}
.wpcf7 .privacy-policy .wpcf7-list-item {
  margin-left: 0;
}
/*
	@HEADER     Site Header
	@NAV        Main navigation
*/
/* @HEADER */
.pre-header {
  background-color: #00524b;
  color: #aececb;
  font-size: 14px;
}
.pre-header a {
  color: #aececb;
}
.pre-header .pre_header_left {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pre-header .pre_header_left ul.company-contacts {
  margin-bottom: 0;
  display: flex;
}
.pre-header .pre_header_left ul.company-contacts li {
  display: inline-flex;
  align-items: center;
}
.pre-header .pre_header_left ul.company-contacts li:not(:last-child) {
  margin-right: 30px;
}
.pre-header .pre_header_left ul.company-contacts li .fa {
  margin-right: 10px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .pre-header .pre_header_left ul.company-contacts li .fa {
    font-size: 14px;
  }
}
.pre-header .pre_header_left ul.company-contacts li.map, .pre-header .pre_header_left ul.company-contacts li span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pre-header .pre_header_left ul.company-contacts li.map, .pre-header .pre_header_left ul.company-contacts li span {
    display: inline-flex;
  }
}
@media only screen and (max-width: 768px) {
  .pre-header .pre_header_left ul.company-contacts li.phone a {
    display: inline-flex;
    align-items: center;
  }
  .pre-header .pre_header_left ul.company-contacts li.phone span {
    display: inline-flex;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .pre-header .pre_header_left ul.company-contacts li.phone span {
    font-size: 14px;
  }
}
.pre-header .wpml-ls {
  margin-top: 10px;
  float: right;
  width: initial;
  max-width: max-content;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pre-header .wpml-ls {
    margin-top: 5px;
  }
}
.pre-header .wpml-ls-item-toggle {
  background: transparent;
  border: none;
}
header {
  background-color: #FFFFFF;
}
header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .navbar-nav {
  margin-left: auto;
}
header .navbar .menu-item {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  header .navbar .menu-item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header .navbar .menu-item {
    font-size: 16px;
  }
}
header .navbar .menu-item .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  color: #00524b;
}
@media only screen and (max-width: 1336px) {
  header .navbar .menu-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1336px) {
  header .navbar .menu-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .btn-menu {
  padding: 0;
  background-color: #00524b;
}
header .btn-menu a {
  color: #FFFFFF !important;
}
header .navbar-toggler {
  border-radius: 0;
  border-color: #00524b !important;
}
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 0 transparent;
  transition: background 0.4s ease-in-out, margin 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.header-wrapper .navbar-brand img {
  transform-origin: left center;
  transition: transform 0.4s ease-in-out;
  transform: scale(1);
  height: 60px;
}
.fixed-header .header-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
}
.fixed-header .header-wrapper .navbar-brand img {
  transform: scale(0.7);
}
.fixed-header .header-wrapper .pre_header_left, .fixed-header .header-wrapper header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hide-fixed-header .header-wrapper {
  margin-top: -400px;
}
.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  border-width: 0;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #00524b;
}
/*
    @POST       Site inner
*/
/* @POST */
.post-header {
  position: relative;
  margin-bottom: 40px;
  overflow: auto;
  height: 100vh;
  display: flex;
  justify-content: center;
  background-color: #002522;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1024px) {
  .post-header {
    margin-left: 0;
    margin-right: 0;
    height: 100vh;
  }
}
.post-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.post-header--image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.post-header--title, .post-header--title-h1 {
  position: absolute;
  top: 40px;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1;
  text-align: center;
  font-size: 64px;
}
@media only screen and (min-width: 1024px) {
  .post-header--title, .post-header--title-h1 {
    font-size: 96px;
    top: 25%;
  }
}
.post-content {
  padding-bottom: 40px;
}
.wp-block-cover.map-cover {
  align-items: start;
  margin-top: 80px;
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: calc(100% + 30px) !important;
  min-height: 300px !important;
}
.wp-block-cover.map-cover p {
  font-size: 24px;
}
.wp-block-cover.map-cover .wp-block-cover__image-background {
  object-position: 35% 75% !important;
}
@media only screen and (min-width: 1024px) {
  .wp-block-cover.map-cover {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-height: 450px !important;
  }
  .wp-block-cover.map-cover p {
    font-size: 40px;
  }
  .wp-block-cover.map-cover .wp-block-cover__image-background {
    object-position: 50% 75% !important;
  }
}
.wp-block-eedee-block-gutenslider {
  margin-bottom: 20px;
  height: 100vh;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-eedee-block-gutenslider {
    margin-bottom: 80px;
  }
}
.wp-block-eedee-block-gutenslider .gutenslider-content-initial {
  font-family: 'Work Sans', sans-serif;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px black;
  font-size: 40px;
}
@media only screen and (min-width: 1024px) {
  .wp-block-eedee-block-gutenslider .gutenslider-content-initial {
    font-size: 96px;
  }
}
.postcards--2 .row > div:first-of-type, .postcards--3 .row > div:first-of-type {
  padding-left: 0;
}
.postcards--2 .row > div:last-child, .postcards--3 .row > div:last-child {
  padding-right: 0;
}
.postcards--2 .postcard, .postcards--3 .postcard {
  position: relative;
  margin-bottom: 30px;
  border-width: 10px;
  border-style: solid;
  overflow: hidden;
  border-width: 0;
}
.postcards--2 .postcard-col, .postcards--3 .postcard-col {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .postcards--2 .postcard-col, .postcards--3 .postcard-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.postcards--2 .postcard--image > img, .postcards--3 .postcard--image > img {
  object-fit: cover;
  width: 100%;
  max-height: 320px;
  height: 320px;
  transition: all 0.4s ease;
  transform: scale(1);
}
.postcards--2 .postcard--title, .postcards--3 .postcard--title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
}
.postcards--2 .postcard--title-vertical, .postcards--3 .postcard--title-vertical {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  height: 100%;
  width: initial;
  transform: rotate(180deg);
}
.postcards--2 .postcard:hover .postcard--image > img, .postcards--3 .postcard:hover .postcard--image > img {
  transform: scale(1.1);
}
.postcards--icon-title {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .postcards--icon-title {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.postcards .swiper {
  padding-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.postcards .swiper-wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .postcards .swiper-wrapper {
    padding-bottom: 0;
  }
}
.postcards .swiper-slide {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
.postcards .swiper-slide .postcard--image {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 20px;
  width: 120px;
  height: 120px;
}
.postcards .swiper-pagination {
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .postcards .swiper-pagination {
    display: none;
  }
}
.postcards .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
}
.postcards .swiper-pagination-bullet-active {
  background: #00524b;
}
.reviews {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("images/bg-reviews.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .reviews {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.reviews h2 {
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .reviews h2 {
    margin-bottom: 40px;
  }
}
.reviews h2:after {
  background-image: url("images/icon-leaf-white.png");
}
.reviews .review--slide {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1024px) {
  .reviews .review--slide {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.reviews .review--provider-logo {
  max-height: 30px;
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .reviews .review--provider-logo {
    max-height: 80px;
  }
}
.reviews .review--title {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .reviews .review--title {
    font-weight: 400;
    font-size: 28px;
  }
}
.reviews .review--content {
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .reviews .review--content {
    font-size: 24px;
  }
}
.reviews .review--rating {
  margin-bottom: 15px;
}
.reviews .swiper-button-prev {
  left: 0;
}
.reviews .swiper-button-next {
  right: 0;
}
.reviews .swiper-button-next, .reviews .swiper-button-prev {
  color: #FFFFFF;
}
.reviews .swiper-button-next::after, .reviews .swiper-button-prev::after {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .reviews .swiper-button-next::after, .reviews .swiper-button-prev::after {
    font-size: 40px;
  }
}
.offers {
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px;
  background-image: url("images/bg-offers.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .offers {
    margin-left: 0;
    margin-right: 0;
  }
}
.offers h2 {
  color: #FFFFFF;
}
.offers h2:after {
  background-image: url("images/icon-leaf-white.png");
}
.offers p {
  margin-bottom: 40px;
}
.offers .offer {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  border-width: 10px;
  border-style: solid;
  overflow: hidden;
  border-color: #00524b;
}
.offers .offer--image > img {
  object-fit: cover;
  width: 100%;
  max-height: 360px;
  height: 360px;
  transition: all 0.4s ease;
  transform: scale(1);
}
.offers .offer--title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  z-index: 1;
  background-color: rgba(0, 82, 75, 0.9);
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .offers .offer--title {
    font-size: 28px;
  }
}
.offers .offer--2 {
  border-color: #596048;
}
.offers .offer--2 .offer--title {
  background-color: rgba(89, 96, 72, 0.9);
}
.offers .offer--3 {
  border-color: #7f7e54;
}
.offers .offer--3 .offer--title {
  background-color: rgba(127, 126, 84, 0.9);
}
.offers .offer:hover .offer--image > img {
  transform: scale(1.1);
}
#sb_instagram {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  #sb_instagram {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #sb_instagram.sbi_width_resp {
    width: calc(100% + 30px) !important;
  }
}
.booking-form {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #002522;
  background-image: url("images/bg-booking-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 25px 10px rgba(255, 255, 255, 0.3);
  margin-top: -100px;
  margin-bottom: 40px;
  font-size: 14px;
  position: absolute;
  bottom: 5vh;
  left: 10%;
  right: 10%;
  max-width: 1140px;
  margin: 0 auto;
}
.booking-form--notti, .booking-form--data-flessibili, .booking-form--camere, .booking-form--codice-promozione-wrapper, .booking-form .ui-datepicker-trigger {
  display: none;
}
.booking-form .col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .booking-form .col {
    margin-bottom: 0;
  }
}
.booking-form label {
  color: #FFFFFF;
  text-transform: uppercase;
}
.booking-form input[type="text"] {
  font-size: 14px;
  min-width: 0;
}
.booking-form .input-group {
  flex-wrap: nowrap;
}
.booking-form .editorDateTime {
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  border-right: 0;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
}
.booking-form .input-group-text {
  border-radius: 0;
  border: 1px solid #FFFFFF;
  border-left: 0;
  background: transparent;
}
.booking-form .custom-select {
  padding: 5px 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 8px 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  text-align: center;
  font-weight: 300;
  font-size: 14px;
}
.booking-form .custom-select:hover, .booking-form .custom-select:focus {
  background-color: #002522;
  color: #FFFFFF;
}
.booking-form--cta {
  padding: 5px 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #FFFFFF;
  color: #00524b;
  background: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
}
.booking-form--cta.btn-primary:hover, .booking-form--cta.btn-primary:focus {
  background-color: #002522 !important;
}
.booking-form .ui-datepicker {
  background: #333;
  border: 1px solid #555;
  color: #EEE;
}
.booking-form .EtaBambini {
  display: none;
}
.js-wpv-view-layout {
  width: 100%;
}
.offerta__item {
  padding-top: 40px;
  padding-bottom: 40px;
}
.offerta__featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: none;
  transition: all 0.4s ease;
  transform: scale(1);
}
.offerta__featured-image-wrapper:hover {
  transform: scale(1.1);
}
.offerta__featured-image {
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.offerta__trattamento {
  color: #002522;
}
.offerta__title {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .offerta__title {
    margin-top: 0;
  }
}
.offerta__title h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  .offerta__title h2 {
    font-size: 40px;
  }
}
.offerta__title h2:after {
  margin-left: 15px;
  width: 20px;
  height: 30px;
}
.offerta__prezzo {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.offerta__prezzo-label {
  font-size: 18px;
  font-weight: 400;
}
.offerta__content {
  margin-top: 20px;
}
.offerta__data {
  color: #002522;
  font-size: 16px;
}
.offerta__data-al {
  margin-left: 20px;
}
.offerta__data-cta {
  align-items: center;
}
.offerta__cta {
  margin-top: 20px;
}
.offerta__cta .btn {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .offerta__cta {
    margin-top: 0;
  }
}
.newsletter__email label {
  display: none;
}
.newsletter__info {
  font-size: 12px;
}
.newsletter .form-control {
  border-radius: 0;
  border: 1px solid rgba(0, 82, 75, 0.6);
  width: 100%;
  background: rgba(0, 82, 75, 0.6);
}
.google-maps {
  width: 100%;
}
/*ui-datepicker*/
/*.ui-datepicker {
	table {
		font-size: 16px;
	}
	td span,
	td a {
		padding: 5px;
	}

}*/
/*
    @SIDEBAR       Sidebar
*/
/* @SIDEBAR */
/*
	@FOOTER     Footer
*/
/* @FOOTER */
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFFFFF;
  background-color: #002522;
  background-image: url("images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer {
    text-align: left;
  }
}
#footer a, #footer .menu-item a[aria-current="page"] {
  color: #FFFFFF;
}
#footer a:hover, #footer .menu-item a[aria-current="page"]:hover {
  color: #00524b;
}
#footer h3.widget-title {
  color: #FFFFFF;
  font-size: 24px;
}
#footer h3.widget-title:after {
  display: none;
}
#footer ul.menu {
  padding-left: 15px;
}
@media only screen and (min-width: 1024px) {
  #footer ul.menu {
    list-style: initial;
  }
}
#footer ul li {
  margin-bottom: 10px;
}
#footer .footer_sidebar_1, #footer .footer_sidebar_2, #footer .footer_sidebar_3, #footer .footer_sidebar_4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #footer .footer_sidebar_1, #footer .footer_sidebar_2, #footer .footer_sidebar_3, #footer .footer_sidebar_4 {
    margin-bottom: 0;
  }
}
#footer .footer_sidebar_1 {
  text-align: center;
}
#footer .footer-logo img {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: none !important;
  width: 180px;
  height: auto !important;
}
#footer .footer-copyright {
  padding-top: 40px;
  text-align: center;
  font-size: 12px;
}
#footer .zoom-social-icons-list {
  display: inline-flex;
}
#backtotop {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002522;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#backtotop::after {
  color: #FFFFFF;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg);
  background-position: center;
}
#backtotop:hover {
  cursor: pointer;
  background-color: #00524b;
}
#backtotop:active {
  background-color: #00524b;
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
/*
	@HOME     	Homepage
*/
/* @HOME */
.home:not(.fix-header) .header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home:not(.fix-header) .header-wrapper > header {
  background-color: transparent !important;
}
/*
	@WOOCOMMERCE     	WooCommerce
*/
/* @WOOCOMMERCE */
/*
	@TEMP       Work in progress
*/
/* @TEMP */
.postcards .swiper-slide {
  flex: 1;
}
#sb_instagram{
  margin-bottom:100px
}
@media only screen and (max-width:781px){
  .img_superior{
    order:2 !important
  }
  .img_superior img{
    order:2!important
  }
}