/*
 Theme Name: Hiller Creative
 Description: Divi Child Theme
 Author: Ian Wallace
 Author URI: https://www.theCreativeDOJO.com.au
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customisation starts here :-)
------------------------------------------------------- */

#footer-bottom #footer-info span {
  color: #ffffff !important;
}

.et_pb_gallery_item {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  border-radius: 6px; /* Optional: soften the corners */
  overflow: hidden;
}
.et_pb_gallery_item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
#top-header {
  background-color: #D8182A !important; /* dark grey background */
}


/* Ensure container allows overflow */
.et_menu_container {
  position: relative;
  overflow: visible;
}

/* Adjust the logo */
.logo_container img#logo {
  height: 200px; /* increase or decrease as needed */
  width: auto; /* prevent stretching */
  max-height: none !important;
  position: absolute;
  top:20px; /* float logo upward */
  left: 15px; /* keep aligned with the menu, not hard-left */
  z-index: 10;
}

/* Optional: make space for large logo */
#et-top-navigation {
  padding-top: 60px;
}

@media (max-width: 767px) {

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {

  font-size: 2em!important;
  line-height: 1.4em!important;
	
		
}
	.logo_container img#logo {
  height: 144px; /* increase or decrease as needed */
  width: auto; /* prevent stretching */

}
	
	
}



/* Smaller logo when the header is fixed (scrolled) */
.et-fixed-header #logo {
  height: 50px;
}