/* Custom styling for IAC website */

html,
body {
	overflow-x:hidden;
}
.elementor-location-header {
	position:relative;
}
header .elementor-nav-menu--main .elementor-nav-menu ul {
    z-index: unset!important;
	min-width: 220px!important;
}
header .sub-menu.elementor-nav-menu--dropdown:before {
	content: ''!important;
	background: #3B3B3A;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -7px;
	bottom: -7px;
	z-index: -1!important;
}
.home header {
	background:transparent;
	position: absolute!important;
	width: 100%;
	z-index: 9999;
}
#MainMenu li.menu-item .sub-arrow i {
	font-weight: 500!important;
	font-family: "Font Awesome 5 Pro"!important;
}
.footer_logo img {
    filter: brightness(0) invert(1);
}
.donate_now a {
	background-color: #008954;
	height: 50px;
	color: #ffff!important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin-left: 20px;
}
.give-btn-level-custom {
	background: skyblue!important;
	border-color: skyblue!important;
}