/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child Theme
Template: hello-elementor
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom styles go here */

/*
.eael-simple-menu-toggle-text {
	display:none;
	
}


@media (min-width: 1024px) {
	#header_section > div > div:nth-of-type(1) {
		width: 30%;
		margin-left: -2vw
	}
	#header_section > div > div:nth-of-type(2) {
		width: 70%;
	}
	
	img[title="hsa_logo"] {
		width: 100% !important
	}

}

@media (min-width: 1024px) {
	#header_section > div > div:nth-of-type(1) {
		width: 30%;
		margin-left: -2vw
	}
	#header_section > div > div:nth-of-type(2) {
		width: 70%;
	}
	img[title="hsa_logo"] {
		width: 100% !important
	}
}

@media (max-width: 1024px) {
	#header_section > div > div:nth-of-type(1) {
		width: 40%;
	}
	#header_section > div > div:nth-of-type(2) {
		width: 60%;
	}
	img[title="hsa_logo"] {
		width: 100% !important
	}
}

@media (max-width: 767px) {
		#header_section > div > div:nth-of-type(1) {
		width: 60%;
	}
	#header_section > div > div:nth-of-type(2) {
		width: 40%;
	}
	img[title="hsa_logo"] {
		width: 100% !important
	}
}
*/
