/*
/**
 * 	Unsorted styles by Pepi
 * 
 * */

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}


.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	
	/** reset arrow */
	border:none;
	
	/** new content */
	font-family: 'Font Awesome 5 Pro';
	content: "\f178";

	/* position */
	position: absolute;
	right: 2rem;
	top:0.5rem;	

	/* style */
	color: black;
	font-size: 1.125rem;	
}
