/*
 Theme Name:   Avala Child
 Theme URI:    http://avala.bold-themes.com
 Description:  Avala child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avala
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avala-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.wpcf7-not-valid-tip{
	color: #931010!important;
}

.slick-dots{
	display:none!important;
}

.bt_bb_color_scheme_14.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder {
    box-shadow: 0 0 0 3em #fcf3eb inset!important;
}

.bt_bb_section.bt_bb_color_scheme_14 {
    color: #96656e;
    background-color: #fcf3eb!important;
}

.bt_bb_headline_superheadline{
	color:#a7a395!important;
}

/* --------------------------------------------------
   RSVP CONDITIONAL FIELD
-------------------------------------------------- */

#outside-europe-hotel {
    display: none;
}

#outside-europe-hotel.is-visible {
    display: block;
}

#footerSection .bt_bb_port{
	padding-bottom:0!important;
}

/* =========================
   MAIN BANNER ONLY
   ========================= */

#mainBannerHomepage .bt_bb_headline {
    position: relative;
    isolation: isolate;
}

/* Main glow — Rachel & Henry */
#mainBannerHomepage .bt_bb_headline::before {
    content: "";
    position: absolute;
    z-index: -1;

    left: 50%;
    top: 34%;
    transform: translate(-50%, -50%);

    width: 76%;
    height: 105%;

    background: radial-gradient(
        ellipse at center,
        rgba(250, 246, 243, 0.42) 0%,
        rgba(250, 246, 243, 0.30) 22%,
        rgba(250, 246, 243, 0.19) 40%,
        rgba(250, 246, 243, 0.10) 57%,
        rgba(250, 246, 243, 0.04) 72%,
        rgba(250, 246, 243, 0.015) 84%,
        rgba(250, 246, 243, 0) 100%
    );

    pointer-events: none;
}


/* Text */
#mainBannerHomepage .bt_bb_headline_content,
#mainBannerHomepage .bt_bb_headline_subheadline {
    position: relative;
    z-index: 1;
    color: #3B252C;
}


/* Smaller glow — WEDDING */
#mainBannerHomepage .bt_bb_headline_subheadline::before {
    content: "";
    position: absolute;
    z-index: -1;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 120px;
    height: 95px;

    background: radial-gradient(
        ellipse at center,
        rgba(250, 246, 243, 0.55) 0%,
        rgba(250, 246, 243, 0.39) 20%,
        rgba(250, 246, 243, 0.24) 38%,
        rgba(250, 246, 243, 0.12) 56%,
        rgba(250, 246, 243, 0.05) 72%,
        rgba(250, 246, 243, 0.015) 86%,
        rgba(250, 246, 243, 0) 100%
    );

    pointer-events: none;
}