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


/* Theme customization starts here
-------------------------------------------------------------- */
header.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white; /* atau warna lain yang jelas */
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* opsional, biar ada bayangan */
}


#menu-booking{
    color:black;
}

.btButtonWidgetText{
    color: black;
}

@media only screen and (max-width: 768px) {
    #menu-booking {
    color: white !important; /* Warna putih untuk HP dengan !important untuk memastikan override */
  }
  
  .btButtonWidgetText {
    color: white !important; /* Warna putih untuk HP */
  }
}

.fee{
  display:none;;
}