/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-header-wrapper {
	z-index: 10000;
}
.fusion-mobile-menu-icons {
	position: relative;
	z-index: 10001;
}
.fusion-mobile-menu-icons a.fusion-icon-bars {
	display: inline-block;
	min-width: 44px;
	min-height: 44px;
	line-height: 44px;
	text-align: center;
	pointer-events: auto;
	cursor: pointer;
}
@media only screen and (max-width: 800px) {
	.fusion-mobile-nav-holder > ul {
		display: block;
	}

	html,
	body {
		overflow-x: hidden !important;
	}

	#wrapper,
	#main,
	.fusion-row,
	.fusion-builder-row,
	.fusion-layout-column,
	.fusion-column-wrapper,
	.post-content,
	.fusion-text {
		max-width: 100%;
		min-width: 0;
	}

	.table-scroll,
	.table-1,
	.table-2 {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
	}

	.table-scroll table,
	.table-1 table,
	.table-2 table {
		width: max-content !important;
		max-width: none !important;
	}
}