/* Core Structural Styles for Vantorix - Toolkit for Elementor Widgets to prevent FOUC */

/* Nav Menu Widget Reset */
.es-nav-menu-wrapper ul,
.es-nav-menu-wrapper li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
.es-nav-menu-wrapper > ul,
.es-nav-menu-wrapper > div > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.es-nav-menu-wrapper a {
	text-decoration: none;
	display: inline-block;
}

/* Search Widget Reset */
.es-search-container form {
	display: flex;
	align-items: center;
	width: 100%;
}
.es-search-input {
	flex-grow: 1;
}

/* Categories Swiper Reset */
.es-categories-swiper {
	display: flex;
	overflow: hidden;
}
.es-categories-swiper .swiper-slide {
	flex-shrink: 0;
}

/* Tag Cloud / Taxonomy Reset */
.es-tag-cloud-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

/* Image Display block reset */
.es-image-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
}
