/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Doppel - Startseite */
.neue-startseite-vitabella-locanda .flex_column_table {
	padding: 0 11% !important;
}

body .intro-logo-container {
  margin: 0 auto;
  padding: 0;
  grid-row: 1;
  grid-column: 1;
  object-fit: contain;
  object-position: top;
  opacity: 0;
  animation-name: home-video-image2;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-delay: 0s;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.35));
}


@keyframes home-video-image2 {
  0% {
    opacity: 1;
    transform: scale(0.95);
  }

  75% {
    opacity: 0.75;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

body .intro-logo-container .logo-vitabella {
	position: absolute;
	height: 500px;
	left: 0;
	right: 0;
}

body .intro-logo-container .logo-vitabella img {
	width: 500px;
	height: 350px;
}

@media (max-width:767px) {
		
	body .intro-logo-container .logo-vitabella {
		top: 100px;		
    }
	
	body .intro-logo-container .logo-vitabella img {
		width: 600px;
		max-height: 250px;
	}

    .benvenuti-headline {
		top: 200px;
		max-width: 90% !important;
	}
}

.benvenuti-headline {
	position: absolute;
	top: 400px;
	max-width: 40% !important;
	left: 0;
	right: 0;
}

.vitabella-locanda-box.vitabella-locanda-box.vitabella-locanda-box {
	animation: locanda-box;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-duration: 6s;
	animation-timing-function: cubic-bezier(.17,.67,.6,.89);
	opacity: 0.9;
}

@keyframes locanda-box {
  0% {
    opacity: 0;
  }  
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}

.vitabella-locanda-box .logo-vitabella {
	max-width: 260px;
}

.vitabella-locanda-box .logo-vitabella img {
	width: 260px;
}

@media (max-width: 767px) {
	.logo-home-toscana img, .logo-home-locanda img{
		height: 160px;
	}
	.vitabella-locanda-box {
		width: 100%;
		min-height: 500px !important;
		height: 500px !important;
		opacity: 0.9;
	}
}

.home-toscana-locanda-title p {
       line-height: 24px;
}
.home-toscana-locanda-text p {
       margin-top: 50px;
	   line-height: 22px;
	   font-size: 18px;
}

@media (max-width: 1200px) {
	.home-toscana-locanda-text p {
		font-size: 15px !important;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	.home-toscana-locanda-text p {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.eye-catcher-badge {
  position: absolute !important;
  width: 50%;
  top: 0;
  right: -27%;
}

.eye-catcher-badge .image-overlay {
  display: none !important;
}

/* Header */

.home .logo {
  display: none;
}

html #top .av_header_transparency #header_meta {
	border-bottom: 1px solid transparent;
}

.home #av_section_1 .post-entry {
  height: 100%;
}

.home #av_section_1 .post-entry .entry-content-wrapper {
  height: 100%;
}

#home-video-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-video-overlay::before,
#home-video-overlay::after {
  display: none;
}

#home-video-overlay p {
  margin: 0;
  display: grid;
}

#home-video-overlay .avia-button.avia-size-large {
	font-size: 1.25rem;
}

#home-video-overlay {
  --show-image-duration: 11s
}

body .home-overlay-image {
  max-width: 1140px;
  max-height: 30vh;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  grid-row: 1;
  grid-column: 1;
  object-fit: contain;
  object-position: top;
  opacity: 0;
  animation-name: home-video-image;
  animation-duration: calc(3 * var(--show-image-duration));
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.35));
}

body .home-overlay-image:nth-child(2) {
  animation-delay: var(--show-image-duration);
}

body .home-overlay-image:nth-child(3) {
  animation-delay: calc(2 * var(--show-image-duration));
}

#home-video-overlay .beddy-widget {
  margin-bottom: 5vh;
  opacity: 0.85
}

@keyframes home-video-image {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  5%  {
    opacity: 0.75;
    transform: scale(1);
  }

  25% {
    opacity: 0.75;
    transform: scale(1);
  }

  30% {
    opacity: 0;
    transform: scale(0.95);
  }
}

.product-sorting {
  display: none;
}
.avia_wpml_language_switch {
  display: none;
}


#hero .avia-image-overlay-wrap {
  overflow: hidden;
  position: relative;
}

#hero .avia-image-overlay-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 300%;
  background-image: linear-gradient(white, white 33.333%, black 66.66%);
  position: absolute;
  top: 0;
  mix-blend-mode: color-dodge;
  animation-name: hero-burn;
  animation-duration: 40s;
  animation-iteration-count: infinite
}

#hero .avia-image-overlay-wrap img {
  width: 100%;
  animation-name: hero-zoom;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes hero-zoom {
  0% {
    transform: scale(1) rotate(2deg);
    transform-origin: 50% 50%;
  }
  
  100% {
    transform: scale(4) rotate(-10deg);
    transform-origin: 80% 8%;
  }
}

@keyframes hero-burn {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  5% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  
  5.0001% {
    transform: translate3d(0, -66.6%, 0);
    opacity: 0;
  }

  97% {
    transform: translate3d(0, -66.6%, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}


.hotspot-legend-start {
    counter-reset: hotspot-legend;
}

.hotspot-legend .av-catalogue-list li {
    position: relative;
}

.hotspot-legend .av-catalogue-list li:hover:after {
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.hotspot-legend .av-catalogue-list li:after{
    counter-increment: hotspot-legend;
    content: counter(hotspot-legend);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 5px;
    height: 44px;
    width: 44px;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
    font-weight: bold;
    pointer-events: none;
}

.no-fallback-tooltip .av-hotspot-fallback-tooltip {
    display: none !important;
}

#top .inverted-icon-list h4 {
  font-size: 0.75rem;
  letter-spacing: 0.025rem;
}

#top .inverted-icon-list .iconlist_content p {
  margin: 0.25rem 0;
  font-size: 1.5rem;
}

.isotope {
  margin: 0 -10px;
}

.isotope-item {
  padding: 10px;
}

.otgs-development-site-front-end {
  display: none;
}

.mb-4 {
  margin-bottom: 4rem
}

.avia-animated-number-title {
  white-space: normal;
}

#top #wrap_all .avia-gallery .avia-gallery-thumb a:only-child {
  display: none;
}

