/*
 Theme Name: Divi Child (Ignight)
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme customized for the Ignight Flow Retreat website.
 Author: Wondermill Studio (Tennyson)
 Author URI: https://www.wondermill.studio
 Template: Divi
 Version: 1.0.0
*/
/* Begin Sticky Footer Styling */
html, body {
  height: 100%;
  margin: 0;
}

body.admin-bar {
  height: calc(100vh - 32px);
  margin-bottom: -32px;
}

#page-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#et-main-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#main-content {
  flex: 1;
}
/* End Sticky Footer Styling */

#main-footer{
  background-image: url(https://2025.ignight.com/wp-content/uploads/2024/11/footer_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}
#footer-bottom {
  background-color: rgba(0,0,0,0.32) !important;
}

/* Menu Styling */
#top-menu a {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
body.home header:not(.et-fixed-header) #top-menu > li > a {
  text-shadow: 0 0 6px rgba(158, 142, 24, 0.5) !important;
  color: #535353;
  font-size: 2em;
  font-weight: bold;
}
body.home header:not(.et-fixed-header) #et_search_icon:before, body.home header:not(.et-fixed-header) .et_search_form_container input {
  background: rgba(0,0,0,0);
  color: #000000;
}
body.home #main-header.et-fixed-header, body.home #main-header.et-fixed-header .nav li ul, body.home .et-fixed-header .et-search-form, body.home .et-fixed-header #main-header .et_mobile_menu {
  /* background-color: rgba(70, 49, 71, 0.7) !important; */
  background-color: rgba(107,38,36,0.7) !important;
  background-image: none !important;
}
#main-header .et-search-form {
  background: none !important;
}
#main-header .nav li ul {
  /*background: rgba(185, 182, 104, 0.47) !important;*/
  background: rgba(0, 0, 0, 0.47);
  border-radius: 0 0 10px 10px;
}
#et_search_icon:before, .et_search_form_container input {
  background: rgba(0,0,0,0);
  color: #000000;
}
body:not(.home) #main-header {
  background-image: url("https://2025.ignight.com/wp-content/uploads/2024/11/header_background.jpg");
  background-size: cover;
}

body.page-id-74,body.post-type-archive-product div#main-content ,body.single-product div#main-content ,body.woocommerce-cart div#main-content ,body.woocommerce-checkout div#main-content {
  background-image: url(https://2025.ignight.com/wp-content/uploads/2024/11/background_lite.jpg);
  background-size: cover;
}