
@media (max-width: 1024px) {

	section#menu_nav .elementor-row {
		flex-wrap: nowrap !important;
	}


}

@media (min-width: 1025px) {

	/*
	--------------------------------------
	Header menu
	--------------------------------------
	*/

	section#menu_nav {
		position: absolute;
		z-index: 3;
		top: 100%;
		background: #fff;
		border: none;
	}

	section#menu_nav.fixed {
		position: fixed;
		top: 0;
		box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	}

}
