/*
 Theme Name:   Flower of Yarra Glen
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Dream Beautiful Co
 Author URI:   dreambeautifulco.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/************ - HOMEPAGE MENU SLIDE UP - ****************/
/************ - HOMEPAGE MENU SLIDE UP - ****************/
/* FIXED HEADER ON SCROLL */

.home #page-container {
padding-top: 0 !important;
}

.home #main-header {
position: relative !important;
top: 100vh !important;
}

.home #main-header.et-fixed-header {
position: fixed !important;
top: 0 !important;
}

#top-slider-home {
position: fixed;
top: 0;
width: 100%;
z-index: 0;
height: 100%;
background-color: #000;
padding: 0;
}

#top-slider-home .et_pb_slide {
position: relative;
height: 100%;
}

.home .et_pb_slider, .home .et_pb_slides, .home .et_pb_slide, .home .et_pb_container .et_pb_module.et_pb_slider {
height: 100vh !important;
min-height: 100vh !important;
}

.home .et_pb_slider .et_pb_slide {
max-height: 100%;
}

#top-slider-home .et_pb_container {
height: 100vh;
width: 100%;
}

#top-slider-home .et_pb_slide_description {
padding: 30% 8%;
}

.home .et_pb_section {
position: relative;
z-index: 1;
}

#text-224 {
margin-top: 100vh;
}

/* ANCHOR FOOTER TO BOTTOM AND PREVENT BOUNCE WHEN CLICKING ON SLIDER BUTTON */
.home #et-main-area {
position: relative;
}

.home #main-content {
position: relative;
}

.home #main-footer {
position: relative;
z-index: 99999;
}

/************ - END HOMEPAGE MENU SLIDE UP - ****************/
/************ - END HOMEPAGE MENU SLIDE UP - ****************/