/**
Theme Name: symbioticenergy
Text Domain: symbioticenergy
Template: astra
*/

button.menu-toggle.main-header-menu-toggle {
	border: none!important;
}

.ast-theme-transparent-header #masthead {
	position: sticky;
	top: 0;
	background: transparent;
	transition: background 0.4s ease-in-out;
}

div#content {
	margin-top: -115px;
}

.sticky.ast-theme-transparent-header #masthead {
	background: rgba(0, 0, 0, 0.9);
	opacity: 1;
}

/* Ã¢Å“â€¦ ADMIN BAR ADJUSTMENTS */
body.admin-bar.ast-theme-transparent-header #masthead {
	top: 32px;
}

.sticky .ast-site-identity {
	padding: 0;
}

.sticky.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
	line-height: 70px
}

.sticky .ast-mobile-header-wrap .ast-primary-header-bar,
.sticky .ast-primary-header-bar .site-primary-header-wrap {
	min-height: 60px;
}

.sticky.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
	max-width: 40px;
}


@media (max-width:768px){
	body.admin-bar.ast-theme-transparent-header #masthead {
		top: 0;
	}
	div#content {
		margin-top: -100px;
	}
	.elementor-icon-list-icon svg {
		transform: translateY(-2px);
	}
}
