/**
Theme Name: Voyah 
Author: Macchianera
Author URI: https://www.macchianera.biz
Description: Voyah Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voyah
Template: astra
*/

/*
.page header.site-header {
	position: sticky !important;
	top: 0 !important;
}
.page .site-content#content {
	margin-top: -80px;
}
*/
.page article header {
	margin-bottom: 0 !important;
}
#menu-item-650 a {
	max-height: 40px;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
}
.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #1b1b1b;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link {
	color: #1b1b1b;
}
.ast-custom-button {
	color: #000 !important;
	/*padding: 20px 10px !important;*/
}
.ast-custom-button:hover {
	color: #fff !important;
}
.ast-builder-menu-1 .sub-menu {
	background-color: #000 !important;
	border-color: #fff !important;
}
.main-header-menu .menu-item .sub-menu .menu-link {
	color: #fff !important;
}
.main-header-menu .menu-item .sub-menu .current-menu-item .menu-link {
	background-color: #e9e9e9 !important;
	color: #000 !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item &gt; .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item &gt; .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor &gt; .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor &gt; .ast-menu-toggle {
	color: #ff0000;
	background: #e9e9e9 !important;
}
.spectra-image-gallery__control-lightbox--close {
	top: 100px!important
}

/* Store Locator */
.single-store__content table {
	min-width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
.single-store__content table tr:nth-child(odd) td {
	background-color: #e9e9e9;
}
.single-store__content table td {
	padding: 10px;
}
#wpsl-search-wrap div label {
	line-height: normal;
}

/* Hide reCAPTCHA */
.grecaptcha-badge { visibility: hidden };

/* Virtual Tour */
/**
Theme Name: Voyah
Author: Macchianera
Author URI: https://www.macchianera.biz
Description: Voyah Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: voyah
Template: astra
*/

/*
.page header.site-header {
	position: sticky !important;
	top: 0 !important;
}
.page .site-content#content {
	margin-top: -80px;
}
*/
.page article header {
	margin-bottom: 0 !important;
}
#menu-item-650 a {
	max-height: 40px;
	background-color: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
}
.ast-custom-button {
	color: #000 !important;
	/*padding: 20px 10px !important;*/
}
.ast-custom-button:hover {
	color: #fff !important;
}
.ast-builder-menu-1 .sub-menu {
	background-color: #000 !important;
	border-color: #fff !important;
}
.main-header-menu .menu-item .sub-menu .menu-link {
	color: #fff !important;
}
.main-header-menu .menu-item .sub-menu .current-menu-item .menu-link {
	background-color: #e9e9e9 !important;
	color: #000 !important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item &gt; .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item &gt; .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor &gt; .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor &gt; .ast-menu-toggle {
	color: #ff0000;
	background: #e9e9e9 !important;
}
.spectra-image-gallery__control-lightbox--close {
	top: 100px!important
}

/* Store Locator */
.single-store__content table {
	min-width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
.single-store__content table tr:nth-child(odd) td {
	background-color: #e9e9e9;
}
.single-store__content table td {
	padding: 10px;
}
#wpsl-search-wrap div label {
	line-height: normal;
}

/* Hide reCAPTCHA */
.grecaptcha-badge { visibility: hidden }

/* Virtual Tour */
#vt-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999999;
}

#vt-lightbox .vt-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

#vt-lightbox .vt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92vw;
  height: 88vh;
  max-width: 1400px;
  max-height: 900px;
  background: #000;
  overflow: hidden;
  border-radius: 4px;
}

#vt-lightbox .vt-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}

#vt-lightbox .vt-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

body.vt-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  #vt-lightbox .vt-box {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
  }

  #vt-lightbox .vt-close {
    top: 10px;
    right: 10px;
  }
}

/* Interni Taishan */
.interior-main {
  position: relative;
  overflow: hidden;
}

.interior-main img {
  display: block;
  width: 100%;
  height: auto;
}

.interior-main .img-top {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .4s ease;
}
