/*
 Theme Name:   Travio PcDoc
 Theme URI:    https://pcdoc.pro/
 Description:  Travio con modifiche
 Author:       Daniele Brunengo
 Author URI:   https://pcdoc.pro/
 Template:     travio
 Version:      1.0.0
*/

/* Header/menu sovrapposto alla hero (solo home) */
.home .boxed_wrapper > header,
.home #masthead,
.home .site-header,
.home .main-header,
.home .header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent !important;
}

/* HERO */

.cribyoo-hero::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
}

.cribyoo-hero {
  position: relative;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  padding-top: 300px;
  padding-bottom: 300px;
}

.cribyoo-hero__overlay {
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.28);
}

.cribyoo-hero__inner {
  position: relative;
  padding-top: 170px;   /* alza/abbassa finché il menu non copre il testo */
  padding-bottom: 90px;
}

.cribyoo-hero__title {
  margin: 0 0 18px 0;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-shadow: 0 8px 28px rgba(0,0,0,0.35);
}

.cribyoo-hero__title-top {
  display:block;
  font-weight: 800;
  font-size: clamp(44px, 5.6vw, 78px);
}

.cribyoo-hero__title-bottom {
  display:block;
  font-weight: 800;
  font-size: clamp(44px, 5.6vw, 78px);
}

.cribyoo-hero__subtitle {
  margin: 0;
  max-width: 820px;
  color: rgba(255,255,255,0.92);
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.35;
  text-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.cribyoo-hero__title,
.cribyoo-hero__title-top,
.cribyoo-hero__title-bottom {
  font-family: "Playfair Display", serif;
  font-weight: 700; /* prova 700 o 800 a seconda di quanto lo vuoi “pieno” */
}

/* HERO END */

li.user-link {
	display: none !important;
}

.header-top {
	display: none !important;
}

.main-menu .navigation > li > a {
	color: white !important;
}

/*MOBILE MENU*/

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
	background-color: white !important;
}

@media (max-width: 1199px){
	.mobile-nav-toggler{
		display: block !important;
	}
	ul.menu-right-content  {
		display: none !important;
	}
}