/*
Theme Name: Utopia Child Theme
Author: Red Earth Designs
Author URI: https://redearth.agency
Description: Custom child theme for Utopia at Waterfall Gully, designed and developed by Red Earth Designs. Built on The7 framework with a focus on performance, SEO, responsive layouts, and flexible content management for a premium hospitality venue.
Version: 1.0.0
Template: dt-the7
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.top-logo,
.top-logo img,
.elementor-image .top-logo,
.elementor-image .top-logo img,
.top-logo.elementor-image,
.top-logo.elementor-image img {
	max-height: 80px !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Ensure logo container is visible */
.elementor-element-367d7df4.e-con {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex: 0 0 auto !important;
	min-width: 0 !important;
	width: auto !important;
}

/* Ensure logo widget is visible */
.elementor-element-1436e6d.top-logo {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
}

.elementor-element-1436e6d.top-logo img {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	max-height: 80px !important;
	width: auto !important;
	height: auto !important;
}

/* Hide duplicate logo in Elementor sticky spacer */
.elementor-sticky__spacer .top-logo,
.elementor-sticky__spacer .elementor-element-1436e6d {
	display: none !important;
	visibility: hidden !important;
}

/* Header scroll effect - transparent at top, solid when scrolled */
.top-bar-green {
	background-color: transparent !important;
	background-image: none !important;
	transition: background-color 0.3s ease, background-image 0.3s ease !important;
}

.top-bar-green.scrolled {
	background-color: #355E3B !important;
	background-image: url("https://www.waterfallgully.com.au/wp-content/uploads/2021/05/Falling-Leaves-20-scaled.png") !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Top bar navigation and button spacing */
.elementor-element-6bbc0a3a.e-con {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	gap: 20px !important;
}

/* Navigation menu - align left */
.elementor-element-6bbc0a3a .elementor-element-5d2906f6 {
	flex: 1 1 auto !important;
	margin-right: auto !important;
}

.elementor-element-6bbc0a3a .elementor-element-5d2906f6 .elementor-nav-menu--main {
	justify-content: flex-start !important;
}

/* Button - align right */
.elementor-element-6bbc0a3a .elementor-element-7d6f5a84 {
	flex: 0 0 auto !important;
	margin-left: auto !important;
	margin-right: 0 !important;
}

/* MADECanvas font face */
@font-face {
	font-family: "MADECanvas";
	src: url("fonts/MADECanvas-Black.ttf.eot");
	src: url("fonts/MADECanvas-Black.ttf.eot?#iefix") format("embedded-opentype"),
		 url("fonts/MADECanvas-Black.ttf.woff") format("woff"),
		 url("fonts/MADECanvas-Black.ttf.svg") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* MADECanvas font for all heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "MADECanvas", serif !important;
	font-style: normal;
}

/* Mobile logo size */
@media (max-width: 768px) {
	.top-logo,
	.top-logo img,
	.elementor-image .top-logo,
	.elementor-image .top-logo img,
	.top-logo.elementor-image,
	.top-logo.elementor-image img,
	.elementor-element-1436e6d.top-logo img {
		max-height: 50px !important;
	}
}
