/*
Theme Name: Astra Child
Description: Child theme strutturato per Astra.
Author: Tribe Value
Author URI: tribevalue.it
Version: 1.0.0
Template: astra
Text Domain: astra-child
*/

/* pulante header */
a.uagb-buttons-repeater.ast-outline-button {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.ast-theme-transparent-header #masthead .menu-link {
    letter-spacing: 3px !important;
}

.ast-theme-transparent-header #masthead {
  top: var(--ac-admin-bar-offset, 0px) !important;
  z-index: 9999 !important;
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent !important;
  transition: background-color 0.8s ease, box-shadow 0.8s ease, color 0.8s ease;
}

.ast-theme-transparent-header #masthead.scrolled {
  background-color: var(--ast-global-color-5) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

}

/* Testi bianchi a riposo */
.ast-theme-transparent-header #masthead .menu-link,
.ast-theme-transparent-header #masthead .ast-custom-button {
  color: #fff !important;
  transition: color 0.3s ease;
}

.ast-theme-transparent-header #masthead .main-header-menu-toggle {
  color: #fff !important;
  border-color: #fff !important;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.ast-theme-transparent-header #masthead .main-header-menu-toggle .ast-mobile-svg {
  fill: currentColor;
}

/* Testi scuri dopo scroll */
.ast-theme-transparent-header #masthead.scrolled .menu-link,
.ast-theme-transparent-header #masthead.scrolled .ast-custom-button {
  color: var(--ast-global-color-7) !important;
}

.ast-theme-transparent-header #masthead.scrolled .main-header-menu-toggle {
  color: var(--ast-global-color-7) !important;
  border-color: var(--ast-global-color-7) !important;
}

.ast-theme-transparent-header #masthead.scrolled .ast-custom-button {
  border-color: var(--ast-global-color-7);
}

/* test */

.ast-theme-transparent-header #masthead.scrolled .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-theme-transparent-header #masthead.scrolled .ast-primary-header-bar .site-primary-header-wrap {
  max-height: 60px !important;
}

.ast-theme-transparent-header #masthead.scrolled .custom-logo-link img {
  width: 100% !important;
  height: auto;
}

.ast-theme-transparent-header #masthead.scrolled .site-branding.ast-site-identity {
  margin: 0 !important;
  padding: 0 !important;
}

.ast-theme-transparent-header #masthead .menu-link {
  font-size: 14px !important;
}

.ast-theme-transparent-header #masthead.scrolled .menu-link,
.ast-theme-transparent-header #masthead.scrolled .ast-custom-button {
  font-size: 14px !important;
}


/* Contact */

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}


/* Booking Engine*/

form.be-form.be-form-md {
    max-width: 90% !important;
}

.be-cta-button {
    background: var(--ast-global-color-0) !important;
}

.be-cta-button:hover {
    background: var(--ast-global-color-1) !important;
    color: var(--ast-global-color-5);
}
.be-date-display {
    gap: 20px !important;
}

label.be-label {
    padding-bottom: 2%;
}

