/*
*Theme Name:     CozyStay Child Theme
*Theme URI:      https://cozystay.loftocean.com/
*Description:    CozyStay child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License:        GNU General Public License v2 or later
*License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*Tags:           full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       cozystay
*Text Domain:    cozystay-child
*Version:        1.0
*/

/** Add your styles below **/

/* 2 Tisa: make header almost transparent like CozyStay demo */
#masthead.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
  background: transparent !important;
}

/* Keep the Elementor header row transparent and airy */
#masthead .elementor-1807 .elementor-element.elementor-element-168b800a {
  background: transparent !important;
}

/* Soften overlay to let banner show through */
#masthead .elementor-1807 .elementor-element.elementor-element-168b800a > .elementor-background-overlay {
  opacity: 0.18 !important;
}

/* Ensure sticky/scroll states don't turn white */
.site-header.is-sticky,
.site-header.sticky,
body .site-header[data-sticky-status="active"] {
  background: transparent !important;
}
