.bottom-nav ul.menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.bottom-nav ul.menu .icon::before,
.bottom-nav ul.menu .icon::after {
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	bottom: calc(50% - 0.1rem);
	left: 0;
}

.bottom-nav ul.menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.bottom-nav ul.menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.bottom-nav ul.menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
	
}

.bottom-nav ul.menu ul li {margin: 0; width: 100%;}

.bottom-nav ul.menu > li {
	margin: 0.8rem 0 0 1.6rem;
}

.bottom-nav ul.menu > li.menu-item-has-children > a {
	
}

.bottom-nav ul.menu > li > .icon {
	right: -0.5rem;
	top: calc(50% - 0.4rem);
}



.bottom-nav ul.menu a:hover,
.bottom-nav ul.menu a:focus,
.bottom-nav ul.menu .current_page_ancestor, .bottom-nav ul.menu .current_page_parent a {
	text-decoration: none;
	color:#0689d8;
}


.bottom-nav ul.menu li.current-menu-item > a,
.bottom-nav ul.menu li.current-menu-item > .link-icon-wrapper > a, .bottom-nav ul.menu > li:hover > a {
	text-decoration: none;
	color:#0689d8;
}
.bottom-nav ul.menu li:hover ul li a{ color:#fff;}

.bottom-nav ul.menu ul li a:hover, .bottom-nav ul.menu ul li.current_page_item a{ background:#0684d0; color:#fff;}

.bottom-nav ul.menu li.current-menu-item > a:hover,
.bottom-nav ul.menu li.current-menu-item > .link-icon-wrapper > a:hover,
.bottom-nav ul.menu li.current-menu-item > a:focus,
.bottom-nav ul.menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.bottom-nav ul.menu ul {
	background: #0689d8;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}

.bottom-nav ul.menu li.menu-item-has-children:hover > ul,
.bottom-nav ul.menu li.menu-item-has-children:focus > ul,
.bottom-nav ul.menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.bottom-nav ul.menu ul::before,
.bottom-nav ul.menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.bottom-nav ul.menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.bottom-nav ul.menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #0689d8;
	right: 1.8rem;
}

.bottom-nav ul.menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 1rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.bottom-nav ul.menu ul li.menu-item-has-children > a {
	padding-right: 1rem;
}

.bottom-nav ul.menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.bottom-nav ul.menu ul ul {
	top: -1rem;
}

.bottom-nav ul.menu ul li.menu-item-has-children:hover > ul,
.bottom-nav ul.menu ul li.menu-item-has-children:focus > ul,
.bottom-nav ul.menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.bottom-nav ul.menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.bottom-nav ul.menu ul ul::after {
	border-bottom-color: transparent;

	/*rtl:ignore*/
	border-left-color: #0689d8;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}
