/*
Theme Name: O'Learys Electrical Group
Theme URI: https://olearyselectrical.com.au
Author: O'Learys Electrical Group
Description: Custom theme for O'Learys Electrical Group — sauna, pool & spa, and residential electrical services. Includes editable Google Reviews and a Satisfaction Guarantee.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olearys-electrical
*/

/* Dropdowns Fix */
.oleg-nav__item {
	position: relative !important;
}

.oleg-dropdown {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	background: #ffffff !important;
	min-width: 260px !important;
	padding: 10px !important;
	border-radius: 10px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
	border: 1px solid #e8e8e8 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s !important;
	z-index: 1000 !important;
	display: block !important;
	transform: translateY(10px) !important;
}

.oleg-nav__item.is-open .oleg-dropdown {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.oleg-dropdown__link {
	display: block !important;
	padding: 10px 15px !important;
	color: #111 !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.oleg-dropdown__link:hover {
	background: #f7941d1a !important;
	color: #e07800 !important;
}

.oleg-nav-toggle {
	display: none !important;
}

@media (max-width: 900px) {
	.oleg-nav-toggle {
		display: block !important;
	}
	.oleg-dropdown {
		position: static !important;
		display: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		box-shadow: none !important;
		border: none !important;
		transform: none !important;
	}
	.oleg-nav__item.is-open .oleg-dropdown {
		display: block !important;
	}
}
