/*
 Theme Name:   Kadence Child
 Theme URI:    https://fairhopefirstvacationrentals.com
 Description:  Child theme for Kadence - Fairhope First Vacation Rentals
 Author:       Fairhope First Vacation Rentals
 Author URI:   https://fairhopefirstvacationrentals.com
 Template:     kadence
 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:  kadence-child
*/

/* Custom styles go below this line */

/* Hero overlay - text on top of slideshow */
.hero-section {
  position: relative;
}

.hero-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 100 !important;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.hero-overlay * {
  pointer-events: auto;
}

/* Hero text - vertical centering (override Kadence block CSS) */
.kadence-column5_d91a3d-63 > .kt-inside-inner-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  padding: 0 40px !important;
}

/* Hero title */
.hero-overlay .kt-adv-heading5_0dae12-9a {
  font-size: 44px !important;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

/* Hero subtitle */
.hero-overlay .kt-adv-heading5_7adf8b-02 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  opacity: 0.95;
}