.stretch-row,
.stretch-row .flex_cell,
.stretch-row .flex_cell_inner {
  height: 100%;
}

.av_leaflet_sc_main_wrap,
.avia-leaflet-map-container {
  height: 100%;
}

.leaflet-map {
  height: 100% !important;
  min-height: 40vh;
}

.divider-only {
  pointer-events: none;
  min-height: 50px;
}

@media only screen and (max-width: 989px) {
  .divider-only {
    margin-top: -20px;
  }
}

/*.single-product-main-image {
  width: 66%;
}*/

#top .single-product-main-image .thumbnails a {
  width: 16.666%;
}

.special-text-content {
  font-size: 1.25em;
  font-weight: 300;
}

.avia_textblock .wcml_currency_switcher {
  display: inline-block;
}

@keyframes fade-out {
  from {
    opactity: 1;
  }
  to {
    opacity: 0;
  }
}

.fade-out-caption .caption_container {
  animation-name: fade-out;
  animation-duration: 6s;
  animation-delay: 8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in
}

.wpml-ls-current-language a {
  text-decoration: underline !important;
}


.alternate_color #js_sort_items a {
  background-color: hsl(37.7, 66.6%, 84%);
  padding: 0 0.5rem;
  border-radius: 4px;
  font-size: 1rem;
}

.alternate_color #js_sort_items a .inner_sort_button {
  color: hsl(33.9, 51.3%, 60.7%);
}

.alternate_color #js_sort_items a:hover {
  background-color: hsl(37.7, 58.6%, 68%);
  
}

.alternate_color #js_sort_items a:hover .inner_sort_button {
  color: hsl(33.9, 54.3%, 42.7%);
}

.alternate_color #js_sort_items a.active_sort {
  background-color: hsl(37.7, 50.6%, 52%);
  
}

.alternate_color #js_sort_items a.active_sort .inner_sort_button {
  color: hsl(33.9, 44.3%, 94.7%);
}

/* Booking Widget Quovai */

.quovai-container #search { 
     position: absolute !important;
     bottom: 170px !important;
     padding: 0 15% !important;
     opacity: 0.9;
}

@media (max-width: 1190px) and (min-width: 992px) {
     .quovai-container .custom-search-input-2 .col-lg-4 {
          padding-top: 15px !important;
          padding-bottom: 15px !important;
     }
     .quovai-container .custom-search-input-2 .col-lg-5 .icon_calendar {
          height: 44px;
          margin-top: 3px;
          margin-bottom: 3px;
     }
     .quovai-container .custom-search-input-2 .col-lg-5 .date-pick.date-pick {
          border-top-right-radius: 3px !important;
          border-bottom-left-radius: 0px !important;
     }
     .quovai-container a.btn_search.locations {
          border-radius: 3px;
     }
}

@media  (max-width: 991px) {
     .quovai-container.quovai-container #search {
         padding: 0 6% !important;
         bottom: 140px !important;
      }

     .quovai-container .custom-search-input-2 .col-lg-5 .date-pick.date-pick.date-pick  {
          background-color: #fff !important;
          border-radius: 3px !important;
     }
     .quovai-container .custom-search-input-2 .col-lg-5.col-lg-5 {
           max-height: 45px;
           margin-bottom: 15px;
      }
      
     .quovai-container .custom-search-input-2 .col-lg-4.col-lg-4 {
           max-height: 45px;
           margin-bottom: 15px;
      }

     .quovai-container .custom-search-input-2 .col-lg-5.col-lg-5>div,
     .quovai-container .custom-search-input-2 .col-lg-4.col-lg-4>div {
           max-height: 45px;
           margin-bottom: 0;
      }
      .quovai-container a.btn_search.locations {
           margin-top: 0;
       }
}

.quovai-container #search ul.nav-tabs li {
     display: none;
}

.quovai-container .custom-search-input-2 .col-lg-5 {
     max-height: 35px;
}

.quovai-container .custom-search-input-2 .col-lg-5 .date-pick.date-pick {
     background-color: inherit !important;
     border-color: inherit !important;
     border-radius: 3px 0 0 3px !important;
     color:  rgb(145, 105, 53) !important;
     font-size: 15px !important;
     padding-left: 14px !important;
     border: none !important;
     box-shadow: none !important;
}

.quovai-container a.btn_search.locations {
     background-color: rgb(145, 105, 53);
     border-color: rgb(112, 71, 19);
}

.quovai-container .custom-search-input-2 .col-lg-5 .icon_calendar {
     height: 44px;
     margin-top: 3px;
}

.quovai-container .custom-search-input-2 .col-lg-4.col-lg-4 a {
     color:  rgb(145, 105, 53);
     font-size: 15px;
}

.quovai-container .custom-search-input-2 .col-lg-4.col-lg-4 .qtyTotal,
.quovai-container .custom-search-input-2 .col-lg-4.col-lg-4 .qtyTotalChildren {
      background-color: rgb(145, 105, 53);
}

.quovai-container .qtyButtons.qtyButtons {
     margin-bottom: 5px;
}




