/*
Theme Name: Salamanca
Description: Salamanca Child Theme
Template: hello-elementor
Version: 1.1
Tags: four-columns, right-sidebar, full-width-template
Text Domain: salamanca

This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.
*/


/* header css start here */
.hamburger-menu{
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 4vw;
	height: 4vw;
	display: flex;
	gap:9.6px;
}
.hamburger-menu .line-h{
	width: 100%;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}
.hamburger-menu .line-h.bottom{
	width: 60%;
}
.hamburger-menu:hover .line-h.top {
	width: 60%; 
}
.hamburger-menu:hover .line-h.bottom {
	width: 100%;
}
.salamanca-logo{
	opacity: 0; 
	transition: opacity 0.5s ease;
}
